/*
Theme Name: q8oils Child
Description: Child Theme for q8oils Wordpress Theme
Author: Springbokagency
Version: 2.2.6
Template: q8oils
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: q8oils-child
STAGING
New
*/

/* ================================================================
 * CUSTOM STYLES
 * ================================================================ */
/*New styling*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
* {
    -webkit-font-smoothing: antialiased;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

/*.wpb_single_image .vc_box_border.vc_box_border_grey, .wpb_single_image .vc_box_border_circle.vc_box_border_grey {*/
    /*background: rgba(255, 255, 255, 0);*/
/*}*/

/*.vc_btn3-container {*/
    /*display: flex !important;*/
    /*justify-content: center;*/
/*}*/

/*.cta-contact-single,*/
/*.cta-contact-subcat {*/
    /*background-image: url(https://expert.q8oils.com/wp-content/uploads/2018/05/q8_oils_cta_backrgound03.png) !important;*/
    /*background-position: center !important;*/
    /*background-repeat: no-repeat !important;*/
    /*background-size: cover !important;*/
/*}*/

/*.cta-contact-single p,*/
/*.cta-contact-subcat p,*/
/*.cta-contact-single h2,*/
/*.cta-contact-subcat h2  {*/
    /*text-transform: uppercase;*/
    /*font-size: 24px !important;*/
    /*font-weight: bold !important;*/
    /*color: #fff !important;*/
    /*text-align: center !important;*/
/*}*/

form {
    color: #000000 !important;
    -webkit-appearance: none;
}

.pos-fixed {
    position: fixed;
    width: 100%;
}

h3{
    color: rgb(38, 67, 148) !important;
}

/*MODAL*/
.region-modal-wrap, .login-modal-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 3000;
}

.region-modal-wrap>.region-modal-box,
.login-modal-wrap>.login-modal-box {
    box-sizing: border-box;
    width: 80%;
    max-width: 620px;
    margin-top: -100px;
    min-width: 300px;
    height: auto;
    background: white;
    z-index: 500;
}

.region-modal-wrap>.region-modal-box>.header,
.login-modal-wrap>.login-modal-box>.header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 2em;
    border-bottom: solid 2px #f1f1f1;
}

.region-modal-wrap>.region-modal-box>.header h1,
.login-modal-wrap>.login-modal-box>.header h1 {
    color: #263787;
    margin: 0;
}

.region-modal-wrap>.region-modal-box>.header h1 strong,
.login-modal-wrap>.login-modal-box>.header h1 strong {
    font-weight: 700;
}

.region-modal-wrap>.region-modal-box>.header img,
.login-modal-wrap>.login-modal-box>.header img {
    justify-self: end;
    width: 120px;
}

/* .region-modal-wrap>.region-modal-box>.regions {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
} */

.region-modal-wrap>.region-modal-box>.regions>.country>ul,
.login-modal-wrap>.login-modal-box .main-choices,
.login-modal-wrap>.login-modal-box .other-choices {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 2em;
}

.login-modal-wrap .login-direct-heading{
	font-size: 18px;
	font-weight: 600;
}

.login-modal-wrap>.login-modal-box .main-choices {
    padding: 2em;
    padding-bottom: 20px;
}

.login-modal-wrap>.login-modal-box ul {
    padding-top: 10px;
}

.login-modal-wrap>.login-modal-box .other-choices {
    padding: 2em;
    padding-top: 0px;
}

.login-modal-wrap>.login-modal-box .other-choices a{
    color: #253389;
    font-size: 16px;
}

.login-modal-wrap>.login-modal-box .btn-primary-link{
	margin-right: 10px;
}

.login-modal-wrap>.login-modal-box ul{
	padding-left: 0px;
}

.login-modal-wrap>.login-modal-box .other-choices a{
	display: block;
	margin-bottom: 0px;
}

.region-modal-wrap>.region-modal-box>.regions>.country>ul>li,
.login-modal-wrap>.login-modal-box ul>li a{
    font-size: 1em;
    display: block;
    list-style-type: none;
    padding: 0.25em 1em;
    padding-right: 2.5em;
    text-indent: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.region-modal-wrap>.region-modal-box>.regions>.country>ul>li:hover,
.login-modal-wrap>.login-modal-box ul>li:hover {
    background: #263787;
    color: white;
}

.region-modal-wrap>.region-modal-box>.regions>.country>ul>li:hover p{
    color: white;
}

.login-modal-wrap>.login-modal-box ul>li:hover a{
    color: white;
}

.region-modal-wrap>.region-modal-box>.regions>.country>ul>li img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 1em;
    pointer-events: none;
}

.region-modal-wrap>.region-modal-box>.regions>.country>ul>li p,
.login-modal-wrap>.login-modal-box ul>li a {
    font-size: 1.2em;
    text-transform: capitalize;
    pointer-events: none;
    font-weight: normal;
}

.region-modal-wrap>.region-modal-box>.regions>.country>ul>li p{
    display: inline-block;
    color: #919294;
}


.region-modal-wrap .region-modal-box h2,
.login-modal-wrap>.login-modal-box h2 {
    text-transform: none;
    color: #253389;
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.region-modal-box h2 strong,
.region-modal-box ul li p,
.login-modal-box h2 strong,
.login-modal-box ul li a{
    font-weight: 600;
}

.region-modal-wrap>.region-modal-box>.regions>.languages>ul {
    padding-left: .75em;
}

.region-modal-wrap>.region-modal-box>.regions>.languages>ul>li {
    font-size: 1em;
}

.region-modal-wrap>.region-modal-box>.regions>.languages>ul>li:hover {
    font-weight: bold;
}


@media only screen and (max-width: 750px) {
    .region-modal-wrap>.region-modal-box>.regions>.country>ul {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 500px) {
    .region-modal-wrap {
        align-items: center;
        height: 100%;
    }

    .region-modal-wrap>.region-modal-box>.header {
        grid-template-columns: 1fr;
    }

    .region-modal-wrap>.region-modal-box {
        margin: 0;
        width: 90%;
        height: 75%;
        z-index: 500;
        min-width: 200px;
        max-height: 450px;
        box-sizing: border-box;
        background: rgba(255, 255, 255)
    }

    .region-modal-wrap>.region-modal-box>.header h1 {
        order: 2;
    }

    .region-modal-wrap>.region-modal-box>.header {
        padding-top: 1em;
        padding-bottom: 1em;
    }


    .region-modal-wrap>.region-modal-box>.header img {
        order: 1;
        justify-self: start;
        padding-bottom: .75em;
        padding-top: .75em;
    }

    .region-modal-wrap>.region-modal-box>.regions>.country>ul li {
        margin-bottom: 0;
        padding: .4em;
    }

    .login-modal-wrap {
		align-items: flex-start;
		overflow-y: scroll;
	}

	.login-modal-wrap #main-choices-list a{
		display: block;
		margin-bottom: 20px;
	}

    .login-modal-wrap>.login-modal-box {
		margin-top: 10px;
	}

    .login-modal-wrap>.login-modal-box img {
		display: none;
	}

}

.region-modal-wrap>.region-modal-box>.regions>.country>ul>li.countryActive {
    background: #263787;
    color: #ffffff;
}

#open_region_selector img,
#open_region_selector_mob img {
    width: 20px;
    border-radius: 50%;
}

#open_region_selector span,
#open_region_selector_mob span {
    display: inline-block;
    padding-left: .25em;
    text-transform: uppercase;
}

#open_region_selector:hover,
#open_region_selector_mob:hover {
    color: #1c2963;
}

/*List style*/
.wpb_wrapper ol li {
    list-style-type: decimal !important;
}

.wpb_wrapper li {
    list-style-type: none !important;
}

.wpb_wrapper ul li:before {
    font-size: 16px;
    vertical-align: middle;
}

.home .wpb_wrapper ul li:before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -36px;
    width: 36px;
}

.bg-overlay-dark:before, .bg-overlay-light:before, .bg-overlay-primary:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 10%, rgba(0, 0, 0, 0.6) 100%);
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

.wpb_wrapper ul li:before {
    color: #20419a;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -36px;
    width: 36px;
}

.wpb_wrapper ul li.vc_tta-tab:before {
    display: none;
}

.archive .wpb_wrapper ul li:before {
    color: #20419a !important;
    content: "â€¢" !important;
    display: inline-block !important;
    padding: 0 20px !important;
    position: absolute !Important;
}

.archive h3 {
    text-align: center !important;
}

.single .vc-zozo-section {
    padding: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.single h3 {
    padding-top: 15px;
    padding-bottom: 10px;
}

/*
.wpb_wrapper ul li {
	line-height: 1;
	padding: 8px 0 8px 0;
}
*/
.archive .wpb_wrapper .mainul li:before, .mainul li:before, .home .wpb_wrapper .mainul li:before {
    display: none !important;
}

/*Navigation*/
.navbar {
    /*    padding-top: 35px;*/
    margin-bottom: 0;
    min-height: 30px;
}

@media(min-width: 992px){
    .navbar{
        margin-bottom: 0px !important;
    }
}

#masthead nav {
    padding-left: 0;
    padding-right: 0;
    line-height: 75px;
    min-height: 70px;
}

#masthead .navbar-nav > li > a {
    padding: 41px 20px 30px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'FS Albert', Helvetica !Important;
    color: #20419a;
}

#masthead .navbar-nav > li > a:lang(fr) {
    padding: 41px 10px 30px 10px;
}

#masthead .navbar-nav > li > a:lang(de) {
    padding: 41px 15px 30px 15px;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    background: #67686b;
}

.desktop-menu .dropdown-menu > li a:hover #masthead .navbar-nav > li > a:hover {
    color: #fff;
    background: #67686b;
}

/*make parent active*/
.navbar-nav li:hover a {
    background: #67686b;
    color: #fff !important;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #FBB914 !important;
    margin-left: 0;
}

/*end active*/
.fixed-header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    transition: 0.10s all ease;
    -moz-transition: 0.10s all ease;
    -webkit-transition: 0.10s all ease;
    left: 0;
    z-index: 100;
    animation: smoothScroll 0.5s forwards;
}

.fixed-header .header-wrapper{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.navbar-brand {
    height: auto;
    width: 164px;
    /* padding: 20px 0; */
}

#mobile_menu {
    display: none;
}

.navbar-nav {
    list-style-type: none;
    margin-left: 5%;
}

.navbar-nav:lang(es) {
    list-style-type: none;
    margin-left: -20px;
}

.navbar-nav:lang(fr) {
    margin-left: 0;
}

.navbar-nav:lang(de) {
    margin-left: 3%;
}

.dropdown-menu li.menu-item-object-custom:last-child a {
    padding: 10px 20px !important;
    opacity: 1 !important;
    margin-left: 0 !important;
}

