/************* TEMP *************/
/*header .header-main .main-menu-container {
    opacity: 1!important;
    visibility: visible!important;
}
header .header-main .main-menu-hover-area {
    opacity: 0!important;
    visibility: hidden!important;
}
*/


/************* EOF TEMP *********/

body.overflowHidden,
html.overflowHidden {
    overflow-y: hidden;
}

.header-top-bar {
    background-color: var(--salamander);
}
.header-top-bar p, .header-top-bar p a {
    font-size: 13px;
    line-height: 20px;
}
ul.top-nav li {
    margin-bottom: 0;
}
ul.top-nav li a {
    font-family: 'warnock-pro', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    color: var(--white);
    padding: 15px 0 15px 15px;
    display: block;
}

.header-desktop  {
    display: none;
}


@media(min-width:992px) {
    header {
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }
    header.sticky {
        opacity: 0;
        visibility: hidden;
    }
    header .header-touch {
        display: none!important;
    }
    header .header-desktop  {
        display: block;
    }

    header:before {
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--onyx);
        opacity: 0;
        visibility: hidden;
    }
    header .header-main,
    header .main-menu-container,
    header .main-menu-hover-area {
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }

    header .header-main {
        visibility: visible;
        opacity: 1;
        /*min-height: 265px;*/
    }

    header.addBG:before {
        opacity: 1;
        visibility: visible;
    }
    header.hidden-state .header-main .main-menu-container {
        opacity: 0;
        visibility: hidden;
    }
    header:not(.hidden-state) .header-main .main-menu-hover-area {
        opacity: 0;
        visibility: hidden;
    }
    header .header-main {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
        background: -moz-linear-gradient(top, rgba(36,32,29,0.65) 0%, rgba(36,32,29,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(36,32,29,0.65) 0%,rgba(36,32,29,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(36,32,29,0.65) 0%,rgba(36,32,29,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24201D', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
    .main-menu-hover-area {
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .main-menu-container-inner {
        position: relative;
    }
    .main-menu-container .nav.menu > li {
        padding: 45px 0 45px;
        margin-bottom: 0;
        position: static;
    }
    .main-menu-container .nav.menu li a {
        display: block;
        padding: 15px 30px;
        font-family: 'warnock-pro', sans-serif;
        font-size: 18px;
        font-weight: 300;
        text-decoration: none;
        color: var(--ivory);
    }
    .main-menu-container .nav.menu li.menu-item-has-children:hover > a,
    .main-menu-container .nav.menu li > a:hover {
        color: var(--salamander);
        text-decoration: underline;
        opacity: 1;
    }
    .main-menu-container .nav.menu li a.dropdown-toggle:after,
    .main-menu-container .nav.menu li a .caret {
        display: none!important;
    }
    .main-menu-container .nav.menu .dropdown-menu {
        padding-left:60px;
        padding-right: 60px;
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
        padding-top: 90px;
        transform: none!important;
        left: 0!important;
        right: 0!important;
        top: 100%!important;
        position: absolute!important;
        margin: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }
    .main-menu-container .nav.menu .dropdown-menu.show,
    header .main-menu-container li.menu-item-has-children:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .main-menu-container .nav.menu .dropdown-menu li {
        padding-left: 80px;
        padding-right: 80px;
    }
    .main-menu-container .nav.menu .dropdown-menu {
        counter-reset: number;
    }
    .main-menu-container .nav.menu .dropdown-menu li {
        counter-increment: number;
        position: relative;
        margin-bottom: 45px;
        padding-left: 60px;
    }
    .main-menu-container .nav.menu .dropdown-menu li:before {
        content: "0"counter(number)"."
    }
    .main-menu-container .nav.menu .dropdown-menu li a {
        font-family: 'warnock-pro-display', sans-serif;
        font-size: 80px;
        line-height: 70px;
        color: var(--ivory);
        display: inline-block;
        text-decoration: none;
    }
    .main-menu-container .nav.menu .dropdown-menu li:hover a {
        color: var(--salamander);
    }

    .main-menu-container .nav.menu .dropdown-menu li a {
        position: relative;
        width: fit-content;
        width: max-content;
    }

    .main-menu-container .nav.menu .dropdown-menu li a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background-color: var(--salamander);
        transition: ease all .75s;
    }

    .main-menu-container .nav.menu .dropdown-menu li:hover a:after {
        width: 100%;
    }

    .main-menu-container .nav.menu .dropdown-menu li:before {
        position: absolute;
        left: 0;
        top: 0;
        font-family: 'warnock-pro', sans-serif;
        font-size: 18px;
        line-height: 26px;
        color: var(--tumbleweed);
    }
    .main-menu-container .nav.menu .dropdown-menu li:hover:before {
        color: var(--salamander);
    }
    .logo-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    header .menu-hover-button {
        border: none;
        box-shadow: none;
        width: 20px;
        height: 30px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        background-image: url('../images/nav/button_menu_default.svg');
    }


}

@media(max-width: 2000px) {
    .main-menu-container .nav.menu .dropdown-menu li a {
        font-size: 60px;
        line-height: 50px;
    }
}
@media(max-width: 1600px) {


    .main-menu-container .nav.menu .dropdown-menu li {
        margin-bottom: 20px;
    }

    .main-menu-container .nav.menu .dropdown-menu {
        padding-top: 50px;
    }

    .main-menu-container .nav.menu .dropdown-menu li a:after {
        height: 1px;
    }
}

@media(max-width:1399.98px) {
    .main-menu-container .nav.menu li a {
        padding: 15px;
    }

    .logo-area {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .main-menu-container .nav.menu > li {
        padding: 25px 0 25px;
    }
}


@media(max-width: 1199.98px) {
    .main-menu-container .nav.menu .dropdown-menu li a {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .main-menu-container .nav.menu .dropdown-menu li {
        margin-bottom: 10px;
    }

    .main-menu-container .nav.menu .dropdown-menu {
        padding-top: 30px;
    }
}


/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .main-menu-container .nav.menu li a {
        font-size: 15px;
    }

    .main-menu-container .nav.menu .dropdown-menu li a {
        font-size: 77px;
        line-height: 67px;
    }
}

@media(max-width:991.98px) {
    header .header-touch {
        display: flex;
    }
    header .header-touch,
    header .header-touch * {
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }
    #touchNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        right: 0;
        /*bottom: 0;*/
        left: 0;
        background-color: var(--onyx);
        padding: 0 40px 60px;
        padding-top: 120px;
        opacity: 0;
        visibility: hidden;
        min-height: 100vh
    }
    #touchNav.show {
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
    }
    .overflowHidden .header-top-bar{
        visibility: hidden;
        height: 0;
    }
    .header-top-bar + .header-main + .header-touch #touchNav{
        /*padding-top: 190px;*/
    }
    #touchNav ul {
        list-style-type: none;
        margin-bottom: 0;
        counter-reset: number;
    }

    #touchNav li {
        margin-bottom: 10px;
        counter-increment: number;
    }
    #touchNav li:before,
    #touchNav .dropdown-menu li:before{
        position: absolute;
        color: var(--tumbleweed);
        content: "0"counter(number)".";
        font-size: 13px;
    }

    #touchNav li a {
        display: inline-block;
        font-family: 'warnock-pro-display', sans-serif;
        font-size: 32px;
        line-height: 42px;
        color: var(--ivory);
        text-decoration: none;
        font-weight: 300;
        outline: none!important;
    }
    .touch-menu-bottom {
        border-top: 1px solid var(--grey);
        padding-top: 30px;
    }
    #touchNav .touch-menu-bottom li {
        margin-bottom: 0;
    }
    #touchNav .touch-menu-bottom li a {
        color: var(--grey);
        font-size: 18px;
        line-height: 35px;
    }
    #touchNav #menu-mobile_menu li a.dropdown-toggle:after {
        display: none;
    }
    #touchNav .touch-menu-top {
        position: relative;
    }
    #touchNav .touch-menu-top li,
    #touchNav .touch-menu-top li a {
        position: static;
    }
    #touchNav .touch-menu-top .dropdown-menu {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
        background-color: var(--onyx);
        border-radius: 0;
        transform: none!important;
        float: none;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        display: block;
        border: none!important;
    }
    #touchNav .touch-menu-top li a {
        padding-left: 35px;
    }
    #touchNav .touch-menu-top .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
    }









    #touchNav #menu-mobile_bottom_menu li:before {
        display: none;
    }
    #touchNav  a.touch-menu-back-btn {
        text-decoration: none;
        font-family: 'nocturne-serif-lights', sans-serif;
        font-size: 18px;
        line-height: 26px;
        color: var(--salamander);
        background-image: url('../images/nav/back-arrow.svg');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 16px;
        padding-left: 35px;
        margin-bottom: 40px;
    }
    .header-touch-controls {
        z-index: 1;
        padding: 30px;
    }
    header.sticky .header-touch-controls {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: var(--onyx);
    }
    .mobile-logo img {
        max-height: 30px;
    }
    .touch-menu-toggle,
    .touch-menu-toggle > * {
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }
    .touch-menu-toggle {
        border: none;
        box-shadow: none;
        background: transparent;
        position: relative;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .touch-menu-toggle span {
        width: 2px;
        background-color: #F5F5F5;
        position: absolute;
    }
    .touch-menu-toggle span:nth-of-type(1) {
        height: 15px;
        right: 22px;
        top: 5px;
    }
    .touch-menu-toggle span:nth-of-type(2) {
        height: 25px;
        right: 11px;
        top: 0;
    }
    .touch-menu-toggle span:nth-of-type(3) {
        height: 15px;
        right: 0;
        top: 5px;
    }

    .touch-menu-toggle.open span:nth-of-type(1) {
        height: 26px;
        right: 11px;
        top: -1px;
        transform: rotate(-45deg);
    }
    .touch-menu-toggle.open span:nth-of-type(2) {
        height: 0;
    }
    .touch-menu-toggle.open span:nth-of-type(3) {
        height: 26px;
        right: 11px;
        top: -1px;
        transform: rotate(45deg);
    }
    #touchNav a.touch-menu-back-btn {
        margin-bottom: 20px;
    }

    #touchNav #menu-mobile_menu ul.dropdown-menu.keep-displayed {
        display: block!important;
        visibility: visible!important;
        opacity: 1;
    }

}


