/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/01/menu-toggle-light.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/*header styling*/
header a, .site-header {
  border: none;
}
.site-header { overflow-x: clip; }

/* home page layout */
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

/* button styles */
button, .button, .btn, input[type="button"] {
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}

/* 'featured services' links on home page */
.elementor-element-158c289 a {
	color: #fff;
	font-weight: bold;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* footer */
.site-footer .wrap {
	color: #FAF7F4;
	line-height: 1.6;
}
.site-footer .wrap a {
	font-weight:600;
}
.before-footer-cta a {
  border-bottom: none;
}

/* footer payments */
.pgsd_payments {
	min-height: 32px;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
}

/* puts footer widgets in row on desktop */
@media screen and (min-width: 800px) {
	.before-footer-cta .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content:space-between;
	}
	.before-footer-cta .widget {
		margin: 12px;
	}
}

/* images on pages */
#genesis-content img {
	border-radius: 3px;
	box-shadow:0 0 6px rgba(0,0,0,.2);
}

#simple-social-icons {
    display: inline-block !important;
}

/* summary sections on service pages */
.page-summary {
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 24px;
	margin-bottom: 24px;
	font-size: 16px;
}
.page-summary h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #79A04A;
}