/* ADD WHEN DO MIGRATION */

.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}
.se__component-edit {
    display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a, em, .editable span, div, input, li, ul, ol, table, tr, td {
    font-family: 'Open Sans', sans-serif !important;
}
strong, b {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}
.wrap__gallery--inner .wrap__editable {
    padding: 73px 9.57% 62px;
}
.fblock-div.text-center {
    margin: 30px auto;
    width: 100%;
    max-width: 450px;
    padding: 30px 0 50px;
}
a.fblock-btn {
    background: #ff914d;
    color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    border-color: #ffffff;
    text-decoration: none;
    font-family: "kaushan-script", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;
    border: 2px solid #ffffff;
    padding: 5px 40px;
}
.fblock-div.text-center {
    border: 4px solid #ff914d;
}
.fblock-div.text-center:hover {
    background: #ff914d;
}
a.fblock-btn:hover {
    color: #ff914d;
    background: #fff;
}
h4.featuredblock__title {
    margin-top: 15px;
}

 .wrap__contact-info {
    display: none;
}
/*CENTERED LOGO HEADER*/

.wrap__logoHeader .wrap__logo--inner,
.wrap__logoHeader .wrap__logo--inner > div,
.wrap__logoHeader .wrap__logo--inner > div > div,
.wrap__logoHeader,
.logo__summary,
.logo__image,
.logo {
    float: none;
}

.logo__link.logo__left .logo__summary,
.logo__link.logo__right .logo__summary {
    text-align: center;
}

.logo__link.logo__left .logo__image,
.logo__left img[class$="__img"] {
    margin-right: auto;
}
.logo__link {
    display: block;
}
.logo__image {
    margin: 0 auto;
    display: block;
}

.wrap__logoHeader {
    width: 100%;
}

.locations:after {
    display: none;
}

.location__address,
.location__address-2,
.location__city-state-zip,
.location__phone,
.location__phone:before,
.location__fax {
    line-height: 27px;
    width: 100%;
     font-size: 20px;
}

.location__phone {
    padding: 0px 18px 0;
}

span.location__address {
    text-align: center;
}

.location:first-child {
    width: 100% !important;
}

.location__phone:before {
    position: relative;
    left: 5px;
    top: 2px;
}
.location__phone {
    float: unset;
    position: relative;
    top: 0;
    width: 100%;
}
 .location__name {
    display: block;
    width: 100%;
 }
.wrap__locationsHeader {
    float: unset;
    display: none;
}
    .location {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.location__name:before {
    position: relative;
    left: 0;
    top: 0;
}
.location:last-child {
    padding-left: 0;
}
.location__phone:before {
    left: -3px;
}
/*END*/

h2.hours__title {
    text-transform: capitalize;
}
.wrap__socialmedia_home,
.wrap__socialmedia_body {
    display: none;
}
.wrap__newslettersignup {
    width: 100%;
}

/* HOME FORM*/
.wrap__form--inner .form__group {
    margin: 10px;
}
/*END*/

/*FOOTER*/
.wrap__logoFooter {
    float: none;
    width: 100%;
}
.wrap__logoFooter, .wrap__logoFooter--inner, .wrap__logoFooter--inner > div , .wrap__logoFooter--inner > div > div, .logo,
.logo__summary{
        float: unset;
}

.wrap__logoFooter, .logo__summary {
    width: 100%;
}
 
.wrap__copyright {
    float: unset;
    width: 100%;
}
.copyright__list {
    text-align: center;
}


.copyright__list, div.wrap__logoFooter .logo__link.logo__left .logo__summary, div.wrap__logoFooter .logo__link.logo__right .logo__summary {
    text-align: center;
}


/*END*/

/*CUSTOM COLOR*/
.navigation:not(.mm-menu) .navigation__item:hover a, .navigation:not(.mm-menu) .navigation__item.active > a {
    background: #0292b7;
    color: #fff;
}
.navigation:not(.mm-menu) .navigation__item .sublevel-1 .navigation__item a:hover {
    background: #0292b7;
}



/*END*/

/*  RESPONSIVE GRID  */
	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	/*  COLUMN SETUP  */
	.col {
		display: block;
		float:left;
		margin: 0 1%;
	    border-right: none;
	    border-left: none;f
	    background: none;
	}

	.col:first-child { margin-left: 0; }

	/*  GROUPING  */
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
	.group { zoom:1; /* For IE 6/7 */ }
	/*  GRID OF TWO  */
	.span_2_of_2 {width: 100%;}
	.span_1_of_2 {width: 48.5%;}
	/*  GRID OF THREE  */
	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 65.33%; }
	.span_1_of_3 { width: 31.66%; }
	/*  GRID OF FOUR  */
	.span_4_of_4 { width: 100%; }
	.span_3_of_4 { width: 73.75%; }
	.span_2_of_4 { width: 48.5%; }
	.span_1_of_4 { width: 23.25%; }
	/*  GRID OF FIVE  */
	.span_5_of_5 { width: 100%; }
	.span_4_of_5 { width: 78.8%; }
	.span_3_of_5 { width: 58.6%; }
	.span_2_of_5 { width: 38.4%; }
	.span_1_of_5 { width: 18.2%; }
	/*  GRID OF SIX  */
	.span_6_of_6 { width: 100%; }
	.span_5_of_6 { width: 82.06%; }
	.span_4_of_6 { width: 65.13%; }
	.span_3_of_6 { width: 48.2%; }
	.span_2_of_6 { width: 31.26%; }
	.span_1_of_6 { width: 14.33%; }
	/*  GRID OF SEVEN  */
	.span_7_of_7 { width: 100%; }
	.span_6_of_7 { width: 85.48%; }
	.span_5_of_7 { width: 70.97%; }
	.span_4_of_7 { width: 56.45%; }
	.span_3_of_7 { width: 41.94%;  }
	.span_2_of_7 { width: 27.42%; }
	.span_1_of_7 { width: 12.91%; }


	/*  MEDIA QUERIES */

@media only screen and (min-width: 1px) {
	    .hidden--t {
	    display: block !important;
	}
	}

	@media only screen and (max-width: 768px) {
		.col { 	margin: 1% 0 1% 0%;	}
		.span_2_of_2, .span_1_of_2 { width: 100%; }
		.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
		.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
		.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
		.span_1_of_6, .span_2_of_6, .span_3_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
		.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
	}
	
@media only screen and (max-width: 1024px) {
       .wrap__socialmedia_home,
    div#newslettersignup {
    float: unset;
    width: 100%;
}
.wrap__contentColumns--inner {
    display: block;
} 
}

