/*
 Theme Name:   Huemane Child Theme
 Theme URI:    https://presscustomizr.com/hueman/
 Description:  Hueman Child Theme
 Author:       nikeo / JG
 Author URI:   https://presscustomizr.com
 Template:     hueman
 Version:      6.0.6
*/

:root {
    --abs-blue: #101259;
    --abs-lightblue: #0b3278;
    --abs-grey: #f0f0f0;
    --abs-white: #ffffff;
	--abs-light: #a6c2e9;
	--abs-text: #444;
}
/* color: var(--abs-blue) */

.home .page-title{
	display: none;
}
.page-title h1{
	font-size: 25px;
    color: #151515;
}

.strapline-text {
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: var(--abs-blue);
    font-size: 1rem;
    padding: 0 .5em;
    font-weight: 900;
    text-transform: uppercase;
	font-size: 28.8px;
	font-family:Gibson, Helvetica, Arial, sans-serif;
}
.strapline{
	background: #fff;
	position: relative;
	text-align: center;
	padding: 0 1em;
	margin-top: -25px;
}
.strapline::before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    height: 6px;
    border-top: 2px solid var(--abs-blue);
    border-bottom: 2px solid var(--abs-blue);

}
@media only screen and (max-width: 720px){
	.strapline-text {

		font-size: 0.95rem;

	}
}



.social-links, .sidebar-top p{
	display:none;
}

/* NAV MENU */
.nav-container .nav-wrap > ul > li > a{
	border-right: #f0f0f0 solid medium;
}
.nav-container .nav-wrap.container{
	    text-align: center;
}
.nav-container .nav-wrap > ul > li:first-child{
	border-left: #f0f0f0 solid medium;
}

@media only screen and (min-width: 720px){
	.nav > li {
			font-size: 1.00rem;
			font-size: 14px;
			font-weight: 400;
			color: #fff;
	}
	#nav-header .nav li a {
    color: #fff;
  }
	#nav-header .nav li a:hover {
    background-color: #333;
  }
	@media only screen and (min-width: 850px){
		.nav > li {
				font-size: 20px;
		}
	}
}


/* SIDE BAR */
@media only screen and (max-width: 960px){
	.sidebar-top{
		display:none;
	}
}
.sidebar .widget{
		margin: 20px 10px;
    background-color: #f0f0f0;
    padding: 10px;
    color: #333;
    border: medium solid var(--abs-blue);
}

.main-inner, .main, .sidebar .sidebar-content{
	background-color:#fff;
}
.sidebar-toggle{
	background-color:var(--abs-grey)!important;
	border-bottom: 1px solid var(--abs-blue);
}
.sidebar-toggle:after{
	content:"";
	display:block;
	border-bottom: 2px solid var(--abs-blue);
}
.sidebar-toggle i{
	color: var(--abs-blue);
}
.sidebar .sidebar-top, .page-title{
	background-color:var(--abs-grey)!important;
	border-bottom: 3px solid var(--abs-blue);
}

.sidebar .sidebar-top{
	height:29px
}

.sidebar h2{
	font-size: 22px !important;
  text-align:center;
	color: #333333 !important;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid;
	border-color: var(--abs-blue);
}

/* Header */
.central-header-zone{
	background-color:#f0f0f0
}


/*TELEPHONE NUMBER HEADER*/
.tel-header{
	margin-bottom: 15px;
  font-size: 38px;
	margin-top:3px
}
.tel-header a{
	color:var(--abs-blue);
	font-weight: bold;
	text-align:right;
}

/*SEARCH HEADER*/
.central-header-zone .wp-block-search__input{
	border: 3px solid var(--abs-blue);
}
.central-header-zone .wp-block-search__button {
	background-color: var(--abs-blue);
	color: #fff;
	margin-left: 0px;
	border: 3px solid var(--abs-blue);	
}



