/*header styling*/
header a, .site-header {
  border: none;
}
.site-header { overflow-x: clip; }

/* home page layout */
.home .site-inner {
	padding: 0;
}
.elementor-widget:not(:last-child) {
	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;
}
.before-footer-cta a {
  border-bottom: none;
}
.footer-logo {
	border-radius: 100%;
}

/* 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,.3);
}

/*hides all featured images on pages*/
#genesis-content .entry-image {
  display:none;
}