/* HEADER  */
.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1.current_page_item .w-nav-title{font-weight: bold;}
.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1.current_page_item .w-nav-title:after{bottom: -2px;opacity: 1;}

.l-subheader.at_top i{color: var(--color_header_top_text);}
.l-subheader.at_top a:hover i{color: var(--sc-primary);}

.l-subheader.at_middle .l-subheader-h{border-top: 1px solid #595959}

.header_overlay{
    height: 350px;
    background: #1e1e1e;
    border-top: 50px solid #7C4A39;
    transform: rotate(-5deg);
    margin-top: -12rem;
    z-index: 100;
    position: relative;
    width: 200vw;
    margin-left: -50vw;
}

.header_overlay.light{
    background: #fff;
}

/*.l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right{flex-basis: initial!important;}*/