/*Column Flip START .col-3cm*/
    @media only screen and (min-width: 1200px) {
        /* 3 column, content middle */
            .col-3cm .container-inner > .main::before { left: 0; padding-left: 340px; }
            .col-3cm .container-inner > .main::after { right: 0; padding-right: 260px; }
            .col-3cm .main-inner { padding-right: 340px; padding-left: 260px; }

            .col-3cm .sidebar.s1 { float: right; margin-right: -340px; }
            .col-3cm .sidebar.s2 { float: left; margin-left: -260px; /* ingenuity! */ position: relative; left: -100%; }
            .col-3cm .content { float: left; }

        /* fix chrome bug in nov 2019 for https://github.com/presscustomizr/hueman/issues/834 */
            .col-3cm { overflow-x: hidden }
    
    
        @media only screen and (min-width: 480px) and (max-width: 1200px) { 
        /* s2 3 column, content middle */
            .col-3cm .container-inner > .main::after,
            .col-3cm .main-inner { padding-left: 50px; }
            /*.col-3cm .s2 { margin-right: -50px; }*/
            .col-3cm .s2.collapsed { margin-left: -50px;}
            /*.col-3cm.s2-expand .s2 { right: 0; }*/
            /*  .col-3cm .s2.expanded { right: 0; }*/
        }
        @media only screen and (min-width: 480px) and (max-width: 960px) {
        /* 3 column, content middle */
            .col-3cm .container-inner > .main::before,
            .col-3cm .main-inner { padding-right: 50px; }
            .col-3cm .s1.collapsed { margin-right: -50px;}
            .col-3cm .s1.expanded { right: 0; }
            .col-3cm .s2.collapsed { margin-left: -50px;}
            /*.col-3cm .s2.expanded { right: 0;}*/
        }


    }   

/*Column Flip END .col-3cm*/

a.pdf:before, a.download-link:before{
	content: "\f1c1";
    color: #ff0000;
	text-align:center;
}
#technical-bullitin-table a.download-link{
	font-size:0px;
}
.my-account-link a:before{
	content: "\f007";
}
.client-zone-link a:before{
	content: "\f0e4";
}
a.pdf:before, 
a.download-link:before,
.my-account-link a:before,
.client-zone-link a:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 18px;
    padding-right: 0.5em;
}
p.prod-not-available, p.prod-more-info{
	font-weight: bold;
	color: #09175b;
	font-size: 1.15em;
}
.align-center{
	text-align:center;	
}
.product-section{
	border: medium solid #09175b;
	margin: 10px;
	padding: 10px;	
}
div.no-disp{
	display:none;
}
/*HEADER*/
#top-header .header-text .searchform {
    height: 38px;
    width: 200px;
    margin-top: -10px;
}
#masthead .right-header {
    margin-top: -5px;
}s
/* FORMS */
input[type="number"],input[type="tel"]{
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 36px;
	padding: 3px 6px;	
}
aside{
	z-index: 5;	
}
.vc_btn3-color-success.vc_btn3-style-flat{
	background-color: #09175b !important;	
}
/* FORMS */

/* HOME PAGE */
div.featured-post{
	border:solid medium #09175b;
	cursor: pointer;
}
div.featured-post figure{
	position: relative;
	overflow: hidden;	
}
div.featured-post .vc_figure-caption{
	color: #111111;
	font-size: 24px;
	font-family: Droid Sans !important;
	font-weight: 700 !important;
	font-style: normal !important;
	text-align:center;
}
div.featured-post .featured-overlay{
	z-index:80;
	top:0;
	font-family: FontAwesome;
	content: "\f0a8";
	color: white;
	font-size: 60px;
	padding-top:20%fle; 
}
div.featured-post:hover .featured-overlay{
	opacity: 0.5;
}
.featured-wrap .featured-post h2, .featured-wrap .featured-post .featured-content {
	text-align:center;
}
section#mid-section .featured-wrap{
	display: none;	
}
.header-text{
	font-size:31px;
	font-weight:bold;
	font-style:italic;
}
@media screen and (max-width: 600px){
	#masthead .site-branding{
		width: 100%;	
	}
	#masthead .site-branding img{
		margin: 0 auto;	
	}
	
}

#sequence{
	border-bottom: medium solid #09175b;	
}
#sequence .mid-content{
	text-align:center;
	top:0;
}
#sequence .title, #sequence .subtitle{
	margin-top: 0;
	background-color: white !important;
	color: #09175b;
	padding: 5px 20px;
	border: medium solid #09175b;
	opacity: 0.9;
	font-size: 24px;
	left: 20px;
	top: 30px;
	position: absolute;
	text-transform: none;
	width: auto;
}
#sequence .title span, #sequence .subtitle span{
	background: none !important;	
}
#sequence .subtitle{
	text-align:center;
	font-size:18px;
	top: auto;
	left: auto;
	right: 20px; 
	bottom:	30px;
}
#sequence .mid-content .more-link{
	font-size: 30px;
    padding: 15px;
	margin-top:-25px;
}
.entry-header {
    border-bottom: 3px solid #09175b;
}
#welcome-text h1{
	display: none;
}

