/* header */
.site-header{
	background: #232C39;
}
.site-title {
	font-size: 24px;
}
.site-description {
	display: none;
}

/* button styles */
.button, .btn, button, input[type="button"] {
	background-color: #BE2F33;
	border-radius: 24px;
}

/* footer widgets */
.pgsd_hours, .pgsd_hours tbody, .pgsd_hours tr, .pgsd_hours td {
	background-color: #232C39;
	border: none!important;
}

/* arranges footer logos */
footer .content {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	width: 100%!important;
	margin-bottom: 24px;
}
.footercontent img {
	border-radius: 6px;
}

/*images on all pages*/
footer .content img {
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* front page spacing edits */
.elementor-element-ab30500 p, .elementor-element-54e8b64 .elementor-widget-heading, .elementor-element-0e4fb85 p {
	margin-bottom: 0;
}