.header-topbar .topbar-social p {
    padding-right: 0;
}

.stellarnav>ul>li>a.active,
.stellarnav>ul>li>a {
    padding-left: 5px;
    padding-right: 5px;
}

.gallery_item_content {
    height: 75px;
    overflow: hidden;
}

.single__post .post-content .title {
    height: 65px;
    overflow: hidden;
}

.post-slider .slick-arrow {
    background: red !important;
    color: white;
    transform: rotate(270deg);
    width: 90px;
    font-size: inherit;
    height: 55px;
    margin: 10px 0px 0px 0px;
    left: -3px;
    right: inherit;
}

.most-share-post-items .most-share-post-item .title {
    height: 48px;
    overflow: hidden;
}

.feature-area {
    padding-top: 25px;
}

.trending-news-area {
    padding-top: 25px;
}

.single-play-post-item .single-play-post-content .title {
    height: 110px;
    overflow: hidden;
}

.video-news-post-item .video-news-post-content .title {
    height: 60px;
    overflow: hidden;
    margin-top: -10px;
    line-height: 27px;
}

.gallery_item .gallery_item_content .title {
    height: 75px;
    overflow: hidden;
}

.trending-news-item .trending-news-content .title {
    line-height: 30px;
    height: 65px;
    overflow: hidden;
}

.trending-news-item .trending-news-thumb img {
    height: 250px;
    object-fit: cover;
}

.most-share-post-items .most-share-post-item .count span {
    width: 60px !important;
}

.most-share-post-items .most-share-post-item .count span img {
    border: 1px solid;
}

.writer_img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.gallery_item.populer_item-style .gallery_item_content .title {
    height: 75px;
    overflow: hidden;
}

.all-post-area {
    padding-bottom: 5px;
    padding-top: 250px;
}
.writer_choice_mobile{
    display: none;
}
.writer_choice_desktop{
    display: block;
}
.desktop_view{
    display: block;
}
.mobile_view{
    display: none;
}
.go-top-area .go-top.active{
    top: 90%!important;
}
.bussiness-post-item{
    display: flex;
    width: 100%;
    float: right;
}
.bussiness-post-item .bussiness-post-thumb{
    margin-left: 25px;
    margin-right: inherit;
    min-width: auto;
}
.bussiness-post-item .bussiness-post-thumb img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}
.bussiness-post-item .bussiness-post-thumb img:hover{
    margin: 20px;
}
@media (max-width: 767px) {
    .logo {
        text-align: center;
    }

    .logo img {
        height: 60px;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
        max-width: 100%!important;
    }
    .post_gallery_sidebar{
        display: none;
    }
    .populer-post{
        display: none;
    }
    .newsletter-box{
        display: none;
    }
    .Categories-post{
        display: none;
    }
    .all-post-area{
        padding-top: 0px;
    }
    .sport_mobile{
        display: none;
    }
    .business-post-item .trending-news-item .trending-news-content > a{
        display: none;
    }
    .footer-logo{
        text-align: center;
        width: 100%;
    }
    .writer_choice_mobile{
        display: block;
    }
    .writer_choice_desktop{
        display: none;
    }
    .desktop_view{
        display: none;
    }
    .mobile_view{
        display: block;
    }
    /* html, body {
        height: 100%;
        background: red!important;
    } */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .desktop_view{
        display: block;
    }
    .mobile_view{
        display: none;
    }
    /* html, body {
        height: 100%;
        background: orange!important;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .desktop_view{
        display: block;
    }
    .mobile_view{
        display: none;
    }
    /* html, body {
        height: 100%;
        background: green!important;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .desktop_view{
        display: block;
    }
    .mobile_view{
        display: none;
    }
    /* html, body {
        height: 100%;
        background: blue!important;
    } */
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .desktop_view{
        display: block;
    }
    .mobile_view{
        display: none;
    }
    .gallery_item.populer_item-style .gallery_item_content .title {
        height: 75px;
        overflow: hidden;
    }
}