.dropdown-menu li.menu-item-object-custom:last-child a:after {
    display: none;
}

.desktop-menu-main .navbar-nav li.menu-item-object-custom:last-child a {
    background: #67686b;
    color: #fff !important;
    margin-left: 20px;
    padding: 15px 30px 15px 20px !important;
    opacity: 0.6;
}

.desktop-menu-main .navbar-nav li.menu-item-object-custom:last-child a:lang(es) {
    background: #67686b;
    color: #fff !important;
    margin-left: 10px;
    padding: 15px 30px 15px 20px !important;
    opacity: 0.6;
    font-family: FontAwesome;
}

.desktop-menu-main .navbar-nav li.menu-item-object-custom:last-child a:hover {
    opacity: 1;
}

.desktop-menu-main .navbar-nav li.menu-item-object-custom:last-child a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: relative;
    left: 10px;
}

/*
#masthead .desktop-menu .navbar-nav li.current-menu-ancestor a{
    background: #67686b;
    color: #fff;
}
*/
.overlay-menu .navbar-nav {
    margin-top: 15px;
}

.mobile-siwtcher {
    display: none;
}

.widget-title .fa.fa-linkedin {
    background-color: #26358C;
    padding: 13px;
}

.widget-title .fa.fa-linkedin:hover {
    text-decoration: underline;
}

.search .top-sec {
    display: none;
}

/*
.search-box {
    position: absolute;
    left: 2px;
    top: 2px;
}
*/
.lang-switcher {
    position: relative;
    top: 2px;
    left: 10px;
}


.search-box .search-form {
    position: absolute;
    width: 300px;
    top: 99%;
    right: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    line-height: 26;
}

.search-box i {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 18px;
    width: 18px;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.search-box .search-form.open {
    opacity: 1;
    visibility: visible;
}

.fa.fa-search {
    font-size: 18px;
    color: #20419a;
}

.search-box i:before {
    top: 0;
    left: 1px;
}

.search-box i:after {
    content: '\f00d';
    top: 100%;
    left: 1px;
}

.search-box .search-form.open + i:before {
    top: -100%;
}

.search-box .search-form.open + i:after {
    top: 0;
}

.search-box i:before, .search-box i:after {
    position: absolute;
}

.caret {
    display: none;
}

.desktop-menu .dropdown-menu > li a {
    padding: 10px 20px;
}

.desktop-menu .dropdown-menu {
    min-width: 180px;
    position: absolute;
    top: 100%;
    border: none;
    background: #67686b;
    color: #fff;
    box-shadow: none;
}

.desktop-menu .dropdown-menu li a:hover {
    color: #FBB914;
}

/*
.dropdown-menu.sub-nav li a:after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 16px;
}
*/
.dropdown-menu:hover .navbar-nav > li > a {
    color: #fff;
    background: #67686b;
}

.search-form .btn {
    background: #67686b;
    color: #fff;
}

.top-sec {
    width: 100%;
    padding: 200px 0 200px 0;
    overflow: hidden;
    position: relative;
    max-height: 600px;
}

.top-sec h1 {
    color: #fff;
    font-weight: 600 !important;
}

.archive .top-sec {
    padding: 100px 0 40px 0;
}

.top-inner-content {
    position: relative;
}

.top-inner-content h1 p {
    color: #fff;
    font-size: 44px;
    font-weight: 600 !important;
}

.single .top-sec {
    padding: 150px 0;
    margin-top: 25px;
}

#ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    width: 90% !important;
}

#footer-widgets-1 img {
    width: 150px;
    padding-bottom: 20px;
}

.footer-widgets .widget div, .footer-widgets .widget p, .footer-section.footer-skin-dark .widget.widget_nav_menu li a {
    color: #fff;
    font-size: 14px;
}

.footer-section.footer-skin-dark .widget.widget_nav_menu li a:hover {
    /*	color: #e41e26;*/
    text-decoration: underline;
    color: #fff;
}

.footer-widgets .widget p {
    font-family: Hind;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.footer-widgets li {
    list-style: none;
    line-height: 24px;
}

#footer-menu.navbar-nav {
    margin-top: 0;
    float: right;
}

.button_container #toggle {
    display: none
}

#footer-menu.navbar-nav {
    margin-top: 0;
    text-align: right;
    float: right;
}

.footer-section.footer-skin-dark .widget.widget_nav_menu li.current_page_item a {
    color: #fff;
}

.eg-q8-oils-element-3-a, .eg-q8-oils-energy-element-3-a, .eg-q8-oils-automotive-element-3-a, .eg-q8-oils-general-industry-element-3-a, .eg-q8-oils-metalworking-element-3-a {
    min-height: 90px !important;
    max-height: 90px !important;
    overflow: hidden !Important;
}

.owl-carousel .owl-stage-outer {
    margin-bottom: 50px;
}

.single .navbar-static-top, .search .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
    -moz-box-shadow: 0 0 5px 0 black;
    -webkit-box-shadow: 0 0 5px 0 black;
    box-shadow: 0 0 5px 0 black;
    margin-bottom: 5px;
}

.bg-style.bg-normal {
    background-color: #20419a !important;
    fill: #20419a !important;
}

.archive .entry-footer {
    display: none;
}

/*Breadcrumb*/
#breadcrumbs {
    margin-top: 0;
    padding: 20px 0 0 0;
    display: inline-block;
}

#breadcrumbs li {
    padding: 0 5px;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
    font-size: 14px;
}

#breadcrumbs li a {
    font-size: 14px;
    color: #777777;
    display: inline-block;
    height: 28px;
}

#breadcrumbs li::after {
    content: "\f105";
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    border: none !important;
    border-top: 0 !important;
    /* top: -2px; */
    font-size: 14px;
    margin: 0 0 0 6px;
    color: #777777;
}

#breadcrumbs a {
    font-size: 14px;
    color: #777777;
    display: inline-block;
    height: 28px;
}

.item-current:after {
    display: none !important;
}

#breadcrumbs .separator {
    display: none !important;
}

#breadcrumbs .separator {
    margin-right: 8px;
}

#breadcrumbs li a:hover {
    color: #67686b;
    font-weight: 600;
}

#breadcrumbs li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 14px;
}

@media(min-width: 992px){
    /*sitebar connect content*/
    .sidebar-connect {
        width: 100px;
    }

    .sidebar-connect i {
        display: inline-block;
        min-width: 200px;
        right: -70px !important;
    }

    .sidebar-connect i:hover {
        width: 100%;
        position: relative;
        right: 100% !important;
    }
}

/*sitebar connect content*/
.sidebar-connect {
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 1000;
}

.sidebar-connect i {
    background-color: #253389;
    display: block;
    height: 36px;
    position: relative;
    right: 0;
    color: #ffffff;
    padding: 10px;
    font: normal normal normal 16px/1 FontAwesome;
    margin-bottom: 5px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    border-left: 1px solid #fff;
}

/*
.sidebar-connect i:lang(fr) {
    background-color: #253389;
    display: inline-block;
    min-width: 300px;
    height: 36px;
    position: relative;
    right: -70px;
    color: #ffffff;
    padding: 10px;
    font: normal normal normal 16px/1 FontAwesome;
    margin-bottom: 5px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    border-left: 1px solid #fff;
}
*/

/*
.sidebar-connect i:lang(es) {
    background-color: #253389;
    display: inline-block;
    min-width: 500px;
    height: 36px;
    position: relative;
    right: -70px;
    color: #ffffff;
    padding: 10px;
    font: normal normal normal 16px/1 FontAwesome;
    margin-bottom: 5px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    border-left: 1px solid #fff;
}
*/

/*
.sidebar-connect i:lang(de) {
    background-color: #253389;
    display: inline-block;
    min-width: 300px;
    height: 36px;
    position: relative;
    right: -70px;
    color: #ffffff;
    padding: 10px;
    font: normal normal normal 16px/1 FontAwesome;
    margin-bottom: 5px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    border-left: 1px solid #fff;
}
*/

/*
.sidebar-connect i:lang(it) {
    background-color: #253389;
    display: inline-block;
    min-width: 300px;
    height: 36px;
    position: relative;
    right: -70px;
    color: #ffffff;
    padding: 10px;
    font: normal normal normal 16px/1 FontAwesome;
    margin-bottom: 5px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    border-left: 1px solid #fff;
}
*/

.sidebar-connect .fa {
    padding: 10px;
}

.sidebar-connect span {
    padding-left: 10px;
}

.sidebar-connect i a {
    color: #ffffff;
}

/*General*/

body, p, li, strong, span, b, a {
    font-family: 'FS Albert', Helvetica;
}

p {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #20419a;
    font-family: 'FS Albert', Helvetica !important;
    font-weight: 400 !important;
}

h2 {
    font-size: 30px;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 28px;
}

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
    color: #25368C;
}

.archive h1, .archive h2, .archive h4, .archive h5, .archive h6 {
    /*color: #fff;*/
    font-size: 28px;
}

.top-inner-content p {
    color: #fff;
}

body.single section {
    max-width: 1040px;
    position: relative;
    margin: 0 auto;
}

.single section#single-cta {
    max-width: inherit !important;
    height: 200px;
    background-size: cover !important;
    background-position: left !important;
    margin: 30px 0 50px 0;
    background-image: url(https://expert.q8oils.com/wp-content/uploads/2018/06/CTA_ContactExperts-04_Artboard-2-compressor.jpg?id=13213);
    text-align: center !important;
}

#single-cta h2 {
    color: #ffffff !important;
    font-size: 30px;
}

dt, kbd kbd, label {
    font-weight: 400 !important;
}

.no-padding {
    padding: 0 !important;
}

.single .no-padding {
    padding: 0 23px !important;
}

.single h1 {
    color: #20419a;
    font-family: 'FS Albert', Helvetica !Important;
    font-weight: 400 !important;
}

.single h2, .single h3, .single h4, .single h5, .single h6 {
    color: #20419a;
    font-family: 'FS Albert', Helvetica !Important;
    font-weight: 400 !important;
}

.page-title-section .page-title-captions h1.entry-title {
    color: #fff;
}

.archive .page-title-section .page-title-container, .single .page-title-section .page-title-container {
    padding-top: 15px !important;
}

.archive .eec {
    visibility: visible !important;
}

.archive .vc-zozo-section:first-child {
    padding: 0 0 50px 0;
}

.text-justify {
    text-align: justify;
}

#respond .form-submit input[type="submit"]:hover, input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover, button[type="submit"]:hover {
    background-color: #ffcd3a;
}

.minimal-light .esg-navigationbutton {
    background: #FFC61E !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: normal !important;
    outline: none !important;
    padding: 8px 30px !important;
    text-transform: Uppercase !important;
    color: #000 !important;
    border: none !important;
    margin-top: 30px;
}

