/*
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: #a5a913!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: #0E8FB3!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;
	overflow: hidden;
}

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

.d-only {
	display: inline-block;
	width: 75%;
}

.m-only {
	display: none;
}

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

.header-bar.active {
    background: #a5a913;
    padding: 8px 30px 8px;
	color: #FFF;
}

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

.headerbar-content i.fa {
    margin: 0 5px 0 13px;
	padding: 5px;
	border-radius: 50%;
	font-size: 11px;
	width: 22px;
	height: 22px;
	text-align: center;
	transition: .4s;
	color: #FFD005 !important;
}
.headerbar-content i.far {
	color: #FFD005 !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: #FFD005;
}

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

.header-bar .head-cta {
	padding: 10px 12px 9px;
    background: #0E8FB3;
    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: #0E8FB3 !important;
	font-weight: bold !important;
	transition: all .3s ease-in;
}
.header-bar .fusion-button a {
	color: #0E8FB3 !important;
	transition: all .3s ease-in;
}
.header-bar .fusion-button:hover {
	color: #FFF !important;
	background: #0E8FB3 !important;
}
.header-bar .fusion-button:hover a {
	color: #FFF !important;
}

.promo-title-main {
	margin: 10px auto 0;
    font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
    color: #FFF;
	font-family: 'Arvo', Georgia, serif !important;
}

.promo-title-left {
	text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-top: 7px;
    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: 40px;
    z-index: 998!important;
	position: fixed;
	width: 100%!important;
	transition: .4s;
}

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

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

.fusion-header.active {
	background: #fff!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: #444!important;
}

.big-text {
	font-size: 24px !important;
	font-weight: bold !important;
	font-family: 'Arvo', Georgia, serif !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: #444!important;   
}
.fusion-header .fusion-main-menu > ul > li > a:hover,
.fusion-header.active .fusion-main-menu > ul > li > a:hover {
	color: #a5a913 !important;
}

.fusion-header.active .big-text {
	color: #a5a913 !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: 35px auto 0;
	transition: .4s;
}

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

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

.logo-in-header .fusion-logo img {
    max-height: 95px!important;
    transition: .4s;
}

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


/* 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) {
	.fusion-standard-logo {
		display: none !important;
	}
	
    .header-bar {
        font-size: 16px!important;
		line-height: 16px!important;
		padding: 5px 10px!important;
		position: relative!important;
		background: #a5a913!important;
    }   
	.header-bar .headerbar-content {
		text-align: center!important;
	}
	
	.fusion-header .fusion-row {
		display: none !important;
	}
    .fusion-header-wrapper {
        padding-top: 50px!important;
        position: relative!important;
		background: #FFF !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: 70px!important;
	}
	.logo-in-header, .logo-in-header.active {
    	margin-top: 106px!important;
	}
	.fusion-logo {
    	float: none !important;
    	text-align: center !important;
	}
	.d-only {
		display: none !important;
		width: 100%;
	}
	.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: #a5a913;
	}
	.promo-title-main {
		margin: 0 auto;
    	font-size: 18px;
		letter-spacing: 2px;
    	color: #FFF;
		line-height: 1 !important;
		font-family: 'Arvo', Georgia, 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.5 !important;
		color: #FFF;
	}
	.m-only img {
		max-height: 50px !important;
	}
}


/* PAGE STYLING - CONTENT CONTAINERS */
/* h5 {
	text-transform: uppercase;
} */

.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;
}


/* FIXED STICKY CALL TO ACTION */

a.contact-logo {
	position: fixed;
    top: 200px;
    right: 0!important;
    z-index: 999!important;
    overflow: hidden;
    margin: 0 auto !important;
    width: 53px!important;
    background: #0E8FB3!important;
    transition: all .4s;
    border-radius: 10px 0 0 10px;
    padding: 10px 0 10px;
    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    font-weight: 700 !important;
    font-size: 18px;
    text-transform: uppercase !important;
    line-height: 3;
    color: #FFF !important;
    visibility: hidden !important;
}
a.contact-logo.active {
	visibility: visible !important;
}

a.contact-logo:hover {
	background: #14afda!important;
	padding: 10px 5px 10px !important;
    width: 58px !important;
}

a.contact-logo .far {
	color: #FFF !important;
    font-size: 22px;
	margin-bottom: 5px !important;
    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);  /* FF3.5/3.6 */
    -o-transform: rotate(-270deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-270deg);  /* Saf3.1+ */
	-ms-transform: rotate(-270deg); /* IE 9 */
}

