/*
    Hamburger menu found in hdr.php. Andrew Michienzi May 8, 2017
*/

.menu-btn {
    /*padding-right: 18px;*/
    float: left;
    display: inline-block;
    margin-right: 25px;
}

@media screen and (max-width: 370px){

    .menu-btn {
        margin: 0;
    }

    #mini-header-logo {
        margin-left: -8px;
    }
}

@media screen and (min-width: 371px){

    #mini-header-logo {
        margin-left: 0px;
    }
}

@media screen and (min-width: 430px) {
    .responsive-menu {
        margin-right: 10% !important;
        margin-left: 10% !important;
    }
}

#header-container {}

#container {
    justify-content: center;
    align-items: center;
}

#mini-header-logo {
    /*margin-left: -8px;*/
    display: block;
    width: 231px;
    height: 128px;
    background: url(../layout_imgs/hdr_logo.png) no-repeat;
    text-indent: -999999px;
}

#header-logo {
    display: block;
    width: 231px;
    height: 128px;
    background: url(../layout_imgs/hdr_logo.png) no-repeat;
    text-indent: -999999px;
}


/*
.menu-btn div {
    position: relative;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}*/

.menu-btn span {
    display: block;
    width: 40px;
    height: 5px;
    margin: 7px 0;
    background: #2a2a2a;
    line-height: 26px;
}

.responsive-menu {
    display: none;
    max-width: 100%;
    background-color: #662d02;
    color: hsl(33, 29%, 86%);
    font-size: 20px;
    float: right;
    padding: 10px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin-right: 5%;
    margin-left: 5%;
}

#responsive-menu-wrapper {
    width: 100%;
}

.menu-click {
    position: relative;
    z-index: 99999;
    color: white;
}

input#q {
    width: 100%;
    background-color: #662d02;
}

.expand {
    display: block !important;
}

.open-menu-link {
    display: inline-block;
    float: right;
    width: 10%;
    cursor: pointer;
    margin-bottom: 20px;
    color: rgb(112, 79, 64);
    cursor: pointer;
    /*position: relative;
    right: 50px;
    
    line-height: 55px;
    font-size: 30px;
    cursor: pointer;*/
}

li .sub-menu {
    display: none;
    padding-left: 5px;
}

.visible {
    display: block !important;
}

.mobile-nav {
    position: absolute;
    float: right;
    top: 43px;
    right: 20px;
    cursor: pointer;
}

.legend {
    color: #E0DBC9 !important;
    border: 5px;
    width: 94%;
    float: left !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 3%;
    border-bottom: dotted 1px;
}

.mobile-list-item a {
    border: 1px;
    border-color: white;
    margin: 0;
    border: 0;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: 100%;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.children-container {
    overflow: auto;
    width: 100%;
}

.sub-menu {
    width: 100%;
    font-size: 90%;
}

.sub-menu li {
    display: block;
    padding-left: 10px;
}

.responsive-menu a {
    color: white;
    text-align: center;
    font-family: 'Chaparral';
    font: inherit;
}

li.mobile-list-item {
    color: white;
    /*text-align: center;*/
    border: 5px;
    width: 85%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 3%;
    padding-left: 5%;
    cursor: pointer;
}

li.menu-item-has-children li {
    border-left: solid 1px #704F40;
    padding-top: 10px;
    cursor: pointer;
}

ul#mobile-list li ul {
    padding-left: 5px;
    padding-top: 10px;
}

#mobile-search-form {
    float: right;
    width: 100%;
}

.mobile-search {
    border: none;
    background: #e6ddd2 url(../layout_imgs/search_bg.png) right 50% no-repeat;
}
