/* body.blog, body.blog .container.main-container, body.blog .main-container,
body.archive.category, body.archive.category  .main-container {
    background: rgb(250, 250, 250);
} */
body.blog .main-container,
body.archive.category .main-container {
    padding-top: 0!important
}
.blog.wrap_latest_news {
    margin-bottom:0
}
.blog-filter-wrap {
    margin-bottom: 4rem;
    /* padding-top: 1rem; */
    border-bottom: 1px solid var(--menu-hover);
}
.blog-filter-wrap .blog-filter-link {
    display: flex;
    height: 2.75rem;
    padding: 0.5rem 0.25rem 0.75rem 0.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    background-color: transparent;
    color: var(--half-color);
    font-weight: 600;
    font-size: 1rem;
    margin: 0 .5rem .5rem 0;
    cursor: pointer;
    transition: all .5s
}
.blog-filter-wrap .blog-filter-link.active, .blog-filter-wrap .blog-filter-link:hover {
    background-color: var(--orange-badge-bgr);
    color: var(--orange-badge-color);
}
.blog.wrap_latest_news > div {
    margin-bottom: 2rem
}
.js_more_blog.button {
    margin: 1.5rem 0;
}

.blog-item {
    position: relative;
    display: block;
    color: var(--text-color);
    overflow: hidden;
}
.blog-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;
}
.blog-item-img:after {
    content: '';
    position: relative !important;
    height: 0 !important;
    display: block;
    width: 0;
    padding-top: 63.15%;
}
.blog-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;
}
.blog-item:hover .blog-item-img img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.blog-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-blog-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-blog-read-time {

}
.blog-item-title {
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.25rem;
    margin: 1rem 0 .5rem;
}
.blog-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);
}
.blog-item-content .article_author_wrap .author_pic, .blog-item-content .article_author_wrap .author_pic img {
    width: 2.5rem;
    height: 2.5rem;
}
.blog-item-content .article_author_wrap .author_pic, .author_articles-item-content .article_author_wrap .author_pic {
    background-color: var(--border);
}
.blog-item-content .article_author_wrap .author_pic img, .author_articles-item-content .article_author_wrap .author_pic img {
    background-color: transparent;
}
.author_pic {
    border-radius: 100%
}
.author_pic img.user-default-icon {
    padding: .125rem;
}
.blog-item-content .article_author_wrap .author_pic img.user-default-icon,
.author_articles-item-content .article_author_wrap .author_pic img.user-default-icon {
    padding: .25rem;
    filter: invert(.5);
}
.blog_author_text {
    font-size: .875rem
}
.blog_author_text .article_name {
    color: var(--title-color);
    font-weight: 600;
    line-height: 120%;
}
.blog_author_text .posted-on {
    font-weight: 400;
    color: var(--text-color);
}

.blog-pagination-wrap {
    margin-top: 1rem;
    border-top: 1px solid var(--border);
}
.blog-pagination-wrap .pagination {
    margin-top: 0
}
/**/
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .js_more_blog.white-button {
        margin:2.5rem 0
    }
}
@media only screen and (min-width: 992px) {
}

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