.tf-posts.no-carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.tf-posts.no-carousel.column-1 .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tf-posts.no-carousel.column-2 .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tf-posts.no-carousel.column-3 .item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tf-posts.no-carousel.column-4 .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

/* style-1 */

.tf-posts .blog-post {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tf-posts .blog-post .featured-post {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.tf-posts .blog-post .featured-post a {
    width: 100%;
    display: block;
}

.tf-posts .blog-post .featured-post .blog-plus {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1C1C1E;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.tf-posts .blog-post:hover .featured-post .blog-plus {
    visibility: visible;
    opacity: 0.6;
    cursor: pointer;
}

.tf-posts.style1 .blog-post .meta-text {
    width: max-content !important;
    background: var(--theme-primary-color);
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.08em;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block !important;
    text-transform: uppercase;
    color: #fff;
}

.tf-posts .blog-post .meta-text:hover {
    color: #161E2D;
    color: #fff;
}

.tf-posts .blog-post .featured-post img {
    min-height: 273px;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tf-posts .blog-post:hover .featured-post img {
    transform: scale(1.05);
}

.tf-posts .blog-post .content {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tf-posts .blog-post .content-post {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #5C6368;
}

.tf-posts .blog-post .title {
    line-height: 30px;
    margin-bottom: 12px;
}

.tf-posts .blog-post .title a {
    color: #1C1C1E;
}

.tf-posts .blog-post .title a:hover {
    color: var(--theme-primary-color);
}

.tf-posts .blog-post .category-post a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.tf-posts .blog-post .meta-features {
    padding: 7px 15px;
    border-radius: 6px;
    background: #FFF;
    display: flex;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.tf-posts .blog-post .post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.tf-posts .blog-post .post-meta .inner {
    position: relative;
    margin-right: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.tf-posts .blog-post .post-meta .inner .author {
    color: #161E2D;
    font-weight: 700;
}

.tf-posts .blog-post .post-meta .inner .author:hover {
    color: var(--theme-primary-color);
}

.tf-posts .blog-post .post-meta .inner:not(:last-child):after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #E4E4E4;
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
}

.tf-posts .blog-post .meta-post {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}

.tf-posts .blog-post .meta-features .post-meta.meta-time,
.tf-posts .blog-post .meta-features .category-post a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%; 
}

.tf-posts .blog-post .meta-features .post-meta.meta-time {
    margin-right: 17px;
}

.tf-posts .blog-post .meta-features .category-post i {
    margin-right: 7px;
}

.tf-posts .blog-post .meta-features .category-post {
    display: flex;
    align-items: center;
}

.tf-posts .blog-post .meta-features .category-post a {
    color: var(--theme-primary-color);
}

.tf-posts .blog-post .meta-post .post-meta:not(:last-child) {
    margin-right: 16px;
}

.tf-posts .blog-post .meta-post .post-meta a,
.tf-posts .blog-post .meta-post .post-meta.meta-time {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1C1C1E;
}

.tf-posts .blog-post .meta-post .post-meta.meta-author span {
    color: #64666C;
    margin-right: 5px;
}

.tf-posts .blog-post .meta-post .post-meta a:hover {
    color: var(--theme-primary-color);
}

.tf-posts .blog-post .tf-button-container i {
    vertical-align: middle;
    margin-left: 8px;
    display: inline-block;
}

.tf-posts .item {
    display: flex;
      display: -webkit-box;
      padding: 15px 15px 15px 15px;

}

.tf-posts .item .blog-post {
    display: flex;
        display: -ms-flexbox;
    flex-direction: column;
}

/* style 2 */

.tf-posts.style2 .blog-post .featured-post img {
    min-height: 450px;
}

.tf-posts.style2 .blog-post .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 4px;
}

.tf-posts.style2 .blog-post .meta-text {
    width: max-content !important;
    background: var(--theme-primary-color);
    padding: 2px 6px;
    display: inline-block !important;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.tf-posts.style2 .blog-post .meta-text:hover {
    background: #161E2D;
}

.tf-posts.style2 .blog-post .post-meta .inner .author {
    font-weight: 500;
}

.tf-posts.style2 .blog-post .content {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tf-posts.style2 .blog-post .content-post {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translateY(10px);
}

.tf-posts.style2 .blog-post .title a,
.tf-posts.style2 .blog-post .post-meta .inner a,
.tf-posts.style2 .blog-post .content-post,
.tf-posts.style2 .blog-post .post-meta .inner .author {
    color: #fff;
}

.tf-posts.style2 .blog-post .title a:hover,
.tf-posts.style2 .blog-post .post-meta .inner a:hover,
.tf-posts.style2 .blog-post .post-meta .inner .author:hover {
    color: var(--theme-primary-color);
}

.tf-posts.style2 .blog-post .featured-post .blog-plus {
    background: linear-gradient(180deg, rgba(11, 33, 50, 0) 0%, #161E2D 100%);
    visibility: visible;
    opacity: 1;
}

.tf-posts.style2 .blog-post .featured-post {
    border-radius: 16px;
}

@media (max-width: 991px) {
    .tf-posts.no-carousel.tablet-column-1 .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-posts.no-carousel.tablet-column-2 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-posts.no-carousel.tablet-column-3 .item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}

@media (max-width: 767px) {
    .tf-posts.no-carousel.mobile-column-1 .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-posts.no-carousel.mobile-column-2 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}
