/* 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, .site-footer .wrap, #footerServingSince, .h-adr {
	font-family: "Inter", sans-serif !important;
}

/* spacing fixes on homepage */
.home .site-inner {
	padding-top: 0;
}
.elementor-element-798deb4 p, .elementor-element-ce4780b, .elementor-element-8672cd7  {
	margin-bottom:0!important;
}

/* 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) {
		/* 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;
	}
}