﻿/**Main Desktop Nav***/

/*General Nav Styles*/
header .mainNavWrp > ul > li > a
{
    font-size: 1.6em;
}
header .mainNavWrp ul li a
{
    color: #E9E0DB;
}
    header .mainNavWrp ul li a:hover
    {
        text-decoration:none;
    }


/**Main Desktop Only Nav**/
.desktop-css header .mainNavWrp > ul > li > a
{
    font-family: 'Marcellus SC', serif;
    font-weight: 400 !important;
}
.desktop-css header .mainNavWrp
{
    margin-top: 50px;
    margin-right: -6px;
}
    .desktop-css header .mainNavWrp ul li:first-child,
    .desktop-css header .mainNavWrp > ul > li + li + li + li + li + li
    {
        display:none;
    }
    .desktop-css header .mainNavWrp > ul > li
    {
        display:inline-block;
        position: relative;
    }
        .desktop-css header .mainNavWrp ul li a
        {
            padding: 14px 10px;
            display:block;
        }
            .desktop-css header .mainNavWrp ul li a:hover,
            .desktop-css header .mainNavWrp > ul > li > a.sfSel
            {
                color: #ffffff;
            }
                
    .desktop-css header .mainNavWrp > ul > li ul
    {
        opacity: 0;
        position: absolute;
        z-index: 10;
        max-height: 0px;
        overflow: hidden;
        right: 0;
        background: #282222 url(../Images/headerBg.jpg) repeat top left;
        background-size: auto 110%;
        border-radius: 3px;
    }
    .desktop-css header .mainNavWrp > ul > li:hover ul
    {
        max-height:300px;
        opacity:1;
        padding-top:7px;
        padding-bottom:7px;
        border-top: 2px solid rgb(112, 93, 93);
    }
        .desktop-css header .mainNavWrp > ul > li + li + li + li:hover .openBtn
        {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-bottom: 6px solid rgb(112, 93, 93);
            margin: auto;
            position: absolute;
            bottom: 0px;
            right: 0;
            left: 0;
            color: transparent;
            z-index: 1;
        }



    .desktop-css header .mainNavWrp > ul > li > ul > li > a:hover
    {
        background: rgba(0, 0, 0, 0.28);
    }
    .desktop-css header .mainNavWrp ul ul li a
    {
        padding: 7px 14px;
        font-weight: 400;
        white-space: nowrap;
        background: transparent;
    }
/********************/
/**Main Mobile Nav***/
/********************/

.mobile-css .mobileNavBtn,
.mobile-css .mobileCloseNavBtn,
.mobile-css .openBtn
{
    display:block;
}

.mobile-css .mobileNavBtn,
.mobile-css .mobileCloseNavBtn
{
    position: absolute;
    top: 17px;
    right: 0px;
    width: 30px;
    padding: 12px 25px 12px 17px;
}

    .mobile-css .mobileNavBtn hr
    {
        border: none;
        height: 3px;
        background:#94877B ;
        margin: 6px 0px;
        box-shadow: 1px 1px 1px 0px #000000;
    }
.mobile-css .openBtn,
.mobile-css .closeBtn
{
    float: right;
    font-size: 2.3em;
    color: #251E1C;
    width: 54px;
    text-align: center;
    line-height: 1.37em;
}
.mobile-css .closeBtn
{
    float:none;
    text-align:left;
    margin-left: 27px;
}
.mobile-css .mobileCloseNavBtn
{
    background: rgba(187, 175, 172, 1);
    position: fixed;
    color: #594d49;
    top: 0px;
    right: -300px;
    font-size: 2em;
    z-index: 11;
    height: 22px;
    width: 5px;
    opacity: 0;
    font-size: 1.8em;
}

.mobile-css header .mainNavWrp
{
    background: rgba(233, 229, 226, 1);
    max-width: 300px;
    position: fixed;
    top: 0px;
    right: -300px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 10;
}

    .mobile-css header .mainNavWrp ul li
    {
        display: block;
        float: none;
    }
        .mobile-css header .mainNavWrp ul li a
        {
            color: #251E1C;
            font-weight: 400 !important;
            padding: 9px 7px;
            border: none;
            border-bottom: 1px solid #DFD6D3;
            margin-right: 16px;
            margin-left: 16px;
            border-radius: 3px;
            letter-spacing: -.2px;
            font-size: 1.2em;
            line-height: 1.4em;
            display: block;
        }
    .mobile-css header .mainNavWrp ul ul
    {
        position: absolute;
        width: 0px;
        right: 0;
        top: 0px;
        padding-top: 3px;
        min-height: 300px;
        overflow: hidden;
        max-width: 300px;
        min-height: 100%;
        background: rgba(233, 229, 226, 1);
        overflow-y: auto;
    }
        .mobile-css header .mainNavWrp ul ul li
        {
            word-break: normal;
            min-width: 300px;
        }

/*Slide Out Nav*/
.mobile-css .whiteNavBg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(24, 20, 20, 0.81);
    top: 0px;
    left: 0px;
    z-index: 9;
    display:none;
}
.mobile-css header .mobileNav
{
    right: 0px;
}
.mobile-css header .mainNavWrp > ul
{
    position:relative;
    padding-top: 38px;
}
.mobile-css.slideContentLeft header  .mainNavWrp ul .slideSubTabLeft
{
    width: 100%;
    right: 0px;
}
.mobile-css.slideContentLeft .mobileCloseNavBtn
{
    right: 0px;
    opacity: 1;
}
