/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {
    .container{
        width: 100%;
        padding: 0;
    }
    .Theater h3{
        padding-right: 15px !important;
    }
    .sldw {
        width: 100%;
    }
    .top-ads {
         width: 100%;
        display: inline-flex;
        margin: 20px 0;
    }
    .top-ads img{
        height: 200px;
    }
    .section-sardabir{
        display: none;
    }
    .wfix{
        display: none;
    }
    .main-post-size{
        width: 100%;
    }
    .formob{
        display: none;
    }
    .post-container {
        padding: 10px 5px 10px;
    }
    .posts-border{
        padding: 10px 0;
        width: 100%;
    }
    .posts-border img {
        width: 147px !important;
        height: 98px !important;
    }
    .post-container p{
        display: none;
    }
    .posts-in{
        display: none;
    }
    .posts-cat{
        display: none;
    }
    .post-container h3{
        font-size: 14px;
        line-height: 21px;
    }
    .posts-page-cont span.pages{
        display: none;
    }
    .pro-post img {
        width: 100% !important;
        height: 160px !important;
    }
    .posts-info{
        font-family: v_light;
    }
    .posts-info-vip{
        display: block;
    }
    .ender-for-mob{
        padding: 0;
    }
    .item-6box .item-list-text{
        padding: 12px;
        width: 66%;
    }
    .item-6box .bg-white.item-list-box{
        background: #fdfdfd;
        width: 100%;
        display: inline-flex;
        height: unset;
    }
    .item-6box .item-list-img{
        height: unset;
    }
    .item-6box .item-list-img img{
        width: 145px !important;
        height: 97px !important;
    }
    .item-6box{
        margin: unset;
        border-bottom: 1px solid #ddd;
        padding:unset;
    }
    .menu-top, .header-top{
        display: none;
    }
    .header-search {
        width: 85%;
        background: #3c3c3c;
        border: 0;
        border-bottom: 1px solid #999;
        color: #9d9d9d;
        Outline: none;
        padding: 0 10px;
        display: none;
        margin: 13px 0 0 0;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }
    .navbar{
        border: unset;
    }
    .slid-top{
        margin: unset;
    }
    .section-main-single{
        margin: unset;
    }
    .post-container-r{
        width: 100%;
        background: #fdfdfd;
        padding: 20px 10px 10px;
        float: right;
    }
    .post-container-r p{
        display: block;
    }
    .navbar-default{
        display: block;
    }
    .col2>a:nth-child(2) {
        padding-top: 50%;
    }
    .video-item a {
        background-position: center;
        display: block;
        padding-top: 225px;
        background-size: cover;
        margin-top: 20px;
    }
    .video-item i {
        right: 170px;
        top: 100px;
        position: absolute;
        font-size: 50px;
        color: #fdfdfd;
        z-index: 999;
        text-shadow: 3px 3px 20px #222;
    }
}