/*HOME TEXT BOX ON FRONT PAGE*/

.image-section .widget-wrap {
    background-color:rgba(255,255,255,0.8);
}

.image-section .widget-wrap:after, .image-section .widget-wrap:before {
    display: none;
}


/*sticky message*/

.sticky-message {
background-color: #fa5155;
color: #ffffff;
}

/*header styles*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gill Sans', serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

/*Header nav*/
@media screen and (max-width:1024px) {
  .sub-menu-toggle {
    width: 25%;
  }
}


/*BUTTONS*/

/* Turn Menu Phone Number into Button */
#menu-item-130 span {background-color:  #fa5155;
    border: 2px solid  #fa5155;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: 100%;
}

.sidebar_button, button, html input[type=button], input[type=reset], input[type=submit], .top_button, .button{
background-color:  #fa5155;
    border: 2px solid  #fa5155;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: 100%;
    text-align: center;
}

.button::before, .button::after {
	border: none;
}

.top_button a {
background-color:  #fa5155;
    border: 2px solid  #fa5155;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: 100%;
}

.sidebar_button a {
background-color:  #fa5155;
    border: 2px solid  #fa5155;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: 100%;
}

.sidebar_button:hover {
    background-color:  #fa5155;
    box-shadow: 2px 2px  #fa5155;
}


.full-width-content .site-inner {
    max-width: 1200px;
}

.meet_team {
   text-align: center;
  float: center;
  align: center;
  margin: 5px;
  max-width: 100%;
}

/*PORTFOLIO PAGE*/
.tos-caption {
  display: none;
}

/*MEET THE TEAM PAGE*/
.post-1606 img {
	max-width: 800px;
}

/* contact form styling */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
.page-id-102 #text-15 {
	display: none;
}

/* fixes display issue on the Google App */
.header-image .site-description { display: none; }