/*
Theme Name: Jacques
Theme URI: 
Author: David Frenson
Author URI: higherbooking.com
Description: Wordpress Theme
Version: 1.0
*/
@font-face {
  font-family: "anton";
  src: url(fonts/Anton-Regular.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: #00122A;
--text-color-hero: #fff;
--text-color-heading:#000;
--text-color-heading-hero:#fff;
--text-color-barber-links:#0F64C5;
--text-color-nav:#fff;
--text-color-button:#fff;
--text-color-footer:#fff;
--text-color-nav-toggle:#fff;
--bg-color-button:#E24C3B;
--bg-color-body:#fff;
--bg-color-hero:#000;
--bg-color-hero-image-overlay:rgba(126, 127, 122, .7);
--bg-color-main-body:#ccc;
--bg-color-footer:#000;
--bg-color-bottom-bar:#000;
--font-family-body:"poppins";
--font-family-body-bold:"poppins-bold";
--font-family-button:"poppins";
--font-family-heading:"anton";
--border-color-service:#00122A;
}
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;}
*: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%;
}
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-body), 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;
	}
}
button {
	color:var(--text-color-button);
	font-size:16px;
	font-family:var(--font-family-body), sans-serif;
	background: var(--bg-color-button);
	height:44px;
	padding:0 24px;
	border-radius:8px;
	border:none;
	cursor: pointer;
}
section.hero {
	padding:15rem 4rem 10rem 4rem;
	background-size:cover !important;
	box-shadow: inset 0 0 0 2000px var(--bg-color-hero-image-overlay);
}
section.hero .hero-copy{
	text-align: center;
	width:70%;
	margin:0 auto;
}
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-image {
	flex-basis:45%;
}
section.hero .hero-image img {
	max-width:100%;
	height: auto;
}
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);
	font-size:2.5rem;
	margin-bottom:2rem;
}
section.services-wrap{
	padding:2rem 4rem;
	display: flex;
}
section.services-wrap .service-img {
		flex-basis:35%;
}
section.services-wrap .service-img img {
	max-width: 100%;
	height:auto;
	margin-top:-5em;
	object-fit: cover;
	aspect-ratio: 1 / 1.5;
}
section.services-wrap .services {
	padding:2rem 0 0 4rem;
	position:relative;
}
section.service-list {
	margin-bottom:1rem;
	flex-basis:60%;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	gap:20px;
}
section.service-list .service {
	width:150px;
	height:150px;
	border:solid 1px var(--border-color-service);
	align-content: center;
	text-align: center;
	color:var(--text-color-body);
}
section.service-list .service p.title {
	font-size:1.1em;
}
section.service-list .service p.price {
	padding-top:.5em;
	font-size:.8em;
}
section.services-wrap .services .cancellation-policy{
	margin-top:2em;
	padding:0 0 2rem 0;
}
section.services-wrap .services .cancellation-policy a {
	color:var(--text-color-body);
	text-decoration:underline;
}
section.main-body .barbers {
	padding:2rem 4rem;
}
section.main-body .barbers ul {
	display: flex;
	justify-content: flex-start;
	gap:30px;
	flex-wrap:wrap;
}
section.main-body .barbers ul li {
	flex-basis:15%;
	text-align: center;
}
section.main-body .barbers ul li img {
max-width: 100%;
border-radius:25px;
object-fit: cover;
aspect-ratio:1;
object-position:top;
}
section.main-body .barbers ul li h4 {
	margin:.5rem 0;
}
section.main-body .barbers ul li a {
	color:var(--text-color-barber-links);
}

section.footer-content {
	padding:4em 2em;
	background: var(--bg-color-footer);
	display: flex;
	justify-content: space-around;
}
section.footer-content .shop-info-wrap ul.shop-features {
	padding:2rem 0;
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}
section.footer-content .shop-info-wrap ul.shop-features li {
	display: flex;
	color:var(--text-color-footer);
	font-size:18px;
	align-content: center;
	gap:5px;
}
section.footer-content .shop-info-wrap ul.shop-features li svg {
	height:18px;
}
section.footer-content .shop-info-wrap ul.shop-features li svg path{
	fill: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 .shop-info-wrap h2 {
	font-family:var(--font-family-heading),serif;
	color:var(--text-color-footer);
	font-size:2.5rem;
}
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 {
		display: block;
		position: relative;
		background: var(--bg-color-hero);
	}
	header .header-content {
		padding: 1rem 0;
	}
	header .header-content nav {
		margin:0 auto;
	}
	header a.nav-toggle {
		position:absolute;
		top:5px;
		right:5px;
	}
	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;
		text-align:center;
		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:1rem;
		display: block;
	}
	section.hero .hero-copy {
		width: 100%;
		padding-bottom:2rem;
	}
	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: 100%;
	}
	.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;
	}

	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;
	}
}
