/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* BASIC STYLING*/
.main-color, .main-color h1, .main-color h2, .main-color h3, .main-color h4, .main-color h5, .main-color h6, .main-color p, .main-color a {
    color: #f53a5a!important;
}
.accent-color, .accent-color h1, .accent-color h2, .accent-color h3, .accent-color h4, .accent-color h5, .accent-color h6, .accent-color p, .accent-color a {
    color: #ededed!important;
}
.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text a {
	color: #fff!important;
}

.white-text a:hover {
  color: #ddd!important;
}

.bold-text, .bold-text h1, .bold-text h2, .bold-text h3, .bold-text h4, .bold-text h5, .bold-text h6, .bold-text p {
    font-weight: 700!important;
}
.thin-text, .thin-text h1, .thin-text h2, .thin-text h3, .thin-text h4, .thin-text h5, .thin-text h6, .thin-text p {
    font-weight: 300!important;
}

.center-text {
	text-align: center!important;
}

.uppercase-text {
	text-transform: uppercase!important;
}

.clear {
	clear: both!important;
}

.zindex-1 {
	position: relative;
	z-index: 1!important;
}

.zindex-5 {
	position: relative;
	z-index: 5!important;
}

.zindex-10 {
	position: relative;
	z-index: 10!important;
}

.d-only {
	display: inline-block;
}

.m-only {
	display: none;
}

/* HEADER BAR STYLING - COMPANY INFO */
.header-bar {
    position:fixed;
    margin-top:0;
    left:0;
    z-index:999;
    width: 100%;
    padding: 10px 30px 13px;
    display: none;
	font-size: 18px!important;
	line-height: 18px!important;
	transition: .4s;
	background: #111;
	color: #FFF;
	transition: all .3s;
}

.header-bar.active {
    background: #111;
    padding: 10px 30px 13px;
	color: #FFF;
}

.headerbar-content {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
}

.headerbar-content i.fa,
.headerbar-content i.far {
    margin: 0 5px 0 13px;
	padding: 5px;
	border-radius: 50%;
	font-size: 11px;
	width: 22px;
	height: 22px;
	text-align: center;
	transition: .4s;
	color: #f53a5a !important;
}
.headerbar-content i.fa:first-child {
    margin-left: 0!important;
}

.header-bar .headerbar-content a {
	color: #FFF;
}
.header-bar.active .headerbar-content a {
	color: #FFF;
}

.header-bar .headerbar-content a:hover {
	color: #ededed;
}

.headerbar-content a i.fa:first-child {
    margin-left: 10px!important;
	margin-right: 0!important;
}

.header-bar .head-cta {
	padding: 10px 12px 9px;
    background: #f53a5a;
    text-transform: uppercase;
    margin-top: -10px;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all .3s ease;
}

/* CUSTOM HEADER

.header-bar .fusion-one-half,
.header-bar .fusion-one-fourth,
.header-bar .fusion-three-fourth,
.header-bar .fusion-one-third {
	margin-bottom: 0 !important;
}

.header-bar .fusion-button {
	background: #FFF !important;
	color: #e86a5b !important;
	font-weight: bold !important;
	transition: all .3s ease-in;
}
.header-bar .fusion-button a {
	color: #e86a5b !important;
	transition: all .3s ease-in;
}
.header-bar .fusion-button:hover {
	color: #FFF !important;
	background: #e86a5b !important;
}
.header-bar .fusion-button:hover a {
	color: #FFF !important;
}

.promo-title-main {
	margin: 15px auto 0;
    font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
    color: #FFF;
	font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

.promo-title-left {
	text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    padding: 0 3px 0;
    line-height: 1.2;
}
.promo-title-right {
    text-align: center;
	padding: 3px;
}

.d-only img {
	max-height: 60px !important;
	width: auto;
}  */


/* NAVIGATION BAR STYLING - LINKS TO PAGES */
.fusion-header-wrapper {
    padding-top: 0px;
    z-index: 998!important;
	position: fixed;
	width: 100%!important;
	transition: .4s;
}

.fusion-header-wrapper.active {
	padding-top: 0px!important;
}

.fusion-header {
	margin-top: 0!important;
	transition: .4s;
	position: fixed;
	width: 100%;
	background: rgba(0,0,0,0.65) !important;
}

.fusion-header.active {
	background: #222!important;
	box-shadow: 0px 2px 3px rgba(0,0,0,.15);
	border-bottom: none !important;
}

