
.avt-post-category a {
    position: relative;
    display: block;
}
.avt-post-category a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.post_title {
    text-decoration: none;
    color: #333;
}
.avt-post-category a::before {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.row.post-category {
    margin: 15px 0;
    padding: 10px 0;
    box-shadow: 0 2px 4px 0 #00000040;
}
.post-content {
    padding: 10px;
}
.category .categories .content-category-post {
    padding-bottom: 20px;
}
.category .post-category {
   width: 100%;
   position: relative;
}
.category .post-category:after {
    content:'';display: block; width: calc( 100% - 30px); left: 15px;
    border-bottom: 1px dashed #ccc; bottom: 0; position: absolute;
}
.category .post-category .avt-post-category a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
.category .post-category .avt-post-category a:before{
    content: '';
    display: block;
    padding-bottom: 66.66%;
}
.category .post-category .col-4{
    position: relative;
}
.category .post-category .col-4{
    position: relative;
    padding-right: 15px;
    padding-left: 15px; 
}
.category .avt-post-category  figure{

    overflow: hidden;
}
.category .avt-post-category img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 5px;
    
}
.category .avt-post-category img:hover {
    transform: scale(1.1);
    transition: .3s;
}
.category .post-category .title-category-post {
    margin-bottom: 10px;
}
.category .post-category .title-category-post a.post_title{
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333; text-decoration: none;
}
.category .post-category .title-category-post a.post_title:hover{
    color: #ff0000
}
.category .post-category .meta {
    color: #a2a2a2;
    padding-bottom: 10px;
    font-size: 14px;
}
.category .content-category-post .pagination {
    margin-left: 20px;

}
.category .content-category-post .nav-links{
    display: flex;
    justify-content: center;
}
.category .content-category-post .nav-links span.page-numbers.current{
    display: block;
    width: fit-content;
    background: var(--Primary-red-color);
    color: #fff;
    padding: 7px 10px;
}
.category .content-category-post .nav-links a.page-numbers{
    display: block;
    width: fit-content;
    background: #3d8c03;
    color: #fff;
    padding: 7px 10px;
    margin: 0 2px;

}

.post-thumnb a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-inner {
    margin: 6px 0;
}
.post-thumnb a {
    position: relative;
    display: block;
}
.post-thumnb a::before {
    content: "";
    display: block;
    padding-bottom: 70%;
}
h3.post-title {
    margin-top: 6px;
}
a.post-link {
    text-decoration: none;
    font-size: 16px;
    text-transform: initial;
    color: #333;
}
a.post-link i {
    font-size: 20px;
    color: var(--Primary-red-color);
}
@media (max-width: 1024px) {
    .category .post-category .avt-post-category a {
        border:none;
    }
    .category .post-category {
        margin-bottom: 10px; padding-bottom: 10px;
    }
    .category .post-category:after {
        width: 100%; left: 0; transform: none
    }
    .category .post-category .title-category-post {
        font-size: 1.1rem;
    }
    .category .title-category h1 {
        text-align: left;
    }
}
@media (max-width: 650px){
    .category .categories .content-category-post{
        padding-left: 0;
    }
    .category .post-category .col-8{
        position: relative;
        padding-right: 15px;
        padding-left: 15px; 
    }
    .category #primary {
        padding:0 10px;
    }
}