img {
	border-radius: 5px;
}

.widget-title {
	font-size: 2rem;
}

#pgh_header_contact {
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	line-height: 3.3;
}
.ppaphone a, .ppaemail a {
	margin-left: 24px;
	font-size: 2.2rem;
}

#text-12 .textwidget {
	max-width: 60%;
	margin: auto;
	background: rgba(0,0,0,0.5);
	padding: 24px;
	border-radius: 5px;
}

.cta-buttons {
	margin: 12px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.cta-buttons a {
	margin: 12px;
}

#front-page-2 .flexible-widgets {
	display: flex;
	flex-direction: row;
}

#front-page-2 section {
	max-width: 33%;
}


#front-page-2 section article{
	width: 100%;
}

#featured-page-5 img, #featured-page-6 img, #featured-page-7 img {
	height: 200px;
}

#text-13 .textwidget {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

#text-13 ul, #text-15, .front-page-4 p{
	text-align: left;
}

#before-footer .widget-wrap {
	text-align: center;
}

input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

@media screen and (max-width: 800px)  {
	#pgh_header_contact {
		line-height: 1;
		font-weight: 500;
	}
	.ppaemail {
		text-align: left;
		float: none;
		position: absolute;
		top: 100px;
	}
	
	.ppaphone a, .ppaemail a {
		margin-left: 0;
	}
	
	#text-12 .textwidget {
	max-width: 100%;
}
	
	
	#front-page-2 .flexible-widgets {
		flex-direction: column;
	}
	
	#front-page-2 section {
	max-width: 100%;
}
#text-13 ul {
  text-align: center;
}
}

/* front part 1 &amp; 2 */
#text-14, #front-page-4 .wrap{
	max-width: 1024px;
	margin: auto;
}