.layout-wide-mode .fusion-header-wrapper .fusion-row {
    max-width: 1200px!important;
    padding: 10px 0!important;
}

.fusion-main-menu {
    text-transform: uppercase;
}

.fusion-header .fusion-logo {
	margin-top: 0 !important;
}

.fusion-mobile-nav-holder {
	padding-top: 20px!important;
}

.fusion-mobile-menu-icons a {
    font-size: 40px!important;
    line-height: 40px!important;
}

.fusion-mobile-nav-item > a {
    text-transform: uppercase;
}

.fusion-header.active .fusion-main-menu > ul > li > a {
    color: #FFF!important;
}

.big-text {
	font-size: 24px !important;
	font-weight: bold !important;
	color: #F05964 !important;
}

/* Uncomment for Menu Items on 2 Lines
.fusion-main-menu > ul > li {
    top: 14px !important;
}

.big-text {
	font-size: 24px !important;
	color: #A93331 !important;
	font-weight: bold !important;
}
.fusion-header .fusion-main-menu > ul > li > a {
	line-height: 24px !important;
}
.fusion-header.active .fusion-main-menu > ul > li > a {
    color: #444!important;
	line-height: 24px !important;
}
*/

.fusion-header.active .fusion-main-menu > ul > li.current_page_item > a, .fusion-header.active .fusion-main-menu > ul > li.current-menu-item > a {
    color: #FFF!important;   
}
.fusion-header .fusion-main-menu > ul > li > a:hover,
.fusion-header.active .fusion-main-menu > ul > li > a:hover {
	color: #ededed !important;
}


/* LOGO STYLING - THE LOGO */
#logo-wrapper {
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    padding: 0 30px;
    transition: .4s;
    height: 0!important;
}

#logo-wrapper.active {
}

.logo-in-header {
    position: relative;
    max-width: 1200px;
    display: block;
    margin: 0px auto 0;
	transition: .4s;
}

.logo-in-header.active {
    margin-top: 15px;
}

.fusion-header .fusion-logo-link {
    display: none;
}

.logo-in-header .fusion-logo img {
    max-height: 120px!important;
    transition: .4s;
	background: #111 !important;
	padding: 5px !important;
}

.logo-in-header.active .fusion-logo img {
    max-height: 70px!important;
	background: transparent !important;
	padding: 0 !important;
}

/* WHITE LOGO
.white-logo {
    position: absolute;
}

.white-logo img {
    opacity: 1;
    max-height: 100px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.active .white-logo img {
    opacity: 0;
    max-height: 70px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.fusion-logo {
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.active .fusion-logo {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
*/


/* RESPONSIVE MODES FOR HEADER*/

/* SWITCH TO MOBILE MENU */
@media only screen and (max-width: 1050px) {
	
	/* TO TOP ON MOBILE */

	#toTop {
			bottom: 0px!important;
			right: 25px;
			border-radius: 3px 3px 0px 0px !important;
	}
	.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
		padding-bottom: 0 !important;
	}
	/* .d-only {
		margin-left: 0 !important;
	} */
}

/* SWITCH TO MOBILE DEVICE SCREEN */
@media only screen and (max-width: 900px) {
    .header-bar {
        font-size: 16px!important;
		line-height: 16px!important;
		padding: 5px 10px!important;
		position: relative!important;
		display: block !important;
		background: #222!important;
    }   
	.header-bar .headerbar-content {
		text-align: center!important;
	}
	
	.fusion-header .fusion-row {
		display: none !important;
	}
	.fusion-header {
		background: #222 !important;
	}
    .fusion-header-wrapper {
        padding-top: 50px!important;
        position: relative!important;
		background: #222 !important;
    }
	.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
		padding-bottom: 20px !important;
	}
	.fusion-header, .fusion-header.active {
		position: relative!important;
	}
	#logo-wrapper, #logo-wrapper.active {
		position: absolute!important;
	}
	.logo-in-header .fusion-logo img {
    	max-height: 80px!important;
		padding: 0 !important;
		background: transparent !important;
	}
	.logo-in-header, .logo-in-header.active {
    	margin-top: 37px!important;
	}
	.fusion-logo {
    	float: none !important;
    	text-align: center !important;
		opacity: 1 !important;
	}
	.white-logo {
		display: none;
	}
	.d-only {
		display: none !important;
	}
	.m-only {
		display: block !important;
	}
	.header-bar .headerbar-content a {
    	font-size: 16px !important;
		font-weight: bold;
	}
	.header-bar a.head-cta {
		font-size: 15px !important;
	}
	.header-bar .head-cta {
    	padding: 3px 12px 3px;
	}
	/* .m-only {
		display: block !important;
    	overflow: hidden;
    	text-align: center;
    	margin: 0 auto;
    	padding-bottom: 10px;
		background: #e86a5b;
	}
	.promo-title-main {
		margin: 0 auto;
    	font-size: 48px;
		letter-spacing: 2px;
    	color: #FFF;
		line-height: 1 !important;
		font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
	}
	.promo-title-left, .promo-title-right {
		float: none;
		width: 100%;
		border: none;
		margin-top: 0;
		padding: 0;
		text-align: center !important;
		line-height: 1.2 !important;
		color: #FFF;
	}
	.m-only img {
		max-height: 50px !important;
	} */
}


