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

@-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 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: 'Manrope';
font-weight: 500;
font-size: 14px;
line-height: 19px;
color: var(--theme-accent-color);
}

.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: 'Outfit';
font-weight: 600;
font-size: 22px;
line-height: 28px;
display: flex;
align-items: center;
letter-spacing: -0.02em;
color: var(--theme-primary-color);
margin-bottom: 22px;
}

.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: var(--theme-accent-color);
}

.tf-posts.style2 .blog-post .content .description,
.tf-posts.style3 .blog-post .content .description,
.tf-posts.style1 .blog-post .content .description {
    font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 165%;
color: var(--theme-primary-color);
        margin-bottom: 22px;
}

.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: 'Outfit';
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: var(--theme-primary-color);
    position: relative;
    text-underline-offset: 2px;
}

.tf-posts .blog-post .content .tf-button-container a:hover {
    color: var(--theme-accent-color);
}

.tf-posts .blog-post .content .tf-button-container a:hover i {
    animation: toRightFromLeft .3s forwards;
}

.tf-posts.style3 .blog-post .content .tf-button-container a span,
.tf-posts.style2 .blog-post .content .tf-button-container a span,
.tf-posts.style1 .blog-post .content .tf-button-container a span {
    text-decoration: underline;
}

.tf-posts.style3 .blog-post .content .post-meta,
.tf-posts.style2 .blog-post .content .post-meta,
.tf-posts.style1 .blog-post .content .post-meta {
    margin-bottom: 7px;
}

.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 {
    background-color: transparent;
    background-image: var(--theme-accent-color);
    margin-right: 6px;
    display: inline-block;
}

.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: 10px;
    margin-left: 5px;
    display: inline-block;
}

.tf-posts.style1 .blog-post.wg-post-1 {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 35px 45px 35px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 

.tf-posts.style1 .blog-post.wg-post-1:hover {
    box-shadow: 7px 7px 0 var(--theme-accent-color);
}

.tf-posts.style1 .blog-post.wg-post-1 .content,
.tf-posts.style1 .blog-post.wg-post-1 .featured-post {
    width: 50%;
}

.tf-posts.style1 .blog-post.wg-post-1 .content {
    margin-top: -3px;
}

.tf-posts.style1 .blog-post.wg-post-1 .featured-post  {
    padding-left: 43px;
}

.tf-posts.style1 .blog-post.wg-post-1 .featured-post a {
    box-shadow: 5px 5px 0 var(--theme-accent-color);
}

.tf-posts .blog-post .featured-post a {
    width: 100%;
}

.tf-posts.style1 .blog-post .featured-post a {
    overflow: hidden;
}

.tf-posts .blog-post .featured-post a img {
    object-fit: cover;
    display: inline-block;
}

.tf-posts.style1 .blog-post.wg-post-1 .featured-post a:hover {
    box-shadow: 5px 5px 0 var(--theme-secondary-color) ;
}


.tf-posts.style1 .blog-post .content .title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/* style 2 */
.tf-posts.style2 .featured-post a img {
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tf-posts.style2 .blog-post .content {
    padding: 20px 31px 28px 31px;
    border-radius: 0px 0px 12px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tf-posts.style2 .blog-post .content .post-meta {
    margin-bottom: 6px;
}
.tf-posts.style2 .blog-post .content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    background: transparent;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 14px;
}
.tf-posts.style2 .blog-post:hover .content {
    background: #fff;
    box-shadow: 0px 10px 60px rgba(92, 40, 202, 0.07);
}
.tf-posts.style2 .blog-post:hover .featured-post a img {
    border-radius: 12px 12px 0px 0px;
}
.tf-posts.style2 .blog-post:hover .content .tf-button-container a {
    color: #F43FE2;
}

/* 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;
    background: var(--theme-primary-color);
    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;
}

.tf-posts.style1 .owl-carousel .owl-dots .owl-dot span::after {
    width: 40px;
    height: 40px;
}

.tf-posts.style1 .owl-dots .owl-dot {
    margin: 0 15px;
}

.tf-posts.style1 .owl-carousel .owl-dots {
    border: 1px solid var(--theme-primary-color);
    padding: 29px 30px;
    display: inline-flex;
    align-items: center;
    background: #fff;
}

@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 {
        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.style1 .blog-post.wg-post-1 {
        padding: 20px;
    }
    .tf-posts.style1 .blog-post.wg-post-1 .featured-post {
        padding-left: 15px;
    }

    .tf-posts.no-carousel.mobile-column-2 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-posts.style4 .blog-post .content {
        padding: 30px 30px 37px 30px;
    }
    .tf-portfolio-wrap .owl-dots {
        display: none !important;
    }
}
