@media (max-width:1024px){
    #desktop{display: none}
    #mobile{display: block!important}
    .header .header__status.color-light li{
        padding-top: 0px;
    }
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev,
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next{
        top:250px;
        /*top:30px;*/
        /*bottom: 50px!important;*/
    }
    .form-title{
        padding-left:20px
    }
    .grid-item:nth-child(-n+3) .post-title{
        /*font-size: 14px!important;*/
    }
}


@media (max-width:768px){
    #desktop{display: none}
    #mobile{display: block}
    .header .header__status.color-light li{
        padding-top: 0px;
    }
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev,
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next{
        top:120px;
        
    }
    .form-title{
        padding-left:20px
    }
   
}


@media (max-width:620px){
    #desktop{display: none}
    #mobile{display: block}
    .header .header__status.color-light li{
        padding-top: 0px;
    }
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev,
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next{
        top:120px;
    }
    .form-title{
        padding-left:20px
    }
    .m-post-content .news-auth .auth-links {
    padding: 0;
    }
    .m-post-content .news-auth{width: 200px;}
    .social-links li a{color: #fff;}
    .m-post-content .news-auth{padding: 0;border:none; text-align: left;}
}


@media (max-width:575px){
    .header .header__status.color-light li{
        padding-top: 0px;
    }
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev,
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next{
        top:120px;
    }
    #mobile{
        display: block;
    }
    .m-post-content .news-auth .auth-links {
    /*padding: 28px 54px 0;*/
    padding: 0;
    }
    .m-post-content .news-auth{width: 100%; display: inline-block;margin-bottom: 10px;}
    .m-post-content .news-auth .auth-links a{
        font-size: 12px;
        float: left;
        padding: 6px;
        margin-right: 8px;
    }
    .m-post-content .news-auth .auth-links a{line-height: 28px;}
    .social-links li a{color: #fff; padding-left: 20px;}
    .m-post-content .news-auth .auth-des{padding: 0;margin-bottom: 10px}
    #share-desktop{display: none;}
    #share-mobile{display: inline-block!important;}
    
    .m-post-content .post-tags .tags-wrap a{font-size: 12px !important;padding: 1px 11px 1px 11px !important;}
    .u-margin-t-60{margin: 0!important}
    #thumbs .item{height: 40px;}
    
    
}

@media (max-width:400px){
    /*.headline-slider {display: none;}*/
    .header .header__status.color-light li{
        padding-top: 0px;
    }
     .thumb-headline .post-meta, .grid-item .thumb-content .post-meta{
        font-size: 8px;
    }
    .thumb-headline .post-cat, .grid-item .thumb-content .post-cat{
        display: none;
    }
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev,
    .top-headline .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next{
        top:90px;
    }
    .thumb-headline .post-cat, .grid-item .thumb-content .post-cat{
        display: none;
    }
   
}

