.single-hero-blog{
	width: 100%;
}

.single-hero-blog img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	max-height: calc(100vh - 150px);
}

.single-blog-content:not(.no-max-width) {
	max-width: 920px;
}

.single-blog-content h1 {
	max-width: 800px;
	font-family: 'Warnock Pro';
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 60px;
}

.ast-article-single .elementor-element {
	padding-left: 0;
	padding-right: 0;
}

.content-row {
	gap: 17px;
}

.single-category {
	text-align: end;
}

.single-category > div:nth-of-type(1) {
	color: var(--text-color);
	font-size: 14px;
}

.single-category > div:nth-of-type(2) {
	color: var(--yellow-light);
	text-transform: uppercase;
	font-size: 12px;
}

.content-col-right a {
	color: #40142e;
	text-decoration: underline;
}

.content-col-right > h2, .content-col-right > h3, .content-col-right > h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
}

.content-col-right ul {
	margin-left: 1.5em;
}

.content-col-right li {
	margin-bottom: 10px;
}

.content-col-right p {
	color: var(--text-body);
}

.content-col-right strong {
	color: var(--text-body);
	font-weight: 600
}

blockquote {
	border: none;
	padding: 0;
	margin: 80px 0 60px;
}

blockquote img {
	margin-bottom: 24px;
}

blockquote p {
	font-family: 'Warnock Pro';
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
	color: #2F3941;
	margin-bottom: 24px;
}

blockquote footer {
	font-size: 16px;
	color: var(--text-color);
	padding-left: 0;
}

.images-wrapper:not(.no-max-width) {
	max-width: 1035px;
	height: 739px;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 60px;
}

.images-wrapper .content-img-left {
	width: 46%;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.images-wrapper .content-img-right {
	display: flex;
	align-items: flex-end;
}

.images-wrapper .content-img-left>figure {
	flex: 1;
}

.images-wrapper .content-img-left>figure:first-child {
	height: 573px !important;
	overflow: hidden;
}

.images-wrapper .content-img-left>figure:last-child {
	height: 442px;
	overflow: hidden;
}

.images-wrapper .content-img-left>figure:first-child img,
.images-wrapper .content-img-left>figure:last-child img,
.images-wrapper .content-img-right>figure img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.images-wrapper .content-img-right>figure img {
	width: 100%;
	height: 605px;
	object-fit: cover;
	object-position: center;
}

.images-wrapper .content-img-right>figure img {
	margin-bottom: 8px;
}

.images-wrapper .content-img-right>figure figcaption {
	color: var(--text-body);
	font-style: italic;
	text-align: end;
}

.single-blog-content-sm:not(.no-max-width) {
	max-width: 920px;
}

.site-content .video-section-container {
	margin-bottom: 0;
}

.video-section-wrapper {
	margin-left: calc(46%/2);
}

.blog-description > p {
	color: var(--text-color);
	line-height: 24px;
	margin-bottom: 0;
}

.blog-description > p:last-of-type {
	margin-bottom: 60px;
}

.blog-description video {
	width: 100%;
	height: 448px;
	margin-bottom: 16px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	margin-bottom: 1.2rem;
}

.video-wrapper iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.video-caption {
	color: var(--text-color);
	font-style: italic;
	text-align: end;
}

.blog-pagination-wrapper {
	margin-top: 60px;
	padding: 0 !important;
}

.blog-pagination-wrapper .pagination {
	margin-left: calc(46%/2);
	margin-right: 0;
	width: 100%;
}
.pagination .pagination-links{
	justify-content: space-between !important;
}

.more-stories h2 {
	text-align: center;
	font-family: 'Warnock Pro';
	font-size: 42px;
	margin-bottom: 42px;
	font-weight: 400;
}

.blog-list-slider-wrapper {
	position: relative;
	max-width: 1400px;
	margin: auto;
}

.blog-list-slider-wrapper .blog-list-arrow {
	position: absolute;
	top: 125px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--primary-color);
	/* display: flex; */
	justify-content: center;
	align-items: center;
	background-color: var(--white);
	cursor: pointer;
	display: none !important;
}

