/* =========================================================
   MAIN NAVIGATION
========================================================= */

.nav--main {
    margin-top: 0;
    font-size: 1em;
    font-weight: 400;
}

.nav--main ul {
    margin-bottom: 0;
}

.nav--main li {
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav--main li:hover {
    color: #000;
}

.nav--main a,
.nav--main strong {
    display: block !important;
    margin: 0;
    padding: 0 12px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700 !important;
    text-align: left;
    text-transform: uppercase;
}

.nav--main a:hover {
    color: #5c4730;
    text-decoration: none;
}

.nav--main ul a,
.nav--main ul a:hover {
    border-right: 1px solid #fff;
}

.nav--main .first a {
    border-left: 1px solid #fff;
}

.nav--main ul li:hover > ul {
    display: block;
}

.nav--main ul li a {
    position: relative;
    min-height: inherit;
    line-height: inherit;
}

.nav--main ul ul {
    display: none;
    width: auto;
    margin-left: 0;
    margin-top: -2px;
    padding: 0;
    white-space: nowrap;
    background: #fff;
    border-top: 2px solid rgb(193,193,193);
    border-radius: 0;
    box-shadow: 1px 8px 15px rgba(0,0,0,0.1);
}

.nav--main ul ul a,
.nav--main ul ul a:hover,
.nav--main ul ul strong {
    border-right: 0;
}

.nav--main .level_1 .active,
.nav--main .level_1 .trail {
    color: #5c4730;
}

.nav--main .level_2 {
    position: absolute;
    top: 100px;
    margin-top: 10px;
    padding: 3px 0 0;
    background-color: #c4b899;
    border-top: 2px solid #fff;
}

.nav--main .level_2 li {
    float: none;
    padding: 5px 0;
    border: 0;
}

.nav--main .level_2 .first a,
.nav--main .first .level_2 a,
.nav--main .level_2 .first span {
    border-left: 0;
}


/* =========================================================
   CUSTOM NAVIGATION
========================================================= */

.nav--custom {
    width: 90%;
    max-width: 1024px;
    height: 30px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.nav--custom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav--custom li {
    float: left;
    list-style: none;
}

.nav--custom::after,
.nav--custom::before {
    content: " ";
    display: table;
}

.nav--custom a,
.nav--custom li {
    display: inline-block;
}

.nav--custom a,
.nav--custom span {
    display: inline-block;
    margin: 0 -0.25em;
    padding: 0 12px;
    border: none;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
}

.nav--custom a:hover {
    color: #5c4730;
}

.nav--custom .level_1 .active {
    color: #5c4730;
}

.nav--custom .last a {
    border-right: 1px solid #fff;
}


/* =========================================================
   MENU BUTTON
========================================================= */

.menubutton {
    position: absolute;
    top: 20px;
    right: 5px;
    z-index: 400;
    font-size: 2.2em;
}

.menubutton a {
    color: #fff;
}

.menubutton a:hover {
    color: #5c4730;
    text-decoration: none;
}


/* =========================================================
   MMENU
========================================================= */

.mm-listitem_selected strong {
    color: rgb(97, 205, 179);
}

.mm-listitem_opened strong {
    padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
    padding-left: 20px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (min-width: 1024px) {
    .menubutton {
        display: none;
    }

    .nav--main {
        margin-top: 80px;
    }
}