@media (max-width: 1200px){
  
    .mm-listview > li > a, .mm-menu .mm-panels, .mm-listview > li > a.mm-next { 
        background: #ff914d; 
    }
    .mm-listview > li > a:focus, .mm-listview > li > a:hover, .mm-listview > li > a.mm-next:hover {
        background: #0292b7;
    }
     .wrap__navigationHeader, .mm-panels .mm-navbar, .wrap__navigationHeader, .mm-panels .mm-navbar {
background: #ff914d;
}
}

@media only screen and (max-width: 768px){
       /*HEADER*/
    .location__phone {
    position: relative;
    width: 100%;
}
.location__name {
    display: block;
    width: 100%;
}
.location__name:before {
    position: relative;
    left: -3px;
    top: 0;
}
.location__address, .location__address-2, .location__city-state-zip, .location__phone, .location__fax {
    width: 100%;
    padding: 0;
}
.location__phone {
    top: 0;
}
.logo {
    padding: 0;
}

/*END*/

 

/*SLIDER*/
.slider__image:after {
    position: relative;
}
.slider__button, .slider__title {
    text-align: center;
}
.slider__item {
    min-height: 500px;
    padding: 300px 0 0;
}
.bx-viewport {
    height: 550px !important;
}
.slider__video, .slider__image--fixed {
    height: 400px;
}
/*END*/


/*FEATURED BLOCK*/
    .featuredblock__item .featuredblock__container { 
        background-color: #3AAFA9; 
    }
h4.featuredblock__title {
    text-align: center;
}
p.featuredblock__description {
    text-align: center;
}
/*END*/


/*FOOTER*/
.wrap__logoFooter {
    max-width: 100%;
}
/*END*/

}

@media only screen and (max-width: 520px) {
 .slider__video, .slider__image--fixed {
    height: 300px;
}   
.bx-viewport {
    height: 480px !important;
}
.wrap__form--inner .form__group {
    margin: unset;
}
}

@media only screen and (max-width: 320px) {
 .slider__button a {
    font-size: 18px;
 }
}