.top-posts-grid {
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
	gap: 20px;
}
.top-posts-block {
	display: flex;
	flex-direction: column;
	position: relative;
}
.featured-large {
	height: 390px;
	width: 65.66%;
}
.featured-small {
	width: 23.5%;
}
.featured-tall {
	height: 390px;
	width: 32.33%;
}
.top-posts-block a {
	height: 100%;
	display: inline-block;
	width: 100%;
}
.top-posts-thumb {
	height: 100%;
	width: 100%;
	position: relative;
}
.top-posts-block img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.featured-large .post-content,
.featured-tall .post-content {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	padding: 20px 20px 10px 20px;
	background: linear-gradient(0,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 75%,rgba(0,0,0,0) 100%);
}
.top-posts-block h3 {
	font-size: 20px;
	color: var(--black);
	margin-bottom: 0;
	padding: 5px 0;
}
.featured-large h3,
.featured-tall h3 {
	color: var(--white);
}
.top-posts-block a:hover h3 {
	text-decoration: underline;
}
.featured-small img {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.hme-new-sec {
	display: flex;
	width: 100%;
	gap: 0 20px;
}
.home-cat-section {
	padding-top: 20px;
	width: 100%;
}
.hme-left {
	width: 70.3%;
}
.hme-right {
	width: 28.5%;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}
.hme-right .sidebar {
	width: 100%;
}
.home-cat-heading {
	color: var(--black);
	font-family: var(--d-din);
	font-size: 20px;
	line-height: 24px;
	background: url(../../images/right.svg) right center no-repeat;
	display: inline-block;
	padding-right: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-cat-list {
	display: flex;
	flex-direction: column;
	gap: 20px 10px;
}
.home-cat-item {
	display: flex;
	gap: 20px 10px;
	align-items: flex-start;
}
.home-cat-thumb {
	flex: 0 0 329px;
	max-width: 329px;
	height: 185px;
}
.home-cat-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}
.home-cat-content h3 {
	font-size: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.home-cat-content h3 a,
.home-cat-author a{
	color:var(--black);
}
.home-cat-item:hover .home-cat-content h3 a {
	text-decoration: underline;
}
.home-cat-content p {
	font-size: 14px;
	color: var(--black);
	margin-bottom: 5px;
	line-height: 20px;
}
.home-cat-meta {
	font-size: 12px;
	color: var(--black);
	display: flex;
	align-content: center;
	align-items: center;
	gap: 0 10px;
	margin-top: 25px;
}
.home-cat-author a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: var(--roboto);
}
.home-cat-date {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 0 5px;
}
.home-cat-content {
	padding-top: 10px;
}
.cat-more-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	width: 100%;
}
.cat-more-button::before, 
.cat-more-button::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #01798f;
}
.cat-more-button a {
	text-decoration: none;
	color: #01798f;
	font-weight: 500;
	white-space: nowrap;
	font-size: 12px;
	width: 44%;
	justify-content: center;
	display: flex;
}
.content-type-outer {
	padding-top: 20px;
	width: 100%;
	display: inline-block;
}
.home-recent-posts-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0 10px;
}
.home-recent-posts-item {
	width: 32.4%;
}
.home-recent-posts-thumb img {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.home-recent-posts-content h3 {
	font-size: 20px;
	padding: 5px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.home-recent-posts-content h3 a {
	color:var(--black);
}
.home-recent-posts-item:hover .home-recent-posts-content h3 a {
	text-decoration: underline;
}
@media (min-width:1160px) {
	.hp-featured-sec {
		display: none;
	}
}
@media (max-width:1159px) {
	.featured-vods-sec {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-top: -20px;
	}
	.featured-vods {
		display: flex;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		padding: 0;
		overflow: auto;
		aspect-ratio: 16/9;
		height: auto;
		overflow-y: hidden;
	}
	.featured-vods {
		scrollbar-width: thin;
		scrollbar-color: #fff70f #00000064;
	}
	.featured-vods::-webkit-scrollbar {
		display: none;
	}
	.featured-vods-vod {
		position: relative;
		scroll-snap-align: center;
		flex: 1;
		aspect-ratio: 16/9;
		height: auto;
		color: #fff;
		text-decoration: none;
		transition: all .3s ease;
		min-width: 100%;
		width: 100%;
	}
	.featured-vods-vod img {
		height: auto;
		display: block;
		max-width: 100%;
		width: 100%;
		aspect-ratio: 16/9;
		object-fit: cover;
		object-position: center;
		border-radius: 0;
	}
	.featured-vods-vod-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: linear-gradient(0,rgba(0,0,0,0.8) 0,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0) 100%);
	}
	.featured-vods-vod-title span {
		font-size: 16px;
		font-weight: 700;
		color: #fff;
	}
	.bullet-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px 0;
	}
	.bullet-container .bullet {
		width: 10px;
		height: 10px;
		max-width: 10px;
		border-radius: 10px;
		margin: 0 3px;
		background: #00000064;
	}
	.bullet-container.dark-bullets .bullet.active {
		background: #110028;
	}
	.top-posts-grid {
		display: none;
	}	
	.hme-new-sec {
		flex-wrap: wrap;
	}
	.home-cat-item {
		align-items: center;
	}
	.hme-left {
		width: 100%;
	}
	.hme-right {
		width: 100%;
	}
	.home-cat-thumb {
		flex: 0 0 40%;
		height: auto;
		width: 40%;
		max-width: 100%;
	}
	.home-cat-content h3 {
		font-size: 16px;
	}
	.home-cat-meta {
		display: none;
	}
	.home-cat-content p {
		display: none;
	}
	.home-recent-posts-item {
		width: 32.4%;
	}
	.home-recent-posts-content h3 {
		font-size: 12px;
		line-height: 15px;
	}
	.home-cat-section {
		padding-top: 10px;
	}
	.home-cat-list {
		gap:5px 10px;
	}
}	
@media (max-width:767px) {
	.featured-vods-sec {
		width: calc(100% + 40px);
		margin: -20px -20px 0 -20px;
	}
	.home-recent-posts-item {
		width: 31.2%;
	}
}




