.ts__posts ul,
.ts__posts h1,
.ts__posts h2,
.ts__posts h3,
.ts__posts h4,
.ts__posts h5,
.ts__posts h6,
.ts__posts p {
	padding: 0;
	margin: 0;
}
.ts__posts li {
	list-style: none;
}
.ts__posts a {
	text-decoration: none;
}
.ts__posts .ts-posts {
	display: grid;
}
.ts__posts a,
.ts__posts button {
	cursor: pointer;
	transition: all 0.3s;
}
.ts__posts .thumb {
	margin-bottom: 20px;
}
.ts__posts .thumb img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ts__posts .ts-taxonomy,
.ts__posts .ts-meta {
	gap: 5px;
	display: flex;
	margin-bottom: 15px;
}
.ts__posts .ts-taxonomy li,
.ts__posts .ts-meta li {
	display: inline-block;
	line-height: 1.2;
}
.ts__posts .ts-taxonomy a,
.ts__posts .ts-taxonomy span,
.ts__posts .ts-meta a,
.ts__posts .ts-meta span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	text-transform: capitalize;
}
.ts__posts .title {
	margin-bottom: 20px;
}
.ts__posts .desc {
	margin-bottom: 25px;
}
.ts__posts svg {
	width: 1em;
	height: 1em;
}
.ts__posts .link {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #666;
	fill: #666;
	position: relative;
	align-items: center;
	display: inline-flex;
	gap: 10px;
}
.ts__posts .link.right i,
.ts__posts .link.right svg {
	order: 15;
}
.ts__posts .link:hover {
	color: #1c1d20;
	fill: #1c1d20;
}
.ts__posts.style-1 .ts-taxonomy a {
	border-radius: 3px;
	padding: 4px 10px 2px;
	text-transform: uppercase;
	background-color: #f3f3f3;
}
.ts__posts.style-1 .ts-taxonomy a:hover {
	color: #e8bf96;
}
.ts__posts.style-1 .ts-meta {
	gap: 40px;
	display: flex;
}
@media only screen and (max-width: 1919px) {
	.ts__posts.style-1 .ts-meta {
		gap: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-1 .ts-meta {
		gap: 24px;
	}
}
.ts__posts.style-1 .ts-meta li {
	position: relative;
}
.ts__posts.style-1 .ts-meta li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	inset-inline-start: -20px;
	top: 50%;
	background-color: #999;
	transform: translateY(-50%);
}
@media only screen and (max-width: 1919px) {
	.ts__posts.style-1 .ts-meta li::after {
		inset-inline-start: -15px;
	}
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-1 .ts-meta li::after {
		inset-inline-start: -12px;
	}
}
.ts__posts.style-1 .ts-meta li:first-child::after {
	display: none;
}
.ts__posts.style-1 .ts-meta a:hover {
	color: var(--ts-color-theme-primary, #e8bf96);
}
.ts__posts.style-1 .link {
	text-transform: uppercase;
}
.ts__posts.style-1 .link:hover::after {
	width: 0%;
}
.ts__posts.style-1 .link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	inset-inline-start: 0;
	bottom: 0;
	transition: all 0.3s;
	background-color: var(--gray-4, #999);
}
.ts__posts.style-2 .ts-post {
	display: grid;
	grid-template-columns: 48% 1fr;
	background-color: #f7f7fa;
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-2 .ts-post {
		grid-template-columns: 1fr;
	}
}
.ts__posts.style-2 .thumb {
	margin: 0;
}
.ts__posts.style-2 .thumb img {
	height: 100%;
}
.ts__posts.style-2 .content {
	display: flex;
	flex-direction: column;
	padding: 60px 45px;
}
@media only screen and (max-width: 1919px) {
	.ts__posts.style-2 .content {
		padding: 40px 30px;
	}
}
@media only screen and (max-width: 991px) {
	.ts__posts.style-2 .content {
		padding: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.ts__posts.style-2 .content {
		padding: 30px 20px;
	}
}
.ts__posts.style-2 .title {
	order: -1;
}
.ts__posts.style-2 .ts-taxonomy,
.ts__posts.style-2 .ts-meta {
	position: relative;
	margin-top: 10px;
}
.ts__posts.style-2 .ts-taxonomy::before,
.ts__posts.style-2 .ts-meta::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	top: -3px;
	background-color: #202c58;
	inset-inline-start: 0;
}
.ts__posts.style-2 .ts-taxonomy a,
.ts__posts.style-2 .ts-taxonomy span,
.ts__posts.style-2 .ts-meta a,
.ts__posts.style-2 .ts-meta span {
	margin-inline-end: 20px;
	position: relative;
	color: #1c1d20;
}
.ts__posts.style-2 .ts-taxonomy a::after,
.ts__posts.style-2 .ts-taxonomy span::after,
.ts__posts.style-2 .ts-meta a::after,
.ts__posts.style-2 .ts-meta span::after {
	position: absolute;
	content: "|";
	width: 20px;
	height: auto;
	text-align: center;
}
.ts__posts.style-2 .ts-taxonomy li:last-child a::after,
.ts__posts.style-2 .ts-taxonomy li:last-child span::after,
.ts__posts.style-2 .ts-meta li:last-child a::after,
.ts__posts.style-2 .ts-meta li:last-child span::after {
	display: none;
}
.ts__posts.style-2 .ts-taxonomy a:hover,
.ts__posts.style-2 .ts-meta a:hover {
	color: var(--ts-color-theme-primary, #e8bf96);
}
.ts__posts.style-2 .desc p {
	color: #666;
}
.ts__posts.style-2 .link {
	color: #fff;
	fill: #202c58;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: uppercase;
	background-color: #202c58;
	width: -moz-max-content;
	width: max-content;
	margin-top: auto;
}
.ts__posts.style-2 .link:hover {
	color: var(--white, #fff);
	fill: var(--white, #fff);
	background-color: var(--ts-color-theme-primary, #e8bf96);
}
.ts__posts.style-3 .ts-post {
	position: relative;
}
.ts__posts.style-3 .thumb {
	margin: 0;
	width: 100%;
}
.ts__posts.style-3 .content {
	width: 80%;
	padding: 60px 45px;
	background-color: #e2f3ff;
	margin-inline-start: 10%;
	margin-top: -160px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1919px) {
	.ts__posts.style-3 .content {
		padding: 30px 25px 35px;
	}
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-3 .content {
		width: 90%;
		margin-inline-start: 5%;
		margin-top: -100px;
	}
}
.ts__posts.style-3 .title {
	order: -1;
}
.ts__posts.style-3 .ts-taxonomy,
.ts__posts.style-3 .ts-meta {
	position: relative;
	margin-top: 10px;
}
.ts__posts.style-3 .ts-taxonomy a,
.ts__posts.style-3 .ts-taxonomy span,
.ts__posts.style-3 .ts-meta a,
.ts__posts.style-3 .ts-meta span {
	margin-inline-end: 20px;
	position: relative;
	color: #1c1d20;
}
.ts__posts.style-3 .ts-taxonomy a::after,
.ts__posts.style-3 .ts-taxonomy span::after,
.ts__posts.style-3 .ts-meta a::after,
.ts__posts.style-3 .ts-meta span::after {
	position: absolute;
	content: "|";
	width: 20px;
	height: auto;
	text-align: center;
}
.ts__posts.style-3 .ts-taxonomy li:last-child a::after,
.ts__posts.style-3 .ts-taxonomy li:last-child span::after,
.ts__posts.style-3 .ts-meta li:last-child a::after,
.ts__posts.style-3 .ts-meta li:last-child span::after {
	display: none;
}
.ts__posts.style-3 .ts-taxonomy a:hover,
.ts__posts.style-3 .ts-meta a:hover {
	color: var(--ts-color-theme-primary, #e8bf96);
}
.ts__posts.style-3 .desc p {
	color: #666;
}
.ts__posts.style-3 .link {
	width: -moz-max-content;
	width: max-content;
	color: #1c1d20;
	text-transform: uppercase;
	margin-top: auto;
}
.ts__posts.style-3 .link:hover::after {
	width: 0%;
}
.ts__posts.style-3 .link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	inset-inline-start: 0;
	bottom: 0;
	transition: all 0.3s;
	background-color: #1c1d20;
}
.ts__posts.style-4 .ts-post {
	position: relative;
	transition: all 0.3s;
}
.ts__posts.style-4 .ts-post:hover .content {
	background-color: rgba(28, 29, 32, 0.7);
}
.ts__posts.style-4 .ts-post:hover .ts-taxonomy a,
.ts__posts.style-4 .ts-post:hover .ts-taxonomy span,
.ts__posts.style-4 .ts-post:hover .ts-meta a,
.ts__posts.style-4 .ts-post:hover .ts-meta span {
	color: var(--white, #fff);
}
.ts__posts.style-4 .ts-post:hover .desc p {
	color: var(--gray-2, #d9d9d9);
}
.ts__posts.style-4 .ts-post:hover .link {
	color: var(--white, #fff);
}
.ts__posts.style-4 .content {
	height: 100%;
	padding: 45px;
	background-color: rgb(38, 38, 41);
	transition: all 0.3s;
	flex-direction: column;
	display: flex;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.ts__posts.style-4 .content {
		padding: 30px 20px;
	}
}
.ts__posts.style-4 .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.ts__posts.style-4 .thumb img {
	height: calc(100% - 1px);
}
.ts__posts.style-4 .title a {
	color: #fff;
}
.ts__posts.style-4 .author {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 100px;
}
.ts__posts.style-4 .author-img img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ts__posts.style-4 .author-bio p {
	color: #999;
}
.ts__posts.style-4 .author-bio a {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color: var(--white);
	text-transform: capitalize;
	display: block;
}
.ts__posts.style-4 .ts-taxonomy a {
	border-radius: 3px;
	padding: 4px 10px 2px;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.2);
	color: #999;
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-4 .ts-taxonomy a {
		color: var(--white, #fff);
	}
}
.ts__posts.style-4 .ts-taxonomy a:hover {
	color: var(--ts-color-theme-primary, #e8bf96);
}
.ts__posts.style-4 .ts-meta {
	gap: 40px;
	display: flex;
}
@media only screen and (max-width: 1919px) {
	.ts__posts.style-4 .ts-meta {
		gap: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-4 .ts-meta {
		gap: 24px;
	}
}
.ts__posts.style-4 .ts-meta li {
	position: relative;
}
.ts__posts.style-4 .ts-meta li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	inset-inline-start: -20px;
	top: 50%;
	background-color: #999;
	transform: translateY(-50%);
}
@media only screen and (max-width: 1919px) {
	.ts__posts.style-4 .ts-meta li::after {
		inset-inline-start: -15px;
	}
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-4 .ts-meta li::after {
		inset-inline-start: -12px;
	}
}
.ts__posts.style-4 .ts-meta li:first-child::after {
	display: none;
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-4 .ts-meta a {
		color: var(--white, #fff);
	}
}
.ts__posts.style-4 .ts-meta a:hover {
	color: var(--ts-color-theme-primary, #e8bf96);
}
.ts__posts.style-4 .ts-meta span {
	transition: all 0.3s;
	color: #999;
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-4 .ts-meta span {
		color: var(--white, #fff);
	}
}
.ts__posts.style-4 .desc p {
	color: #999;
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-4 .desc p {
		color: var(--gray-2, #d9d9d9);
	}
}
.ts__posts.style-4 .link {
	font-size: 16px;
	margin-top: auto;
	width: -moz-max-content;
	width: max-content;
	color: #999;
}
.ts__posts.style-5 .ts-post {
	position: relative;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.ts__posts.style-5 .ts-post {
		flex-direction: column;
	}
}
.ts__posts.style-5 .thumb {
	margin: 0;
	width: 55%;
	display: flex;
	align-self: center;
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-5 .thumb {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 991px) {
	.ts__posts.style-5 .thumb {
		align-self: flex-start;
	}
}
.ts__posts.style-5 .thumb a {
	width: 100%;
}
.ts__posts.style-5 .content {
	width: 60%;
	padding: 60px 45px;
	z-index: 1;
	background-color: var(--green, #3f524c);
	display: flex;
	flex-direction: column;
	align-self: center;
	margin-inline-start: -15%;
}
@media only screen and (max-width: 1919px) {
	.ts__posts.style-5 .content {
		padding: 30px 25px 35px;
	}
}
@media only screen and (max-width: 1199px) {
	.ts__posts.style-5 .content {
		width: 90%;
	}
}
@media only screen and (max-width: 991px) {
	.ts__posts.style-5 .content {
		width: 92%;
		margin-inline-start: 4%;
		margin-top: -15%;
	}
}
.ts__posts.style-5 .title a {
	color: #fff;
}
.ts__posts.style-5 .ts-taxonomy,
.ts__posts.style-5 .ts-meta {
	position: relative;
	margin-top: 10px;
}
.ts__posts.style-5 .ts-taxonomy::before,
.ts__posts.style-5 .ts-meta::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	top: -3px;
	background-color: #fff;
	inset-inline-start: 0;
}
.ts__posts.style-5 .ts-taxonomy a,
.ts__posts.style-5 .ts-taxonomy span,
.ts__posts.style-5 .ts-meta a,
.ts__posts.style-5 .ts-meta span {
	margin-inline-end: 20px;
	position: relative;
	color: #fff;
}
.ts__posts.style-5 .ts-taxonomy a::after,
.ts__posts.style-5 .ts-taxonomy span::after,
.ts__posts.style-5 .ts-meta a::after,
.ts__posts.style-5 .ts-meta span::after {
	position: absolute;
	content: "|";
	width: 20px;
	height: auto;
	text-align: center;
}
.ts__posts.style-5 .ts-taxonomy li:last-child a::after,
.ts__posts.style-5 .ts-taxonomy li:last-child span::after,
.ts__posts.style-5 .ts-meta li:last-child a::after,
.ts__posts.style-5 .ts-meta li:last-child span::after {
	display: none;
}
.ts__posts.style-5 .ts-taxonomy a:hover,
.ts__posts.style-5 .ts-meta a:hover {
	color: #e8bf96;
}
.ts__posts.style-5 .desc p {
	color: #d9d9d9;
}
.ts__posts.style-5 .link {
	width: -moz-max-content;
	width: max-content;
	color: #fff;
	text-transform: uppercase;
	margin-top: auto;
}
.ts__posts.style-5 .link:hover::after {
	width: 0%;
}
.ts__posts.style-5 .link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	inset-inline-start: 0;
	bottom: 0;
	transition: all 0.3s;
	background-color: #fff;
}

.post-pagination {
	display: flex;
}
.post-pagination .page-numbers {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-transform: capitalize;
}
.post-pagination svg {
	width: 1em;
	height: 1em;
}
.post-pagination.style-1 {
	gap: 20px;
}
.post-pagination.style-1 .page-numbers:hover {
	color: var(--ts-color-theme-primary, #e8bf96);
	fill: var(--ts-color-theme-primary, #e8bf96);
}
.post-pagination.style-1 .page-numbers.current {
	color: #999;
}
.post-pagination.style-2 {
	gap: 3px;
}
.post-pagination.style-2 .page-numbers {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1c1d20;
}
.post-pagination.style-2 .page-numbers:not(.prev, .next):hover {
	color: #1c1d20;
	fill: #1c1d20;
	background-color: #f5f3ed;
}
.post-pagination.style-2 .prev {
	justify-content: flex-start;
}
.post-pagination.style-2 .next {
	justify-content: flex-end;
}
.post-pagination.style-2 .current {
	color: #1c1d20;
	background-color: #f5f3ed;
}

.elementor-widget-ts-posts.ts-image-effect-zoom-in img,
.elementor-widget-ts-posts.ts-image-effect-zoom-out img,
.elementor-widget-ts-posts.ts-image-left-move img,
.elementor-widget-ts-posts.ts-image-right-move img {
	transition: all 0.5s;
}
.elementor-widget-ts-posts.ts-image-effect-zoom-in .thumb,
.elementor-widget-ts-posts.ts-image-effect-zoom-out .thumb,
.elementor-widget-ts-posts.ts-image-left-move .thumb,
.elementor-widget-ts-posts.ts-image-right-move .thumb {
	overflow: hidden;
}
.elementor-widget-ts-posts.ts-image-effect-zoom-in img {
	transform: scale(1);
}
.elementor-widget-ts-posts.ts-image-effect-zoom-in .ts-post:hover .thumb img {
	transform: scale(1.1);
}
.elementor-widget-ts-posts.ts-image-effect-zoom-out img {
	transform: scale(1);
}
.elementor-widget-ts-posts.ts-image-effect-zoom-out .ts-post:hover .thumb img {
	transform: scale(0.9);
}
.elementor-widget-ts-posts.ts-image-left-move img {
	transform: scale(1.1);
}
.elementor-widget-ts-posts.ts-image-left-move .ts-post:hover .thumb img {
	transform: scale(1.1) translateX(4%);
}
.elementor-widget-ts-posts.ts-image-right-move img {
	transform: scale(1.1);
}
.elementor-widget-ts-posts.ts-image-right-move .ts-post:hover .thumb img {
	transform: scale(1.1) translateX(-4%);
}

/*  Style 06  */
.ts__posts.style-6 .ts-post {
	display: flex;
}
.ts__posts.style-6 .post_video_date {
	flex: 0 0 15%;
}
.ts__posts.style-6 .posts_video_thumb {
	position: relative;
	flex: 0 0 20%;
}
.ts__posts.style-6 .thumb_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ts__posts.style-6 .content {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.ts__posts.style-6 .title {
	order: -1;
}
.ts__posts.style-6 .thumb {
	margin: 0;
	height: 100%;
}
.ts__posts.style-6 .thumb img {
	height: 100%;
}

@media (max-width: 767px) {
	.ts__posts.style-6 .ts-post {
		flex-direction: column;
	}
}
.ts__posts.style-6 .ts-taxonomy,
.ts__posts.style-6 .ts-meta {
	position: relative;
	margin-top: 10px;
}

.ts__posts.style-6 .ts-taxonomy::before,
.ts__posts.style-6 .ts-meta::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	top: -3px;
	background-color: #202c58;
	inset-inline-start: 0;
}

.ts__posts.style-6 .ts-taxonomy a,
.ts__posts.style-6 .ts-taxonomy span,
.ts__posts.style-6 .ts-meta a,
.ts__posts.style-6 .ts-meta span {
	margin-inline-end: 20px;
	position: relative;
	color: #1c1d20;
}

.ts__posts.style-6 .ts-taxonomy a::after,
.ts__posts.style-6 .ts-taxonomy span::after,
.ts__posts.style-6 .ts-meta a::after,
.ts__posts.style-6 .ts-meta span::after {
	position: absolute;
	content: "|";
	width: 20px;
	height: auto;
	text-align: center;
}

.ts__posts.style-6 .ts-taxonomy li:last-child a::after,
.ts__posts.style-6 .ts-taxonomy li:last-child span::after,
.ts__posts.style-6 .ts-meta li:last-child a::after,
.ts__posts.style-6 .ts-meta li:last-child span::after {
	display: none;
}

.ts__posts.style-6 .ts-taxonomy a:hover,
.ts__posts.style-6 .ts-meta a:hover {
	color: var(--ts-color-theme-primary, #e8bf96);
}

.ts__posts.style-6 .desc p {
	color: #666;
}

.ts__posts.style-6 .link {
	color: #fff;
	fill: #202c58;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: uppercase;
	background-color: #202c58;
	width: -moz-max-content;
	width: max-content;
	margin-top: auto;
}

.ts__posts.style-6 .link:hover {
	color: var(--white, #fff);
	fill: var(--white, #fff);
	background-color: var(--ts-color-theme-primary, #e8bf96);
}

.post-pagination.style-6 {
	gap: 3px;
}

.post-pagination.style-6 .page-numbers {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1c1d20;
}

.post-pagination.style-6 .page-numbers:not(.prev, .next):hover {
	color: #1c1d20;
	fill: #1c1d20;
	background-color: #f5f3ed;
}

.post-pagination.style-6 .prev {
	justify-content: flex-start;
}

.post-pagination.style-6 .next {
	justify-content: flex-end;
}

.post-pagination.style-6 .current {
	color: #1c1d20;
	background-color: #f5f3ed;
}

ul.ts-meta_video {
	display: grid;
}

.author_views a::after {
	position: absolute;
	content: "-";
	height: auto;
	text-align: center;
	right: 10px;
	top: 0;
}

.author_views a {
	position: relative;
}
