/* header contact */
.authority-top-banner {
	font-family: "inter";
}

.authority-top-banner a {
	text-decoration: none;
}

.authority-top-banner, .authority-top-banner a {
	font-size: 24px;
}

button#authority-top-banner-close {
    display: none;
}

/* menu toggle centering */
#genesis-mobile-nav-primary {
  display: block;
	margin: 12px auto;
	width: 100%;
}

/* Typography changes */
.hero-portrait-caption, .site-footer .wrap, #footerServingSince, .h-adr {
	font-family: "inter" !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;
}

/* featured pages */
#front-page-3 > div:nth-child(1) > div:nth-child(1) {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#front-page-3 section {
	width: 33%;
}

#front-page-3 h3 {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

/* 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;
}

/* serving since */
.site-footer {
    text-align: center;
}

div.content:nth-child(4) {
	margin-bottom: 36px!important;
}

.page .site-footer .content {
	max-width: 100%;
}

/* contact us 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%;
	}
}