/* body.author_articles, body.author_articles .container.main-container, body.author_articles .main-container,
body.archive.category, body.archive.category  .main-container {
    background: rgb(250, 250, 250);
}
body.author_articles .main-container,
body.archive.category .main-container {
    padding-top: 0!important
} */

.author_articles.wrap_latest_news {
    margin-bottom:0
}
.author_articles-filter-wrap {

    margin-bottom: 4rem;
    /* padding-top: 1rem; */
    border-bottom: 1px solid var(--menu-hover);
}
.author_articles.wrap_latest_news > div {
    margin-bottom: 2rem
}
.js_more_author_articles.button {
    margin: 1.5rem 0;
}

.author_articles-item {
    position: relative;
    display: block;
    color: var(--text-color);
    overflow: hidden;
}
.author_articles-item-img {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: .375rem;
    overflow: hidden;
    border: 1px solid var(--border);
    margin-bottom: 1.25rem;
}
.author_articles-item-img:after {
    content: '';
    position: relative !important;
    height: 0 !important;
    display: block;
    width: 0;
    padding-top: 63.15%;
}
.author_articles-item-img img {
    position: absolute;
    z-index: -1;
    left: 0;
    height: 0;
    height: 100% !important;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    width: 100% !important;
    transition: transform .5s;
}
.author_articles-item:hover .author_articles-item-img img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.author_articles-item-cat {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0.25rem 0.625rem 0.25rem 0.25rem;
    align-items: center;
    border-radius: 16rem;
    border: 1px solid var(--badge-border);
    background: var(--orange-badge-bgr);
    color: var(--orange-badge-color);
    font-size: 0.75rem;
    font-weight: 500;
}
.ws-author_articles-cat {
    text-align: center;
    padding: 0.125rem 0.375rem;
    align-items: center;
    border-radius: 16rem;
    border: 1px solid var(--badge-border);
    background-color: var(--hd-ft-bg);
    margin-right: .5rem
}
.ws-author_articles-read-time {

}
.author_articles-item-title {
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.25rem;
    margin: 1rem 0 .5rem;
}
.author_articles-item-info {
    height: 3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}
.author_articles-item-content .article_author_wrap .author_pic, .author_articles-item-content .article_author_wrap .author_pic img {
    width: 2.5rem;
    height: 2.5rem;
}
.author_articles_author_text {
    font-size: .875rem
}
.author_articles_author_text .article_name {
    color: var(--title-color);
    font-weight: 600;
    line-height: 120%;
}
.author_articles_author_text .posted-on {
    font-weight: 400;
    color: var(--text-color);
}

.author_articles-pagination-wrap {
    margin-top: 1rem;
    border-top: 1px solid var(--border);
}
.author_articles-pagination-wrap .pagination {
    margin-top: 0
}
/**/
@media only screen and (min-width: 768px) {
    .author_articles-wrap {
        position: relative;
    }
    .author_articles-filter-wrap {
        flex-shrink:0;
        position: sticky;
        top:7rem;
        border-radius: 0.375rem;
        border: 1px solid var(--border);
        background: var(--hd-ft-bg);
    }
    .author_articles-filter-wrap > * {
        padding: 0.75rem 1rem;
    }
    .author_articles-filter-title {
        color: var(--title-color);
        font-weight: 600;
    }
    a.author_articles-filter-link {
        border-top: 1px solid var(--border);
        display: block;
        text-decoration: underline;
        color: var(--title-color);
        font-weight: 500
    }
    a.author_articles-filter-link:hover, a.author_articles-filter-link.active {
        color: var(--brand)
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .author_articles-filter-wrap {
        flex-basis: 18rem;
        margin-right: 2rem
    }
    .js_more_author_articles.white-button {
        margin:2.5rem 0
    }
}
@media only screen and (min-width: 1025px) {
    .author_articles-filter-wrap {
        flex-basis: 20rem;
        margin-right: 4rem
    }
}

@media only screen and (max-width: 767px) {
    .js_more_author_articles.white-button {
        margin:2rem 0
    }
    .author_articles-filter-select {
        margin: 0 0 2.5rem;
        border: 1px solid var(--border);
    }
}
