/*== Blog Archive ==*/

.edu-blog {
    position: relative;
}
.edu-blog .thumbnail {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.edu-blog .thumbnail a {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.edu-blog .blog-meta li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--upstudy-color-meta);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}
.edu-blog .blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}
.edu-blog .blog-meta li a {
    color: var(--upstudy-color-meta);
}
.edu-blog .blog-meta li:first-child {
    margin-left: 0;
}
.edu-blog .blog-meta li:hover a {
    color: var(--upstudy-heading-color);
    text-decoration: underline;
}
.edu-blog .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--upstudy-transition);
    transition: var(--upstudy-transition);
}
.edu-blog .thumbnail a img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: var(--upstudy-transition);
    transition: var(--upstudy-transition);
}
.edu-blog .content {
    padding: 30px 25px 0 25px;
    border-radius: 10px;
    position: relative;
}
.edu-blog .content .blog__title {
    margin-bottom: 12px;
}
.edu-blog .content .upstudy-blog-readmore a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--upstudy-primary-color);
    margin-bottom: 0;
    position: relative;
}
.edu-blog .content .upstudy-blog-readmore a::before {
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    content: "";
    transform: scale(1);
    background: var(--upstudy-primary-color);
    transition: all 0.3s linear;
}
.edu-blog .content .upstudy-blog-readmore a:hover::before {
    transform: scale(-1);
}
.edu-blog .content .upstudy-blog-readmore a i {
    line-height: 1;
    margin-left: 2px;
    transition: all 0.3s linear;
}
.edu-blog .content .upstudy-blog-readmore a:hover i {
    margin-left: 7px;
}
.upstudy-blog-readmore {
    margin-top: 12px;
}
.edu-blog .blog-meta {
    padding-bottom: 10px;
}
.author.vcard img {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
    margin-bottom: -3px;
}
.edu-blog .blog-meta li:not(:last-child):after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: var(--upstudy-primary-color);
    margin: 0 15px;
    transform: translateY(-2px);
}
.edu-blog .blog-meta li.meta-blog-cat a {
    color: var(--upstudy-color-meta);
}
span.meta-blog-cat a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--upstudy-color-meta);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    color: var(--upstudy-color-meta);
}
.upstudy-blog-post-standard .edu-blog .content {
    border-radius: 0 0 10px 10px;
    position: relative;
    padding: 25px 0 0 0;
}
/*== Blog Layout 01 ==*/

.edu-blog.blog-style-1 .thumbnail a {
    border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-1 .thumbnail a img {
    border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-1 .content {
    padding: 25px 30px 30px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--upstudy-box-shadow);
    transition: all 0.5s ease;
}
.edu-blog .get__title {
    margin-bottom: 10px;
}
/*== Blog Layout 02 ==*/

.edu-blog.blog-style-2 .blog-meta {
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
}
.edu-blog.blog-style-2 .get__title {
    margin-bottom: 0;
}
.edu-blog.blog-style-2 .upstudy-blog-readmore {
    margin-top: 10px;
}
.edu-blog.blog-style-2 .content {
    padding: 30px 0 0 0;
}
.edu-blog.blog-style-2 .content {
    text-align: center;
}
/*== Blog Layout 02 ==*/

.edu-blog.blog-style-3 .thumbnail .date {
    position: absolute;
    left: 32px;
    top: 32px;
    background: var(--upstudy-primary-color);
    border-radius: 100px;
    font-size: 15px;
    color: var(--upstudy-color-white);
    display: block;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.edu-blog.blog-style-3 .thumbnail .date .upstudy_date {
    font-size: 22px;
    font-weight: 600;
    flex: 100%;
    line-height: 1;
    position: relative;
    bottom: -5px;
}
.edu-blog.blog-style-3 .thumbnail .date .upstudy_months {
    flex: 100%;
    line-height: 1;
    bottom: 5px;
    position: relative;
}
.edu-blog.blog-style-3 .thumbnail a {
    border-radius: 10px 10px 0px 0px;
}
.edu-blog.blog-style-3 .thumbnail a img {
    border-radius: 10px 10px 0px 0px;
}
.edu-blog.blog-style-3 .content.position-top {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0 0;
}
.edu-blog.blog-style-3 .content {
    border-radius: 0px 0px 10px 10px;
}
/*== Blog Addon Classic Layout ==*/

.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;
    }
}
/*== Blog tags sidebar ==*/

.wp-block-tag-cloud, .widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud {
    margin: -5px;
}
.wp-block-tag-cloud a, .widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
    border: 1px solid #ddd;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--upstudy-font-secondary);
    margin: 5px;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
    -webkit-transition: var(--upstudy-transition);
    transition: var(--upstudy-transition);
    position: relative;
    z-index: 1;
    display: inline-block;
}
.upstudy-post-tag-wrapper .upstudy-post-tag a {
    transition: all 0.5s ease;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: var(--upstudy-meta-color);
    display: inline-block;
    margin-right: 10px;
    padding: 9px 17px;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #ddd;
}
.upstudy-post-tag-wrapper .upstudy-post-tag a:hover {
    color: #fff;
    background-color: var(--upstudy-primary-color);
}
.upstudy-post-tag a:last-child .tags-sep {
    display: none;
}
.wp-block-tag-cloud a, .widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
}
.wp-block-tag-cloud a:after, .widget_product_tag_cloud .tagcloud a:after, .widget_tag_cloud .tagcloud a:after {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--upstudy-primary-color);
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: var(--upstudy-transition);
    transition: var(--upstudy-transition);
    opacity: 0;
}
.wp-block-tag-cloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
    color: var(--upstudy-color-white);
    border-color: transparent;
}
.wp-block-tag-cloud a:hover:after, .widget_product_tag_cloud .tagcloud a:hover:after, .widget_tag_cloud .tagcloud a:hover:after {
    opacity: 1;
}
@media (max-width: 767px) {
    .upstudy-post-tag-wrapper {
        margin-bottom: 20px;
    }
}