header.site-header {
    background-color: #231f2080;
    background: #231f2080;
    height: 89px;
}
.row.top--banner.p3-hero {
    height: 90vh !important;
}
.site-main-title {
    font: normal normal 900 60px/72px Source Serif Pro;
    letter-spacing: 0px;
    color: #F6F7F8 !important;
    text-transform: inherit;
}
.row.top--banner .content-area h2 {
    font: normal normal normal 22px/32px Boston-Black,sans-serif;
    letter-spacing: 0px;
    color: #F6F7F8;
    text-transform: inherit;
    max-width: 773px;
}
@media only screen and (max-width: 1200px) {
    .menu--responsive {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 25px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .menu--responsive .p3-lang-switcher-container .wpml-ls-statics-shortcode_actions {
        padding-left: 0 !important;
    }
    .menu--responsive .p3-lang-switcher-container a {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .row.top--banner.p3-hero {
        padding: 15px !important;
    }
    header.site-header {
        padding: 0 15px !important;
    }
    .site-main-title {
        font-size: 50px !important;
        line-height: 56px !important;
    }
    .row.top--banner .content-area h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    html .hamburger {
        margin-right: 25px !important;
    }
    .menu--responsive .sub-menu {
        margin-left: 5px;
    }
    .menu--responsive .sub-menu li {
        padding: 2px 0 !important;
    }
    .menu--responsive .sub-menu li a {
        font-size: 14px !important;
    }

}
.primary-menu li.menu-item-has-children:after {
    content: "" !important;
}
html .site-branding__logo {
    height: 61px;
    display: block !important;
}
.wpml-ls-item {
    display: none;
}

/* ---------------start HEADER WHITE toggle */
.site-header .logo-black {
    display: none;
}
.hamburger-header .logo-black-mobile {
    display: none;
}
.site-header.header-white {
    background-color: #fff;
}
.site-header.header-white .primary-menu li a {
    color:#231F20;
}
.site-header.header-white .primary-menu li.menu-item-has-children:hover a {
    color: #ED1C24;
}
.site-header.header-white .primary-menu li.menu-item-has-children:hover ul li a {
    color:#231F20;
}
.site-header.header-white .primary-menu li ul.sub-menu li:hover a {
    color: #ED1C24;
}
.site-header.header-white .p3-lang-switcher-container .wpml-ls-legacy-list-horizontal a {
    color:#231F20;
}
.site-header.header-white .p3-btn-red-white {
    background: #231F20;
}
.site-header.header-white .p3-btn-red-white:hover {
    background: #ed1c24;
    color: #fff;
}
.hamburger.header-white .hamburger-inner, 
.hamburger.header-white .hamburger-inner:after, 
.hamburger.header-white .hamburger-inner:before {
    background-color: #000;
}
/* ---------------end HEADER WHITE toggle */

.p3-btn-red-black:hover {
    color: #fff;
    background: #2e2a2b;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,.4);
    box-shadow: 0 6px 15px 0 rgba(0,0,0,.4);
}
.p3-btn-red-black {
    font-family: Boston-Black,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    background: #ee3b33;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 16px 30px;
    display: inline-block;
    border: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.25);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    margin-bottom: 40px;
}
.p3-btn-red-white {
    height: 41px;
    background: #ED1C24 0% 0% no-repeat padding-box;
    border-radius: 4px;

    color: #F6F7F8;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}
.p3-btn-red-white:hover {
    color: #231F20;
    background: #FFFFFF;
    -webkit-transform: background ease-out 0.3s;
        -ms-transform: background ease-out 0.3s;
            transform: background ease-out 0.3s;
}
.p3-lang-switcher-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p3-lang-switcher-container .wpml-ls-legacy-list-horizontal a {
    font-size: 16px;
    font-family: Boston-Black,sans-serif;
    line-height: 23px;
    color: #F6F7F8;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.p3-lang-switcher-container .wpml-ls-legacy-list-horizontal a:hover {
    color: #ED1C24;
}

.primary-menu li.current-menu-parent > a,
.primary-menu li.current-page-parent > a
{
    color: #ee3b33!important;
}
