.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 .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 article .post-meta {
    margin: 0;
    margin-bottom: 20px;
    background: transparent;
    position: relative;
    box-shadow: none;
}
.tf-posts .post-meta .item-meta:after {
    display: none;
}
.tf-posts article .entry-meta ul li, 
.tf-posts article .post-meta .item-meta {
    text-align: initial;
    padding: 0px;
    justify-content: flex-start;
}
.tf-posts article .content-post .entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.tf-posts article {
    margin-bottom: 30px;
}
.tf-posts article .post-meta {
    padding: 0 !important;
}
/* Style 1 */
.tf-posts.style1 article .content-post,
.tf-posts.style4 article .content-post {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    background: #fff;
    padding: 22px 30px 20px 30px;
}
.tf-posts.style1 article .content-post .entry-title,
.tf-posts.style4 article .content-post .entry-title {
    margin-bottom: 0;
}
/* Style 2 */
.tf-posts.style2 article .content-post {
    padding: 21px 40px 48px 40px;
    position: relative;
}
.tf-posts.style2 article .content-post .entry-title {
    margin-bottom: 21px;
}
.tf-posts.style2 article .themesflat-button-container {
    margin-top: 0px;
    position: absolute;
    bottom: -30px;
    left: 47px;    
}
.tf-posts.style2 article .themesflat-button {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.tf-posts.style2 article:hover .themesflat-button {
    opacity: 1;
    visibility: visible;
}
.tf-posts.style2 article .themesflat-button > i {
    margin: 0;
}
/* Style 3 */
.tf-posts.style3 article {
    position: relative;
}
.tf-posts.style3 article .featured-post {
    position: relative;
}
.tf-posts.style3 article .featured-post:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tf-posts.style3 article .themesflat-button {
    padding: 0;
    border: none;
    background: transparent !important;
} 
.tf-posts.style3 article .content-post {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 40px 27px 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tf-posts.style3 article .content-post .item-meta {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tf-posts.style3 article:hover .content-post {
    background-color: #fff;
}
.tf-posts.style3 article .content-post .themesflat-button-container {
    margin-top: 20px;
}
.tf-posts.style3 article .post-meta {
    margin-bottom: 23px;
}
/* Style 4 */
.tf-posts.style4 article .content-post {
    max-width: 530px;
    left: 71px;
    right: 71px;
    padding: 41px 60px 39px 40px;
}

/* 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.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;
}
.has-carousel article {
    margin-bottom: 0 !important;
}
.tf-posts .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tf-posts .owl-dots .owl-dot {
    width: 36px;
    height: 4px;
    display: inline-block;
    margin: 0 6px;
    clip-path: none;
}
.tf-posts.has-carousel.no-bullets .owl-dots {
    display: none;
}

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

@media (max-width: 1024px) {
    .tf-posts .featured-post img,
    .tf-posts .featured-post a {
        width: 100%;
    }
    .tf-posts.style2 article {
        margin-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    .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.style4 article .content-post {
        max-width: 100%;
        left: 30px;
        right: 30px;
        padding: 22px 30px 20px 30px;
    } 
}

@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.blog-list-small article {
        display: block;
    }
    .tf-posts.blog-list-small article .featured-post,
    .tf-posts.blog-list-small article .content-post {
        width: 100%;
    }
    .tf-posts.blog-list-small article .content-post {
        padding: 42px 32px 42px 32px;
    }
    .tf-posts .owl-dots {
        width: 100%;
        text-align: center;
    }
    .tf-posts.style1 article .content-pos,
    .tf-posts.style4 article .content-post {
        padding: 22px 25px 20px 25px;
    }
}