/* FILE:9.0-BLOGCATEGORY.TRANSFER.CSS*/
.breadcrumb-nav .breadcrumb {
    
    background: #80808012;
    margin-bottom: 25px;
}
.posts .post-list .post-content, .posts .post-grid .post-content {
    line-height: 1.85
}

.posts .post-classic .post-details {
    padding: 3.8rem .5rem 2rem
}

.posts .post-classic .post-title {
    margin-bottom: 1.4rem
}

.posts .post-classic .post-content {
    margin-bottom: 2.8rem
}

.posts .post-list .post-details {
    padding-top: 3.8rem
}

.posts .post-grid {
    margin-bottom: 1.5rem
}

    .posts .post-grid .post-details {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .posts .post-grid .post-meta {
        margin-bottom: .4rem
    }

    .posts .post-grid .post-content {
        margin-bottom: 2.8rem
    }

.post-slider .owl-stage-outer {
    padding: 3rem 2rem;
    margin: -3rem -2rem
}
.filter-items a {
   
    font-size: 15px;
}
.filter-items li {
    padding: 5px 3px 5px 0px !important;
    font-size: 1.4rem;
    color: #222;
}
@media (min-width: 1600px) {
    .post-slider .owl-stage-outer {
        padding: 5rem;
        margin: -5rem
    }

    .post-slider .post-frame {
        box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.05)
    }
}

@media (min-width: 1200px) {
    .posts .post-list .post-media {
        margin-right: 2rem;
        width: calc(42.74% - 2rem)
    }

    .posts .post-list .post-details {
        width: 57.26%
    }
}

@media (max-width: 767px) {
    .posts .post-list {
        display: block
    }
    .page-content.with-sidebar {
        margin-top: -30px;
    }
    ul.blog-filters {
        justify-content: left !important;
        padding-top: 10px;
    }
    ul.blog-filters li {
       
        margin-left: 0rem;
    }
        .posts .post-list .post-media, .posts .post-list .post-details {
            margin: 0;
            width: 100%
        }
}