/****** SHOP NAV ******/

header.shop {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--linen);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

header.shop .onyx_row {
    background-color: var(--onyx);
    padding-top: 13px;
    padding-bottom: 13px;
}

header.shop .onyx_row a {
    font-family: warnock-pro, serif;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    position: relative;
}

header.shop .onyx_row a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 13px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    background-image: url('../images/nav/top_section_back_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header.shop .main_shop_navigation {
    padding-top: 35px;
    padding-bottom: 35px;
}

header.shop .main_shop_navigation li {
    margin-bottom: 0;
}

header.shop .main_shop_navigation a {
    margin-right: 55px;
    font-size: 18px;
    font-family: warnock-pro, serif;
    font-weight: 300;
    color: var(--onyx);
    text-decoration: none;
}

header.shop .main_shop_navigation a:hover {
    color: var(--salamander);
    opacity: 1;
}

header.shop .main_shop_navigation .cart_button {
    height: 31px;
    width: 34px;
    margin-top: -2px;
    margin-right: 0;
    position: relative;
}

header.shop .main_shop_navigation .cart_button:hover {
    opacity: 0.6;
}

header.shop .onyx_row .cart_button > span,
header.shop .main_shop_navigation .cart_button > span {
    position: absolute;
    top: -10px;
    right: -2px;
    background-color: var(--salamander);
    border-radius: 50%;
    color: #FFF;
    font-size: 10px;
    line-height: 1;
    width: 20px;
    height: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: warnock-pro, serif;
}

