/* 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-color: #C8102E!important;
	border-radius: 32px;
	border: 2px solid #C8102E;
}
.fullBtn {
	width: 100%;
	text-align: center;
}
.btnLight {
	background-color: rgba(255,255,255,.1);
	border: 2px solid #fff;
}

/* home page */
.elementor-widget:not(:last-child){
	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);
}

/* page summaries */
#summary {
	border: 2px solid #f3f3f3;
	border-radius: 6px;
	padding: 32px;
	margin-bottom: 24px;
}
#summary h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#summary ul {
	margin-bottom: 0;
}

/* footer */
.before-footer .widget {
	text-align: left;
}
.site-footer a {
	color: #fff;
}
.site-footer, .has-fixed-header .site-header.shrink, #hero-section, .pgsd_hours {
	background-color: #0D1F3C;
}
.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%;
}

/*faqs*/
.faq-section .section-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #C8102E;
}
.faq-item {
	border-radius: 11px;
	overflow: hidden;
}
.faq-answer {
	border: 1px solid #f4f4f4!important;
	border-radius: 0 0 12px 12px;
}