.minimal-light .esg-filterbutton {
    background: #fff !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: normal !important;
    outline: none !important;
    padding: 0 !important;
    text-transform: Uppercase !important;
    color: #000 !important;
    border: none !important;
    margin-top: 0;
}

.minimal-light .esg-filterbutton:hover, .minimal-light .esg-filterbutton.selected {
    box-shadow: none !important;
}

.minimal-light .esg-navigationbutton:hover {
    color: #000 !important;
    background-color: #ffcd3a !Important;
    -webkit-border-radius: 0;
    transition: all 0.4s ease-in-out 0s !important;
    -moz-transition: all 0.4s ease-in-out 0s !important;
    -webkit-transition: all 0.4s ease-in-out 0s !important;
    -o-transition: all 0.4s ease-in-out 0s !important;
    -ms-transition: all 0.4s ease-in-out 0s !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.esg-overflowtrick {
    overflow: visible
}

.cat-logo img {
    width: 230px;
    float: right;
    position: absolute;
    right: 0;
    top: -90px;
}
.cat-logo {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.archive-header-img{
    height: 200px;
}
.cat-btn {
    margin-top: -15px;
}

.cat-btn .btn {
    background: #FFC61E;
    margin-right: 20px;
}

.cat-btn .btn:hover {
    color: #000;
}

.see-all {
    margin-bottom: 40px !important;
}

.view-all a {
    width: 206px;
    /*
        color: #333 !important;
        text-transform: uppercase;
        text-decoration: underline;
        margin-top: 5px;
        display: block;
    */
}

.sub {
    padding-top: 5px;
}

.sub .col-sm-8 {
    padding-right: 0;
}

.sub input {
    height: 35px;
    color: black;
    padding: 10px;
}

.sub .col-sm-2 {
    padding: 0;
}

.send {
    background: #FFC61E;
    display: inline-block;
    padding: 5px 10px 2px 10px;
    font-size: 12px !important;
    cursor: pointer;
    color: #000 !important;
    text-transform: uppercase;
}

/*Footer Styling*/

.footer-section.footer-skin-dark, .footer-section.footer-skin-dark .footer-copyright-section {
    background-color: #20419a;
}

.footer-skin-dark .footer-widgets .widget .zozo-mailchimp-form .form-control, .footer-section.footer-skin-dark .zozo-social-icons li a {
    background-color: #fff;
}

.zozo-social-icons i {
    color: #ffc61e;
}

button[type="submit"] {
    background-color: #ffc61e;
}

.footer-widgets-section {
    padding: 50px 0 40px 0;
    background-color: #20419a !important;
}

/*Header*/

.page-title-section {
    background-color: #20419a;
}

.header-section.header-transparent .header-top-section, .header-section.header-skin-dark.header-transparent .header-top-section {
    background-color: #67686b;
    border-color: #67686b;
    height: 40px;
    display: none;
}

.item-fullscreen-search .fullscreen-search-trigger {
    cursor: pointer;
    display: none;
}

.header-section.header-menu-skin-light a.menu-bars-link span, .header-section.header-menu-skin-light a.menu-bars-link span::before, .header-section.header-menu-skin-light a.menu-bars-link span::after {
    background: #fff;
    height: 3px;
}

.header-skin-dark.mobile-header-section .mobile-menu-item a.menu-bars-link span, .header-skin-dark.mobile-header-section .mobile-menu-item a.menu-bars-link span::before, .header-skin-dark.mobile-header-section .mobile-menu-item a.menu-bars-link span::after, .header-skin-dark.header-section a.menu-bars-link span, .header-skin-dark.header-section a.menu-bars-link span::before, .header-skin-dark.header-section a.menu-bars-link span::after {
    height: 3px;
}

.header-section.header-skin-dark .is-sticky .header-main-section {
    background-color: #20419a !important;
}

.header-top-section .zozo-top-right {
    text-align: right;
}

.header-top-section .top-menu-navigation .navbar-nav > li > a {
    font-size: 16px;
    font-weight: bold;
    padding: 0 9px;
}

/*
.header-section.header-skin-dark {
    position: fixed;
}
*/

/*
.navbar-right {
    display: none;
}
*/

@-moz-document url-prefix() {
    .header-top-section .top-menu-navigation .navbar-nav > li > a {
        font-size: 16px;
        font-weight: normal;
    }
}

#header-top-bar .container {
    max-width: 1140px !important;
}

.container {
    max-width: 1140px !important;
}

.zozo-logo .zozo-text-logo .logo-h1 {
    display: none;
}

.expert-header-text {
    padding-top: 105px !important;
    /*please do not change this*/
    font-size: 75px;
    font-weight: 400 !Important;
    font-style: italic;
    color: #ffc61e;
}

/*If browser safari is*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .eg-q8-oils-element-11 {
        font-size: 11px !important;
    }
}

/*if browser internet explorer do not display*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .expert-header-text {
        font-size: 72px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .expert-header-text {
        font-size: 72px;
    }
}

/*if browser is ms edge*/

@supports (-ms-accelerator:true) {
    .expert-header-text {
        font-size: 72px;
    }
}

@supports (-ms-accelerator:true) {
    .expert-header-text {
        font-size: 72px;
    }
}

/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
    .expert-header-text {
        font-size: 72px;
    }
}

@supports (-ms-ime-align:auto) {
    .expert-header-text {
        font-size: 72px;
    }
}

.home-page-logo {
    padding-bottom: 60px;
    margin-top: -100px;
}

.home #menu-item-4530 {
    display: none !important;
}

.pages-logo {
    padding-bottom: 30px;
    margin-top: 60px;
    background-color: rgba(255, 255, 255, 0.4);
    height: 200px;
    /*border-radius: 5px;*/
}

.single .pages-logo {
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    /*margin-top: 80px;*/
}

.archive-page-logo {
    padding-bottom: 30px;
    /*margin-top: 70px;*/
}

.archive-category .col-sm-4 {
    padding-left: 0;
}

.archive-category {
    background-color: #20419a;
}

.archive-title {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.archive-logo h2 {
    display: inline-block;
    margin-left: 30px;
    color: #fff;
}

#categories-5 {
    margin-bottom: 0;
    text-align: left;
}

#categories-5 .widget-title {
    display: none;
}

#cat {
    background: transparent;
    color: white;
    box-shadow: none;
    font-size: 26px;
    font-weight: 400 !important;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
}

/*#categories-3:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    color: #fff;
    right: 15px;
    top: 6px;
}*/

select::-ms-expand {
    display: none;
}

#cat option {
    background: #fff;
    color: #20419a;
    font-size: 16px;
    width: 100%;
}

#cat option:first-child {
    display: none;
}

.fa-eye:before {
    content: url("https://expert.q8oils.com/wp-content/uploads/2018/05/all-articles2.svg");
    position: absolute;
    width: 20px;
    margin: -12px;
}

.fa-book:before {
    content: url("https://expert.q8oils.com/wp-content/uploads/2018/06/icon-clock-new.svg");
    position: absolute;
    width: 20px;
    margin: -12px;
}

.home .header-section .header-main-section {
    /*    height: 70px !important;*/
}

.header-section .is-sticky .header-main-section {
    height: 60px !important;
    margin-top: 0 !important;
}

.header-section.header-transparent .header-top-section a:hover, .header-section.header-semi-transparent .header-top-section a:hover, .header-section.header-transparent .header-top-section a:focus, .header-section.header-semi-transparent .header-top-section a:focus {
    color: #ffc61e;
}

.header-section .header-top-section .top-bar-item {
    line-height: 40px;
}

#top-menu .active a {
    color: #ffc61e !important;
    background: url("images/arrow-menu.png") no-repeat bottom center;
    background-position: 50% 88%;
}

.header-top-section .top-menu-navigation .navbar-nav > li::after {
    position: absolute;
    width: 1px;
    height: 28px;
    background: #fff !important;
}

.header-section .header-main-section {
    height: 0px;
}

.wcf-entry-header {
    position: relative;
}

.overlay a img {
    display: block;
    width: 100%;
    height: 230px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 199, 31, 0.5);
}

.wcf-item-result:hover .overlay {
    opacity: 1;
}

.header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 150px;
}

.header-box {
    position: relative;
    max-height: 400px;
    min-height: 150px;
    overflow: hidden;
}

.home .header-box {
    position: relative;
    max-height: 450px;
    min-height: 150px;
    overflow: hidden;
}

.archive div.ajaxsearchpro[id*="ajaxsearchpro"] {
    background: rgba(255, 255, 255, 0) !important;
}

.home .page-title-wrapper {
    background: rgba(0, 0, 0, 0);
}

/*.home .header-box, .page .header-box {
    display: none;
}*/

/*Sidemenu*/

.secondary_menu {
    background-color: #fff;
    color: #20419a;
}

.secondary_menu .widget.widget_nav_menu li a {
    color: #20419a;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.secondary_menu .widget_nav_menu ul li.menu-item > a:hover, .secondary_menu .widget_nav_menu ul li.menu-item > a:active, .secondary_menu .widget_nav_menu ul li.menu-item > a:focus {
    color: #e41e26;
}

.secondary_menu_close {
    right: 20px !important;
    top: 5% !important;
    position: absolute !important;
}

.secondary_menu .widget_nav_menu ul li.menu-item {
    margin: 0;
    padding: 16px 0;
}

.secondary_menu .widget {
    margin-bottom: 45px;
}

.side_right_menu_active .secondary_menu_close {
    left: 80% !important;
    opacity: 1;
    background-color: #fff;
    border: 2px solid #20419a;
}

.secondary_menu h3 {
    color: #67686b;
}

.secondary_menu .widget.widget_nav_menu li.current_page_item a {
    color: #ffc61e;
}

.secondary_menu .widget.widget_nav_menu .menu-item-object-page a {
    font-weight: 400 !important;
}

/*.header-main-section .navbar-right .main-bar-item.item-main-menu {
    display: none;
}*/

#menu-item-4530 {
    width: 375px;
}

.header-main-section .navbar-right .main-bar-item.item-main-menu {
    height: 30px;
}

/*
.header-section.header-transparent.header-menu-skin-light .header-main-section, .header-section.header-skin-dark.header-transparent .header-main-section {
     background-color: transparent;
     border-color: transparent;

}
*/

/*
.home .header-section.header-transparent.header-menu-skin-light .header-main-section, .home .header-section.header-skin-dark.header-transparent .header-main-section {
    margin-top: 1%;
}
*/

.home .trans-h-transparent .page-title-section .page-title-captions {
    padding-bottom: 8%;
}

.widget .widget-title {
    overflow: visible !important;
}

.footer-section.footer-skin-dark .footer-widgets .widget h3.widget-title, .zozo-social-icons {
    display: inline-block;
}

