/* header */
.site-header {
	 background: rgb(26,26,26);
  background: linear-gradient(180deg, rgba(26,26,26,.5) 50%, rgba(26,26,26,0) 100%); 
}
.site-title {
	font-size: 24px;
}
.site-description {
	display: none;
}
@media screen and (max-width:900px) {
  .nav-primary {
	  background-color: #1a1a1a;
  }
}

/* button styles */
.button, .btn, button, input[type="button"] {
	background-color: #830C0C;
	border-radius: 24px;
}

/* home page spacing fixes */
.elementor-element-b1f493c p, .elementor-element-2c25587 p, .elementor-element-f86b45d p, .elementor-element-452dd1a p {
	margin-bottom: 0;
}

/* re-colors footer */
.site-footer {
	background-color: #1a1a1a;
}

/* footer widgets */
.pgsd_hours, .pgsd_hours tbody, .pgsd_hours tr, .pgsd_hours td {
	background-color: #1a1a1a;
	color: #fff;
	border: none!important;
}

/* arranges footer logos */
.footercontent {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.footercontent img {
	border-radius: 6px;
}

/*images on all pages*/
.page .site-inner 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%;
}