/* 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;
}

/* button styles */
button, .button, .btn, input[type="button"], button:hover, .button:hover, .btn:hover, input[type="button"]:hover  {
	background-color: #0C0C0C!important;
	color: #fff!important;
	border-width: 3px!important;
	border-image: linear-gradient( 
		45deg,#DEAF60,#9D6216,#FEEC77) 1!important;
}
button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
	color: #FFAB2D!important;
}

/* home page spacing adjustments */
.home .site-inner {
	margin-top: 0;
}
.elementor-widget:not(:last-child), .elementor-element-9179806 p {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.footer-widget-area {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
.footer-widgets {
	z-index: 1;
}
#genesis-footer-widgets, .site-footer {
	background-color: #0C0C0C;
	color: #fff;
}
#genesis-footer-widgets #menu-services { line-height: 12px; }
#genesis-footer-widgets #menu-services a { color:#fff; }

/* keeps breadcrumbs from disappearing beneath header */
@media screen and (min-width:1024px) {
	.site-inner {
		margin-top: 280px;
	}
	.home .site-inner {
		margin-top: 180px;
	}
}

/* images on service pages */
.entry-content img {
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}