/*
Theme Name: Besins2018
Author: Jimmyweb
Author URI: http://jimmyweb.net/
Description: Built from the design of Agent 6
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: besins2018
Tags: 
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.header-wrapper{
    position: fixed !important;
    top: 0;
    z-index: 999;
    width: 100%;
    background: white;
    border-bottom: 1px solid #dddada;
}
#wrapper.layout-default #main{
    margin-top: 108px;
}
#wrapper.layout-testogel #main{
    margin-top: 111px;
}
@media only screen and (max-width: 1499px) {
    #wrapper.layout-testogel #main{
        margin-top: 82px;
    }
}
@media only screen and (max-width: 1199px) {
    #wrapper.layout-testogel #main{
        margin-top: 67px;
    }
}
@media only screen and (max-width: 1023px) {
    #wrapper.layout-default #main{
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    #wrapper.layout-testogel #main{
        margin-top: 58px;
    }
    #wrapper.layout-default #main{
        margin-top: 81px;
    }
}

@media only screen and (min-width: 1400px) {
    .banner.has-bg h1 {
        font-size: 70px !important;
    }
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.footer-area{
    margin-bottom: 77px;
}
#footer .footer-feature-icon {
    font-size: 40px;
}
.footer-area #footer .col .footer-wrapper .visual{
    width: auto;
    margin-right: 30px !important;
}
.footer-area #footer .col{
    padding: 15px;
}
.footer-area #footer .col .more .btn{
    padding: 5px 10px;
    min-width: 170px;
}
.footer-area #footer .col .footer-wrapper{
    margin: 0;
}
.footer-area #footer .col .footer-wrapper h4{
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.footer-area #footer .col .show-mobile{
    display: none;
}
@media only screen and (max-width: 1200px) {
    .footer-area #footer .col{
        padding: 15px 15px !important;
    }
    .footer-area #footer .col .footer-wrapper .visual {
        margin-right: 15px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .footer-area #footer .col .show-mobile{
        display: block;
    }
    .footer-area #footer .col .hide-mobile{
        display: none;
    }
    .footer-area #footer .col .footer-wrapper{
        display: none !important;
    }
    .footer-area #footer{
        flex-direction: row !important;
        flex-wrap: nowrap;
    }
    .footer-area #footer .col{
        flex: 1;
        justify-content: center;
    }
    .footer-area #footer .col .more .btn{
        min-width: auto;
    }
    .footer-area #footer .col {
        padding: 10px 10px !important;
    }
    .footer-area{
        margin-bottom: 54px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-area{
        margin-bottom: 49px;
    }
}

#header .logo {
    width: 110px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    #header .logo {
        width: 170px !important;
    }
    #header .nav-holder {
        width: calc(100% - 170px) !important;
    }
}