/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#toc_container.fixed-menu {
    background: #866e4a !important;
    padding: 5px !important;
}

#toc_container.fixed-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1800px;
    display: table;
}
#toc_container.fixed-menu ul.toc_list li {
    float: left;
    position: relative;text-transform: uppercase;
}
#toc_container.fixed-menu ul.toc_list li a {
    color: #FFF;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 12px;
    line-height: 40px;
}

#toc_container{
    display: none;
}

.fixed-menu {
    display: block !important;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index:2;
}

.fixed-menu li{
    display: inline-block;
}
@media screen and (max-width: 1100px) {
    .sub-click {
        position: fixed;
        top: 125px;
    }
    .sub-click {
        position: fixed;
        top: 125px;
        opacity: 1;
        display: block;
    }
}

@media screen and (max-width: 510px) {
    .sub-click {
        width: 45px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .sub-click {
        background: #453434 !important;
    }

    .sub-click {
        width: 60px;
        height: 48px;
        z-index: 600;
        display: none;
        position: absolute;
        right: 0;
        cursor: pointer;
    }



    .sub-click {
        width: 60px;
        height: 48px;
        z-index: 600;
        position: absolute;
        right: 0;
        cursor: pointer;
        top: 140px;
        position: fixed;
        top: 125px;
        margin-top: 0;
        opacity: 1;
        width: 45px;
        background: #d9b04c;
        display: block;
    }

    .sub-click:before {
        position: absolute;
        content: "\f0cb";
        color: #fafafa;
        width: 100%;
        font-family: FontAwesome;
        height: 100%;
        font-size: 25px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 47px;
    }

    .sub-click .wrap{
        display: none;
    }

    .sub-click.active .wrap{
        display: block;
        max-height: 320px;
        border: 1px solid #ddd;
        padding-top: 10px;
    }

    .sub-click .wrap{
        position: fixed;
        background: #fff;
        right: 50px;
        top: 5px;
        width: 150px;
        bottom: 5px;
        text-align: center;
    }

    .sub-click .wrap ul{
        width: 100%;
        list-style: none;
    }

    .sub-click .wrap ul li {
        border-bottom: 1px solid #fff;
    }

    .sub-click .wrap ul li a{
        color: #453434;font-size: 13px;
    }

}
.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #eedec1;
}
.mobile-sidebar a{
    color: #162b75 !Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #162b75 !Important;
}