/*** COMPONENT - MODERN CLASSIC MENU ***/

/*** BRANDING ***/

.logo {
    width: 224px;
    margin: 0 auto 0 24px;
    align-self: center;
}

.logo a {
    display: block;
    opacity: 1 !important;
}

.logo a svg,
.logo a img {
    display: block;
    margin: 0;
    opacity: 1 !important;
}


/*** DESKTOP MENU ***/

.menu_spacer {
    position: relative;
    height: 105px; /* Extra Large */
    height: 86px; /* Large */
    height: 64px; /* Regular */
    height: 96px; /* Regular + Top Bar */    
    width: 100%;
}

.menu_top_bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 105px;
    top: 0;
    box-sizing: border-box;
    z-index: 21;
    background: #000;
}

.menu_top_bar * {
    align-self: center;
}

.menu_top_bar > a {
    display: inline-flex;
    margin-left: auto;
    padding-left: 34px;
    color: #fff;
    letter-spacing: 1px;
    /* text-decoration: none; */
    opacity: 1 !important;   
}

_:-ms-fullscreen, :root .menu_top_bar > a { /* IE 11 Only */
    margin-left: 0;
}

.menu_top_bar > a img {
    display: none; 
    width: 16px;
    margin-right: 11px;
}

.menu_top_bar .menu {
    list-style: none;
    margin: 0 12px 0 auto;
    padding: 0;
}   

.menu_top_bar .menu li {
    display: inline-block;
}

.menu_top_bar .menu li a {
    color: #fff;
    text-decoration: none;
}  

