/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 12:29:16 */
#ast-scroll-top {
	bottom: 0;
	height: 35px;
	text-align: center;
	width: 48px;
	opacity: 0.9;
}

.w-fit-content {
	width: fit-content !important;
}

div p {
	margin-bottom: 15px !important;
}

div p:last-of-type {
	margin-bottom: 0 !important;
}

input::placeholder,
textarea::placeholder {
	opacity: 1 !important;
}

.h-auto {
	height: auto !important;
}


.custom-faqs details {
	border: 2px solid #683134;
}

.custom-faqs summary:focus {
	border: none !important;
}

.custom-faqs details summary .e-n-accordion-item-title-header {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.custom-faqs details summary .e-n-accordion-item-title-header::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.custom-faqs details:nth-of-type(1) summary .e-n-accordion-item-title-header::before {
	background-image: url(https://mw.dev-version.com/dalton/wp-content/uploads/2025/10/certificate-1.png);
}

.custom-faqs details:nth-of-type(2) summary .e-n-accordion-item-title-header::before {
	background-image: url(https://mw.dev-version.com/dalton/wp-content/uploads/2025/10/carpenter-1.png);
}

.custom-faqs details:nth-of-type(3) summary .e-n-accordion-item-title-header::before {
	background-image: url(https://mw.dev-version.com/dalton/wp-content/uploads/2025/10/shield-1.png);
}

.blog-post-content h2, 
.blog-post-content h3, 
.blog-post-content h4, 
.blog-post-content h5, 
.blog-post-content h6 {
	font-family: "Public Sans", Sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1em;
	color: #25292d;
	margin-top: 25px !important;
	margin-bottom: 5px !important;
}

.blog-post-content p, 
.blog-post-content ul {
	margin-bottom: 10px;
}

.blog-post-content b, 
.blog-post-content strong, 
.blog-post-content ul li::marker {
	color: #683134 !important;
}

.blog-post-content h2 {
	font-size: 40px;
}

.blog-post-content h3 {
	font-size: 30px;
}

.blog-post-content h4 {
	font-size: 25px;
}

.blog-post-content h5 {
	font-size: 22px;
}

.blog-post-content h6 {
	font-size: 20px;
}

@media screen and (max-width:1024px) {
	.blog-post-content h2 {
		font-size: 35px;
	}

	.blog-post-content h3 {
		font-size: 26px;
	}

	.blog-post-content h4 {
		font-size: 24px;
	}

	.blog-post-content h5 {
		font-size: 22px;
	}

	.blog-post-content h6 {
		font-size: 20px;
	}
}

@media screen and (max-width:1024px) {
	#ast-scroll-top {
		height: 30px;
		width: 40px;
	}

	.custom-faqs details summary .e-n-accordion-item-title-header::before {
		width: 25px;
		height: 25px;
	}

	.blog-post-content h2 {
		font-size: 30px;
	}

	.blog-post-content h3 {
		font-size: 24px;
	}

	.blog-post-content h4 {
		font-size: 22px;
	}

	.blog-post-content h5 {
		font-size: 20px;
	}

	.blog-post-content h6 {
		font-size: 18px;
	}
}