/* PAGE STYLING - CONTENT CONTAINERS */

.anchor-tag {
	position: absolute;
	top: -100px;
	display: block;
	visibility: hidden;
}

.maxwidth-300, .maxwidth-400, .maxwidth-600, .maxwidth-800, .maxwidth-935, .maxwidth-1000 {
	display: block!important;
	max-width: 300px;
	width: 100%;
	margin: 0 auto!important;
}

.maxwidth-400 {
	max-width: 400px!important;
}

.maxwidth-600 {
	max-width: 600px!important;
}

.maxwidth-800 {
	max-width: 800px!important;
}

.maxwidth-935 {
	max-width: 900px!important;
}

.maxwidth-1000 {
	max-width: 1000px!important;
}

.float-left, .float-right {
	display: block!important;
	float: left!important;
}

.float-right {
	float: right!important;
}

.img-maxheight {
	max-height: 300px!important;
	width: auto!important;
}

.zoom-box {
	transition: all 220ms ease;
	-webkit-transition: all 220ms ease;
}
.zoom-box:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}


/* 404 PAGES */

.error404 .fusion-header.active {
    background: #FFF !important;
}

.error404 .fusion-header {
    background-color: transparent !important;
}

.error404 #main {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

/* Testimonials with 5 Stars */

.star .fas {
	color: #efda00 !important;
	font-size: 20px !important;
}

.five-star-rating {
	position: relative;
    left: -69%;
    top: 1px;
    background: #338246;
    width: 750px;
    z-index: 1;
    transform: rotate(-23deg);
    text-align: center;
    padding: 5px 5px 5px 120px;
}
.five-star-rating p, .five-star-rating h4 {
	margin: 0 auto !important;
}

/* CONTACT TABS BASIC */

.fusion-tabs .tab-pane {
    border: none !important;
	padding: 45px !important;
}
.fusion-tabs .nav-tabs > li .fusion-tab-heading,
h4.fusion-tab-heading {
	color: #FFF !important;
	font-size: 24px !important;
	text-transform: uppercase !important;
}
.fusion-tabs .nav-tabs {
	border: none !important;
}
.fusion-tabs.classic .nav-tabs > li.active .tab-link {
	border-color: #29b565 !important;
}