.menu_desktop {
    display: flex;
    width: 100%;
    height: 64px; /* Regular */
    height: auto; 
    top: 105px;
    background: rgba(210, 138, 47, 0.75);
    z-index: 20;
    /* box-shadow: 0 0.16em 0.2em 0 rgba(0,0,0,0.15); */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu_desktop .menu {
    position: relative;
    display: none;
    list-style-type: none;
    padding: 0;
    margin: auto;
    align-self: center;
    z-index: 1;
}

.menu_desktop .menu a {   
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    backface-visibility: hidden;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.menu_desktop .menu ul a:hover {
    color: #000 !important;
}

.menu_desktop .menu a:hover::after {
    border-top: 5px solid #fff !important;
}

.menu_desktop .menu ul a:hover {
    color: #fff !important;
}

.menu_desktop .menu > li {
    float: left;
    margin-right: 32px;
    padding: 15px 0 11px 0;
}

.menu_desktop .menu-link-with-down-arrow > a:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -11px;
    right: -17px;
    margin-left: -5px;
}

.menu_desktop .menu-link-with-down-arrow {
    margin-right: 37px !important;
}

.menu_desktop .menu > .lang-item-first {
    margin-right: 8px !important;
}

.menu_desktop .menu > .lang-item-first a {
    border-right: 1px solid #fff;
    padding-right: 8px;
}

.menu-link-cta {
    margin-top: -5.3px;
    transform: translateY(4px);
}

.menu-link-cta a {
    background: #fff;
    padding: 0.3px 16px 2px !important;
    border: 1.5px solid #fff;
    border-radius: 64px;
    color: #fff !important;   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}

.menu-link-cta a:hover {
    background: #fff;
    border: 1.5px solid #fff;
}

.menu_desktop .menu > .current-lang {
    font-weight: bold;
}

.menu_desktop .menu > li.desktop_menu_cart_link {
                          
}

.menu_desktop .menu > .current_page_item,
.menu_desktop .menu > .current-menu-parent,
.menu_desktop .menu > .current-menu-item,
.menu_desktop .menu > .current_page_parent,
.wrapper.service_page .menu_desktop .menu > li:nth-of-type(2),
.wrapper.product_page .menu_desktop .menu > li:nth-of-type(3) {
    border-bottom: 4px solid #000 !important;
    font-weight: bold;
}           

.wrapper.index .menu_desktop .menu > .current_page_item,
.wrapper.index .menu_desktop .menu > .current-menu-parent,
.wrapper.index .menu_desktop .menu > .current-menu-item,
.wrapper.index .menu_desktop .menu > .current_page_parent {
    border-bottom: 0 solid #000 !important;
    font-weight: normal !important;
}           

.wrapper.index .menu_desktop .menu > li:nth-of-type(1) {
    border-bottom: 4px solid #000 !important;
    font-weight: bold !important;
}    

.menu_desktop .menu li .sub-menu .current-menu-item a {
    font-weight: bold;
    color: #D28A2F !important;
}

.menu_desktop .menu > .lang-item {
    border-bottom: 0px solid #fff !important;
    margin-right: 0;
}

.menu_desktop .menu ul {
    position: absolute;
    min-width: 173px;
    visibility: hidden;
    list-style-type: none;
    padding: 11px 0 0 0;
}

.menu_desktop .menu ul li {
    position: relative;
    float: none;
    opacity: 0;
    font-weight: normal;
    background: #000;
    box-shadow: 0 0.08em 0.25em 0 rgba(0,0,0,0.3);
}

.menu_desktop .menu ul a {
    color: #fff !important;
    padding: 13px 18px;  
    text-transform: initial;  
}

.menu_desktop .menu ul a:hover {
    background: #D28A2F;
}

.menu_desktop .menu ul li:first-of-type,
.menu_desktop .menu ul li:first-of-type a,
.menu_desktop .menu ul li ul li:first-of-type,
.menu_desktop .menu ul li ul li:first-of-type a {
    /* border-radius: 6px 6px 0 0; */ /* Enable for rounded menus */
}

.menu_desktop .menu ul li:last-of-type,
.menu_desktop .menu ul li:last-of-type a,
.menu_desktop .menu ul li ul li:last-of-type,
.menu_desktop .menu ul li ul li:last-of-type a {
    /* border-radius: 0 0 6px 6px; */ /* Enable for rounded menus */
}

.menu_desktop .menu ul li:last-of-type {
    margin: 0;
}                                                         

.menu_desktop .menu li:hover > ul,
.menu_desktop .menu li > ul:hover {
    visibility: visible;
}

.menu_desktop .menu li:hover > ul li {
    opacity: 1;            
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;    
}

.menu_desktop .menu > li a:hover {
    opacity: 1 !important;
    color: #fff;
}

.menu_desktop .menu li .sub-menu li a:hover {
    color: #fff !important;
}

.menu_desktop_socials {
    position: relative;
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0 1.5vw 0 0;
    align-self: center;
}

.menu_desktop_socials li {
    float: left;
}

.menu_desktop_socials li a {
    opacity: 1;
}

.menu_desktop_socials li a svg,
.menu_desktop_socials li a img {
    float: left;
    width: 22px;
    margin-right: 26px;
}

.menu_desktop_socials li a svg:hover .st0,
.menu_desktop_socials li a svg:hover g {
    fill: #a7a7a7;
}           

.menu_desktop_socials li:nth-of-type(1) a svg {
    width: 21px;
}

.menu_desktop_socials li:last-child a svg {
    width: 21px;
    margin-right: 0;
}

.menu_desktop_socials li a .st0,
.menu_desktop_socials li a g {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}    


/* WooCommerce Ajax-Quantity Cart Icon */

.ajax_cart {
    position: relative;
    display: none;
    margin: -2px 32px 0 0;
    align-self: center;
    z-index: 1;
}

.ajax_cart:hover {
    cursor: pointer;
    opacity: 0.8;
}

.ajax_cart_contents {
    display: block;
    float: left;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.ajax_cart_contents:before {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    content: "";
    background-image: url(../../assets/svgs/icon_cart.svg);
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    float: left;
}

.ajax_cart_contents:hover {
    text-decoration: none;
}

.ajax_cart_contents_count {
    width: 16px;
    height: 7.5px;
    margin: -2px 0 0 -2px;
    color: #fff;
    background: #000;
    border: 1.5px solid #000;
    padding: 2px 0 6px 0;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    float: right;
    text-align: center;
}


/*** MOBILE MENU ***/

.menu_burger {
    position: absolute;
    top: 40px; /* With Top Bar */
    right: 24px;
    align-self: center;
    z-index: 21;
    line-height: 0;
}

.menu_mobile {
    position: absolute;
    display: block;
    width: 67%;
    max-width: 300px;
    height: auto;
    min-height: calc(100vh + 50px);
    margin: auto;
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    box-shadow: 0.17em 0.25em 0.3em 0px rgba(0, 0, 0, 0.2);
    z-index: 22;
    transform: translateX(-120%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu_mobile ul {
    position: relative;
    display: block;
    overflow: auto;
    margin: auto;
    padding: 0;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    list-style-type: none;
}

.menu_mobile ul a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 16px 16px 25px;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    text-decoration: none;
    opacity: 1 !important;
}

.menu_mobile ul a:hover {
    background: #2a2a2a;
}

.menu_mobile ul li {
    float: none;
    margin: 0;    
    border-bottom: 1px solid #333;
}

.menu_mobile ul .current_page_item a:before,
.menu_mobile ul .current-menu-parent a:before,
.menu_mobile ul .current-menu-item a:before,
.menu_mobile ul .current_page_parent a:before {
    position: absolute;
    width: 12px;
    height: calc(100% - 2px);
    padding: 2px 0;
    top: -1px;
    left: 0;
    background: #D28A2F;
    content: "";
}

.menu_mobile_shader {
    position: absolute;
    display: none;    
    width: 100%;
    min-height: calc(100vh + 50px);
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.66);
    z-index: 20;    
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;        
}


/* Burger Button */

.hamburger {
  	display: inline-block;
  	overflow: visible;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
  	transition-property: opacity, -webkit-filter;
  	transition-property: opacity, filter;
  	transition-property: opacity, filter, -webkit-filter;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamburger:hover {
  	opacity: .86;
}

.hamburger {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 20px;
}

.hamburger .inner, 
.hamburger .inner:after, 
.hamburger .inner:before {
    position: absolute;
    width: 22px;
    height: 2px;
  	transition-timing-function: ease;
  	transition-duration: .15s;
  	transition-property: -webkit-transform;
  	transition-property: transform;
  	background-color: #D28A2F;
}

.hamburger .inner {
    top: 10px;
	  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	  transition-duration: .1s;    
}

.hamburger .inner:before {
  	display: block;
  	content: '';
    top: -8px;
	  transition: top .1s .14s ease, opacity .1s ease;    
}

.hamburger .inner:after {
  	display: block;
  	content: '';
    bottom: -8px;
  	transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
  	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55,.055,.675,.19);    
}

.hamburger.flag-active .inner {
  	transition-delay: .14s;
  	transition-timing-function: cubic-bezier(.215,.61,.355,1);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.hamburger.flag-active .inner:before {
  	top: 0;
  	transition: top .1s ease, opacity .1s .14s ease;
  	opacity: 0;
}

.hamburger.flag-active .inner:after {
  	bottom: 0;
  	transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
  	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215,.61,.355,1);
  	-webkit-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}

.hamburger.active-color .inner,
.hamburger.active-color .inner:before,
.hamburger.active-color .inner:after {
    /* background-color: #000; */
}


/*** SEARCH ***/

.menu_search {
    width: 20px;
    height: auto;
    margin-right: 72px;
    align-self: center;
    opacity: 1;
}

.menu_search svg {
    display: block;
    margin: auto;
}

.menu_search svg:hover {
    cursor: pointer;
}

.menu_search svg:hover .st0 {
    stroke: #a7a7a7;
}

.menu_search .st0 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fullscreen_search_overlay {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 999;
    background: rgba(255,255,255,0.94);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.search_overlay_content {
    position: relative;
    width: 66%;
    max-width: 520px;
    min-width: 300px;
    margin: auto;
    top: -120px;
    bottom: 0;
    left:  0;
    right:  0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.search_overlay_close {
    position: absolute;
    width: 24px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 36vh;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    visibility: hidden;
    box-shadow: 0 0.09em 0.05em 0 rgba(0,0,0,0.15);    
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.search_overlay_close:hover {
    cursor: pointer;
    opacity: 0.8;
}

.desktop_search_box {
    background: #fff;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;    
    box-shadow: 0 0.16em 0.2em 0 rgba(0,0,0,0.15);
}

.desktop_search_input {
    width: 100%;
    text-align: center;
    color: #000;
    background: transparent;
    border: 0;
}

.desktop_search_submit {
    display: none;
}

.desktop_search_input::-webkit-input-placeholder,
.desktop_search_input:-moz-placeholder,
.desktop_search_input::-moz-placeholder,
.desktop_search_input:-ms-input-placeholder {
    color: #000;   
}

.desktop_search_input:focus::-webkit-input-placeholder,
.desktop_search_input:focus:-moz-placeholder,
.desktop_search_input:focus::-moz-placeholder,
.desktop_search_input:focus:-ms-input-placeholder {
    opacity: 0;
}              


/*** MEDIA QUERIES ***/

/* Min-Widths */

@media screen and (min-width: 720px) {       
    .menu_top_bar {
        justify-content: flex-end;
        background: #000;
    }
    .menu_top_bar > a { 
        margin-right: 24px;
        padding-left: 0;
    }
    .menu_top_bar > a img { 
        display: block;
    }
    .menu_top_bar .menu {
        display: block;
        margin: 0 16px 0 0;
    }
    .logo {
        width: 375px;
        margin: auto;
        align-self: center;
    }
    .menu_desktop .menu,
    .menu_desktop_socials,
    .ajax_cart {
        display: block;
    }    
    .menu_burger,
    .menu_mobile,
    .menu_mobile_shader {
        display: none !important;
    }   
}

@media screen and (min-width: 1000px) {                             
    .menu_search {
        margin-right: 32px;
    }
    .search_overlay_content {
        top: -8vw;
    }
    .desktop_search_box {
        padding: 1vw 0;
    }
    .menu_desktop .menu > li {
        margin-right: 52px;
    }
    .menu_desktop .menu-link-with-down-arrow {
        margin-right: 59px !important;
    }
}

@media screen and (min-width: 1240px) {    
    .menu_top_bar .menu {
        margin: 0 1.5vw 0 0;
    }                     
}