.footer-section.footer-skin-dark .footer-widgets .widget h3.widget-title {
    font-size: 16px;
    /*margin-left: 10%;
    margin-right: 5%;*/
    padding-bottom: 14px !important;
    font-weight: 600 !important;
    text-align: left !important;
}

#footer-widgets-2 .zozo-social-icons li {
    padding-right: 20px;
}

#footer-widgets-2 .zozo-social-icons li:last-child {
    padding-right: 0;
}

/*.footer-section.footer-skin-dark .zozo-social-icons li a {
    width: 40px;
}*/

.footer-widgets .widget h3 {
    position: relative;
    top: 8px;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
    margin: 0;
}

.footer-copyright-section p {
    text-transform: inherit;
}

.subscribe-desc {
    display: none;
}

#zozo-backtotop {
    background: #ffc61e;
}

/*#footer-widgets-1.col-sm-6 {
    width: 35% !important;
}*/

/*#footer-widgets-2.col-sm-6{
    width: 65% !important;
}*/

/*#copyright-text.col-sm-6 {
    width: 100% !important;
    text-align: center;
}*/

#copyright-text a {
    color: #fff;
}

#copyright-text a:hover {
    color: #e41e26;
}

#footer-widgets-1 ul {
    margin-top: 25px;
}

#footer-widgets-1 ul li {
    margin: 0;
}

#footer-widgets-1 ul li a {
    font-size: 22px;
    color: #fff !important;
    text-transform: uppercase;
}

#footer-widgets-1 ul li a:hover {
    color: #e41e26 !important;
}

/*
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover, #zozo-backtotop:hover {
	background: #e41e26 !important;
}
*/
.zozo-logo a.navbar-brand {
    padding-left: 0;
    /*    padding-top: 55px !important;*/
}

.home-page-logo .col-md-6, .pages-logo .col-md-6, .archive-page-logo .col-md-6 {
    padding-right: 0;
}

.secondary_menu_close {
    color: #20419a;
    line-height: 36px;
    text-align: center;
    font-weight: bold !important;
}

.secondary_menu_close:hover, .secondary_menu_close:focus {
    color: #e41e26;
}

.secondary_menu_close:hover {
    border: 2px solid #e41e26;
}

/*Content*/

.home-page-headings .wpb_column {
    min-height: 450px;
}

.grey-wrapper {
    background-color: #fff;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #e41e26;
}

.post-tags > a:hover, .post-tags > a:active, .post-tags > a:focus {
    color: #e41e26;
}

.entry-title a:hover {
    color: #000;
}

.related-content-wrapper h5 .post-link:hover {
    color: #20419a;
}

/*Ajax pro*/

#ajaxsearchpro2_1 .probox .promagnifier .innericon svg, #ajaxsearchpro2_2 .probox .promagnifier .innericon svg, div.ajaxsearchpro[id*="ajaxsearchpro2_"] .probox .promagnifier .innericon svg {
    position: absolute !Important;
}

#ajaxsearchpro2_1 .probox .promagnifier, #ajaxsearchpro2_2 .probox .promagnifier, div.ajaxsearchpro[id*="ajaxsearchpro2_"] .probox .promagnifier {
    box-shadow: none;
    position: absolute;
    right: -32px;
}

div.ajaxsearchpro[id*="ajaxsearchpro"] .probox .promagnifier .innericon svg, div.ajaxsearchpro[id*="ajaxsearchpro"] .probox .prosettings .innericon svg, div.ajaxsearchpro[id*="ajaxsearchpro"] .probox .proloading svg {
    width: 30px !important;
}

#ajaxsearchpro3_1 .probox .prosettings, #ajaxsearchpro2_2 .probox .prosettings, div.ajaxsearchpro[id*="ajaxsearchpro2_"] .probox .prosettings {
    display: none !important;
}

#ajaxsearchpro3_1 .probox .promagnifier .innericon svg, #ajaxsearchpro3_2 .probox .promagnifier .innericon svg, div.ajaxsearchpro[id*="ajaxsearchpro3_"] .probox .promagnifier .innericon svg {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    /*
    -ms-transform: rotate(100deg) !important;
    -webkit-transform: rotate(100deg) !important;
    transform: rotate(100deg) !important;
*/
}

/*#ajaxsearchpro3_1 .probox .promagnifier div.innericon, #ajaxsearchpro3_2 .probox .promagnifier div.innericon, div.ajaxsearchpro[id*="ajaxsearchpro3_"] .probox .promagnifier div.innericon {
   padding: 0 0 0 10px !important;
   background: #20419a !important;
}*/

#ajaxsearchpro1_1 .probox .promagnifier div.innericon, #ajaxsearchpro1_2 .probox .promagnifier div.innericon, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier div.innericon {
    /*-ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;*/
}

/*
.home #ajaxsearchpro3_1 {
    display: none !important;
}
*/

/*Language switcher*/

.wpml-ls-legacy-dropdown a {
    display: inline-block !important;
    text-decoration: none;
    padding: 3px 0;
    border: none !important;
    font-size: 16px !important;
}

.wpml-ls-current-language a {
    color: #20419a;
    background-color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: 99%;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: #fff;
}

.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: #20419a;
}

.wpml-ls-legacy-dropdown a:hover {
    color: #FBB914;
    background: transparent !important;
}

.wpml-ls-sub-menu {
    background-color: #67686b;
    color: #fff;
    width: 120px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    content: "\f0ac";
    font-family: FontAwesome;
    border: none;
    border-top: none;
    position: absolute;
    right: 15px;
    top: 4px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: none;
}

.wpml-ls-legacy-dropdown {
    /*border-bottom: 1px solid #20419a !important;*/
    width: 100%;
}

.wpml-ls-slot-shortcode_actions a {
    background-color: transparent !important;
}

.wpml-ls-sub-menu li a {
    float: left;
    width: 100%;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0 0 0 15px;
}

.wpml-ls-sub-menu li a {
    padding: 5px 0;
}

/*categoy page*/

.widget.widget_categories {
    margin-bottom: 40px;
}

.tagcloud a {
    background-color: #ffc61e;
}

.tagcloud a:hover {
    background-color: #e41e26;
}

.widget.widget_categories li a:hover {
    color: #e41e26;
}

#respond .form-submit input[type="submit"], input[type="submit"], .wpcf7 input[type="submit"], button[type="submit"] {
    background-color: #ffc61e;
    box-shadow: none;
}

#respond .form-submit input[type="submit"]:hover, input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover, button[type="submit"]:hover {
    background-color: #ffcd3a;
    color: #000;
}

.entry-meta li.category {
    float: none;
}

.tags-share-section .share-options {
    text-align: left;
}

.archive-logo {
    position: relative;
    top: -50px;
}

@media (max-width: 1078px) {
    .archive-logo {
        position: relative;
        top: -40px !important
    }
}

.archive-logo img {
    height: 140px;
}

.sidebar, .site-content {
    padding-top: 10px;
    padding-bottom: 50px;
}

.entry-meta .category a {
    color: #fff;
    background-color: #00b050;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.categories .current-cat a {
    color: #ffc61e !important;
}

.tags-share-section {
    border-top: none;
    clear: both;
    padding: 0 0 10px 0;
}

.related-title {
    text-align: center;
    font-size: 30px;
    padding: 80px 0 30px 0 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #333 !important;
}

.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background-color: #ffc61e;
}

.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
    background-color: #e41e26;
}

.share-text {
    font-weight: 600;
    font-size: 20px;
    padding-right: 10px;
    color: #253389;
}

.fa, .fa-stack {
    vertical-align: middle;
}

article.post .post-inner-wrapper .post-featured-image a:after, .latest-posts-slider .post-featured-image a:after, .related-post-item .entry-thumbnail .post-img:after, .epl-listing-post .property-box .epl-blog-image:after {
    /*	background-color: rgba(255, 198, 30, 0.5) !important;*/
    background-color: transparent !important;
}

#category_name option:first-child {
    display: none;
}

#loadMore {
    border: 1px solid #20419a;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 18px;
    color: #20419a;
    text-transform: uppercase;
}

#loadMore:hover {
    background: #20419a;
    color: #fff;
}

.loadmore-btn {
    padding: 80px 0 0 0;
    text-align: center;
}

.grid-posts .posts-content-container, .latest-posts-slider .posts-content-container {
    border-color: #ffc61e;
}

h2.entry-title a, .entry-meta-wrapper .read-more .btn-more.read-more-link {
    color: #20419a;
}

h2.entry-title a:hover, .post .btn-more.read-more-link:hover, .post .btn-more.read-more-link:active, .post .btn-more.read-more-link:focus {
    color: #e41e26;
}

.archive .attachment-full, .attachment-post-thumbnail {
    width: 100%;
    max-height: 400px;
    min-height: 150px;
}

.attachment-post-thumbnail {
    width: 100%;
    max-height: 400px;
    min-height: 150px;
}

.archive .page-title-section {
    position: absolute;
    width: 100%;
    top: 3%;
}

.single .page-title-section {
    position: absolute;
    width: 100%;
    top: 3%;
}

.archive .header-section.header-transparent.header-menu-skin-light .header-main-section, .header-section.header-skin-dark.header-transparent .header-main-section, .single .header-section.header-transparent.header-menu-skin-light .header-main-section, .header-section.header-skin-dark.header-transparent .header-main-section {
    border-color: transparent;
}

.archive .page-title-section, .single .page-title-section {
    background: transparent;
}

.single .page-title-section {
    height: 200px;
}

.archive #ajaxsearchpro3_1 .probox .promagnifier div.innericon, #ajaxsearchpro3_2 .probox .promagnifier div.innericon, div.ajaxsearchpro[id*="ajaxsearchpro3_"] .probox .promagnifier div.innericon {
    padding: 0 0 0 10px !important;
    background: transparent !important;
}

#ajaxsearchpro3_1 .probox .promagnifier, #ajaxsearchpro3_2 .probox .promagnifier, div.ajaxsearchpro[id*="ajaxsearchpro3_"] .probox .promagnifier {
    padding-left: 8px !important;
}

.entry-thumbnail img {
    height: 230px;
}

.wcf-form-search input[type="text"], .wcf-form-search input[type="search"], .wcf-form-search select {
    display: none !important;
}

.sidebar .widget {
    margin-top: -25px;
}

.wcf-label, .wcf-field-heading {
    color: #20419a !important;
    font-size: 18px !important;
    font-family: inherit !important;
    text-transform: capitalize !important;
}

.wcf-checkbox-label, .wcf-radio-label {
    padding-left: 30px !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}

.owl-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #ffc61e;
}

.zozo-social-icons i:hover {
    color: #e41e26;
}

.widget-title {
    text-transform: capitalize;
}

.search .list-layout .list-posts .posts-content-container {
    position: relative;
    top: 20px;
}

/*#main-search-page .header-box {
    display: none;
}*/

#main-search-page .archive-page-logo {
    margin-top: 50px;
}

