@import url("https://use.typekit.net/kjc6zyy.css");

*{
	box-sizing:border-box;
	padding: 0px;
	margin:0px;
}
html{
	position: relative;
	min-height:100%;
}
body{
	height:100%;
	font-family: "Muli", Arial, sans-serif;
	font-size: 1em;
	color:#231A0B;
	margin-bottom:325px;
}
#page-container{
	position: relative;
	max-width:1200px;
	margin:0px auto;
}
#content-wrap{
	margin-top:100px;
	border:solid 3px #AD8036;
	padding:75px 100px 100px 100px;
}



/* NAV =============================================== */

header{
	z-index:1;
	width:100%;
	padding:0px 5% 0px 5%;
	background-color: #F1EADD;
	height:125px;
	text-transform: uppercase;
	color:#231A0B;
	position: relative;
	top:0px;
}
header img{
	width:150px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	margin-top:-5px;
}
nav{
	position: absolute;
	top:50%;
	right:0px;
	transform: translateY(-50%);
	right:5%;
	display: flex;
	align-items:center;
}
nav ul{
	position: relative;
	display: inline;
}
nav ul li{
	list-style-type: none;
	display: inline;
}
nav ul a{
	font-weight: bold;
	font-size:0.8em; 
	text-decoration:none;
	letter-spacing: 1.5px;
	color:#231A0B;
	padding:5px 18px;
}
nav ul a:hover{
	color: #AD8036;
	border-bottom:none;
}

nav ul.social-media-icons{
	margin-left:25px;
}
nav ul.social-media-icons li a{
	padding:5px;
}
nav ul.social-media-icons a.nav-social-media i{
	color:#AD8036;
	font-size:2em;
}
nav ul.social-media-icons a.nav-social-media i:hover{
	color:#231A0B;
}




/* FOOTER =============================================== */


footer{
	position: absolute;
	bottom:0;
	width:100%;
	height:225px;
	padding: 25px 10%;
	background-color:#AD8036;
/* 	margin-top:50px; */
}
.footer-content{
	max-width:1200px;
}
footer h5{
	color:#231A0B;
}
footer a{
	border-bottom:none;
	text-decoration:none;
}
footer a:hover{
	border-bottom:none;
}
footer p{
	margin-top:0px;
	line-height: 1.2em;
}
#footer-col-left{
	float:left;
}
#footer-col-left p{
	font-size:0.8em;
	text-align: center;
	font-style: italic;
}
#footer-col-right{
	float:right;
	display: flex;
}
footer img{
	width: 200px;
}
.footer-info, .footer-hours{
	padding:10px;
}
.footer-info{
	margin-right: 30px;
}
footer i{
	margin-top:-10px;
	color:#F1EADD;
	font-size:2em;
	padding-right:10px;
}
footer i:hover{
	color:#231A0B;
}


/* UNIVERSALS ========================= */

h1{
	font-family: "Playfair Display", Georgia, serif;
	font-weight:700;
	font-size:3em;
	text-align:center;
	color:#231A0B;
}
h2{
	font-family: "Playfair Display", Georgia, serif;
	font-weight:400;
	font-style:italic;
	font-size:2.5em;
	text-align:center;
	color:#231A0B;
}
h3{
	font-family: "Shelby", script;
	font-size:3em;
	font-weight:400;
	color:#231A0B;
}
h3.offset-h3{
	position: absolute;
	background-color: #ffffff;
	padding: 5px 25px;
	left:5%;
	top:0px;
	line-height: 0px;
	transform: translateY(-50%);
}
h4{
	font-family: "Muli", Arial, sans-serif;
	font-size:1.2em;
	text-transform: uppercase;
	text-align:center;
	letter-spacing: 1.5px;
	color:#AD8036;
	font-weight:600;
	margin:15px 0px;
}
h5{
	font-family: "Muli", Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#AD8036;
	font-weight:600;
	margin:15px 0px;
}
p{
	margin-top:20px;
	line-height:1.75em;
	letter-spacing:.5px;
}
a{
	color:#AD8036;
	text-decoration: none;
}
a:hover{
	color:#231A0B;
	border-bottom:solid 2px #231A0B;
}
.quotation{
	position: relative;
	width:75%;
	margin:0px auto;
	margin-top:75px;
}
.quotation p{
	font-family: "Shelby", script;
	font-size:3.5em;
	line-height: 0.5em;
	color:#AD8036;
}
p.quotation-mark-right, p.quotation-mark-left{
	position: absolute;
	top:15px;
	display:inline;
	color: #D6C09B;
	font-size:6em;
	line-height: 0;
}
p.quotation-mark-right{
	top:0px;
	left: -5%;;
}
p.quotation-mark-left{
	right:25%;
	top:75%;
}
#page-container a{
	color: #AD8036;
	text-decoration: none;
	font-weight:600;
}
#page-container a:hover{
	color: #231A0B;
	border-bottom:solid 2px #231A0B;
}
a.nav-booking{
	border:solid 2px #AD8036;
	border-radius:5px;
	padding-top:8px;
}
a.nav-booking:hover{
	border:solid 2px #AD8036;
  	background-color: #AD8036;
	color: #231A0B;
	border:solid 2px #AD8036;
}
#page-container .btn-brown, #home-page-container .btn-brown{
	margin:auto;
	margin-top:50px;
}

