/*
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: #2862c5!important;
}
.accent-color {
    color: #6A000E!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:fixed;
    margin-top:0;
    left:0;
    z-index:999;
    width: 100%;
    padding: 0px 30px;
    display:block;
	color: #FFF;
	font-size: 13px!important;
	line-height: 13px!important;
	transition: .4s;
}

.header-bar.active {
    background: #fff;
    padding: 0px 30px;
}

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

.header-wrap {
    width: 55%;
    padding: 10px;
    float: right;
    background: #6A000E !important;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.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 i.fa:first-child {
    margin-left: 0!important;
}


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

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

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

.fusion-header.active {
	background: #fff!important;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15) !important;
}

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

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

.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: #333!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: #2862c5!important;   
}


/* CTA BUTTON */
.fusion-mobile-nav-holder > ul > li:last-child > a {
            background: #2862c5!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: 5px auto 0;
}

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

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

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

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

.donly {
	display: inline-block;
}
.monly {
	display: none;
}


/* RESPONSIVE MODES FOR HEADER*/

/* SWITCH TO MOBILE MENU */
@media only screen and (max-width: 1150px) {
    .fusion-standard-logo {
		display: none !important;
	}
	.header-wrap {
    	width: 100%;
    	padding: 0;
    	float: none;
    	background: #6A000E !important;
    	text-align: center;
    	border-radius: 0;
	}
	.header-bar {
		padding: 5px 30px!important;
		background: #6A000E!important;
		border-radius: 0 0 10px 10px;
    }   
	.logo-in-header, .logo-in-header.active {
    	margin: 31px auto 0;
	}
	.logo-in-header .fusion-logo img, 
	.logo-in-header.active .fusion-logo img {
    	max-height: 80px !important;
	}
	.fusion-header-wrapper, .fusion-header-wrapper.active {
    	padding-top: 18px !important;
	}
}

/* SWITCH TO MOBILE DEVICE SCREEN */
@media only screen and (max-width: 798px) {
    .header-bar {
        font-size: 11px!important;
		line-height: 11px!important;
		padding: 5px 30px!important;
		position: relative!important;
		overflow: hidden;
    }   
	.header-bar .headerbar-content {
		text-align: center!important;
	}
    .fusion-header-wrapper {
        padding-top: 21px!important;
        position: relative!important;
    }
	.fusion-header, .fusion-header.active {
		position: relative!important;
	}
	#logo-wrapper {
		position: absolute!important;
		margin-top: 31px!important;
	}
	.logo-in-header {
    	margin: 16px auto 0;
	}
	.donly {
		display: none;
	}
	.monly {
		display: inline-block;
	}
}


/* 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;
}

/* SERVICE FEW BLOCKS SECTION*/
.service-section {
    color: #52585c!important;
    font-size: 14px!important;
    line-height: 2!important;
}

.service-box {
   transition: all .3s ease-in;
}
.service-box:hover {
	transform: scale(1.05);
	margin-top: -10px !important;
}

.service-wrap {
   position: relative;
   top: -100px;
   background: #FFF;
   padding: 20px;
}
.service-box:hover .service-wrap {
   box-shadow: 2px 4px 6px rgba(0,0,0,0.15);
}

.service-section img {
   position: relative;
   top: -100px;
   z-index: 999;
}

.service-section h3 {
    font-weight: 300!important;
	font-size: 24px !important;
}
.service-link {
    text-transform: uppercase;
    font-weight: 600!important;
    transition: .4s;
    color: #6A000E!important;
}
.service-box:hover .service-link {
    border-bottom: 3px solid #6A000E;
}
.service-link i {
    color: #6A000E!important;
    margin-left: 5px!important;
    transition: .4s;
}
.service-box:hover .service-link i {
    margin-left: 10px!important;
}

.bottom-cta h1, .bottom-cta p {
   text-align: center;
   color: #FFF !important;
}

.red-border h3 {
	border-left: 3px solid #6A000E;
	padding-left: 15px !important;
}

.links-wrap h4 {
	color: #FFF !important;
	padding-top: 8px !important;
}
.links-inner {
	transition: all .4s ease-in;
}
.links-inner:hover {
	background: #ad001c !important;
}

.fusion-footer {
	font-size: 15px !important;
}
.fusion-footer h4 {
	color: #FFF !important;
	margin-top: 0 !important;
	font-weight: 400 !important;
}

/* MEGA MENUS */

.mcustom {
	text-align: center;
	margin-bottom: 0 !important;
	background: #FFF !important;
	transition: background .4s ease-in;
}
.mcustom a {
	color: #333;
}
.mcustom h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
}
.mcustom p {
	color: #646464 !important;
	margin-bottom: 0 !important;
	text-transform: none !important;
}
.mcustom img {
	max-height: 75px;
	width: auto;
	margin-bottom: 10px !important;
}

#menu-item-158 .mcustom img {
	max-height: 100px !important;
}

#menu-item-32,
#mobile-menu-item-156,
#menu-item-34,
#mobile-menu-item-158 {
	display: none !important;
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu {
	padding: 0 !important;
}
.fusion-megamenu-widgets-container {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#menu-item-158 .fusion-one-half  {
	margin-right: 0 !important;
	width: 50% !important;
}
#menu-item-156 .fusion-one-fourth {
	margin-right: 0 !important;
	width: 25% !important;
}

.mcustom-wrap {
	padding: 20px;
	background: rgba(0,0,0,0);
}

.mcustom:hover {
	background: #f2f2f2 !important;
}

.mcustom:hover h4 {
	color: #2862c5 !important;
}

.fusion-page-title-bar .fusion-page-title-row h1 {
    margin-top: 10%;
}

@media only screen and (max-width: 798px) {
	.service-box {
		margin-bottom: 15px !important;
	}
	.links-inner h4, .links-inner .fa {
		text-align: center !important;
	}
}
.white-text {
	color: #fff; 
}