.wcf-checkbox-label, .wcf-radio-label {
    position: relative !important;
    left: -5px !important;
}

/*Campaign monitor*/

.cmApp_signupContainer.cmApp_embedded {
    max-width: 100% !important;
}

.cmApp_signupContainer {
    width: 100% !important;
    padding: 0 !important;
}

.cmApp_signupContainer #cmApp_signupForm label {
    display: none !important;
}

.cmApp_formSubmitButton {
    width: 10% !important;
    display: inline !important;
    position: absolute !important;
    top: 0 !important;
    color: transparent !important;
    background: #ffc61e url("images/Angle_right_font_awesome.svg.png") no-repeat 10px !important;
    background-position: 50% 50% !important;
}

.cmApp_signupContainer input:not([type="radio"]):not([type="checkbox"]) {
    border: 1px solid gray !important;
    height: 40px !important;
    border-left: 0 !important;
}

.cmApp_signupContainer input:not([type="radio"]):not([type="checkbox"]) {
    padding: 0.625em 10px !important;
}

#cmApp_signupForm {
    text-align: right !important;
}

.cmApp_signupContainer div.cmApp_errorMsg {
    position: absolute !important;
    top: 30px !important;
}

.cmApp_signupContainer #cmApp_signupForm > div {
    padding: 0px 42px 0 0 !important;
}

.cmApp_signupContainer .cmApp_formInput input:not([type="radio"]):not([type="checkbox"]) {
    height: 40px !important;
    border: 1px solid gray !important;
}

.cmApp_signupContainer {
    padding: 0 22px 0 0 !important;
}

.cmApp_formSubmitButton:hover {
    background-color: #e41e26 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmApp_formSubmitButton {
        width: 10% !important;
        display: inline !important;
        position: relative !important;
        top: -54px !important;
        color: transparent !important;
        background: #ffc61e url(images/Angle_right_font_awesome.svg.png) no-repeat 10px !important;
        background-position: 50% 50% !important;
        float: right;
        left: 10%;
    }
}

/*Grid*/

.wcf-item-result .wcf-entry-content {
    background: #fff;
    width: 90%;
    margin: -40px auto 0 auto;
    position: relative;
    font-family: inherit !important;
}

.wcf-entry-content h2 {
    padding: 15px 10px 0 10px;
    font-size: 19px;
    color: #20419a;
    line-height: 26px;
    padding-bottom: 5px;
}

.wcf-entry-content h2 a {
    color: #20419a;
}

/*.wcf-item-result .wcf-entry-header a img {
    height: 220px !important;
}*/

.wcf-entry-content .date, .entry-content.epl-list-view-content {
    padding-left: 10px !important;
}

.wcf-item-result .wcf-entry-content h2 {
    margin: 10px 0 0 0 !Important;
}

.wcf-item-result .wcf-entry-meta {
    margin-top: 0;
    display: inline;
    position: relative;
    left: 68%;
}

.wcf-entry-meta p a {
    background: #ffc61e;
    padding: 8px 12px;
    /*border-radius: 5px;*/
    color: #fff;
}

.wcf-entry-content h2 a:hover {
    color: #e41e26;
}

.wcf-entry-meta p a:hover {
    background-color: #e41e26;
}

.wcf-pagination {
    text-align: center !important;
}

.wcf-pagination li a, .wcf-pagination li span {
    padding: 10px 15px !important;
}

.wcf-pagination li a {
    color: #20419a;
}

.wcf-pagination li a:hover {
    color: #e41e26;
}

/*Mobile Menu*/

.mobile-search-form {
    display: none;
}

.mobile-menu-wrapper, .mobile-cart-wrapper {
    background: #fff;
}

.zozo-main-nav > li > a, .header-section a, .mobile-cart-wrapper a, .mobile-menu-wrapper a {
    color: #20419a;
}

.mobile-menu-wrapper a:hover {
    color: #20419a !important;
}

.zozo-main-nav > li > a:hover {
    color: #e41e26 !important;
}

.mobile-cart-wrapper .mobile-cart-link {
    background: #20419a;
}

.main-mobile-nav .zozo-main-nav .toggle-wrapper {
    position: relative;
    border-bottom: 1px solid #20419a;
}

.mobile-menu-wrapper .mobile-menu-nav, .mobile-cart-wrapper .mobile-cart-link {
    background: #fff;
    text-align: center;
    font-weight: bold !important;
    border: 2px solid #20419a;
    line-height: 26px;
}

.mobile-menu-wrapper .mobile-menu-nav > i, .mobile-cart-wrapper .mobile-cart-link > i {
    color: #20419a;
}

.main-mobile-nav .zozo-main-nav li a, .main-mobile-nav .mobile-sub-menu li a, .mobile-megamenu-enabled h6.zozo-megamenu-title {
    font-size: 14px;
    font-weight: 500;
}

.main-mobile-nav .zozo-main-nav .toggle-wrapper a {
    font-size: 12px !important;
}

/*Slider*/

#slide-1-layer-1 {
    font-family: inherit !Important;
    font-style: italic !important;
    text-transform: capitalize !important;
}

#slide-1-layer-9 {
    padding: 0 10px 0 20px !important;
    position: relative !important;
    top: -70px !important;
}

#subForm input {
    padding: 10px;
    border: 1px solid gray;
}

.pum-content #subForm #fieldName, .pum-content #subForm #fieldEmail {
    border: 0px;
    width: 100%;
}

.single .pum-content .vc-zozo-section {
    padding: 0 0 30px 0 !important;
}

.pum-content .vc-zozo-section {
    padding: 0 0 30px 0 !important;
}

#subForm select {
    border-radius: 0 !important;
}

#subForm button {
    padding: 11px 25px 9px 25px;
}

#subForm .fa-chevron-right {
    vertical-align: middle;
}

/*Responsive styling*/

.header-skin-dark.mobile-header-section {
    background: #67686b;
}

.zozo-social-share-box .zozo-social-share-icons li a {
    border-radius: 0 !important;
    height: 21px;
    width: 30px;
    line-height: 24px;
}

.post-meta a.categories {
    margin-left: 5px;
}

.posts-content-container .entry-meta-wrapper {
    padding: 15px 0 0px 0;
}

.related-post-item .related-content-wrapper {
    padding: 20px 15px 12px 15px;
}

.related-post-item .related-content-wrapper {
    position: relative;
    border-top: 4px solid #ffc61e;
    background: none;
    color: #000000;
}

.related-post-item .related-content-wrapper:hover {
    background: rgba(0, 0, 0, 0.0);
}

.related-post-item .related-content-wrapper a, .related-post-item .related-content-wrapper h5 a {
    color: #20419a;
    font-weight: 700;
    font-size: 20px;
    font-size: 20px;
    line-height: 28px;
}

.related-post-item .related-content-wrapper h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    clear: both;
    min-height: 105px;
    max-height: 105px;
    overflow: hidden;
}

.related-post-item .post-categories li {
    list-style: none;
    color: #000 !important;
    padding-left: 0 !important;
    padding-right: 5px;
    margin: 0 !important;
    float: left;
}

.related-post-item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

.related-post-more a, .related-post-item h5 {
    color: #26368E !important;
    text-decoration: none;
    text-transform: initial !important;
    font-weight: 200 !important;
}

.related-post-more {
    margin-top: -8px;
}

.related-post-more .btn-more.read-more-link {
    font-size: 12px;
}

.related-posts-wrapper {
    background-color: #fafafa;
    position: relative;
    z-index: 999;
}