/* HOME PAGE */
/* SIDEBAR */
.sidebar_links{
	color: white !important;
	display: block;
	width: 90%;
	padding: 5px;
	text-align:center;	
	background-color: #09175b;
	margin: 0 auto 5px !important;
	border: thin solid #09175b;
	
}
.sidebar_links:hover{
	color: #09175b !important;
	background-color: white;
}
.sidebar_links.first{
	margin-top: 20px;	
}
.sidebar_links.last{
	margin-bottom: 20px;	
}
a.sidebar_links{
	text-decoration: none;
}
.sidebar h3.widget-title{
	text-align:center;	
}
/* SIDEBAR */
/* CUSTOM ADD TO CART */
i.unavail{
	cursor: not-allowed;
	color: #09175b;
}
#basket_count{
	background-color: white;
	color: #09175b;
	border-radius: 25px;	
	font-size: 12px;
	margin: 3px;
	display: inline-block;
	min-width: 25px;
	height: 25px;
	text-align:center;
	line-height: 25px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.woocommerce span.onsale{
	width: auto;	
}
/* CUSTOM ADD TO CART */
.nf-form-content  input,.nf-form-content textarea{
	border: 1px solid #09175b;
}
.nf-form-content input[type="button"]{
	float:right;
	
}
.nf-form-content .g-recaptcha{
	float: inline-end;
}
/* Slider Thumbnails*/
.wpb_gallery_slides .slider-thumbs a,.wpb_gallery_slides .slider-thumbs a:hover, .wpb_gallery_slides .slider-thumbs a.flex-active{
	background-color: transparent !important;
	height: 55px;
	width: 55px;
	background-size: contain;
	border-radius: 0px;
	max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.wpb_gallery_slides .slides{
	overflow-x: hidden;

}
.wpb_gallery_slides .slider-thumbs a.flex-active{
	border: 2px solid #09175b;
}
.wpb_gallery_slides li.slider-thumbs{
	padding: 0px !important;
	background-color: #f0f0f0;
	border-radius: 0px;
    max-width: 13%;
	margin: 0 5px;
}
.wpb_gallery.gallery-thumbs{
	margin-bottom: 80px !important;
}

/* PRINT OPTIONS */
@media print{
	#secondary-right,
	#site-navigation,
	#accesspreslite-breadcrumbs,
	.ak-search,
	footer{
		display:none;	
	}
	#primary{
		width: 95%;
	}
	div.vc_taa-container{
		page-break-inside: avoid;	
	}
}
/* PRINT OPTIONS */
/*home screen resize */
@media screen and (max-width: 980px){
	div.featured-post .vc_figure-caption{
		font-size: 13px;
	}
}
.boxed-layout .sticky-header.fixed {
    left: 0;
    width: 100%;
}
#mega-menu-primary .insert-page-1631{
	width:135% !important;
}
#top-footer .footer{
	width:100% !important;
}
.product_grid figcaption{
	height: 85px;
}
.product_grid .vc_column_container > .vc_column-inner{
	padding-bottom: 30px;
}
.sidebar_links:first-child {
    margin-top: 20px;
}
/*home screen resize */

.absolair-table tr:nth-child(odd) td{
    background-color:#F2F2F2;
}
.absolair-table tr:nth-child(even) td{
    background-color:#fff;
}
.absolair-table th{
    color: #fff;
}
.absolair-table th{
    color: #164890;
}
.absolair-table th.dark{
    background-color: #2B2952;
    color: #fff;
}

.absolair-table th.med{
    color: #1A3271;
}
.flexslider .slides img {
    width: 100%;
    padding: 3%;
}

.absolair-table tr.alt th{
	background-color: #164890;;
    color: #fff !important;
}

