.format-gallery .owl-carousel {
	z-index: 2;
}
.tf-blog-box__style-3 .inner-content.position-static {
	padding-top: 50px;
	background-image: -webkit-linear-gradient(
		90deg,
		black 0%,
		#121212 0%,
		rgba(0, 0, 0, 0) 100%
	);
}
.tf-sidebar-wrapper .wpcf7-response-output {
	position: static;
	margin: 0px !important;
	margin-bottom: 20px !important;
	font-size: 14px;
}
.tf-latest-posts #post-1863,
.tf-latest-posts #post-126,
.page-template-page-template #post-126,
.page-template-page-template #post-1863 {
	display: none;
}
.d-after-none::after {
	display: none !important;
}

.page-template-blog-six-columns .tf-blog-box__style-2 .thumb img,
.page-template-blog-five-columns .tf-blog-box__style-2 .thumb img,
.page-template-blog-four-columns-wide .tf-blog-box__style-2 .thumb img,
.page-template-blog-four-columns .tf-blog-box__style-2 .thumb img,
.page-template-blog-three-columns-wide .tf-blog-box__style-2 .thumb img,
.page-template-blog-three-columns .tf-blog-box__style-2 .thumb img,
.page-template-blog-two-columns .tf-blog-box__style-2 .thumb img {
	max-height: 350px;
    min-height: 250px;
}

.page-template-blog-five-columns .tf-blog-box__style-2 .thumb img {
    max-height: 350px;
    min-height: 200px;
}
.page-template-blog-six-columns .tf-blog-box__style-2 .thumb img {
    max-height: 350px;
    min-height: 180px;
}

.page-template-blog-three-columns .tf-blog-box__style-2 .tf-blog-box__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-template-blog-two-columns .tf-blog-box__style-2 .tf-blog-box__title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* like css */
.tf-blog-box .pld-like-dislike-wrap{
	margin-bottom: 0px;
}
.tf-blog-box .pld-like-dislike-wrap .pld-like-trigger i::before{
	content: "\f004";
}

.tf-blog-box .pld-like-dislike-wrap .pld-dislike-wrap {
	display: none;
}
.details-content .pld-like-dislike-wrap {
	display: none;
}

.tf-blog-box__share-info .like-btn .pld-count-wrap {
    display: none;
}
.tf-blog-box__share-info .like-btn div {
    justify-content: center;
    display: flex;
    align-items: center;
    max-width: 30px;
    margin: 0;
}