.site-header { overflow-x: clip; }

/* gets rid of decoration on links */
a, .before-footer-cta a {
	border-bottom: none!important;
}

/* fixes disappearing header sub menu toggle */
.site-header .hfe-menu-toggle.sub-arrow {
	background-image: url("/wp-content/uploads/2023/11/menu-toggle.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* adjusts text sizing on header */
.site-header h1 {
	font-size: 32px;
	margin-bottom: 0;
}
.elementor-element-5c9f3e0, .site-header a {
	font-size: 14px;
}
.site-header .btn {
	padding: 12px 18px;
}
.elementor-element-842f72e a {
	max-height: 26px;
}

/* home page spacing adjustments */
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child), .elementor-element-c3713e9 p{
	margin-bottom: 0;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* footer */
.before-footer-cta .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 800px) {
	.before-footer-cta .wrap {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-evenly;
	}
}
.footer-copyright-container {
	display: none;
}
#footerServingSince, .h-adr, #copyrightNotice {
	color: #ebebeb;
}