ul.post-categories {
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

a.categories {
    color: #cc0c00 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px !important;
}

.related-posts-meta {
    display: block;
    width: 100%;
    font-size: 12px;
    padding-bottom: 20px;
}

.date-meta {
    color: #898989;
    font-weight: 700;
    padding-left: 5px;
    text-transform: uppercase;
    word-break: keep-all;
    font-size: 12px;
}

.author-meta {
    color: #cc0c00;
}

.owl-carousel .owl-item img {
    height: 172px;
}

.share-pages {
    display: none;
}

.page-id-993 .share-pages, .page-id-5325 .share-pages, .page-id-5342 .share-pages, .page-id-5371 .share-pages, .page-id-10121 .share-pages {
    color: #20419a;
    display: block;
}

.page-template-default .share-pages .zozo-social-share-icons li {
    display: inline-block !important;
    padding-left: 0 !important;
}

.pagination > li > span.current {
    background-color: #FFC61E;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #e41e26;
}

/*Button*/

.vc_general.vc_btn3.vc_btn3-color-primary-bg {
    background: #FFC61E !important;
    font-weight: 600 !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}

.vc_general.vc_btn3.vc_btn3-color-primary-bg:hover {
    background: #ffcd3a !important;
    color: #000;
}

/*CTA's*/
.cta-newsletter, .cta-partner {
    text-align: center;
    color: #ffffff;
}

.cta-newsletter h3, .cta-partner h3 {
    color: #ffffff !important;
    font-size: 35px;
    font-weight: 600 !important;
}

.cta-newsletter p {
    font-size: 30px;
}

/*essential grid skins*/
.eg-custom-reagan-skin-element-5 {
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.esg-filter-wrapper {
    margin-bottom: 10px;
}

.esg-allfilter span {
    color: #20419a !important;
    font-family: 'FS Albert', Helvetica !Important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-right: 10px !important;
}

.esg-allfilter .eg-el-amount {
    display: none !important;
}

.minimal-light .esg-filterbutton {
    display: block !important;
    text-align: left !important;
    text-transform: capitalize !important;
}

.esg-allfilter span {
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.minimal-light .esg-filters {
    display: inline-block !important;
}

.esg-multiplefilters {
    position: absolute !important;
    left: -280px !important;
}

article.esg-multiplefilters:nth-child(3) {
    margin-top: 200px !important;
}

/*
.esg-grid li {
    visibility: visible !important;
    display: block !important;
    margin-bottom: 8px;
    margin-left: 20px !important;
}
*/
.esg-content li:before {
    color: #20419a !important;
    content: "â€¢" !important;
    display: inline-block !important;
    padding: 0 20px !important;
    position: absolute !Important;
}

.esg-bottom {
    background: #FFC61E !important;
    color: #000 !important;
    display: inline-block !important;
    float: left !important;
    font-size: 14px !important;
    padding: 0 10px !important;
    position: relative !important;
    top: -8px !important;
}

.wpb_single_image .vc_single_image-wrapper {
    padding: 20px 0 !important;
}

/*.esg-entry-cover .esg-overlay{
    background: transparent !important;
}*/
/*
.eg-q8-oils-element-11:nth-child(2), .eg-q8-oils-element-11:nth-child(3) , .eg-q8-oils-element-11:nth-child(4){
    display: none !important;
}
*/
.eg-q8-oils-usp-wrapper .esg-entry-cover,
.eg-q8-oils-usp-wrapper .esg-entry-cover .esg-overlay {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    background: rgba(0, 0, 0, 0.3);
}

.esg-content .vc-zozo-section {
    padding: 10px 0;
}

.esg-loadmore:lang(nl):before {
    content: "Meer laden" !important;
    position: absolute;
    color: #000 !important;
}

.esg-loadmore:lang(de):before {
    content: "Mehr lesen" !important;
    position: absolute;
    color: #000 !important;
}

.esg-loadmore:lang(fr):before {
    content: "Charger plus" !important;
    position: absolute;
    color: #000 !important;
}

.esg-loadmore:lang(it):before {
    content: "Carica di piÃ¹" !important;
    position: absolute;
    color: #000 !important;
}

.minimal-light .esg-navigationbutton:lang(nl), .minimal-light .esg-navigationbutton:lang(de), .minimal-light .esg-navigationbutton:lang(fr), .minimal-light .esg-navigationbutton:lang(it) {
    color: transparent !important;
}

.minimal-light .esg-navigationbutton:lang(fr) {
    padding: 8px 50px 8px 30px !important;
}

.minimal-light .esg-navigationbutton:lang(it) {
    padding: 8px 40px 8px 30px !important;
}

.vc_figure-caption {
    line-height: 16px !important;
}

#all-articles {
    display: none;
    margin-top: 50px;
}

/*Contact form*/
span.wpcf7-not-valid-tip {
    color: #da0000;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    font-size: 13px;
}

#wpcf7-f11600-p11428-o2 p {
    padding: 30px 10px 20px 10px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

#wpcf7-f11600-p11428-o2 select {
    color: #7f7f7f;
}

label {
    font-weight: normal !important;
}

span.wpcf7-form-control-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

span.wpcf7-form-control-wrap.agreement {
    width: inherit !important;
    margin-right: 10px;
}

.wpcf7-form-control-wrap.agree {
    width: initial !important;
    margin-right: 10px;
}

.wpcf7-form textarea {
    width: 100% !important;
    min-height: 280px;
}

@media screen and (max-width: 1199px) {
    .w-100 {
        width: inherit !important;
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 10px 20px;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
        text-align: left;
        font-size: 24px;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-social {
        position: relative;
        left: 0;
        top: 60px;
    }

    .mobile-social .social-footer {
        float: none;
    }

    .mobile-location-menu .menu-footer-site-menu-container {
        display: none;
    }

    .mobile-siwtcher {
        display: inline-block;
        position: absolute;
        right: 40px;
        top: -5px;
    }

    .overlay div.ajaxsearchpro[id*="ajaxsearchpro"] .probox .promagnifier .innericon svg {
        position: relative !important;
        /*        top: -14px !important;*/
    }

    #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
        width: 100% !important;
        border: 1px solid #ccc !important;
    }

    .caret {
        display: inline-block;
    }

    /*Mobile Menu*/
    .site-title, .site-description {
        position: relative !important;
        clip: rect(1px, 1px, 1px, 1px);
    }

    #mobile_menu {
        display: block;
    }

    #mobile_menu .navbar-brand {
        margin: 0 8px;
    }

    #mobile_menu #ajaxsearchpro1_2 {
        width: 100% !important;
        border: 1px solid #ccc !important;
    }

    /*
        #masthead {
            height: 80px;
        }
    */
    .navbar-brand {
        width: 130px;
    }

    .navbar-nav > li {
        float: none;
    }

    .button_container {
        position: absolute;
        right: 0;
        top: 0;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        margin-top: 23px;
    }

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #26368E;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #26368E;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #26368E;
    }

    .button_container span {
        background: #26368E;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    #masthead .overlay {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
    }

    #masthead .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
        z-index: 10;
    }

    .zozo-social-share-box {
        position: static !important;
    }

    #sticky .zozo-social-share-icons li {
        display: inline-block !important;
        padding-left: 0 !important;
        margin-bottom: 20px;
    }

    .single .no-padding {
        padding: 0 !important;
    }

    #open_region_selector{
        top: -5px;
        right: 80px;
    }
    /*
        #masthead .overlay.open li {
            -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
            -webkit-animation-delay: .35s;
            animation-delay: .35s;
        }
        #masthead .overlay.open li:nth-of-type(2) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }
        #masthead .overlay.open li:nth-of-type(3) {
            -webkit-animation-delay: .45s;
            animation-delay: .45s;
        }
        #masthead .overlay.open li:nth-of-type(4) {
            -webkit-animation-delay: .50s;
            animation-delay: .50s;
        }
    */
    #masthead .overlay nav {
        position: relative;
        height: 70%;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 400;
        text-align: center;
    }

    #masthead .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        /*position: relative;*/
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 30px;
    }

    #masthead .overlay .dropdown-menu {
        padding-left: 0;
    }

    #masthead .overlay ul li {
        display: block;
        position: relative;
        opacity: 1;
    }

    #masthead .overlay ul li a {
        display: block;
        position: relative;
        color: #26368E;
        text-decoration: none;
        overflow: hidden;
        width: 100%;
    }

    #masthead .overlay ul li a:after {
        /*		content: "\f054";*/
        font-family: FontAwesome;
        position: absolute;
        bottom: 0;
        left: 94%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0%;
        background: #FFF;
        -webkit-transition: .35s;
        transition: .35s;
    }

    .top-inner-content h1 p {
        font-size: 24px !important;
    }

    .mobile-location-menu {
        position: relative;
        top: 60px;
    }

    .mobile-location-menu ul li {
        display: inline;
        float: left;
    }

    .mobile-location-menu ul li a {
        opacity: 0.69;
    }

    .search-box {
        display: none;
    }

    .esg-multiplefilters {
        position: absolute !important;
        left: -244px !important;
    }

    article.esg-multiplefilters:nth-child(3) {
        margin-top: 0 !important;
    }

    .esg-multiplefilters {
        position: relative !important;
        left: inherit !important;
    }

    .minimal-light .esg-filters {
        display: block !important;
    }

    .minimal-light .esg-filterbutton {
        display: inline-block !important;
        text-align: left !important;
        text-transform: capitalize !important;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        text-align: left;
        font-size: 14px;
    }

    .mobile-social {
        position: relative;
        left: 3%;
    }

    .mobile-location-menu {
        position: relative;
        left: -3px;
    }

    #footer-menu.navbar-nav {
        margin-top: 0;
        text-align: center !important;
        display: block;
        float: none !important;
    }

    div.asp_m.asp_m_1 {
        width: 100% !important;
    }

    .view-all .vc_btn3-container.vc_btn3-left, .see-all .vc_btn3-container.vc_btn3-right {
        text-align: center;
    }

    .dropdown-menu li a {
        padding: 10px 20px;
    }

    .top-sec {
        padding: 50px 0 50px 0;
    }

    .archive .top-sec {
        padding: 50px 0 50px 0;
    }

    .single .top-sec {
        padding: 80px 0;
    }

    .cat-btn .btn {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 28px;
    }

    .minimal-light .esg-filterbutton {
        display: block !important;
        text-align: left !important;
        text-transform: capitalize !important;
    }

    h2 {
        font-size: 24px;
    }

    .top-sec {
        max-height: inherit;
    }
}

@media screen and (max-width: 1057px) and (min-width: 992px) {
    .navbar-nav {
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .expert-header-text {
        font-size: 70px;
        padding-top: 75px !important;
    }

/*
    .search-box {
        left: 25px;
    }
*/

    /*.zozo-logo a.navbar-brand{
    padding-top: 20px !important;
} */
    .archive .attachment-full, .attachment-post-thumbnail {
        width: 100%;
        min-height: 150px;
    }

    .archive-page-logo {
        margin-top: 30px;
    }

    .single .pages-logo {
        padding-bottom: 30px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .navbar-header, .navbar-header.zozo-logo a.navbar-brand {
        float: left !important;
        text-align: center;
    }

    .expert-header-text {
        font-size: 75px;
    }

    /*
  .navbar-header.zozo-logo{
    display: none;
  }
*/
    .home-page-logo .col-md-6, .pages-logo .col-md-6, .archive-page-logo .col-md-6 {
        width: 100%;
    }

    .expert-header-text {
        text-align: center !important;
    }

    .home .page-title-section .page-title-container {
        padding-top: 30px !important;
        height: 350px !important;
    }

    .archive-logo {
        position: relative;
        top: -70px;
    }

    /* .archive-page-logo {
    margin-top: -150px;
  } */
    .pages-logo {
        margin-top: 0;
    }

    .archive-page-logo .expert-header-text {
        padding-top: 0px !important;
        float: left;
    }

    .expert-header-text {
        font-size: 60px;
    }

    .archive-page-logo {
        padding-bottom: 30px;
        margin-top: 20px;
    }

    .single .pages-logo {
        margin-top: -20px;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    /*
    .navbar-header.zozo-logo{
    display: none;
  }
*/
    .home .page-title-section .page-title-container {
        padding-top: 150px !important;
    }

    @-moz-document url-prefix() {
        .home .page-title-section .page-title-container {
            padding-top: 50px !important;
        }
    }
    .page-title-section .page-title-container {
        padding-top: 50px !important;
    }

    .expert-header-text {
        font-size: 60px;
    }

    #slide-1-layer-9 {
        top: -30px !important;
    }

    .archive-title {
        font-size: 20px;
    }

    .archive-logo h2 {
        font-size: 18px;
    }

    .archive-logo {
        top: -50px;
    }

    .archive-page-logo {
        margin-top: 0;
        /*top: -90px;*/
        position: relative;
    }

    #main-search-page .archive-page-logo {
        margin-top: 0;
        top: 0;
        position: relative;
    }

    #main-search-page .page-title-section .page-title-container {
        margin-top: 0 !important;
    }

    .pages-logo {
        margin-top: 0;
    }

    .archive-page-logo .expert-header-text {
        padding-top: 0px !important;
    }

    .single .pages-logo {
        padding-bottom: 30px;
        margin-top: 20px;
    }

    .single .expert-header-text {
        padding-top: 20px !important;
    }

    .archive .header-box img {
        min-height: 150px;
    }
}

