/*
Theme Name: Enfold - Child Theme
Theme URI: http://vanwagenen.com/themes/child-theme/
Author: Luthfur Miah
Author URI: http://vanwagenen.com
Description: Child Theme for WP's vW.
Template: enfold
Version: 2.9.2.1
Text Domain: enfold
*/


/* =Images
-------------------------------------------------------------- */
html {
    overflow-x: hidden;
    background-color: #FFF;
    -ms-overflow-style: scrollbar;
}
body, ul, li, ol, h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Muli', sans-serif;
}
body{
	margin:0;
	color:#231f20;
}
.hide1{
	display:none;
}
.left{float:left;}
.right{float:right;}
.center{text-align: center;}
img{border:none;}
.full{
	width:100%;
	float:left;
}
a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
.flex{
     display: flex;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-align-items: center;
}
.btn1{
	background-color: #F8B32A;
	border-radius: 2px;
	color:#FFF;
	padding: 10px 20px;
	font-size:14px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn1:hover{
	background-color: #FFF;
	color:#F8B32A;
}

p, .avia_textblock h5{
	font-size:16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
::selection {
	color:#FFF;
	background: #BB2A1A; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color:#FFF;
	background: #BB2A1A; /* Gecko Browsers */
}


/* =Header and Nav
-------------------------------------------------------------- */
#hdrNav{
    width: 100%;
    display: table;
    color: #FFF;
    background-color: #00AEEF;
    position: fixed;
    top: 0;
    z-index: 99;
}
#hdrNav li {
    float: left;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
}
#hdrNav li a{
	display: block;
    padding: 10px 10px 5px;
	box-sizing: border-box;
	border-bottom:5px solid #00AEEF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#hdrNav li:hover a{
	box-sizing: border-box;
	border-bottom:5px solid #BB2A1A;
	text-shadow: 0 0 5px rgba(256,256,256,.5);
}
#hdrNav .sub-menu {
	display:none;
    background-color: #BB2A1A;
    position: absolute;
    z-index: 99;
    margin:0;
}
#hdrNav li:hover .sub-menu{
	display: block;
}
#hdrNav .sub-menu li{
    float: none;
}
#hdrNav .sub-menu li sup{
    float: none;
}
#hdrNav .sub-menu li a{
    padding: 5px 10px;
	border-bottom:5px solid #BB2A1A;
	text-shadow: none;
}
#hdrNav .sub-menu li:hover a{
    text-decoration: underline;
}
#hdrNav svg{
    padding: 10px;
    font-size: 46px;
    padding: 5px 10px ;
}
#hdrNav img {
    height: 20px;
    margin-left: 20px;
    margin-top: 15px;
}
#logo{
	position: absolute;
	top: 0;
	left: 0;
	height:83px;
	width: 87%;
	z-index: 100;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003654+50,ffffff+50 */
	background: linear-gradient(to right bottom, #003654 49.5%, transparent 50%);
}
#logo img{
	max-width: 43%;
	margin-top: 10px;
	margin-left: 10px;
}



