
header .mobile-menu .hamburger {
    display: block;
}

header .mobile-menu {
    background: #043E00;
    display: flex;
    height: 80px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    color: #fff;

}

header .mobile-menu .mb-search {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 20, 0, .95);
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    transition: .3s;
}

header .mobile-menu .mb-search.active {
    opacity: 1;
    visibility: visible;
}

header .mobile-menu .mb-search .close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 2px;
    background: rgba(0, 0, 0, 9);
}

header .mobile-menu .mb-search .close i {
    color: #fff;
}

header .mobile-menu .mb-search form {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}

header .mobile-menu .mb-search form input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: .3rem;
    font-family: 'Vazir';
    font-size: 1rem;
}

header .mobile-menu .mb-search form .search-btn {
    position: absolute;
    left: .3rem;
    border: 0;
    font-size: 1.3rem;
    background: none;
}

header .mobile-menu .logo {
    max-width: 33%;
    padding: .3rem 1rem .3rem;

}

header .mobile-menu .logo img {
    height: 50px;
}

header .mobile-menu .time {
    font-size: .9rem;
}

header .mobile-menu .time i {
    margin: 0;
}

header .mobile-menu .tools {
    padding-left: 1rem;
    display: flex;
    font-size: 1.2rem;
}

header .mobile-menu .tools .search {
    margin-left: .6rem;
}

header .mobile-menu > * {

}

menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition-delay: 1.5s;
}

menu.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
}

menu .container {
    width: 70%;
    height: 100%;
    display: block;
    margin: 0;
    margin-right: auto;
    position: relative;
}

menu .menu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -110%;
    top: 0;
    background: #fff;
    transition: 1s ease-in-out;
    transition-delay: 0.5s;
}

menu.active .menu {
    left: 0;
    transition: 1s ease-in-out;
    transition-delay: 0.6s;
}

menu .menu .hamburger {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: .3rem;
    /*margin-right: .5rem;*/
    background: #359;
    right: -50px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

menu .container h1 {
    display: none;
}

menu .menu .categories {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
    overflow-y: scroll;
}

menu .menu .categories .item {
    width: 100%;
    border-bottom: 1px dotted #888;
}

menu .menu .categories .item a.active {
    background: none;
    color: #444;
}

menu .menu .categories .item a {
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    color: #333;
}

.ticker .search {
    display: none;
}
header nav {
    background: #990000;
    display: none;
}

header nav .container {
    height: 100%;
}

header nav .part-2 .hamburger {
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 0;
    right: -30px;
    text-align: center;
    line-height: 35px;
    font-size: 35px;
    color: #fff;
}

header nav .part-2 .time {
    display: none;
}

header nav .part-2 .search {
    display: none;
}

@media screen and (max-width: 450px) {
    .main {
        grid-template-columns: repeat(1, 1fr);
    }

    .main .main-content {
        grid-column: auto;
    }

    #footer .content .menu {
        grid-template-columns: repeat(1, 1fr);
    }

    .main .right-sidebar {
        order: 2;
    }

    .main .left-sidebar {
        order: 3;
    }

}

#single-main {
    grid-template-columns: 1fr;
}

#footer .content .menu {
    grid-template-columns: repeat(2, 1fr);
}

#footer .logo {
    grid-row: 1/1 span;
}




/*! ////////////////////////////////////////////////////////// LOGIN PAGE START  ///////////////////////////////////////////////////////*/
#login form .label-l {
    width: 90%;
}
/*! ////////////////////////////////////////////////////////// LOGIN PAGE END  /////////////////////////////////////////////////////////*/

/*! /////////////////////////////////////////////////  START  PAGINATION START   /////////////////////////////////////////// */
nav ul.pagination .page-item {
    width: 18px;
    height: 18px;
}
/*! /////////////////////////////////////////////////  END  PAGINATION END   /////////////////////////////////////////// */
