/* header contact */
.authority-top-banner a {
	text-decoration: none;
}

.authority-top-banner {
	padding-right: 18px;
}

.authority-top-banner, .authority-top-banner a {
	font-size: 22px;
}

button#authority-top-banner-close {
    display: none;
}

/* menu toggle */
#genesis-mobile-nav-primary {
  display: block;
	margin: 12px auto;
	width: 100%;
}

button.sub-menu-toggle {
	border: none;
}

/* Typography changes */
.authority-top-banner, .menu-item, .highlight a, .hero-portrait-caption, .site-footer .wrap, #footerServingSince, .h-adr {
	font-family: "Inter", sans-serif !important;
}

body.home h2 {
    font-weight: 700;
    font-size: 40px;
}
body.home h4 {
    font-size: 32px;
    font-weight: 700;
}

/*hero section*/
.hero-section {
    margin-bottom: 10px;
}

/* front parts 1 &amp; 2 */
#text-2, #text-3 {
	text-align: left;
}

/* featured pages */
#front-page-3 > div:nth-child(1) > div:nth-child(1) {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

#front-page-3 section {
	width: 33%;
}

#front-page-3 h3 {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	#front-page-3 .entry-image {
	max-width: 250px;
	max-height: 250px;
}
}

/*google link*/
#text-13 > div:nth-child(1) > div:nth-child(1) {
	margin-left: 0;
}

/* footer */
div.flexible-widgets:nth-child(2) > div:nth-child(1) {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#footer .textwidget {
	margin-left:0;
}

#footer h3 {
	font-size: 2.6rem;
	font-weight: 700;
}

div#footer ul.alignleft {
	padding-left:0;
}

.pgsd_hours {
  margin-bottom: 0;
}

/* serving since */
.site-footer {
    text-align: center;
}

/* contact us page spacing fixes */
input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

/*centers title and menu toggle on small screens*/
@media screen and (max-width:1075px) {
.site-title{
    text-align: center;
  }
  .title-area {
  	min-width: 100%;
  }
}
@media screen and (min-width:1075px) {
    #genesis-mobile-nav-primary {
    display: none;
  }
}

@media screen and (max-width:860px) {
  /*hero section*/
  .hero-section-column.right .hero-portrait {
    max-width: 100%;
  }
	
		/* featured pages */
		#front-page-3 > div:nth-child(1) > div:nth-child(1) {
			flex-wrap: wrap;
		}

		#front-page-3 section {
			width: 100%;
		}
  
		/* footer */
	div.flexible-widgets:nth-child(2) > div:nth-child(1) {
		flex-wrap: wrap;
	}
	/* 	footer phone number */
		.flexible-widgets .widget, .flexible-widgets .widget:nth-child(2n+1) {
			text-align: left!important;
	}
}

/* Bullet hooks */
@media screen and (max-width:800px) {
	#text-10 ul {
		text-align: center;
	}
}

@media screen and (min-width:801px) {
	#front-page-1 .wrap {
		margin-left: 12%;
	}
}