.blog-list-arrow[disabled] {
	opacity: 0.5;
	pointer-events: none;
	cursor: unset;

}

.blog-list-arrow svg g path {
	stroke: var(--primary-color);
	transition: var(--transition);
}

.blog-list-slider-wrapper .blog-list-arrow:hover {
	background-color: var(--primary-color);
}

.blog-list-arrow:hover svg g path {
	stroke: var(--white);
}

.blog-list-arrow.blog-prev {
	left: 20px;
	transform: rotate(180deg);
}

.blog-list-arrow.blog-next {
	right: 20px;
}

.blog-slider-progress {
	display: block;
	width: 100%;
	height: 1.5px;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--progress-bar-background);
	background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
}

.content-col-right figure.wp-caption.aligncenter {
	width: 100%!important;
	height: auto!important;
}

@media screen and (max-width: 575px) {
	.single-hero-blog img {
		height: 218px !important;
	}
}
@media screen and (min-width: 768px) {
	.blog-list-slider-wrapper .slick-track{
		display: flex;
	}
	.blog-list-slider-wrapper .slick-initialized .slick-slide{
		height: inherit;
	}
}
@media screen and (max-width: 768px) {
	.single-category {
		text-align: center;
		margin-bottom: 24px;
	}

	.single-category>div:nth-of-type(1) {
		font-size: 12px;
	}

	.single-category>div:nth-of-type(2) {
		font-weight: 600;
		color: var(--primary-color);
	}

	.single-blog-content h1 {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 24px;
	}

	blockquote {
		margin: 40px 0 32px;
	}

	blockquote p {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 16px !important;
	}

	blockquote img {
		margin-bottom: 16px;
		width: 48px;
	}

	blockquote footer {
		font-size: 13px;
	}

	.images-wrapper {
		margin-bottom: 32px !important;
	}

	.images-wrapper .content-img-left {
		width: 100%;
		margin-bottom: 16px;
		align-items: end;
	}

	.images-wrapper .content-img-left>figure:first-child {
		height: 298px !important;
	}

	.images-wrapper .content-img-left>figure:last-child {
		height: 238px;
	}

	.images-wrapper .content-img-right>figure {
		width: 100%; 
	}

	.images-wrapper .content-img-right>figure img {
		height: 360px;
		object-position: top;
		margin-bottom: 16px;
	}

	.images-wrapper .content-img-right>figure figcaption {
		text-align: start;
	}

	.video-section-wrapper {
		margin: 0;
	}

	.blog-description > p {
		font-size: 14px;
	}

	.blog-description > p:last-of-type {
		margin-bottom: 42px;
	}

	.video-caption {
		text-align: start;
	}

	.blog-pagination-wrapper {
		margin-top: 32px;
	}

	.blog-pagination-wrapper .pagination {
		margin: 0;
	}

	.more-stories h2 {
		font-size: 28px;
		margin-bottom: 32px;
	}

	.blog-cards .blog-card:last-child {
		margin-bottom: 42px;
	}

	.blog-list-arrow {
		display: none;
	}
}

/* NEW CSS  */
.single-page{
	margin-bottom: 42px !important;
}

.deco-products {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0 30px;
}

.deco-product {
	width: calc(33.33% - 15px);
	border: 1px solid rgba(0,0,0,0.2);
	padding: 15px;
}

.product-description {
	line-height: 1.3;
	font-size: 0.8rem;
	color: black;
}

.product-title {
	line-height: 1.2;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
}

.deco-product a {
    text-decoration: none;
}

@media (max-width:768px){
	.deco-product {
		width: calc(50% - 10px);
	}
	.product-title {
	    font-size: 0.85rem;
	}
}