/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/

#menu-logo-mobile {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (max-width: 767px) {

    img.header,
    .top-banner {
        display: none !important;
    }

    header .top-header .wrap-top .txt {
        display: none;
    }

    .icon.icon-angle-down {
        display: none;
    }

    .wpmm-menu {
        background-color: #00466e !important;
        --mm-color-background: #00466e;
        color: #ffff;
    }

    .mm-navbar__title span{
    color: #fff;
    }

    .mm-listview li a {
        color: #fff !important;
    }

    .mm-listitem{
       border-color: #fff !important;
     }

    .mm-listitem--selected>.mm-listitem__text {
        background: rgb(16 101 149);
    }

    #wle-top-menu {
        display: none;
        position: fixed;
        z-index: 9999999;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 80%;
        left: -100%;
        transition: all .5s;
        box-shadow: -8px 10px 8px 10px rgba(0, 0, 0, 0.46);
    }

    body.active #wle-top-menu {
        left: 0;
    }

    #wle-top-menu ul#main-nav li {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }

    ul#main-nav>li:after,
    ul#main-nav>li:before {
        background: none;
    }

    ul#main-nav>li ul {
        position: static;
        width: 100%;
    }

    ul#main-nav>li>ul>li:before {
        content: "+";
        color: #fff;
    }

    ul#main-nav ul ul li:before {
        content: "-";
        color: #fff;
    }

    ul#main-nav>li>ul {
        padding-left: 10px;
    }

    ul#main-nav ul ul {
        padding-left: 20px;
    }

    body.active #menu-mobile-show .fa:before {
        content: "\f00d";
    }

    ul#main-nav>li ul li {
        display: inline-block;
        width: 100%;
        border-bottom: 0;
    }

    ul#main-nav>li:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        margin-right: 5px;
        position: static;
        color: #fff;
    }

    ul#main-nav ul ul .menu-item-has-children>a:after {
        transform: rotate(90deg);
        display: inline-block;
    }

    ul#main-nav>li a {
        float: none;
    }

    ul#main-nav .menu-item-has-children>a:after {
        content: "\f107" !important;
    }

    #wle-sidebar-left,
    #wle-sidebar-center,
    #wle-sidebar-right {
        width: 100%;
    }

    ul#main-nav {
        display: block;
        max-height: 600px;
        overflow-y: scroll;
    }

    footer .widget .content {
        margin-bottom: 10px;
    }

    #menu-logo-mobile {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0;
    }

    #menu-logo-mobile .mlogo {
        height: 60px;
        width: auto;
    }

    #menu-logo-mobile .right {
        text-align: right;
    }

    #menu-mobile-show {
        font-size: 20px;
        width: 40px;
        height: 40px;
        border: 1px solid #ff7800;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        color: #ff7800;
        margin-top: 9px;
    }

}


@media only screen and (max-width: 500px) {}