/* home page spacing adjustments */
.home .site-inner {
	margin-top: 0;
}
@media screen and (min-width: 1024px) {
	.home .site-inner {
		margin-top: 120px;
	}
}
.elementor-widget:not(:last-child), .elementor-element-3e8cb38 p, .elementor-element-d49d566 p, .elementor-element-269c984 p, .elementor-element-aa02f94 p, .elementor-element-d346ca9 p, .elementor-element-8ea2a02 p {
	margin-bottom: 0;
}

/* footer widgets */
@media screen and (min-width: 1024px) {
	.footer-widget-area {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
.footer-widgets {
	z-index: 1;
}
.site-footer {
	background-color: #5A0D12;
}

/* images on service pages */
.entry-content img {
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}

/* heading styling on service pages */
.entry-content h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #991F27;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}

/* fixes disappearing header sub menu toggle */
.site-header .hfe-menu-toggle.sub-arrow {
	background-image: url("/wp-content/uploads/2024/01/menu-toggle.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/*faq*/
.faq-section .section-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #991F27;
}
.faq-answer {
	border: 1px solid #f4f4f4!important;
}