/* header spacing tweaks */
.site-header {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.elementor-element-ab55c38 {
		max-width: 120px;
	}
}

/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/02/menu-toggle.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* home page spacing adjustments */
.home .site-inner {
	margin-top: 0;
}
.elementor-widget:not(:last-child), .elementor-element-9acd00e p {
	margin-bottom: 0;
}

/* images on pages */
#genesis-content img {
	border-radius: 6px;
	box-shadow:0 0 6px rgba(0,0,0,.2);
}

/* font swap */
h1, h2, h3, h4, h5, h6, .nav-secondary .genesis-nav-menu a {
	font-family: Muli, sans-serif!important;
}

/* button styles */
button, .button, .btn, input[type="button"] {
	border-radius: 60px;
	font-family: Muli, sans-serif;
	font-weight:600;
	background: linear-gradient(to right, #950A19, #DE7202);
}

/* before footer widgets */
@media screen and (min-width: 800px) {
	.before-footer-cta .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
.pgsd_payments {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; 
	justify-content: center;
}

/* footer */
#footerServingSince, p.address, p.copyright{
	padding: 0 12px;
	text-align: center;
}
.site-container {
	margin-bottom:180px!important;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail, .g-recaptcha, #map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}
.wpforms-hidden {
  display: none;
}