/* header */
.header-widget-area p {
	margin-bottom: 0;
}

/* buttons */
button:not(.menu-toggle, .sub-menu-toggle), .button, .btn, input[type="button"], input[type="select"] {
	background: #e26c1d;
	border-radius: 32px;
	border: 2px solid #E26C1D;
}
.fullBtn {
	width: 100%;
	text-align: center;
}
.btn2 {
	background-color: rgba(255,255,255,.1);
	border: 2px solid #fff;
}

/* home page */
.elementor-widget:not(:last-child), .elementor-element-7a8962c {
	margin-bottom: 0!important;
}

/* images on pages */
.entry-content img {
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
@media screen and (min-width: 1024px) {
	.verticalImg {
		max-height: 640px;
		width: 100%;
		object-fit: cover;
	}
}

/* page summaries */
#summary {
	border: 2px solid #b0c3e0;
	border-radius: 6px;
	padding: 32px;
	margin-bottom: 24px;
}
#summary h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#summary ul {
	margin-bottom: 0;
}

/* reviews */
.customerReview, .post-29 .entry-content div {
	border: 2px solid #b0c3e0;
	border-radius: 6px;
	padding: 24px;
	margin-bottom: 24px
}
.customerReview p:first-child::after, .post-29 h3::after {
	content: url("/wp-content/uploads/2026/05/5stars.png");
	display: block;
}

/* footer */
.before-footer .widget {
	margin: auto;
}
.site-footer a {
	color: #fff;
}
.site-footer, .has-fixed-header .site-header.shrink, #hero-section, .pgsd_hours {
	background-color: #1E304C;
}
.pgsd_hours, .pgsd_hours tbody, .pgsd_hours td {
	border: none;
}
.pgsd_payments {
	min-height: 32px;
}

/* contact form */
#emailFormInner .emailFormLine, #SendEmail {
	margin-bottom:12px;
}
#SendEmail {
	width: 100%;
}