@media only screen and (max-width: 650px) {
	a.contact-logo {
		top: 150px!important;
		width: 53px !important;
		font-size: 16px !important;
	}
}

/* Testimonials with 5 Stars */

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

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

.reviews-wrap {
	background-size: 15% auto !important;
	-webkit-background-size: 15% auto !important;
	-o-background-size: 15% auto !important;
	-moz-background-size: 15% auto !important;
}

/* Testimonials Middle */

.review-star {
	float: right;
	margin: 20px 0 0 !important;
}
.review-star .fas {
	color: #f5d807 !important;
	font-size: 28px;
}

/* 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: 95px !important;
	width: auto;
	margin: 5px 25px;
}

/* FORM OVERLAY SLIDER AND FIRST SECTION */

.slide-form-box {
	position: absolute !important;
	z-index: 9999;
	right: 0 !important;
	top: -310px !important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.35);
}
.slide-form-box h3 {
	background: #4f7019 !important;
    padding: 10px !important;
    font-size: 26px !important;
	border-bottom: 4px solid #a5a913;
}

.form-space {
	padding: 20px 20px 45px 20px;
}

.form-arrow {
	position: absolute;
    bottom: 0px;
	left: 35px;
	width: 300px;
}

.cta-arrow {
	position: absolute;
    top: -45px;
    right: 0;
    width: 200px;
}

/* FUSION CONTENT BOXES */

.fusion-content-boxes.content-boxes-icon-on-side .heading {
    margin-bottom: 8px !important;
}
.fusion-content-boxes h4 {
	margin-top: 20px !important;
}

/* Contact Form w/ Overlap */

.form-box {
	position: relative;
	top: -50px !important;
	box-shadow: 0 3px 2px 0 rgba(0,0,0,0.35);
}
.form-box h4 {
	background: #a5a913 !important;
	padding: 10px 5px 10px;
	color: #FFF !important;
	text-transform: uppercase !important;
}

/* OTHER HOME STYLES */

.contact-info {
	font-size: 20px !important;
}
.contact-info a {
	font-weight: bold !important;
	font-size: 22px !important;
}
.contact-info .far, .contact-info .fa {
	color: #a5a913;
}

.home-intro {
	border-top: 4px solid #FFD005 !important;
}

.why-box {
	padding: 20px;
	border: 1px solid #DDD;
	transition: all .4s ease;
}
.why-box:hover {
	border: 3px solid #a5a913 !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;
	}
	.slide-form-box {
     	top: -280px !important;
 	}
	.form-arrow {
    	left: 45px !important;
    	width: 260px !important;
	}
}

@media only screen and (max-width: 1150px) {
	.slide-form-box {
     	top: -250px !important;
 	}
	.form-arrow {
    	left: 25px !important;
    	width: 220px !important;
	}
	.reviews-title h2 {
		font-size: 32px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.slide-form-box {
     	top: -256px !important;
 	}
	.slide-form-box h3 {
    	font-size: 20px !important;
	}
	
}

/* SWITCH TO SMALL MOBILE SIZE */

@media only screen and (max-width: 900px) {
	.maxwidth-300, .maxwidth-400, .maxwidth-600 {
		max-width: 100%!important;
	}
	.float-left, .float-right {
		clear: both!important;
		float: none!important;
	}
	.five-star-rating {
    	position: relative;
    	left: 0;
    	top: -20px;
    	background: #6e5300;
    	width: auto;
    	z-index: 1;
    	transform: none;
    	text-align: center;
    	padding: 5px;
	}
	.slide-form-box h3 {
    	font-size: 26px !important;
	}
}
@media only screen and (max-width: 800px) {
	.float-left, .float-right {
		display: block!important;
		float: left!important;
	}
	.slide-form-box {
     	top: -250px !important;
 	}
	.form-box {
		top: 0px !important;
	}
	.review-star {
		float: none;
		margin: 0 auto !important;
		text-align: center !important;
	}
	.form-box {
		top: 0px !important;
	}
}
@media only screen and (max-width: 480px) {
	.slide-form-box {
     	top: -225px !important;
 	}
	.slide-form-box h3 {
    	font-size: 21px !important;
	}
}
@media only screen and (max-width: 350px) {
	.slide-form-box {
     	top: -200px !important;
 	}
}