.fusion-tabs .nav-tabs > li .fusion-tab-heading{ color: #666 !important; }
.fusion-tabs .nav-tabs > li.active .fusion-tab-heading{ color: #FFF !important; }

/* CONTENT TABS SPLIT

.fusion-tabs .tab-pane {
    border: none !important;
	padding: 20px 45px !important;
}
.fusion-tabs .nav-tabs > li .fusion-tab-heading,
h4.fusion-tab-heading {
	color: #FFF !important;
	font-size: 24px !important;
	text-transform: uppercase !important;
}
.fusion-tabs .nav-tabs {
	border: none !important;
}
.fusion-tabs.classic .nav-tabs > li.active .tab-link {
	border-color: #999 !important;
}

.fusion-tabs .nav-tabs > li .fusion-tab-heading{ color: #FFF!important; }
.fusion-tabs .nav-tabs > li.active .fusion-tab-heading{ color: #FFF !important; }

#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li.active a,
#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li:hover a {
    background: #227bd8 !important;
}

.fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link {
    margin-right: 10px !important;
}

.fusion-tabs {
    margin-bottom: 0 !important;
}

*/

/* FOR ASSOCIATIONS */
.alogo {
	text-align: center;
}
.alogo img {
	max-height: 65px !important;
	width: auto;
	margin: 5px;
}
.anchor-wrap {
	height: 0 !important;
}

/* Main Slide Text on Left */
.main-slide-left {
	min-height: 625px !important;
}
.main-slide-left h3 {
	color: #FFF !important;
}
.main-slide-left h5 {
	color: #FFF !important;
}
.main-slide-left p {
	color: #FFF !important;
	font-size: 22px !important;
}
.main-slide-left h4 {
	color: #FFF !important;
}
.main-slide-left h1 {
	margin-top: 30% !important;
	color: #FFF !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
}
.cta-main h3 {
	padding-top: 0 !important;
	color: #FFF !important;
}

/* Main Slide Text Center */
.main-slide-center {
	height: 675px !important;
}
.main-slide-center h1 {
	margin: 0 !important;
	text-transform: uppercase;
	text-shadow: 1px 3px 1px rgba(0,0,0,0.35) !important;
	color: #FFF !important;
}

.main-slide-center h4 {
	font-size: 30px !important;
	color: #FFF !important;
}


/* Service Boxes */
.service-box {
	position: relative;
	top: -30px;
	transition: all 220ms ease;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
	border: none !important;
	font-size: 14px !important;
}
.service-box img {
	height: 150px !important;
	width: 100%;
}
.service-wrap {
	text-align: center !important;
}
.border-fix .service-wrap {
	border-right: none !important;
}
.service-wrap, .why-box {
	padding: 20px;
}
.service-wrap h3 {
	font-size:22px !important;
	text-align: center !important;
}
.service-box:hover {
	top: -40px !important;
}

/* Coupon Footer */
.coupon-footer {
	padding: 10px;
	border: 2px dashed #333;
	text-align: center;
	margin-bottom: 20px !important;
}
.coupon-inner {
	background: #f6f6f6;
	padding: 5px;
}
.coupon-footer h2 {
	margin: 0 auto;
	font-size: 30px !important;
}
.coupon-footer h4 {
	margin: 0 auto;
}
.coupon-footer p {
	margin: 0 auto;
}
.small-footer-p {
	font-size: 12px !important;
}

/* CUSTOM FOOTER */
.footer-cta h4 {
	font-weight: bold !important;
	letter-spacing: 1.5px !important;
}
.footer-cta h5 {
	font-family: 'Merriweather', Georgia, serif !important;
}
.footer-h2 {
	font-size: 32px !important;
}
.custom-map {
	position: absolute !important;
	top: -280px !important;
}
.footer-text-box {
	float: right !important;
}
.footer-text-box .far {
	color: #F05964 !important;
}

.prom-slide .fusion-carousel-item img {
	max-width: 80% !important;
}
.brands-list li.fusion-li-item {
	padding-left: 25% !important;
}
/*.brands-wrap .fusion-column-content {
	border: 3px solid #FFF !important;
    padding: 10px !important;
} */
.fusion-content-boxes .fusion-column {
    margin-bottom: 0 !important;
}

.process-list .content-wrapper img {
	transition: all 220ms ease;
}
.process-list .content-wrapper:hover img {
	transform: scale(1.12) !important;
}

.review-wrap .fas {
	color: #F05964 !important;
	padding: 5px;
}
.review {
	font-style: italic !important;
}
.review-name {
	font-weight: bold !important;
}


/* WHEN THE MAX WIDTH HAS BEEN REACHED ON SCREEN SIZE */
@media only screen and (max-width: 1260px) {
	.fullwidth-sizing .fusion-three-fourth {
		left: 0!important;
		margin: 0!important;
	}
}

@media only screen and (max-width: 1024px) {
	
}

/* SWITCH TO SMALL MOBILE SIZE */

@media only screen and (max-width: 900px) {
	.five-star-rating {
    	position: relative;
    	left: 0;
    	top: -20px;
    	background: #2ecc71;
    	width: auto;
    	z-index: 1;
    	transform: none;
    	text-align: center;
    	padding: 5px;
	}
	.review-star {
		float: none;
		margin: 0 auto !important;
		text-align: center !important;
	}
}
@media only screen and (max-width: 800px) {
	.maxwidth-300, .maxwidth-400, .maxwidth-600 {
		max-width: 100%!important;
	}
	.float-left, .float-right {
		display: block!important;
		float: left!important;
	}
	.custom-map {
		position: relative !important;
		top: 0px !important;
	}
	.footer-text-box {
		float: none !important;
		text-align: center;
	}
	.footer-text-box h5, .footer-cta h4, .footer-cta h5 {
		text-align: center !important;
	}
	.review-wrap {
		text-align: center !important;
	}
	.map-text, .map-text h2 {
		text-align: center !important;
	}
}
@media only screen and (max-width: 480px) {
	
}