#page-container .btn-brown a, #home-page-container .btn-brown a{
	margin:auto;
	display: block;
	width:200px;
	background-color:#AD8036;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	text-align: center;
	padding:12px 35px 10px 35px;
	border-radius: 5px;
}
#page-container .btn-brown a:hover, #home-page-container .btn-brown a:hover{
	background-color:#231A0B;
	border-bottom:none;
}




/* HOME ===================================================== */

body.home{
	margin-bottom:225px;
}
#banner{
	position: relative;
	height:600px;
	background-image: url(images/home-hero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#home-page-container{
	position: relative;
	min-height:100vh;
	max-width:1200px;
	margin:0px auto;
}
.page-title{
	position: relative;
	top:50%;
	transform: translateY(-75%);
}
.section{
	margin:50px auto 75px auto;
}
.outline-section{
	border: solid 3px #AD8036;
	padding:75px;
}

.column-2{
	width:100%;
	display:flex;
}
.col-2-left{
	width:65%;
	margin-right:50px;
	padding-left:25px;
}
.col-2-right{
	width:35%;
}
.contact-info{
	outline:2px solid #AD8036;
	padding:50px;
}
.contact-info p{
	margin-top:0px;
	line-height: 1.5em;
}
.contact-info table p{
	text-transform: uppercase;
}
.contact-info p.weekdays{
	text-transform: uppercase;
	font-weight: bold;
}
.contact-info td{
	padding-right:15px;
}
.section.workshop{
	width:90%;
	margin:auto;
	margin-bottom:100px;
}
.workshop-images{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
.workshop img{
	height:500px;
}
.section.booking{
	position:relative;
}
.testimonials{
	margin-bottom:-50px;
	padding:50px 5% 125px 5%;
	background-image:url(images/spritz.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.testimonials h3{
	margin-left:0%;
}
.testimonials-section-wrap{
	max-width:1200px;
	margin:auto;
}
.testimonials-wrap{
	margin-top:25px;
	display: flex;
	justify-content: space-between;
}
.client-test{
	width:30%;
	padding: 0px 10px;
}
.client-test p{
	font-style:italic;
}

/* ABOUT and SERVICES =============================================== */

body.offset-image-template{
	background-image: url(images/wheat-field.jpg);
	background-size:;
	background-repeat:no-repeat;
	background-attachment: fixed;
	
}
body.offset-image-template #content-wrap{
  width:90%;
}
.bio, .services{
	position: relative;
}
.bio img, .services img{
	width: 300px;
	position: absolute;
	right:0%;
	top:125px;
	transform: translateX(50%);
}
.bio p{
	width:75%;
}

.services h5{
  padding:0px;
	margin:0px;
	margin-top:35px;
}
.services table{
	position: relative;
	width:100%;
}
.services td{
	padding-top:20px;
/* 	border:solid 1px; */
}
td.service-option{
	width:50%;
}
td.price{
	font-style:italic;
	padding-left:25px;
}
td.service-desc, p.service-desc{
	font-style:italic;
	font-size:0.9em;
	padding-left:10px;
	padding-top:5px;
}


/* GALLERY ============================================== */


.gallery-section:nth-of-type(2){
	margin-top:50px;
}
.gallery-section h4{
	margin-bottom:25px;
}
.gallery-images-wrap{
	margin-top:15px;
	width:100%;
	position: relative;
}
.gallery-images-two-row, .gallery-images-three-row{
	display: flex;
	width:100%;
	padding-bottom:25px;
}
.gallery-image{
	width:100%;
}
.gallery-images-three-row img, .gallery-images-two-row img{
  width:100%;
	padding:0px 10px;
}

/* CONTACT ============================================== */

body.contact-page #content-wrap{
	padding-top: 50px;
	padding-bottom:75px;
}
.bg-image{
	z-index:-1;
	position: absolute;
	right:0;
	bottom:0;
  width:100%;
	height:100%;
}
.bg-image img{
	position: absolute;
	bottom:225px;
	right:0;
	height:60%;
}
#contact-form-wrap{
	position: relative;
	width:100%;
	display: flex;
}
.contact-form-left{
	padding-right:50px;
	width:65%;
}
.contact-form-left h5{
	margin-bottom:5px;
}
input.contact-info-field, textarea.contact-info-field{
	width:100%;
	height:30px;
	border:solid 1px #ddd;
}
textarea.contact-info-field{
	height:150px;
	padding:5px;
	font-family: "Muli", Arial, sans-serif;
}
input.btn-submit{
	font-family: "Muli", Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight:600;
	margin:15px auto;
	margin-top:25px;
	display: block;
	width:200px;
	background-color:#AD8036;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	text-align: center;
	padding:17px 35px 10px 35px;
	border-radius: 5px;
	border:none;
}
input.btn-submit:hover{
	background-color:#231A0B;
}
.contact-form-right{
	min-width:300px;
	width:35%;
	border-left:2px solid #AD8036;
	padding:0px 0px 0px 50px;
/* 	background-color: rgba(255,255,255,0.7); */
}
.contact-form-left p, .contact-form-right p{
	margin-top:0px;
	line-height: 1.5em;
}
.contact-form-right table p{
	text-transform: uppercase;
}
.contact-form-right p.weekdays{
	text-transform: uppercase;
	font-weight: bold;
}
.contact-form-right td{
	padding-right:15px;
}

