/* header */
.site-header h1 {
	margin-bottom: 0;
}
.site-header .button:not(.text) {
	padding: 12px 24px;
	font-size: 14px;
}
.page:not(.home) .site-header {
	margin-bottom: 60px;
}

/* fixes visiblity issues with sub-menus */
.sub-menu li.menu-item:first-child, .sub-menu li.menu-item:last-child {
	overflow: visible!important;
}

/* inserts new menu toggle, because the built in one isn't showing up (?) */
.hfe-menu-toggle {
	background: url('/wp-content/uploads/2024/02/menu-toggle.png');
	background-size: contain;
	padding: 0!important;
}

/* spacing adjustments on home page */
.elementor-widget:not(:last-child), .elementor-element-77f0daf p {
	margin-bottom: 0;
}

/* hides overall review score on google review slider */
.ti-footer {
	display: none;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}

/* contact form on home page */
.elementor-element-0f2885b .btn {
	border: 3px solid #fff;
	background: none;
}
.elementor-element-0f2885b .btn:hover {
	color: #141414;
	background: #fff;
}

/* footer widgets */
.footer-cta, .footer-cta .widget {
	text-align: left!important;
}
.footer-cta .widget-title {
	font-size: 24px;
}

/* images on pages */
.entry-content img {
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}