@media screen and (max-width: 479px) and (min-width: 200px) {
    /*
    .navbar-header.zozo-logo{
    display: none;
  }
*/
    .page-title-section .page-title-container {
        padding-top: 30px !important;
    }

    .expert-header-text {
        font-size: 45px;
    }

    .home-page-logo {
        padding-bottom: 30px;
        margin-top: -100px;
    }

    .home .page-title-section .page-title-container {
        height: 300px !important;
        padding-top: 130px !important;
    }

    .expert-header-text {
        padding-top: 20px !Important;
        font-size: 40px;
    }

    .cmApp_signupContainer #cmApp_signupForm > div {
        padding: 0 !important;
    }

    .cmApp_formSubmitButton {
        width: 15% !important;
        right: -26px !important;
    }

    #slide-1-layer-9 {
        top: -30px !important;
    }

    .cmApp_signupContainer div {
        padding: 0px 3% 0 0 !important;
    }

    #main-search-page .archive-page-logo {
        margin-top: 0;
        top: 0;
        position: relative;
    }

    .archive-logo h2 {
        display: none;
    }

    @-moz-document url-prefix() {
        .home .page-title-section .page-title-container {
            padding-top: 30px !important;
        }
        .expert-header-text {
            padding-top: 55px;
        }
    }
    #footer-widgets-2.col-sm-6 {
        width: 100% !important;
    }

    /*#footer-widgets-1.col-sm-6 {
    width: 100% !important;
  } */
    .footer-section.footer-skin-dark .footer-widgets .widget h3.widget-title {
        margin-left: 0;
        margin-right: 5%;
    }

    .home-page-logo .col-md-6, .pages-logo .col-md-6, .archive-page-logo .col-md-6 {
        padding-right: 15px;
    }

    .archive-title {
        font-size: 18px;
    }

    .archive-logo h2 {
        font-size: 18px;
    }

    .archive-logo {
        top: -50px;
    }

    .archive-page-logo {
        margin-top: 0;
        top: -40px;
        position: relative;
    }

    .single .page-title-section {
        top: 1.5%;
    }

    .archive .attachment-full, .attachment-post-thumbnail {
        height: 150px;
    }

    .pages-logo {
        margin-top: 0;
    }

    .footer-widgets-section {
        padding: 70px 0 0 0;
    }

    .footer-section.footer-skin-dark p.subscribe-desc, .footer-section.footer-skin-dark .footer-copyright-section p, .footer-section.footer-skin-dark .zozo-footer-nav.navbar-nav > li > a {
        color: #fff;
        font-size: 12px !important;
    }

    .footer-section.footer-skin-dark .footer-widgets .widget h3.widget-title {
        font-size: 14px;
        padding-bottom: 0 !important;
    }

    .entry-meta .category a {
        display: block;
    }

    .single .pages-logo {
        margin-top: -10px;
    }

    .archive .header-box img {
        min-height: 150px;
    }

    .single .page-title-section .page-title-container {
        padding-top: 0px !important;
    }

    #subForm input {
        width: 75%;
    }
}

/*External Fonts*/

@font-face {
    font-family: 'FS Albert';
    src: url('fonts/FSAlbert.eot');
    src: url('fonts/FSAlbert.eot?#iefix') format('embedded-opentype'), url('fonts/FSAlbert.woff') format('woff'), url('fonts/FSAlbert.ttf') format('truetype');
}

.wpdreams_asp_sc,
.wpdreams_asp_sc * {
    font-family: 'FS Albert', Helvetica !Important;
}
input.orig::-webkit-input-placeholder {
    font-family: 'FS Albert', Helvetica !Important;
}

input.orig:-moz-placeholder { /* Firefox 18- */
    font-family: 'FS Albert', Helvetica !Important;
}
.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l{
    padding: 40px 0 25px 0 !important;
}
h4, h5{
    padding: 15px 0 10px 0 !Important;
}
.single .vc-zozo-section {
    padding: 10px 0 !important;
}
input.orig::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'FS Albert', Helvetica !Important;
}

input.orig:-ms-input-placeholder {
    font-family: 'FS Albert', Helvetica !Important;
}
.vc_figure-caption{
    padding-bottom: 20px;
}
input.form-control {
    line-height:1;
}

.dropdown-menu li.menu-item-object-custom:last-child a:hover{
    color: #FBB914 !important;
}
.widget-title .fa.fa-linkedin {
    background-color: transparent;
    padding: 10px;
    border: solid 3px;
    border-radius: 50px;
}
/* .wpml-ls-item-it {
	display: none;
} */

.cta-newsletter, .cta-partner {
    text-align:center;
    color:#ffffff;
}
.cta-newsletter h3, .cta-partner h3{
    color: #ffffff;
    font-size: 35px;
}

.cta-newsletter p{
    font-size: 30px;
}
.eg-custom-reagan-skin-element-5 {
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single .pages-logo {
    background-color: rgba(255,255,255,0.4);
}
.archive .entry-title {
    display: none;
}
.archive-page-logo {
    padding-bottom: 30px;
}
@media screen and (max-width: 479px) and (min-width: 200px) {
    .expert-header-text {
        padding-top: 20px !important;
    }

    .page .expert-header-text, .single .expert-header-text {
        padding-top: 50px !important;
    }
}
ul.post-categories {
    list-style-type: none;
    margin-left: 0!important;
    padding-left: 0!important;
}
.related-post-more a, .related-post-item h5 {
    color: #26368E!important;
    text-decoration: none;
    text-transform: initial!important;
    font-weight: 200!important;
}

.related-posts-wrapper {
    background-color: #fafafa;
    position: relative;
    z-index: 999;
}

.owl-item {
    margin-right: 25px!important;
    margin-left: 2px!important;
}
/*cta single post*/
.cta-contact-single {
    min-height: 200px;
    text-align:center;
    background: url('https://expert.q8oils.com/wp-content/uploads/2018/06/CTA_ContactExperts-04_Artboard-2-compressor.jpg');
    background-size: cover;
    padding: 50px;
    text-align: middle;
}

.cta-contact-single span {
    color: #ffffff;
    font-size: 30px;
}

/*share options blogpost*/
.share-options {
    padding-left: 15px;
}
#sticky .zozo-social-share-icons li{
    display: block;
    padding-left: 45px;
}

.share-text {
    font-size: 12px;
    font-weight: 200;
}

@media (max-width:768px) {
    .share-options{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 15px;
    }
}
.zozo-social-share-box .zozo-social-share-icons li a {
    font-size: 19px;
    height: 36px;
    width: 36px;
    line-height: 31px;
    background: transparent;
    color: #ffffff;
    background: #20419a;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 50;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    display: block;
    box-shadow: none;
    -webkit-box-shadow:none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    text-align: center;
}

.single .top-sec {
    margin-bottom:50px;
}
.comments-section, .comment-respond{
    display: none;
}
.top-sec h1, .top-sec p{
    color: #fff;
}
.cta-contact-single p{
    color: #ffffff;
    font-size: 30px;
}

/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 50px;
}

.ask-expert {
    /*background: #efefef;*/
    padding: 30px 10px;
}
.extra-expert-padding{
    margin: 30px 0 0 0;
}

.secondary-btn {
    border: 1px solid #253389;
    color: #253389;
    background: transparent;
    padding: 7px 30px;
}

.secondary-btn:hover {
    background: transparent;
    border: 1px solid #999999;
    color: #999999;
}

.tab .secondary-btn a:active {
    background: #cccccc;
}

.author-photo img{
    border-radius: 100px;
}

.ask-expert {
    background: #f1f1f1;
}
#masthead .overlay.open {
    z-index: 100;
}
.button_container{
    z-index: 200;
}
.no-filter-message{
    display: none;
}
.esg-multiplefilters:nth-last-child(2){
    position: relative  !important;
    left: 0 !important;
}
.minimal-light .esg-filters:nth-last-child(2) {
    display: block !important;
    text-align: center !important;
}
@media (max-width: 768px) {
    p, h1, h2, h3, h4, h5, h6 {
        word-break: break;
    }
}
@media (max-width: 767px) {
    .top-sec {
        max-height:inherit;
    }
    .wpcf7-form textarea {
        width: 100% !important;
        min-height: inherit;
    }
    #subForm input {
        width: inherit;
    }
    #masthead .navbar-nav>li>a {
        text-align: left;
        font-size: 16px;
        padding: 12px 20px;
    }
    #masthead .navbar-nav>li>a:lang(de) {
        padding: 12px 20px;
    }
    #masthead .navbar-nav>li>a:lang(fr) {
        padding: 12px 20px;
    }
    .eg-home-category-element-3-a{
        margin: 0px 0px 40px 0px !important;
    }
    .cat-logo img {
        width: 150px;
        float: right;
        position: absolute;
        right: 0;
        top: -15px;
    }
}
.single .pum-content .vc-zozo-section{
    padding: 0 0 30px 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-sec h1, .top-sec p {
        color: #fff !important;
    }
    .fa-eye:before {
        content: url(https://expert.q8oils.com/wp-content/uploads/2018/05/all-articles2.svg);
        position: absolute;
        width: 20px;
        margin: -12px;
    }
}

/* New style essential grid */
.cat-others .esg-entry-media-wrapper {
    float: left;
}
.eg-sub-category-q8-oils-left-content{
    float: right;
    min-height: 188px !important;
}

.cat-others .eg-sub-category-q8-oils-left-content{
    border-width: 0 0 0 4px;
}

.cat-others .esg-entry-media {
    padding-bottom: 0!important;
    height: 188px;
}

.cat-others .esg-entry-content, .cat-others .esg-entry-media-wrapper {
    width:50%;
}
@media (max-width:425px) {
    .cat-others .esg-entry-media-wrapper {
        float: none;
    }

    .eg-sub-category-q8-oils-left-content {
        float: none;
    }
    .cat-others .eg-sub-category-q8-oils-left-content{

    }
    .cat-others .eg-sub-category-q8-oils-left-content{
        border-width: 4px 0 0 0;
    }

    .cat-others .esg-entry-media {
        padding-bottom: 75%;
    }

    .cat-others .esg-entry-content, .cat-others .esg-entry-media-wrapper {
        width:100%;
    }
}
.border-yellow-right{
    border-bottom: 5px solid #FBB914;
}
.wpb_singleimage_heading{
    color: #fff !important;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.absolute-overlay img{
    border-bottom: 5px solid #FBB914;
}
.padding-both{
    padding: 0 100px !important;
}
.padding-extra-both-side{
    padding: 0 50px;
}
#back-color, #back-color-client, #back-color-segment{
    background-color: #F3F3F3 !important;
}
#check-list li {
    list-style-type: none!important;
    padding-bottom: 20px;
    padding-right: 40px;
}
#check-list li:before {
    color: #20419a !important;
    content: "\f00c" !important;
    display: inline-block !important;
    font-family: FontAwesome !important;
    margin-left: -50px !important;
    width: 36px !important;
}
.category .wpb_single_image .vc_single_image-wrapper {
    padding:  0 !important;
}
.cta-contact-single, .cta-newsletter {
    min-height: 200px;
    text-align:center;
    background-image: url('https://expert.q8oils.com/q8clonev1/wp-content/uploads/2018/06/CTA_ContactExperts-04_Artboard-2-compressor.jpg');
    background-size: cover;
    padding: 50px;
    text-align: middle;
}