/* MEDIA QUERIES - 1200  ============================================== */

@media only screen and (max-width:1200px){
	#home-page-container, #page-container{
		width:90%;
		margin: auto;
	}
	nav ul a{
		font-size:0.7em;
		padding:5px 10px;
	}
	.workshop-images{
		justify-content: space-between;
	}
	.workshop img{
		height:inherit;
		min-height:200px;
	}
}

/* MEDIA QUERIES - TABLET ============================================== */

@media only screen and (max-width:900px){
	/* NAV */
	
	header{
		height: 150px;
		padding:0px;
	}
	header img{
		left:50%;
		top:0;
		transform:translate(-50%, 18%);
		margin:auto;

	}
  .hamburger{
		cursor: pointer;
	}
	.hamburger span{
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #231A0B;
		border-radius: 3px;
    z-index: 1;
		top:25px;
		left:20px;
	}
	nav{
		display: none;
		position: absolute;
		width: 100%;
		top:0;
		right:0px;
		margin: -100px -100%;
		padding: 50px;
		padding-top: 125px;

		background: #F1EADD;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		/* to stop flickering of text in safari */

		transform-origin: 0% 0%;
		transform: translate(-100%, 0);

		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	nav ul{
		display: block;
		margin-top:25px;
		margin-left:-25px;
	}
	nav ul li
{
	display: block;
  padding: 10px 0;
  font-size: 22px;
}
	nav ul.social-media-icons{
		margin-left:-10px;
	}
	nav ul.social-media-icons li{
		display: inline;
	}
	footer{
		padding: 10px;
	}
	footer img{
		width:150px;
	}
	.footer-content p{
		font-size:0.8em;
	}
	
	
	
	
	

/* HOME */

	#banner{
		height:400px;
	}
.column-2{
		display:block;
	}
	.col-2-left, .col-2-right{
		width:100%;
		padding:25px 30px;
	}
	.contact-info{
		padding:20px;
	}
	.quotation{
		width:100%;
		display:none;
	}
}



/* MEDIA QUERIES - MOBILE ============================================== */

@media only screen and (max-width:600px){
	body{
		
	}
	#content-wrap{
		border:none;
		padding:50px 25px;
	}
	h3.offset-h3{
		left:0;
	}
	
	
	footer{
		margin-top:100px;
		width:100%;
		height:300px;
	}
	#footer-col-left{
		position: absolute;
		bottom:25px;
		left:50%;
		width:100%;
		transform: translateX(-50%);
	}
	#footer-col-left img{
    display: none;
	}
#footer-col-left p{
	margin:auto;
	text-align: center;
}
.footer-hours, .footer-info{
		margin-right:0px;
	width:50%;
	}

	
	
	/* HOME */
	
	body.home{
		margin-bottom:300px;
	}
	.section{
		margin:0px;
		margin:0px;
	}
	
	.outline-section{
		padding:25px;
		border:none;
		border-top: solid 2px #AD8036;
	}
	.workshop img{
		display: none;
	}
	.testimonials{
		padding-bottom:25px;
		background-position: 55% 100%;
	}
	.testimonials-wrap{
		display: block;
	}
	.client-test{
		width:100%;
		margin-bottom:35px;
	}
	
	/* OFFSET TEMPLATE ===================== */
	
	body.offset-image-template #content-wrap{
		width:100%;
	}
	.bio img, .services img{
		width:200px;
		position: relative;
		top:0;
		transform: translateX(0);
	}
	.bio p{
		width:100%;
	}
	
	/* SERVICES ===================== */
	
	td.service-option{
		width:75%;
	}
	
	/* CONTACT ===================== */
	
	#contact-form-wrap{
		display: block;
		background-color:rgba(255,255,255,0.75);
		border-radius: 5px;
		padding:10px;
	}
	.contact-form-left{
		margin-bottom:25px;
		width:100%;
	}
	.contact-form-right{
		border-left:none;
		border-top: solid 2px #AD8036;
		padding:25px 0px;
	}
	
	
}














