/* color changes in header &amp; footer */
.home .site-header.fixed:not(.shrink) {
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}
.site-header.shrink, .site-footer {
	background-color: #3127A5!important;
}
@media screen and (max-width: 896px) {
	.nav-primary {
		background-color: #465FD1!important;
	}
}

/* site title &amp; slogan in header */
.site-title {
	margin-bottom: 12px;
}
@media screen and (min-width: 896px) {
	.title-area {
		max-width: 33%;
	}
}

/* spacing adjustments on front page */
.elementor-widget:not(:last-child), .elementor-widget-video p, #text-13 p {
	margin-bottom: 0;
}

/* buttons */
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #3127A5;
	color: #fff;
	border-radius: 36px;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #465FD1;
}
.yellowBtn {
	background-color: #FBD00A;
	color: #141414!important;
}
.yellowBtn:hover {
	background-color: #fbdb3e;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}

/* footer */
.pgsd_hours {
	background-color:#3127A5;
}
.pgsd_hours, .pgsd_hours tbody, .pgsd_hours td {
	border: none;
}
.site-footer {
	color: #fff;
}

/* images on pages */
.page .entry-content img {
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}