/*== Blog Addon ==*/

.upstudy-latest-news .single-news.news-big .news-thum.thum-single, .upstudy-latest-news .single-news.news-small .blog-list-img .news-thum.thum-list {
    position: relative;
    overflow: hidden;
}
.upstudy-latest-news .single-news.edu-blog.news-big:not(:last-child) {
    margin-bottom: 25px;
}
.upstudy-latest-news .single-news.news-big:hover .news-thum.thum-single a img, .upstudy-latest-news .single-news.news-small:hover .blog-list-img .news-thum.thum-list a img {
    transition: all 0.3s linear;
    transform: scale(1.1);
}
.upstudy-latest-news .single-news.news-big .news-thum.thum-single>a {
    position: relative;
    display: inline-block;
}
.upstudy-latest-news .single-news.news-big .news-thum.thum-single>a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    top: 0;
    left: 0;
    z-index: 0;
}
.upstudy-latest-news .single-news.news-big .news-thum.thum-single .content-thumb {
    position: absolute;
    bottom: 45px;
    left: 40px;
    width: 90%;
    z-index: 1;
}
.upstudy-latest-news .single-news.news-small.edu-blog ul.blog-meta {
    margin-top: 15px;
}
.upstudy-latest-news .single-news.news-big.edu-blog .news-thum.thum-single .upstudy-news-meta ul.blog-meta, .upstudy-latest-news .single-news.news-small.edu-blog ul.blog-meta {
    padding-bottom: 5px;
}
.upstudy-latest-news .single-news.news-big.edu-blog .news-thum.thum-single .upstudy-news-meta ul.blog-meta li a {
    color: #fff;
}
.upstudy-latest-news .single-news.news-big.edu-blog .news-thum.thum-single .upstudy-news-meta ul.blog-meta li a:hover {
    color: var(--upstudy-primary-color);
}
.upstudy-latest-news .single-news.news-small .blog-list-img .news-thum.thum-list .news-label span {
    background: var(--upstudy-primary-color);
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.upstudy-latest-news .single-news.news-big .news-thum.thum-single .content-thumb .news-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
}
.upstudy-latest-news .single-news.news-small .news-cont .news-title.news-list-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.upstudy-latest-news .single-news.news-big .news-cont p.content {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
}
.upstudy-latest-news .single-news.news-small .news-cont p.content {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    border-radius: 0;
}
.upstudy-latest-news .single-news.news-big .news-thum.thum-single .blog-category {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 1;
}
.upstudy-latest-news .single-news.news-big .news-thum.thum-single .blog-category>a {
    background: var(--upstudy-primary-color);
    padding: 7px 11px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .upstudy-latest-news .single-news.news-big .news-thum.thum-single .content-thumb {
        left: 20px;
        width: 97%;
    }
    .upstudy-latest-news .single-news.news-big .news-thum.thum-single .blog-category {
        width: 100%;
        left: 20px;
        right: 20px;
    }
}