header.shop .onyx_row .cart_button > span {
    font-size: 7px;
    height: 13px;
    width: 13px;
    right: -5px;
}

header.shop .mobile_cart_button_div {
    display: none;
}

@media(min-width: 768px) and (max-width:991.98px) {
    header.shop .main_shop_navigation {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    header.shop .main_shop_navigation .cart_button {
        margin-right: 0;
    }
}

@media(max-width: 991.98px)  {
    header.shop .main_shop_navigation .cart_button {
        display: none;
    }

    header.shop .main_shop_navigation a {
        margin-right: 25px;
        margin-left: 25px;
    }

    header.shop .main_shop_navigation .header-logo-and-menu nav.navbar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header.shop .mobile_cart_button_div {
        display: inline-block;
    }

    header.shop .onyx_row a.cart_button:before {
        display: none;
    }

    header.shop .onyx_row .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header.shop .onyx_row a.cart_button img {
        width: 17px;
        margin-top: -3px;
    }

}

@media(max-width: 575px)  {
    header.shop .main_shop_navigation a {
        font-size: 14px;
        margin-right: 15px;
        margin-left: 15px;
    }
    header.shop .main_shop_navigation li:first-of-type a {
        margin-left: 0;
    }
    header.shop .main_shop_navigation li:last-of-type a {
        margin-left: 0;
    }

    header.shop .main_shop_navigation {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header.shop .onyx_row {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    header.shop .onyx_row a {
        font-size: 11px;
    }
    header.shop .onyx_row a:before {
        margin-right: 7px;
        width: 15px;
        height: 10px;
    }
    .header-top-bar .d-flex {
        display: block!important;
        text-align: center;
        padding-top: 5px;
    }
    .header-top-bar ul.nav.top-nav.justify-content-end {
        justify-content: center!important;
    }
    .header-top-bar ul.nav.top-nav.justify-content-end a {
        padding: 5px 0px;
    }

}


/* Tumbleweed Style Navigation */
.tumbleweed-style{
    display: none;
}
.light-style{
    display: block;
}
header.tumbleweed-nav-style .header-main{
    background: transparent;
}
.tumbleweed-nav-style .header-main .light-style{
    display: none;
}
.tumbleweed-nav-style .header-main .tumbleweed-style{
    display: block;
}
.addBG.tumbleweed-nav-style .header-main .light-style{
    display: block;
}
.addBG.tumbleweed-nav-style .header-main .tumbleweed-style{
    display: none;
}
.tumbleweed-nav-style .main-menu-container .nav.menu li a{
    color: var(--tumbleweed);
}
.addBG.tumbleweed-nav-style .main-menu-container .nav.menu li a{
    color: var(--ivory);
}
.addBG.tumbleweed-nav-style .main-menu-container .nav.menu li a:hover{
    color: var(--salamander);
}
/* mobile Tumbleweed Style Navigation */
body:not(.overflowHidden) .tumbleweed-nav-style:not(.sticky) .touch-menu-toggle span{
    background-color: var(--tumbleweed);
}
.tumbleweed-nav-style:not(.sticky) .header-touch .tumbleweed-style{
    display: block;
}
.tumbleweed-nav-style:not(.sticky) .header-touch .light-style{
    display: none;
}
.overflowHidden .tumbleweed-nav-style .header-touch .tumbleweed-style{
    display: none;
}
.tumbleweed-nav-style .header-touch .light-style{
    display: block;
}
.mobile-logo img {
    height: 50px;
    max-height: unset;
}