body.category .blog-layout-1,
body.tag .blog-layout-1,
body.author .blog-layout-1 {
    border-bottom: 0 none;
}
body.category .ast-archive-description,
body.tag .ast-archive-description,
body.author .ast-archive-description {
    border-bottom: 0 none;
    margin-bottom: 1em;
}
body.category .ast-row,
body.tag .ast-row,
body.author .ast-row {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
body.category .post,
body.tag .post,
body.author .post {
    width: 33.2%;
    margin-bottom: 20px;
}
@media (max-width: 976px) {
    body.category .post,
    body.tag .post,
    body.author .post {
        width: 50%;
    }
}
@media (max-width: 767px) {
    body.category .post,
    body.tag .post,
    body.author .post {
        width: 100%;
    }

    body.category .post .post-content,
    body.tag .post .post-content,
    body.author .post .post-content {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 921px) {
    body.category .post .post-content .entry-title,
    body.tag .post .post-content .entry-title,
    body.author .post .post-content .entry-title {
        font-size: 24px;
    }
}
body.category .post .post-content .entry-content > *,
body.tag .post .post-content .entry-content > *,
body.author .post .post-content .entry-content > * {
    font-size: 0.9rem;
}


body.category .post .post-content .post-thumb-img-content,
body.tag .post .post-content .post-thumb-img-content,
body.author .post .post-content .post-thumb-img-content {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}
body.category .post .post-content .post-thumb-img-content img,
body.tag .post .post-content .post-thumb-img-content img,
body.author .post .post-content .post-thumb-img-content img {
    width: 100%;
}


body.category .ast-archive-description {
    position: absolute;
    left: -99999px;
    visibility: hidden;
}
body.category #cat {
    margin-bottom: 40px;
    margin-top: 9px;
}

@media (min-width: 922px) {
    body.category #primary {
        margin: 2em 0;
    }
}