/*datasheet-table*/
.datasheet-table th{
    background-color: #B4C6E7;
    text-align: center;
    vertical-align: middle;
    color:#333;
}
.datasheet-table{
    border: 1px solid #000;
}
.datasheet-table td{
    text-align: center;
    vertical-align: middle;
}
.datasheet-table th, .datasheet-table td{
    border: 1px solid #000;
}

.button{
	color: white;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #09175b;
    margin: 0 auto;
    margin-bottom: 5px;
    border: thin solid #09175b;
	margin: 3px 5px;
	text-decoration: none !important;
}
.button:hover{
	color: #09175b;
	background-color: #fff;
}

.simple-form{
	max-width: 500px;
    padding: 10px;
    background: #eee;
    border: 3px solid #09175b;
    margin: auto;
}
.simple-form .nf-field-label{
	color: #09175b;
	text-align: left;
	margin-bottom: 0px !important;
}
.simple-form .nf-field-container{
	margin-bottom: 8px;
}


.c2a-ahu-cont{
	display: inline-block;
	width: 50%;
	margin-bottom: 25px;
}
@media screen and (max-width: 600px){
	.c2a-ahu-cont{
		width: 100%;
	}
	
}
.c2a-ahu{
	background: #eee;
	text-align: center;
	border: 5px white solid;
	padding: 10px;
}

.c2a-ahu p{
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.recaptcha-wrap label{
	display: none;
}

/*AHU BUILDER*/
.news-extra li:first-child {
    display: none;
}
#nf-form-3-cont.ahu-form input[type="text"], #nf-form-3-cont.ahu-form  input[type="email"], #nf-form-3-cont.ahu-form  input[type="tel"], #nf-form-3-cont.ahu-form  input[type="number"], #nf-form-3-cont.ahu-form select, #nf-form-3-cont.ahu-form textarea {
    border: 3px solid #09175b !important;
    border-radius: 0px;
    background-color: #fff !important;
    height: 33px;
}

#nf-form-3-cont.ahu-form .nf-field-container {
    width: 32%;
    display: inline-block;
    padding: 0.5%;
    margin-bottom: 0px;
}
#nf-form-3-cont.ahu-form textarea {
    height: 100px;
}
#nf-form-3-cont.ahu-form .html-container{
    display: block; 
    width: 100%;
}
#nf-form-3-cont.ahu-form .html-container, .ahu-form p{
    margin-bottom: 0px;
}
.ahu-form .nf-field-label{
    margin-bottom: 0px !important;
    color: #09175b;
    text-align: left;
}
.ahu-form-title{
    margin: 0px;
}
h2.ahu-form-title{
    margin-top: 10px;
    border-bottom: 0px solid #09175b;
    background-color: #09175b;
    color: #fff !important;
    border-top-right-radius: 0px;
    padding: 3px 0px 1px 20px;
    margin-left: -20px;
    background: linear-gradient(90deg, rgba(9,23,91,1) 50%, rgba(0,54,123,1) 100%);
}
.ahu-form-temp-title h2{
    margin: 0px;
    color: #09175b !important;
    margin-bottom: -15px;
    font-size: 20px !important;
    font-weight: bold !important;
}
.ahu-form-filters{
    width: 24% !important;
    display: inline-block;
}
.three-up, .ahu-form-heating{
    width: 32% !important;
    display: inline-block;
}
.submit-container{
    width: 100% !important;
}
.line-break{
    height: 0px;
    padding: 0px;
}
.hidden-box{
    display: none !important;
}
@media only screen and (max-width: 900px) {
	#nf-form-3-cont.ahu-form .nf-field-container, .ahu-form-heating {
        width: 100% !important;
    }
}

#nav-header.nav-container{
	position: initial;
}

.abs-tbl table{
	border: 2px solid var(--abs-text);
}
.abs-tbl th{
	background-color: var(--abs-light);
	color: var(--abs-text);
}

.abs-tbl tr:first-child th{
	background-color: #2B2952;
	color: #fff;
}
.abs-tbl tr:not(:first-child) th{
	background-color: #164890;
	color: #fff;
}

.MsoTableGrid{
	width: 100% !important;
}
@media only screen and (max-width: 720px) {
	.MsoTableGrid span{
		font-size: 12pt !important;
	}
	.MsoTableGrid table tr, table td {
		display: inline-block;
		position: relative;
		border: 0px !important;
		width: 100% !important;
		/*background: #fff !important;*/
		height: auto !important;
	}
}