.cta-contact-single,.cta-contact-majorusp {
    min-height: 200px;
    background-image:   url('https://expert.q8oils.com/wp-content/uploads/2018/06/q8_oils_cta_backrgound03.png');
    background-size: cover;
    padding: 50px;
    text-align: center;
}

.cta-contact-majorusp p {
    position: relative;
    top: 10px;
    font-size: 30px;
    color: #fff;
}

.cta-contact-single,.cta-contact-subcat {
    min-height: 200px;
    text-align:center;
    background-image:   url('https://expert.q8oils.com/wp-content/uploads/2018/05/q8_oils_cta_background01.png');
    background-size: cover;
    padding: 50px;
    text-align: middle;
}

.cta-contact-subcat p {
    position: relative;
    top: 10px;
    font-size: 30px;
    color: #fff;
}

.vc_section.vc_section-has-fill{
    padding-top:50px !important;
}
ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
}
ol{
    padding-left: 10%;
}
ol li:before {
    color: #26358C;
    content: counter(list) ".";
    left: -35px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-size: 16px;
}
.wpb_wrapper ol li {
    list-style-type: none!important;
    padding-bottom: 25px;
}

#carousel-anything-2 .owl-nav{
    display:none;
}
#carousel-anything-2{
    line-height: 22px;
}
#carousel-anything-2 h4{
    color: #26358C;
}
#carousel-anything-2 h4, h5 {
    padding: 0 0 10px 0 !Important;
}
.owl-carousel.owl-loaded{
    background: none;
}
.owl-nav, .owl-theme .owl-nav{
    position: static;
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev{
    border-radius: 0;
}
.owl-dots{
    margin-top: 40px;
}
.single .vc-zozo-section {
    padding: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span{
    background: none;
    border: 1px solid #67686B;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span, .owl-theme, .owl-theme .owl-dots .owl-dot.active span{
    background: #26358C
}
#breadcrumbs{
    color: rgba(119, 119, 119, 0.5);
}
#breadcrumbs a, #breadcrumbs .bread-arrow{
    color: #777;
}
#breadcrumbs a:hover{
    color: #333;
}
.minor-grid h4{
    padding: 25px 0 0px 0 !Important;
}
.minor-grid p{
    line-height: 22px;
}
.cta-newsletter p{
    position: relative;
}
@media (max-width:767px){
    .padding-both {
        padding: 0 !important;
    }
    .minor-grid h4 {
        padding: 0 0 0px 0 !Important;
    }
}

.archive h3.rel-left{
    text-align: left !important;
    padding-left: 22px;
}

.disabled-now {
    display: none;
}

.service-disabled{
    display: none;
}

.title-service-atm {
    margin-left: 80px
}

.archive h3.rel-left-met {
    text-align: left !important;
    padding-left: 0px;
}
.sidebar-connect i{
    border-left: none !important;
    transition: 0.5s;
}
.sidebar-connect i:hover{
    background-color: #FBB914;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: 1;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-50px);
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.sidebar-connect {
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 99;
}
.sidebar-fixed {
    position: fixed;
}

.bold-title {
    font-weight: bold !important;
}

.col-higher {
    margin-top: -10px;
}

.top-inner-content p {
    font-size: 20px;
}
.eg-q8-oils-usp-element-3{
    height: 100%;
}
.eg-q8-oils-engine-oils-element-3-a{
    min-height: 90px !important;
    max-height: 90px !important;
    overflow: hidden !important;
}

#product-categories .product-category .vc_column-inner > .wpb_wrapper{
    background: #ffffff;
    padding: 30px 30px 150px;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.15);
    position: relative;
}

#product-categories .product-category .vc_column-inner > .wpb_wrapper:lang(ru){
    padding: 30px 30px 190px;
}

.esg-grid .mainul li.eg-q8-oils-wrapper{
    box-shadow: 0px 3px 2px rgba(0,0,0,0.15) !important;
}

#product-categories .product-category .vc_column-inner > .wpb_wrapper h2{
    color: #26358C;
    font-weight: 600 !important;
    font-size: 21px;
}

#product-categories .wpb_single_image {
    margin-bottom: 20px;
}

#product-categories .wpb_single_image .vc_single_image-wrapper {
    padding: 10px 0 0px !important;
}

#product-categories h2 {
    text-transform: none;
}

#product-categories .wpb_text_column.wpb_content_element p{
    line-height: 24px;
}

#product-categories .vc_btn3-container.more-info {
    margin-bottom: 10px;
}

#product-categories .vc_btn3-container.more-info a {
    background: #26358C !important;
    color: #ffffff;
}

#product-categories .vc_btn3-container {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

#product-categories .vc_btn3-container.more-info {
    position: absolute;
    bottom: 85px;
}

#product-categories .vc_btn3-container.more-info:lang(ru) {
    position: absolute;
    bottom: 122px;
}

@media(min-width: 992px){
    .home #fullwidth{
        margin-top: -150px;
    }

    #product-categories .product-category .vc_column-inner > .wpb_wrapper{
        height: 100%;
    }

    .top-inner-content h1 p {
        margin-bottom: 50px;
    }
}

@media(max-width: 991px){
    .vc-match-height-content{
        height: initial !important;
        height: unset !important;
        margin-bottom: 20px !important;
    }

    .search-box-container{
        display: none !important;
    }

    .header-menu-open{
        position: fixed;
    }

    .header-menu-open #zozo_wrapper{
        z-index: -1;
    }

    .sidebar-connect i span{
        display: none;
    }
}



.header-wrapper{
    background: #ffffff;
    z-index: 2;
    transition: box-shadow 200ms ease-out;
    position: relative;
}

.search-box-container{
    position:absolute;
    width: 100%;
    z-index: 1;
    background:#ffffff;
    transform: translateY(-100%);
    transition: transform 250ms ease-out, box-shadow 200ms ease-out;
    opacity: 0;
}

.header-search-open .search-box-container{
    transform: translateY(0px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    opacity: 1;
    transition: opacity 250ms ease-out;
}

.header-search-open .header-wrapper{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.search-box-container .container > .row{
    display: flex;
    align-items: center;
}

.search-box-container .input-group{
    box-shadow: none;
    width: 100%;
}

.search-box-container .search-bar-wrapper{
    padding: 30px;
}

.search-box-container .input-group input{
    border: 1px solid #d0d0d0;
    margin-right: 10px;
}

.search-box-container .input-group button,
.search-box-container .input-group-button a{
    background: #FFC61E !important;
    font-weight: 600 !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    color: 000;
}

.search-box-container .input-group-button,
.search-box-container .input-group-button a{
    display: block;
}

.search-box-container .search-quick-links-inner .row{
    margin-left: -10px;
    margin-right: -10px;
}

.search-box-container .quick-link-btn{
    padding-left: 10px;
    padding-right: 10px;
}

.search-box-container .quick-link-btn-outline a{
    background: transparent !important;
    border: 2px solid #ffcd3a;
    color: #ffcd3a;
}

.search-box-container .quick-link-btn-outline a:hover{
    background: #ffcd3a !important;
    border: 2px solid #ffcd3a;
    color: #000;
}

.search-box-container .quick-link-btn-outline{
    padding-left: 10px;
    padding-right: 10px;
}

.search-box-container .input-group-button{
    margin-bottom: 20px;
}

.search-box-container .input-group button{
    margin-left: 10px !important;
}


.search-box-container .input-group button:hover{
    background: #ffcd3a !important;
    color: #000;
}

.search-quick-links-inner{
    background: #26358C !important;
    height: 100%;
    padding: 30px;
}

.search-quick-links h4{
    color: #ffffff;
}

#q8oils-posts .esg-entry-content .esg-content:first-child{
    margin-bottom: 20px !important;
    display:block;
}

#q8oils-posts .esg-entry-content .esg-content:nth-child(2){
    display: none !important;
}

.pc-header.d-flex{
	display: flex !important;
}

.pc-header.d-flex .button--goback{
	flex: 1;
}

.this-hidden{
	display: none !important;
}

.w-100 {
    width: 100% !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.d-flex{
    display: flex;
}

.navbar-header{
    margin-top: 1.25em;
}

#masthead{
    border: none;
}

#masthead .top-navigation{
    background: #20419a;
    z-index: 3;
    position: relative;
    display: none;
    width: 100%;
}

#masthead .top-navigation .top-nav.navbar{
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 0;
}

#masthead .top-navigation .top-nav.navbar li a{
    text-transform: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ffffff;
}

#masthead .top-navigation .top-nav.navbar li{
    padding-top: 5px;
    padding-bottom: 5px;
}

#masthead .top-navigation .top-nav.navbar .top-menu-right li a{
    font-weight: 700 !important;
}

/* #masthead .top-navigation .top-nav.navbar .top-menu-right li:last-child a{
    padding-right: 0px;
} */

#masthead .top-navigation .desktop-menu ul{
    margin-left: 0px;
    padding-left: 0px;
}

@media(min-width: 992px){
    .d-md-flex{
        display: flex;
    }

    #masthead .top-navigation{
        display: block;
    }

    #masthead .top-navigation .top-nav.navbar .navbar-nav > li:hover > a{
        background: transparent;
        color: #FFC61E !important;
    }

    #masthead .top-navigation .top-nav.navbar .top-menu li a{
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    #masthead .top-navigation .top-nav.navbar .top-menu li:last-child a{
        padding-right: 15px;
    }

    #masthead .top-navigation .top-nav.navbar .top-menu-right li:first-child a{
        border-left: 1px solid #ffffff;
        padding-right: 7.5px;
    }

    #masthead .top-navigation .top-nav.navbar .top-menu-right li:last-child a{
        border-right: 1px solid #ffffff;
        padding-left: 7.5px;
    }

    #masthead .top-navigation .top-nav.navbar .caret{
        display: inline-block;
    }
}

.lang-switcher{
    padding-top: 3px;
}

#mobile_region_selector,
#open_region_selector {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
}
#mobile_region_selector img,
#open_region_selector img{
    width: 15px;
    height: 15px;
}
#mobile_region_selector span,
#open_region_selector span{
    color: #ffffff;
}

#mobile_region_selector{
    display: none;
}

#masthead .overlay nav {
    position: relative;
    height: 70%;
    top: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.search-box {
    position: absolute;
    right: 10px !important;
    top: 0px;
}

@media(min-width: 992px){
    .float-right{
        float:right !important;
    }

    .header-wrapper .navbar-nav{
        float: right !important;
        margin-right: 25px !important;
    }
}

.footer-section.footer-skin-dark .footer-widgets .widget h3.widget-title{
    color: #fff !important;
    margin-bottom: 0px !important;
}

.footer-widgets .widget div, .footer-widgets .widget p, .footer-section.footer-skin-dark .widget.widget_nav_menu li a {
    color: #fff !important;
    font-size: 14px;
}

.footer-section.footer-skin-dark .footer-copyright-section {
    background-color: #20419a !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}