/*
Theme Name: Enter.Net Base Theme
Description: Child theme for Avada theme
Author: Enter.Net
Author URI: http://www2.enter.net/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* BASIC STYLING*/
.main-color {
    color: #D8B444!important;
}
.accent-color {
    color: #C29C25!important;
}
.bold-text {
    font-weight: 700!important;
}
.thin-text {
    font-weight: 300!important;
}

.clear {
	clear: both!important;
}

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

.header-bar.active {
	position:fixed;
}

.header-bar a {
	color: #565656 !important;
}

.header-bar .fa, .header-bar a .fa {
	color: #D8B444 !important;
	transition: .4s;
}

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

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


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

.fusion-header-wrapper.active {
	padding-top: 33px!important;
	position: fixed;
}

.fusion-header {
	margin-top: 0!important;
	transition: .4s;
	position: relative;
	width: 100%;
	background: #fff!important;
}

.fusion-header.active {
	position: fixed;
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

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

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

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

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

.fusion-header.active .fusion-main-menu > ul > li > a:hover, .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: #D8B444!important;   
}


/* CTA BUTTON */
.fusion-mobile-nav-holder > ul > li:last-child > a {
            background: #c29c25!important;
            color: #fff!important;
    }

.fusion-main-menu > ul > li:last-child > a {
	padding-right: 0!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: 15px auto 0;
}

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

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


.monly {
	display: none;
}

/* RESPONSIVE MODES FOR HEADER*/

/* SWITCH TO MOBILE MENU */
@media only screen and (max-width: 1120px) {
    .header-bar {
		padding: 5px 30px!important;
		position: relative!important;
    }   

    .fusion-header-wrapper, .fusion-header-wrapper.active {
        padding-top: 10px !important;
		position: relative !important;
		padding-bottom: 10px;
    }
	.fusion-header, .fusion-header.active {
		position: relative!important;
	}
	#logo-wrapper {
		position: absolute!important;
		margin-top: 0px!important;
	}
	
	.fusion-mobile-nav-holder {
		padding-top: 60px !important;
	}
	
	.fusion-header.active {
		box-shadow: none !important;
	}
}

/* SWITCH TO MOBILE DEVICE SCREEN */
@media only screen and (max-width: 800px) {
	
	.desktop {
		display: none;
	}
	
	.monly {
		display: inline-block;
	}
	
	#toTop {
		bottom: 0px!important;
		right: 25px;
		border-radius: 3px 3px 0px 0px !important;
	}
	
	#logo-wrapper {
		padding: 16px 10px 0;
	}
	
	.logo-in-header .fusion-logo img, .logo-in-header.active .fusion-logo img {
		max-height: 85px !important;
	}
	
}


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

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

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

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

.img-maxheight {
	max-height: 300px!important;
	width: auto!important;
}
.fusion-tabs .tab-pane {
    border: none !important;
}
.fusion-tabs .nav-tabs > li .fusion-tab-heading,
h4.fusion-tab-heading {
	font-size: 34px !important;
}
.fusion-tabs .nav-tabs {
	border: none !important;
}
.wpcf7-form label {
	color: #FFF!important;
}

/* FIXED SECONDARY PHONE */

a.phone-logo {
	position: fixed;
    top: 300px;
    right: 0!important;
	text-align: center;
    margin-right: 10px;
    z-index: 999!important;
    overflow: hidden;
    width: 92px!important;
    height: 92px !important;
    background: rgb(194, 156, 37) !important;
    transition: all .4s;
    border-radius: 50%;
	color: #FFF !important;
	font-size: 13px;
	font-weight: bold;
    padding: 15px;
    visibility: hidden !important;
}
a.phone-logo.active {
	visibility: visible !important;
}

a.phone-logo:hover {
	background: rgb(180,143,28) !important;
}

a.phone-logo .far, a.phone-logo .fa {
	color: #FFF !important;
	font-size: 32px;
}

/* FIXED SECONDARY CONTACT */

a.contact-logo {
	position: fixed;
    top: 200px;
    right: 0!important;
	text-align: center;
    margin-right: 10px;
    z-index: 999!important;
    overflow: hidden;
    width: 92px!important;
    height: 92px !important;
    background: rgb(194, 156, 37) !important;
    transition: all .4s;
    border-radius: 50%;
	color: #FFF !important;
	font-size: 13px;
	font-weight: bold;
    padding: 15px;
    visibility: hidden !important;
}
a.contact-logo.active {
	visibility: visible !important;
}

a.contact-logo:hover {
	background: rgb(180,143,28) !important;
}

a.contact-logo .far {
	color: #FFF !important;
	font-size: 40px;
}

@media only screen and (max-width: 800px) {
	a.contact-logo, a.phone-logo {
		display: none !important;
	}	
	.mobile-form {
		position: relative;
		top: -50px !important;
	}
	.css-141sqqa {
    	top: 150px !important;
    	right: 20px !important;
	}
}