/* font styling */
.widget-title {
	font-family: 'Space Grotesk', sans-serif!important;
	font-weight: 700!important;
}

.home p {
	font-size: 2rem!important;
}

/* all imgs */

img, section, .button {
	border-radius: 3px;
}

/* buttons &amp; links */
button, .button, .genesis-nav-menu a {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	text-transform: none;
	letter-spacing: 1px;
}

.button.light {
	background-color: rgba(100,100,100,.95)!important;
}

.button.light:hover {
	background-color:#fff!important;
	color: #c50000!important;
}

/* nav bar alignment */
.header-image .site-title > a {
	background-position: center center!important;
}

.title-area {
	width: 30%;
}

.nav-primary {
	float: right;
}

#genesis-nav-primary {
	text-align: right;
}

/* phone number in nav */
#menu-item-1255 a{
	font-size: 1.75rem;
}

/* home page section 1 */
#text-15 .widget-title {
	margin-bottom: 24px;
	font-size: 6.4rem;
}

#text-15 .button {
	margin-top: 24px;
}

/* home page section 2 */
#front-page-2 .wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center; 
	align-items: center;
}
#front-page-2 section {
	text-align: left;
	padding: 36px;
}

#media_image-3 {
	margin-bottom: 0;
}

/* home page text alignment
 */
#front-page-3, #front-page-4 {
	text-align: left;
}

/* home page section 4 */
.wp-image-42 {
	width: 100%;
}

/* home page testimonial slider */
#text-25 {
	background-color: rgba(0,0,0,0.5);
	padding: 24px;
}
#slick-slide02 {
	margin-bottom: 3px!important;
}

/* home page coupons */
#text-30 .textwidget p {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#text-30 .textwidget img {
	padding: 12px;
	width: 50%;
}

/* home page footer widgets */
#front-page-7 {
	padding-top:120px;
	padding-bottom:24px;
}
#front-page-7 .wrap {
	display: flex;
	flex-direction: row;
}

#front-page-7 section {
	width: 33%;
	text-align: left;
}

#front-page-7 section .textwidget, #front-page-6 section a {
	font-size:2rem;
}

#front-page-7 section h4 {
	text-align: left;
	font-size: 2.4rem;
}

table.pgsd_hours {
	margin-bottom:0;
}

/* text alignment on pages */
.breadcrumb, .entry-title {
	text-align: left;
}
.entry-header::after {
	border-bottom: none;
}

/* contact us page spacing fixes */
input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

/* footer on pages */
#genesis-footer-widgets h3 {
	text-align: left;
	font-family: 'Space Grotesk', sans-serif!important;
	text-transform: none;
	font-size: 2.4rem;
	letter-spacing: 0;
}

/* footer > serving since */
.site-footer {
	color: #b3b3b3;
	font-size: 1.6rem;
	line-height: 1.6;
}

@media screen and (max-width:1020px) {
	/* home page section 2 */
	#front-page-2 .wrap {
		flex-direction: column;
	}
	#front-page-2 section {
		text-align: center;
	}
	

	/* home page coupons */
	#text-30 .textwidget p {
		flex-direction: column;
	}

	#text-30 .textwidget img {
		width: 60%;
	}
}

@media screen and (max-width:800px) {
	/* nav bar alignment */
	.title-area {
		width: 100%;
	}
	
	/* home page section 1 */
	#text-15 .widget-title {
		font-size: 5rem;
	}
	
		/* home page coupons */
	#text-30 .textwidget img {
		width: 90%;
	}
	
	/* home page footer widgets */
	#front-page-7 .wrap {
		flex-direction: column;
	}

	#front-page-7 section {
		width: 100%;
		margin-bottom: 40px;
	}
}