/* =Home Sections
-------------------------------------------------------------- */
#hero{
    background: url(images/hero4.jpg) no-repeat center center #003654;
    background-size:cover;
    width: 100%;
    display: table;
    position: relative;
}
#heroOverlay {
    width: 100%;
    height: 100%;
    display: table;
    padding-top: 100px;
    background: rgba(0,0,0,.5);
}
#heroTxt {
	margin-top: 40px;
    margin-bottom: 80px;
    padding-left:10%;
    display: table;
}
#heroTxt .title2 {
    color: #FFF;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#heroTxt .title3 {
    color: #FFF;
    font-size: 19px;
    line-height: 20px;
    font-weight: 200;
    font-family: 'Muli', sans-serif;
}
#heroTxt .title4 {
    color: #00AEEF;
    font-size: 19px;
    line-height: 20px;
    font-weight: 200;
    font-family: 'Muli', sans-serif;
}
#confBlock {
    color: #fff;
    width: 100%;
    display: table;
    font-weight: 200;
}
.heroConf{
	display: table;
	width: 45%;
	float: left;
	margin-bottom:10px;
	margin-right: 10px;	
	border-right:5px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.heroConf:hover{
	/*background-color: rgba(0,0,0,.05);*/
    background-color: rgba(256,256,256,.05);
	border-right:5px solid #BB2A1A;
}
.heroConf .date {
    float: left;
    padding: 9px 5px 10px;
    text-align: center;
    border: .5px solid;
    margin-right: 10px;
    width: 58px;
    height: 55px;

}
.heroConf .month{
	text-transform: uppercase;
    font-size: 18px;
    line-height: 15px;
}
.heroConf .day{
	text-transform: uppercase;
    font-size: 18px;
}
.heroConf .title{
	font-size:14px;
}
.heroConf .location{
	font-size:12px;
}
#prodHome{
    width: 100%;
    display: table;
}
#prodHome h2 {
    color: #00AEEF;
    width: 100%;
    display: table;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    margin: 40px 0;
    padding: 0 15px;
    font-weight: 200;
}
#prodHome .miniContainer{
	width: 100%;
	padding:40px 50px 28px;
	display:block;
}
.prodBox{
	position: relative;
	height:150px;
}
.prodBox *, .prodBox{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hoverText {
    position: absolute;
    opacity: 1;
    color: #003654;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
	text-align: center;
	width: 100%;
	margin-top:55px;
}
#prodHome sup {
    font-size: 25%;
    top: -1.5em;
}
.hoverText svg{
    margin-bottom: 15px;
}
.hoverBox{
	position: absolute;
	opacity: 0;
	color: #FFF;
	width: 100%;
}
.hoverTitle{
    font-size: 20px;
    font-family: 'Muli', sans-serif;
	color:#00AEEF;
    font-weight: 400;
    text-align: center;
    margin-top:10px;
    margin-bottom:5px;
}
.hoverBox li{
	list-style: none;
}
.hoverBox li a{
	display: block;
	font-size: 12px;
	line-height: 24px;
	float: left;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hoverBox li a:hover{
	text-decoration: underline;
}
.prodBox:hover{
	background-color: #003654;
}
.prodBox:hover .hoverText{
	opacity: 0;
}
.prodBox:hover .hoverBox{
	opacity: 1;
}
.prodBox1, .prodBox3{
	background-color: #fafafa;
	border-bottom:10px solid #fafafa;
}
.prodBox2, .prodBox4{
	background-color: #f5f5f5;
	border-bottom:10px solid #f5f5f5;
}
.prodBox:hover{
	border-bottom:10px solid #BB2A1A;
}
.prodBox:hover i, .prodBox:hover h3{
	opacity:1;
	color:#8dc63f;
}
#clientBtn {
    position: fixed;
    bottom: 0;
    right: left;
    z-index: 102;
    background-color: #BB2A1A;
    color:#FFF;
	display: block;
    font-size: 18px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#clientBtn svg{
	margin-right: 10px;
}
#clientBtn:hover{
    background-color: #FFF;
    color:#BB2A1A;
	-webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px 1px rgba(0,0,0,.3);
}
.fullCTA{
	padding: 40px 0;
	display: table;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.fullCTA h3{
	font-size: 24px;
	margin-bottom: 26px;
}
.fullCTA a {
    background-color: #BB2A1A;
    color:#FFF;
    border: 1px solid;
    font-size: 18px;
    padding: 10px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fullCTA a:hover{
    background-color: #FFF;
    color:#BB2A1A;
}
.fullCTA a svg{
	margin-right: 10px;
}


/* =Main Content
-------------------------------------------------------------- */
#mainC{
	display: table;
	width: 100%;
	padding: 40px 0;
}
#mainC h1{
    color: #00AEEF;
    font-size: 30px;
    margin-bottom:20px;
    font-weight: 200;
}
#mainC h2 {
    color: #BB2A1A;
    font-size: 20px;
    margin-bottom:20px;
    font-weight: 200;
}
#mainC h3, #mainC h6 {
    font-size: 16px;
    margin-bottom:20px;
    font-weight: 600;
}
#bCrumbs {
    margin-top: 46px;
    text-align: right;
    padding-right: 7px !important;
    font-size: 12px;
    width: 100%;
    display: table;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    padding: 10px 0;
}
.breadcrumb {
    display: table;
    float: right;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: right;
}
#mainC ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: 40px;
    font-weight: 300;
}
#mainC li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
#sidebarNav {
	border-top:1px solid #f0f0f0;
    padding-left: 20px;
	padding-top: 40px;
}
#sidebarNav li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}
#sidebarNav a {
	text-decoration: none;
	color: #003654;
	padding:4px 0px 5px 0;
	display: block;
}
#sidebarNav a:hover {
	text-decoration: underline;
	color: #BB2A1A;
}
#sidebarNav .inner_sidebar{margin-left: 0;}
#sidebarNav .sidebar{
	padding: 0;
	width: 100%;
}
#mainC a{
	text-decoration: underline;
}
#mainC a:hover{
	color: #BB2A1A;
}
.av-share-box, .post_author_timeline, .blog-meta, .comment-entry{display: none;}

/* =Footer
-------------------------------------------------------------- */
#ftr{
    background: url(images/test.png) no-repeat center top #003654;
    background-size: 100% 100%;
    width: 100%;
    display: table;
    color: #FFF;
    padding: 20px 0;
}
#ftr h4{
	color:#FFF;
	font-size:18px;
	line-height: 23px;
	margin-bottom: 10px;
}
#ftr p{
	font-size:12px;
	line-height: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}
