/* button styles */
.btnLite {
	background-color: rgba(255,255,255,.25)!important;
}
.btnLite:hover {
	color:#fff!important;
	background-color: rgba(255,255,255,.5)!important;
}

#pgh_header_contact {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	line-height: 1.24;
}

.ppaphone a, .ppaemail a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	border-bottom: none;
	color: #4557bc;
}

.ppaphone a:hover, .ppaemail a:hover {
	color: #324889;
}

.ppaphone a {
	margin-right: 24px;
}

.site-inner {
  margin: 0 auto;
}

#text-6 {
	padding: 24px;
	border-radius: 1px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
}

#text-6 .button {
	margin-top: 30px;
}

#front-page-2 .flexible-widgets {
	align-items: center;
}

#front-page-3 .wrap .flexible-widgets {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#front-page-3 .wrap .flexible-widgets section {
	width: 100%;
}

#text-3, .wp-image-1231 {
	margin-bottom: 30px;
}

input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

@media screen and (max-width: 800px) {
  .front-page-2 .widget-wrap {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  
  #text-22 .widget-wrap {
    padding-top: 0;
  }
}

/* instagram plugin */
.sbi_header_text > h3:nth-child(1) {
	color: #fff;
}

/* hides sidebar contact form on /contact/ */
.page-id-138 #text-30 {
	display: none;
}