/*
Theme Name: GWIII
Theme URI: 
Author: David Frenson
Author URI: higherbooking.com
Description: Wordpress Theme
Version: 1.0
*/
@font-face {
  font-family: "Goudy";
  src: url(fonts/GoudyBookletter1911-Regular.ttf);
}
@font-face{
	font-family:"Grotesk";
	src: url(fonts/HostGrotesk-VariableFont_wght.ttf);
}
@font-face {
  font-family: "poppins";
  src: url(fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "poppins-bold";
  src: url(fonts/Poppins-Bold.ttf);
}
:root {
--text-color-body: #fff;
--text-color-body-link: #0173ff;
--text-color-hero: #fff;
--text-color-heading:#FFDB6E;
--text-color-heading-hero:#FFDB6E;
--text-color-barber-links:#FFDB6E;
--text-color-nav:#fff;
--text-color-button:#0A0806;
--text-color-footer:#fff;
--text-color-nav-toggle:#fff;
--text-color-hero-feature:#000;
--bg-color-button:#FFDB6E;
--bg-color-body:#fff;
--bg-color-hero:#000;
--bg-color-main-body:linear-gradient(180deg, #3F3222 0%, #040101 100%);
--bg-color-footer:#3F3222;
--bg-color-bottom-bar:#000;
--bg-color-hero-feature:#fff;
--font-family-body:"poppins";
--font-family-body-bold:"poppins-bold";
--font-family-button:"Grotesk";
--font-family-heading:"Goudy";
--font-family-nav:"Grotesk";
--font-family-footer:"Poppins";
--font-family-footer-headings:"Poppins-Bold";
--font-family-heading-location:"Grotesk";
--border-color-quote:#FFDB6E;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1; min-height: 100%; color:--text-color-body;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
.altText{width:0;height:0;display:block;overflow:hidden;}
.cleaner{clear:both;height:0px;font-size:1px;overflow:hidden;border:none;margin:0;padding:0;background:transparent;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html{ scroll-behavior: smooth; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
a {text-decoration: none; color:var(--text-color-body-link)}
*:focus-visible {
	outline:dashed 2px #000;
	border-radius:10px;
	outline-offset:4px;
}
body {
	font-family: var(--font-family-body), sans-serif;
	font-weight: 400;
	font-style: normal;
}
header{
	position: absolute;
	width:100%;
	background:rgba(0, 0, 0, .5);
}
header .header-content{
	padding:2rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width:1440px;
	margin:0 auto;
}
nav.site-nav ul {
	display: flex;
	justify-content: space-between;
	gap:20px;
}
nav.site-nav ul li {
	align-content: center;
	padding:0 10px;
}
nav.site-nav li.logo-link {
	padding:0;
}
nav.site-nav li.logo-link img {
	max-width:200px;
}
nav.site-nav ul a {
	color:var(--text-color-nav);
	font-size:16px;
	font-family:var(--font-family-nav), sans-serif;
}
nav.site-nav ul a:hover {
	text-decoration: underline;
}
nav.site-nav ul a img {
	display: block;
}
@media screen and (min-width:768px) {
.mobile-only{
	display:none !important;
	}
}
.location-picker label {
	color:var(--text-color-nav);
	font-family:var(--font-family-nav);
}
.location-picker select {
	font-family:var(--font-family-nav);
	height:40px;
	padding:0 10px;
	border-radius:4px;
	background: rgba(255, 255, 255, 0.70);
	border:solid 1px #fff;

}
button {
	color:var(--text-color-button);
	font-size:16px;
	font-family:var(--font-family-button), sans-serif;
	background: var(--bg-color-button);
	height:44px;
	padding:0 24px;
	border-radius:8px;
	border:none;
	cursor: pointer;
}
section.hero {
	padding:10rem 4rem 10rem 4rem;
	background-size:cover !important;
	background-position: center !important;
	box-shadow: inset 0 0 0 2000px var(--bg-color-hero-image-overlay);
}
section.hero .hero-copy h1 {
	font-family:var(--font-family-heading),serif;
	color:var(--text-color-heading-hero);
	font-size: 5rem;
	line-height: 5.5rem;
	font-weight:300;
}
section.hero .hero-copy p {
	padding-top:1rem;
	font-family:var(--font-family-body),serif;
	color:var(--text-color-hero);
	font-size: 1rem;
	line-height: 1.5rem;
}
section.hero .hero-copy button {
	margin-top:2rem;
	height:55px;
	padding:0 40px;
}
section.hero .hero-copy .hero-feature {
	margin-top:25px;
	width:300px;
	border-radius:3px;
	background:var(--bg-color-hero-feature);
}
section.hero .hero-copy .hero-feature p {
	padding:1rem;
	color:var(--text-color-hero-feature);
}
section.hero .hero-image {
	flex-basis:45%;
}
section.hero .hero-image img {
	max-width:100%;
	height: auto;
}
section.single-page-hero h2 {
 font-family:var(--font-family-heading-location);
 font-size:30px;

}
section.single-page-hero h2 a {
	color:var(--text-color-hero);
}
section.single-page-hero h1 {
 font-family:var(--font-family-heading);
 font-size:74px;
 color:var(--text-color-heading);
 margin-bottom:18px;
}
section.single-page-hero a.book-now-hero {
	color:var(--text-color-button);
	font-size:16px;
	font-family:var(--font-family-button), sans-serif;
	background: var(--bg-color-button);
	height:44px;
	line-height:44px;
	padding:0 24px;
	border-radius:8px;
	display:inline-block;
}
section.main-body{
	background:var(--bg-color-main-body);
}
section.main-body h2 {
	font-family:var(--font-family-heading),serif;
	color:var(--text-color-heading);
	margin-bottom:2rem;
}
section.shop-locations {
	padding-top:90px;
	text-align: center;
}
section.shop-locations h2 {
	font-size:48px;
}
section.shop-locations ul {
	display: flex;
	max-width:80%;
	margin:0 auto;
	justify-content: space-between;
	flex-wrap:wrap;
}
section.shop-locations ul li {
	flex-basis:45%;
	text-align:center;
	color:var(--text-color-body);
	margin-bottom:25px;
}
section.shop-locations ul li h3 {
	color:var(--text-color-body);
	font-family:var(--font-family-heading);
	font-size:48px;
	margin-bottom:12px;
}
section.shop-locations ul li p.address {
	color:var(--text-color-body);
	font-family:var(--font-family-button);
	font-size:18px;
	margin-bottom:12px;
}
section.shop-locations ul li .img-wrap {
	position: relative;
}
section.shop-locations ul li .img-wrap img {
	display: block;
	max-width:100%;
}
section.shop-locations ul li .img-wrap .button-wrap{
	position: absolute;
	top:45%;
	width:100%;
}
section.shop-locations ul li .img-wrap a {
	padding:0 20px;
	margin:0 auto;
	background:var(--bg-color-button);
	font-family:var(--font-family-button);
	color:var(--text-color-button);
	display: inline-block;
	height:55px;
	line-height:55px;
	border-radius:3px;
}
section.business-info {
	padding:2rem;
	text-align: center;
}
section.business-info p.business-quote {
	margin:0 auto 15px auto;
	width:80%;
	max-width:1000px;
	border-top:solid 1px var(--border-color-quote);
	border-bottom:solid 1px var(--border-color-quote);
	padding:10px 80px;
	font-family:var(--font-family-heading);
	color:var(--text-color-body);
	font-size:38px;
	text-align:center;
	line-height:130%;
	box-sizing: border-box;
}
section.business-info .location-features {
	display: flex;
	margin:0 auto;
	width:80%;
	max-width:1000px;
	padding:15px 0 25px 0;
	align-content: center;
	justify-content: center;
	gap:20px;
}
section.business-info .location-features li {
	color:var(--text-color-body);
	font-size:14px;

}
section.business-info .location-features li svg {
	font-size:14px;
	height:14px;
}
section.business-info .location-features li svg,
section.business-info .location-features li svg path{
		fill:var(--text-color-body);
	}

section.business-info a.book-button {
	color:var(--text-color-button);
	font-size:16px;
	font-family:var(--font-family-button), sans-serif;
	background: var(--bg-color-button);
	height:44px;
	line-height:44px;
	padding:0 24px;
	border-radius:8px;
	display:inline-block;
	margin:0 auto;
}
section.services-wrap{
	padding:2rem;
}
section.services-wrap h2 {
	font-size:48px;
	text-align:center;
}
section.services-wrap .services {
	padding:2rem 0 0 0;
	position:relative;
}
section.services-wrap ul.service-list {
	margin:0 auto;
	width:80%;
	max-width:1000px;
	margin-bottom:1rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
section.services-wrap ul.service-list li {
	flex-basis:30%;
	display: flex;
	justify-content: space-between;
	font-size:16px;
	color:var(--text-color-body);
	margin-bottom:25px;
}
section.services-wrap ul.service-list li a {
	font-size:16px;
	color:var(--text-color-body);
}

section.main-body .barbers {
	padding:2rem 4rem;
}
section.main-body .barbers h2 {
	text-align:center;
	font-size: 48px;
}
section.main-body .barbers ul {
	display: flex;
	justify-content: flex-start;
	gap:30px;
	flex-wrap:wrap;
	margin:0 auto;
	width:80%;
	max-width:1000px;
}
section.main-body .barbers ul li {
	flex-basis:15%;
	text-align: center;
	color:var(--text-color-body);
}
section.main-body .barbers ul li img {
max-width: 100%;
border-radius:100%;
object-fit: cover;
aspect-ratio:1;
object-position:top;
margin-bottom:15px;
}
section.main-body .barbers ul li h4 {
	margin:.5rem 0;
}
section.main-body .barbers ul li .barber-name{
	height:60px;
}
section.main-body .barbers ul li .barber-name .barber-title {
	padding-top:4px;
	font-size:12px;
}
section.main-body .barbers ul li a {
	color:var(--text-color-barber-links);
	text-decoration:underline;
}
section.main-body .barbers-single {
	padding:50px 0;
	margin:0 auto;
	width:90%;
	max-width:900px;
}
section.main-body .barbers-single li.barber-single-entry {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
section.main-body .barbers-single li.barber-single-entry .barber-img{
	width:28%;
}
section.main-body .barbers-single li.barber-single-entry .barber-img img {
	max-width:100%;
}
section.main-body .barbers-single li.barber-single-entry .barber-info{
	width:70%;
	color:var(--text-color-body);
}
section.main-body .barbers-single li.barber-single-entry .barber-info .barber-name {
	font-size:38px;
	font-family:var(--font-family-heading);
	margin-bottom:15px;
}
section.main-body .barbers-single li.barber-single-entry .barber-info .barber-name .barber-title{
	font-family:var(--font-family-body-bold);
	font-size:12px;
	padding-top:5px;
}
section.main-body .barbers-single li.barber-single-entry .barber-info .barber-bio {
	margin-bottom:15px;
}
section.main-body .barbers-single li.barber-single-entry .barber-info ul.socials {
	display: flex;
	align-items: center;
	gap: 8px;
}
section.main-body .barbers-single li.barber-single-entry .barber-info .barber-booking-link {
	color:var(--bg-color-button);
	border:solid 1px var(--bg-color-button);
	height:40px;
	line-height:40px;
	padding:0 12px;
}
section.main-body .barbers-single li.barber-single-entry .barber-info ul.socials svg {
	width:24px;
	height:24px;
}
section.main-body .barbers-single li.barber-single-entry .barber-info ul.socials svg,
section.main-body .barbers-single li.barber-single-entry .barber-info ul.socials svg path {
	fill:var(--text-color-body);
}
.services-details-list {
	padding-top:50px;
	margin:0 auto;
	max-width:1000px;
	display: flex;
	justify-content:space-between;
	width:90%;
	color:var(--text-color-body);
	flex-wrap:wrap;
}
.services-details-list li {
	width:45%;
	display: block;
	margin-bottom:90px;
}
.services-details-list li h4{
	font-family: var(--font-family-heading);
	font-size:32px;
	margin-bottom: 18px;
}
.services-details-list li .service-price {
	font-size:16px;
	font-family:var(--font-family-body-bold);
	margin-bottom:5px;
}
.services-details-list li .service-duration {
	font-size:16px;
	font-family:var(--font-family-body-bold);
	margin-bottom:18px;
}
.services-details-list li .service-description {
	font-size:16px;
	font-family:var(--font-family-body);
}
section.footer-content {
	padding:4em 2em;
	background: var(--bg-color-footer);
	display: flex;
	justify-content: space-around;
}
section.footer-content .location-hours {
	color:var(--text-color-footer);
	width:20%;
}section.footer-content .location-hours table{
	width:100%;
}
section.footer-content .location-hours td {
	padding-bottom:10px;
}
section.footer-content .location-list {
	width:70%;
}
section.footer-content h3 {
	font-family:var(--font-family-footer-headings);
	color:var(--text-color-footer);
	font-size:24px;
	margin-bottom:20px;
}
section.footer-content .location-list ul {
	display:flex;
	flex-wrap:wrap;
	list-style: none;
}
section.footer-content .location-list ul li {
	list-style: none;
	flex-basis:24%;
	margin-bottom:20px;
}
section.footer-content .location-list ul li h4 {
	font-family:var(--font-family-footer-headings);
	margin-bottom:8px;
	font-size:16px;
}
section.footer-content .location-list ul li h4 a {
	color:var(--text-color-footer);
}
section.footer-content .location-list ul li p,section.footer-content .location-list ul li .phone {
	font-family:var(--font-family-body);
	color:var(--text-color-footer);
	font-size:16px;
}
section.footer-content .location-list ul li .phone {
	margin-top:5px;
	display: block;
}
section.footer-content .footer-legal ul li {
	margin-bottom:8px;
}
section.footer-content .footer-legal ul li a {
	color:var(--text-color-footer);
}
section.footer-content .shop-info-wrap {
	flex-basis:60%;
}
section.footer-content .footer-map {
	flex-basis:35%;
}
section.footer-content .footer-map iframe {
	max-width: 100%;
	height:400px;
}
section.footer-content .location-details{
	color:var(--text-color-footer);
	line-height:18px;
}
section.footer-content .location-map {
	width:30%;
}
section.footer-content .location-map iframe{
	max-width:100%;
}
/*
section.footer-content .shop-info {
	display:flex;
	justify-content: space-between;
	color:var(--text-color-footer);
}
section.footer-content .shop-info .hours {
	flex-basis:55%;
}
section.footer-content .shop-info .location {
	flex-basis:40%;
}
section.footer-content .shop-info .location p {
	margin-bottom:1rem;
}
section.footer-content .shop-info .hours a,
section.footer-content .shop-info .location a {
	color:var(--text-color-footer);
}
section.footer-content .shop-info a:hover {
	text-decoration: underline;
}
section.footer-content .shop-info .hours table {
	width:100%;
}
section.footer-content .shop-info .hours tr {
	height:30px;
}
section.footer-content .shop-info .legal li {
	padding-bottom:8px;
}
section.footer-content .shop-info .location p {
	line-height:1.5rem;
}
section.footer-content .shop-info h3 {
	font-family:var(--font-family-heading),serif;
	color:var(--text-color-footer);
	font-size:1.5rem;
	margin-bottom:1rem;
}*/
section.footer-bar {
	background:#000;
	text-align: center;
	height:100px;
	line-height:100px;
}
section.footer-bar a {
	color:#fff;
}
section.footer-bar a:hover {
	text-decoration: underline;
}
/*STANDARD PAGE STYLES*/
.standard-page-header {
	padding:15rem 4rem 8rem 4rem;
	background: var(--bg-color-hero);
	text-align: center;
}
.standard-page-header h1 {
	font-family:var(--font-family-heading),serif;
	color:var(--text-color-heading-hero);
	font-size: 5rem;
	line-height: 5.5rem;
	font-weight:300;
}
.main-body .barbers-page {
	padding:2rem 0;
}
.main-body .barbers-page ul.barbers-list {
	max-width:900px;
	margin:0 auto;
}
.main-body .barbers-page ul.barbers-list li {
	margin-bottom:5rem;
	display: flex;
	justify-content: space-between;
}
.main-body .barbers-page ul.barbers-list li .img-wrap {
	width:25%;
}
.main-body .barbers-page ul.barbers-list li .img-wrap img {
	max-width:100%;
	object-fit:cover;
	aspect-ratio: 1 / 1.5;
	filter: drop-shadow(5px 5px 0px #000000);
}
.main-body .barbers-page ul.barbers-list li .barber-info {
	width:65%;
}
.main-body .barbers-page ul.barbers-list li .barber-info h4{
	font-family:var(--font-family-heading);
	color:var(--text-color-heading);
	font-size:2rem;
	margin-bottom: 2rem;
}

.main-body .barbers-page ul.barbers-list li .barber-info p {
	margin-bottom:1rem;
}
.main-body .barbers-page ul.barbers-list li .barber-info ul.socials {
	margin:1rem 0;
	display: flex;
	align-content:center;
	height:25px;
	gap:5px;
}
.main-body .barbers-page ul.barbers-list li .barber-info ul.socials li {
	display: block;
	line-height:25px;
	margin:0;
}
.main-body .barbers-page ul.barbers-list li .barber-info ul.socials li svg {
	width:25px;
	height:25px;
}
.main-body .barbers-page ul.barbers-list li a.booking-button {
	padding:1rem 2rem;
	background:var(--bg-color-button);
	color:var(--text-color-button);
	display: inline-block;
	font-weight:900;
	border-radius: 8px;
}
.main-body .services-page {
	padding:4rem 2rem;
	margin:0 auto;
	max-width:1000px;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.main-body .services-page .individual-service {
	width:49%;
	margin-bottom:5rem;
}
.main-body .services-page .individual-service h4 {
	font-family:var(--font-family-heading);
	color:var(--text-color-heading);
	font-size:2rem;
	margin-bottom:1rem;
}
.main-body .services-page .individual-service .price,
.main-body .services-page .individual-service .duration {
	display: block;
	margin-bottom:.5rem;
	font-family:var(--font-family-body-bold);
}
.main-body .services-page .individual-service .duration {
	margin-bottom:1.5rem;
}
section.kids-page {
	max-width:900px;
	margin:0 auto;
	padding:2rem 0;
}
section.kids-page p {
	margin-bottom:1rem;
}
/*SMALL DESKTOP STYLES*/
@media screen and (max-width:1100px) {
	section.footer-content{
		display: block;
	}
	section.footer-map {
		padding:2rem 0 0 0;
	}
}
/*IPAD MINI STYLES*/
@media screen and (max-width:768px) {
	section.hero .hero-copy h1 {
	font-size: 2rem;
	line-height: 2.5rem;
}
	section.footer-content {
		display: block;
	}
}

/* MOBILE ONLY STYLES*/
@media screen and (max-width:767px) {
	header {
		position: relative;
		background:var(--bg-color-hero);
	}
	header .header-content {
		padding: 1rem 0;
		flex-wrap:wrap;
	}
	header .location-picker {
		flex-basis:100%;
		width:100%;
		padding:1rem;
	}
	header .location-picker select {
		width:100%;
	}
	header .location-picker label {
		display: none;
	}
	header .header-content nav {
		padding-left:1rem;
	}
	header a.nav-toggle {
		position:absolute;
		top:17px;
		right:17px;
	}
	nav.site-nav ul li.logo-link img{
		margin:0 auto;
		padding-bottom:1rem;
	}
	a.nav-toggle svg path {
		fill:var(--text-color-nav-toggle);
	}
	nav.site-nav ul {
		margin:0 auto;
		display: block;
	}
	nav.site-nav ul li {
		padding:0 0 1rem 0;
	}
	nav.site-nav.closed li:not(.logo-link) {
		display:none;
	}
	nav.site-nav:not(.closed) .hamburger{
		display:none;
	}
	nav.site-nav.closed .close {
		display: none;
	}
	header button {
		display: none;
	}
	section.hero {
		padding:120px 20px;
		display: block;
	}
	section.hero .hero-copy {
		width: 100%;
		padding-bottom:2rem;
	}
	section.shop-locations ul {
		display: block;
	}
	section.business-info p.business-quote {
		font-size:22px;
		padding:10px 15px;
	}
	/*section.services-wrap {
		padding:1rem;
		display: block;
	}
	section.services-wrap .service-img img {
		margin:0;
		aspect-ratio:unset;
	}
	section.services-wrap .services {
		padding:1rem 0 1rem 0;
	}
	section.services-wrap .services .cancellation-policy {
		position:static;
		padding-top:1rem;
	}
	section.services .service-list {
		justify-content: center;
	}
	section.services .service-list .service {
		width:250px;
		height:250px;
	}*/
	section.main-body .barbers {
		padding:1rem;
		padding-bottom:2rem;
	}
	section.main-body .barbers ul li {
		flex-basis: 43%;
	}
	.standard-page-header {
		padding:2rem 1rem;
	}
	.standard-page-header h1 {
		font-size:2rem;
	}
	.main-body .barbers-page ul.barbers-list li {
	 display: block;
	 padding:0 1rem;
	}
	.main-body .barbers-page ul.barbers-list li .img-wrap {
		width:100%;
	}
	.main-body .barbers-page ul.barbers-list li .img-wrap img {
		aspect-ratio: 1;
		margin:0 auto;
		display: block;
	}
	.main-body .barbers-page ul.barbers-list li .barber-info {
		padding:1rem 0;
		width:100%;
	}
	.main-body .barbers-page ul.barbers-list li .barber-info h4 {
		margin-bottom:1rem;
	}
	.main-body .barbers-page ul.barbers-list li .barber-info ul.socials {
		gap:10px;
	}
	.main-body .barbers-page ul.barbers-list li .barber-info ul.socials li {
		padding:0;
	}
	.main-body .services-page {
		display: block;
	}
	.main-body .services-page .individual-service {
		width:100%;
		margin-bottom:2rem;
	}
	.services-details-list li {
		width:100%;
		display: block;
		margin-bottom:45px;
	}
	section.footer-content .shop-info {
		display:block;
	}
	section.footer-content .shop-info .hours,
	section.footer-content .shop-info .legal,
	section.footer-content .shop-info .location {
		padding-bottom:2rem;
		font-family: var(--font-family-body);
	}
	section.footer-bar {
		font-size:.75rem;
		height:50px;
		line-height:50px;
	}
	section.footer-content .location-list {
		width:100%;
	}
	section.footer-content .location-list ul {
		display:flex;
		flex-wrap:wrap;
		list-style: none;
	}
	section.footer-content .location-list ul li {
		flex-basis:50%;
	}
	section.services-wrap ul.service-list {
		width:100%;
		padding:0;
	}
	section.services-wrap ul.service-list li {
		flex-basis:100%;
	}
	section.business-info p.business-quote {
		margin-bottom:15px;
	}
	section.business-info {
		padding:0 0 15px 0;
	}
	section.business-info .location-features {
		flex-wrap:wrap;
	}
	section.main-body .barbers h2 {
		font-size:38px;
	}
	section.footer-content .location-hours{
		width:100%;
		padding-bottom:15px;
	 }
	 section.footer-content .footer-legal,
	 section.footer-content .location-details
	 {
		width:100%;
		padding-bottom:15px;
	 }
	section.footer-content .location-map {
		width:100%;
	}
}


/*FOOTER CONTENT SHOW/HIDE STYLES*/
body.homepage .location-picker,
body.homepage footer .location-details,
body.homepage footer .location-hours,
body.homepage footer .location-map,
body.homepage nav .services-link,
body.homepage nav .barbers-link {
	display: none;
}
body.generic-page .location-picker {
	display: none;
}
body.location-page footer .location-list {
	display: none;
}


/* GENERIC PAGE STYLES*/
.generic-page-main {
	margin:0 auto;
	padding:50px;
	max-width:1440px;
	background:var(--bg-color-main-body);
}
.generic-page-main .copy-block{
	margin-bottom:30px;
}
.generic-page-main h3 {
	font-family:var(--font-family-heading);
	color:var(--text-color-body);
	font-size:36px;
	margin-bottom:15px;
}
.generic-page-main p {
	font-family:var(--font-family-body);
	color:var(--text-color-body);
	font-size:16px;
}