#ftr li{
	font-size:12px;
	line-height: 16px;
	font-weight: 300;
	list-style: none;
	margin-bottom: 5px;
}
#ftr a:hover, #ftr2 .social a:hover{
	text-decoration:underline;
}
#ftr2{
    background: url(images/test.png) no-repeat center top #00AEEF;
    background-size: 100% 100%;
    width: 100%;
    display: table;
    color: #FFF;
    padding: 10px 0;
	font-size:12px;
	line-height: 25px;
	font-weight: 300;
    margin-bottom: 30px;
}
#ftr2 .social a{
	display: block;
	float: right;
	text-align: center;
	width: 33%;
}
#ftr2 svg{
	font-size:33px;
	padding: 5px 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#ftr2 svg:hover{
	color:#BB2A1A;
	text-shadow: 0 0 5px #fff;
}
#ftr img{
	width: 100%;
}

/* =MMenu
-------------------------------------------------------------- */
#menu {
    background-color: #000;
    color: #bcbec0;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *{
	color:#fff;
	font-size:18px;
}
.mm-menu {
    border-color: #008FCB;
    color:#bcbec0;
}
.mm-listview a{
	font-size:18px;
}
#mmenu a{
	color:#FFF;
}

/* =Responsive
-------------------------------------------------------------- */
/*Custom Header*/
@media (min-width: 380px) {
	#logo{
		height:100px;
		width: 80%;
	}
}
/*Tablet SMALL*/
@media (min-width: 768px) {
	#logo img{
		max-width: 38%;
	}
	#ftr2 .social a{
		display: block;
		text-align: center;
		width: auto;
	}
	#ftr2 svg{
		font-size:24px;
		line-height: 16px;
		margin-left: 6px;
	}
	.hoverText {
	    font-size: 26px;
		margin-top:40px;
	}
	.hoverTitle{
	    margin-bottom:5px;
	}
	.hoverBox li a{
		font-size: 16px;
		line-height: 26px;
	}
	#heroTxt .title2 {
		margin-top: 30px;
	}
	#clientBtn {
	    position: fixed;
	    bottom: 75%;
	    right: -94px;
    	width:auto;
		-webkit-transform: rotate(270deg);
	    -moz-transform: rotate(270deg);
	    -o-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	    transform: rotate(270deg);
	}
	#ftr2{
		margin-bottom: 0;
	}
	#mainC h1{
	    font-size: 34px;
	}
	#mainC h2{
	    font-size: 24px;
	}
}
/*Desktop on MEDIUM*/
@media (min-width: 992px) {
	#sidebarNav {
		border-top:none;
		padding-top:0;
	    border-left: 1px solid #eee;
	}
	#bCrumbs {
	    margin-top: 40px;
	    margin-bottom: 20px;
    	/*border-bottom: 40px solid #f0f0f0;*/
	}
	#hdrNav img {
	    margin-top: 9px;
	}
	#logo {
	    width: 60%;
	    height: 125px;
	}
	#logo img {
	    max-width: 444px;
	    margin-top: 15px;
	    margin-left: 15px;
	    width: 41%;
	}
	.prodBox{
		height: 200px;
	}
	.prodBox1, .prodBox4{
		background-color: #fafafa;
		border-bottom:10px solid #fafafa;
	}
	.prodBox2, .prodBox3{
		background-color: #f0f0f0;
		border-bottom:10px solid #f0f0f0;
	}
	#heroTxt .title2{
		margin-top: 90px;
		margin-bottom: 40px;
	    line-height: 59px;
	    font-size: 50px;
	}
	#heroTxt .title3{
	    font-size: 35px;
	    line-height: 40px;
	}
	#heroTxt .title4{
		margin-bottom: 90px;
	    font-size: 35px;
	    line-height: 40px;
	    font-weight: 300;
	}
	.hoverTitle{
	    font-size: 26px;
	    margin-top:20px;
	    margin-bottom:10px;
	}
	.hoverText {
	    margin-top: 63px;
	}
	.hoverBox li a{
		font-size: 18px;
		line-height: 28px;
	}
	.fullCTA h3{
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	#hdrNav li a {
		font-size: 16px;
	}
	#logo{
		height:150px;
	}
}
@media (min-width: 1600px) {
	#logo{
		height:183px;
	}
}





/* Hot Fixes -> old theme */

.widget_nav_menu ul:first-child > .current-menu-item, 
.widget_nav_menu ul:first-child > .current_page_item, 
.widget_nav_menu ul:first-child > .current-menu-ancestor{
	box-shadow: none;
}