/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 09:44:57 */
.single_breadscrumb_main {
	padding: 24px 20px 0 20px;
}
.single_breadscrumb_main .single_breadscrumb_container{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.single_breadscrumb_main .breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.single_breadscrumb_main .breadcrumb-item {
	display: flex;
	align-items: center;
}
.single_breadscrumb_main .breadcrumb-list li a {
	color: rgba(68,60,60,0.5);
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.single_breadscrumb_main .breadcrumb-list li a:hover {
	color: #443C3C;
}
.single_breadscrumb_main .breadcrumb-list li span.separator{
	margin: 0 12px;
	color: rgba(68,60,60,0.5);
}
.single_breadscrumb_main .breadcrumb-list li span{
	color: rgba(68,60,60,0.5);
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}
.single_breadscrumb_main .breadcrumb-list li span.active{
	color: #443C3C;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}

.post .post-description{
	padding-top: 56px;
}

.post .post-description h3{
	color: #443C3C;
	font-size: 29px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	margin-top: 48px;
	padding-bottom: 28px;
}
.post .post-description h3:first-child{
	margin-top: 0px;
}
.post .post-description p{
	color: #443C3C;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 8px;
}
.post .post-descriptio .sqs-html-content p{
	padding-bottom: 0px !important;
}
.post .post-description .wp-block-list li{
	color: #443C3C;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.post .post-description .wp-block-list{
	margin: 0 0 0 32px;
}
.post .post-description .sqs-image-shape-container-element{
	padding-bottom: 0 !important;
}

@media(max-width: 1023px) and (min-width: 768px){
	.post .post-description{
		padding-top: 32px;
	}
	.post .post-description h3{
		margin-top: 32px;
	}
}

@media(max-width: 767px){
	.single_breadscrumb_main {
		padding: 24px 16px 0 16px;
	}	
	.post .post-description{
		padding-top: 24px;
	}
	.post .post-description h3{
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 24px;
		margin-top: 24px;
	}
	.post .post-description .wp-block-list{
		margin: 0 0 0 24px;
	}
}