.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%;
}

.tf-posts .post-meta {
    margin: 0;
    display: flex;
    align-items: center;
}

.tf-posts .featured-post img,
.tf-posts .blog-post .tf-button {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: unset;
    display: unset;
}

.tf-posts .blog-post:hover .featured-post img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* .tf-posts .featured-post::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.tf-posts .blog-post:hover .featured-post::before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
} */
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* style-1 */
.tf-posts.style3 .blog-post .featured-post,
.tf-posts.style2 .blog-post .featured-post,
.tf-posts.style1 .blog-post .featured-post {
    position: relative;
    margin-bottom: 0;
}

.tf-posts.style3 .blog-post .post-meta-time,
.tf-posts.style2 .blog-post .featured-post .post-meta-time,
.tf-posts.style1 .blog-post .featured-post .post-meta-time {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(246.06deg, #57B957 -19.26%, #57B957 87.05%);
    border-radius: 0px 4px 4px 0px;
    padding: 12px 20px;
}

.tf-posts.style3 .blog-post .content,
.tf-posts.style2 .blog-post .content,
.tf-posts.style1 .blog-post .content {
    background-color: #fff;
    border-radius: 0px;
    position: relative;
    padding: 18px 40px 40px;
    box-shadow: 0 0px 25px 0 rgb(0 0 0 / 7%);
    margin: 0;
}

.tf-posts.style3 .blog-post .post-meta-time i,
.tf-posts.style2 .blog-post .post-meta-time i,
.tf-posts.style1 .blog-post .post-meta-time i {
    margin-right: 10px;
}

.tf-posts.style3 .blog-post .content .post-meta-time a,
.tf-posts.style3 .blog-posts .post-meta a,
.tf-posts.style2 .blog-post .post-meta a,
.tf-posts.style1 .blog-post .post-meta a {
    font-family: "Roboto Slab";
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #010c2a;
}

.tf-posts.style3 .blog-post .content .post-meta-time a,
.tf-posts.style2 .blog-post .featured-post .post-meta-time a,
.tf-posts.style1 .blog-post .featured-post .post-meta-time a {
    color: #fff;
}

.tf-posts.style3 .blog-post .content .post-meta .post-meta-author,
.tf-posts.style2 .blog-post .content .post-meta .post-meta-author,
.tf-posts.style1 .blog-post .content .post-meta .post-meta-author {
    margin-right: 40px;
}

.tf-posts.style3 .blog-post .content .title,
.tf-posts.style2 .blog-post .content .title,
.tf-posts.style1 .blog-post .content .title {
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #010c2a;
    margin-bottom: 15px;
}

.tf-posts.style3 .blog-post .content .title a,
.tf-posts.style2 .blog-post .content .title a,
.tf-posts.style1 .blog-post .content .title a {
    color: #010c2a;
}

.tf-posts.style3 .blog-post .content .title a:hover,
.tf-posts.style2 .blog-post .content .title a:hover,
.tf-posts.style1 .blog-post .content .title a:hover {
    color: #57B957;
}

.tf-posts.style3 .blog-post .content .post-meta a:hover,
.tf-posts.style3 .blog-post .content .title a:hover,
.tf-posts.style2 .blog-post .content .post-meta a:hover,
.tf-posts.style2 .blog-post .content .title a:hover,
.tf-posts.style1 .blog-post .content .post-meta a:hover,
.tf-posts.style1 .blog-post .content .title a:hover {
    color: #57B957;
}

.tf-posts.style2 .blog-post .content .description,
.tf-posts.style3 .blog-post .content .description,
.tf-posts.style1 .blog-post .content .description {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #494a4d;
    padding: 0;
    margin-bottom: 18px;
}

.tf-posts.style3 .blog-post .content .tf-button-container a,
.tf-posts.style2 .blog-post .content .tf-button-container a,
.tf-posts.style1 .blog-post .content .tf-button-container a {
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #010C2A;
    text-decoration: underline #e8e8e9;
    text-underline-offset: 4px;
    position: relative;
    padding-right: 20px;
}

.tf-posts.style3 .blog-post .content .post-meta,
.tf-posts.style2 .blog-post .content .post-meta,
.tf-posts.style1 .blog-post .content .post-meta {
    display: flex;
    border-bottom: 1px solid #e8e8e9;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.tf-posts.style3 .blog-post .content .tf-button-container a i,
.tf-posts.style3 .blog-post .content .post-meta i,
.tf-posts.style2 .blog-post .content .tf-button-container a i,
.tf-posts.style2 .blog-post .content .post-meta i,
.tf-posts.style1 .blog-post .content .tf-button-container a i,
.tf-posts.style1 .blog-post .content .post-meta i {
    font-size: 19px;
    background-color: transparent;
    background-image: linear-gradient(
        246.06deg,
        #57B957 -19.26%,
        #57B957 87.05%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 6px;
}

.tf-posts.style3 .blog-post .content .tf-button-container a i,
.tf-posts.style2 .blog-post .content .tf-button-container a i,
.tf-posts.style1 .blog-post .content .tf-button-container a i {
    font-size: 12px;
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease, color 0s;
    -moz-transition: all 0.5s ease, color 0s;
    -ms-transition: all 0.5s ease, color 0s;
    -o-transition: all 0.5s ease, color 0s;
    transition: all 0.5s ease, color 0s;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover,
.tf-posts.style1 .blog-post .content .tf-button-container a:hover {
    padding-right: unset;
    padding-left: 25px;
    color: #57B957;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover i,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover i,
.tf-posts.style1 .blog-post .content .tf-button-container a:hover i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease, color 0s;
    -moz-transition: all 0.5s ease, color 0s;
    -ms-transition: all 0.5s ease, color 0s;
    -o-transition: all 0.5s ease, color 0s;
    transition: all 0.5s ease, color 0s;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style1
    .blog-post
    .content
    .tf-button-container
    a:hover
    i:first-child {
    right: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style1
    .blog-post
    .content
    .tf-button-container
    a:hover
    i:first-child {
    opacity: 1;
    visibility: visible;
}

/* style 2 */
/* .tf-posts.style2 .blog-post .featured-post .post-meta-time {
    right: 0;
    left: auto;
    background-image: linear-gradient(90deg, var(--theme-accent-color) 0%, var(--theme-secondary-color) 100%);
    border-radius: 0px;
} */

/* .tf-posts.style2 .blog-post .content .tf-button-container a i,
.tf-posts.style2 .blog-post .content .post-meta i {
    background-image: linear-gradient(
        246.06deg,
        var(--theme-accent-color) -19.26%,
        var(--theme-secondary-color) 87.05%
    );
} */

.tf-posts.style2 .blog-post .content .post-meta {
    padding-bottom: 11px;
    margin-bottom: 15px;
}

.tf-posts.style2 .blog-post .content .title {
    margin-bottom: 22px;
}

.tf-posts.style2 .blog-post .content .tf-button-container a:hover {
    color: #57B957;
}

/* style 3 */
.tf-posts.style3 .blog-post .content {
    padding: 32px 40px 30px;
}

.tf-posts.style3 .blog-post .content .title {
    margin-bottom: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e9;
}

.tf-posts.style3 .blog-post .content .post-meta {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tf-posts.style3 .blog-post .content {
    position: relative;
}

.tf-posts.style3 .blog-post .content .post-meta-time {
    position: absolute;
    height: 30px;
    top: -20px;
    left: 40px;
    background: linear-gradient(90deg, #57B957 0%, #57B957 100%);
    border-radius: 4px;
    padding: 12px 20px;
}

.tf-posts.style3 .blog-post .content .post-meta-time a:hover {
    color: #fff;
}

.tf-posts.style3 .blog-post .content .tf-button-container a i,
.tf-posts.style3 .blog-post .content .post-meta i {
    background-image: linear-gradient(90deg, #57B957 0%, #57B957 100%);
}

.tf-posts.style3 .blog-post .content .post-meta-author,
.tf-posts.style3 .blog-post .content .post-meta-comment {
    font-family: 'Roboto Slab';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #010C2A;
}

/* style 4 */
.tf-posts.style5 .blog-post,
.tf-posts.style4 .blog-post {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d2d3;
}

.tf-posts.style4 .item:last-child .blog-post {
    border-bottom: none;
}

.tf-posts.style5 .blog-post .featured-post,
.tf-posts.style4 .blog-post .featured-post {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    flex-shrink: 0;
    margin-right: 20px;
}

.tf-posts.style5 .blog-post .featured-post img,
.tf-posts.style4 .blog-post .featured-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.tf-posts.style5 .blog-post .content .title,
.tf-posts.style4 .blog-post .content .title {
    font-family: "Roboto Slab";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #010c2a;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.tf-posts.style4 .blog-post .content .title a:hover {
    color: #57B957;
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a,
.tf-posts.tf-posts.style4 .blog-post .content .post-meta-time a {
    font-family: "Roboto Slab";
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #494a4d;
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a i,
.tf-posts.tf-posts.style4 .blog-post .content .post-meta-time a i {
    background-color: transparent;
    background-image: linear-gradient(
        246.06deg,
        #57B957 -19.26%,
        #57B957 87.05%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    font-size: 14px;
}

/* style 5 */
.tf-posts.style5 .blog-post {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.tf-posts.style5 .blog-post .content .title {
    color: #fff;
    text-decoration: underline;
}

.tf-posts.style5 .blog-post .content .title a:hover {
    color: #57B957;
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a {
    color: #a4a5a6;
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a i {
    background-color: transparent;
    background-image: linear-gradient(
        246.06deg,
        #57B957 -19.26%,
        #57B957 87.05%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    font-size: 14px;
}

/* Carousel  */
.tf-posts.has-carousel .owl-nav .owl-prev,
.tf-posts.has-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tf-posts.has-carousel .owl-nav {
    position: absolute;
}

.tf-posts .owl-carousel .owl-nav .owl-next,
.tf-posts .owl-carousel .owl-nav .owl-prev {
    border: 3px solid #e8e8e9;
}

.tf-posts.has-carousel .owl-nav .owl-next {
    left: unset;
    right: 0;
}

.tf-posts.has-carousel .owl-nav .owl-prev:before,
.tf-posts.has-carousel .owl-nav .owl-next:before,
.tf-posts.has-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-posts.has-carousel.no-arrow .owl-nav .owl-prev,
.tf-posts.has-carousel.no-arrow .owl-nav .owl-next {
    display: none;
}

.tf-posts.has-carousel.has-arrow .owl-nav .owl-prev,
.tf-posts.has-carousel.has-arrow .owl-nav .owl-next {
    display: block;
}

.tf-posts .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tf-posts .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    color: #57B957;
    display: inline-block;
    margin: 0 5px;
}

.tf-posts.has-carousel.no-bullets .owl-dots {
    display: none;
}

.tf-posts.has-carousel.has-bullets .owl-dots {
    display: block;
}

@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%;
    }

    .tf-posts.style1 .blog-post .content {
        padding: 23px 15px 26px 15px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .tf-posts.style4 .blog-post .content {
        padding: 30px 15px 37px 15px;
    }
}

@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%;
    }

    .tf-posts.style1 .blog-post .content {
        padding: 23px 20px 26px 20px;
    }
    .tf-posts.style4 .blog-post .content {
        padding: 30px 30px 37px 30px;
    }
}
