/*
 Theme Name:   Centreua
 Description:  Theme for Centreua
 Author:       Nixwood
 Author URI:   https://nixwood.com
 Template:     landing-express
 Version:      1.0.0
 Text Domain:  nixwood
*/
.overallHeaderWrapper .langSwitcher__lang {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2B2B2E;
}
ul.langSwitcher__switch {
    display: none;
    position: absolute;
    right: 0;
    top: 26px;
    background: #FFFFFF;
    border: 2px solid #C90D1F;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 12px 20px;
    text-align: center;
}
li.langSwitcher__switch--current span.langSwitcher__lang {
    color: #C90D1F;
}
.langSwitcher__current {
    cursor: pointer;
}
ul.langSwitcher__switch > li {
    margin-bottom: 10px;
}
ul.langSwitcher__switch > li:last-child {
    margin-bottom: 0px;
}
li.langSwitcher__switch--other a {
    text-decoration: none;
}
.lang_switch.mob {
    display: none;
}
.cTheme__variants {
    width: 282px !important;
}
@media (max-width: 760px) {
    ul#mobile_main_menu li {
        margin: 0px 0px 20px 0px !important;
    }
    .cTheme__variants {
        margin-left: 0px !important;
    }
    .cTheme__variant p {
        font-weight: 500 !important;
    }
}
@media (min-width: 1025px) {
    .footerBlockWrapper .childOverall.unique-top-padding.unique-bottom-padding {
        padding-bottom: 85px !important;
    }
}