/* global font family swap */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Georgia', sans-serif;
	font-weight: 200;
}
body {
	font-family: Lato, sans-serif;
}

/* header */
.site-header {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 999;
}
.site-header p {
	margin-bottom: 0;
}
.site-title {
	font-weight: bold;
}
.tagline {
	color: #BF8B35;
}
.tagline a:hover {
	color: #1A2332;
}
.site-header .button {
	width: 100%;
}
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2026/06/menu-toggle.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* global spacing adjustments */
.elementor-widget:not(:last-child), .elementor-element-eda2e87 p, .elementor-element-cf774e5 p {
	margin-bottom: 0;
}
.elementor-template-full-width .site-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.site-inner {
	background: none;
}
body.custom-background {
	background: #fff!important;
}

/* home */
.elementor-element-fdaae54 .elementor-widget-icon p, .elementor-element-eda2e87 .elementor-widget-heading p, .elementor-element-cf774e5  .elementor-widget-heading p {
	margin-bottom: 0;
}

/* buttons */
button, .button, .btn, input[type="button"]{
	color: #fff!important;
	padding: 8px 24px;
}
button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
  color: #1A2332!important;
}
button, .button, .btn, input[type="button"], button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
	border: 2px solid #BF8B35;
}
.lightBtn {
	background: none;
	border-color: #fff;
}
.btnRow {
	display: flex;
	flex-direction: row;
}
@media screen and (min-width: 600px) {
	.btnRow .btn {
		margin-right: 12px;
	}
}
@media screen and (max-width: 600px) {
	.btnRow {
		flex-direction: column;
	}
	.btnRow .btn {
		margin-bottom: 12px;
	}
}

/* footer */
.site-footer {
	padding-top: 0;
	padding-bottom: 0;
}
#footerServingSince, #copyrightNotice {
	display: none;
}

/* service page summaries */
#summary {
	border: 2px solid #BF8B35;
	padding: 24px;
}
#summary h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #BF8B35;
}
#summary ul {
	list-style-type: disc;
	list-style-position: inside;
}

/* hides estimate link in footer on contact page */
.page-id-4 .elementor-element-1fa2409 {
  display: none;
}