.site-header { overflow-x: clip; }

/*header styling*/
header a {
  border: none;
}

/* home page layout */
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child), .elementor-element-d38537b p, .elementor-element-1bfa313 p {
	margin-bottom: 0;
}

/* 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;
}

/* footer payments */
.pgsd_payments {
	min-height: 32px;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
}

/* footer logo */
.site-footer .footer-logo {
	height: 112px;
}

/* 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);
}

/*hides copyright*/
.copyright { display: none; }

/*hides all featured images on pages*/
#genesis-content .entry-image {
  display:none;
}