/* Fonts */



/* Global styles */

html {
	font-weight: 100;
	color: #876749;
}

body {
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


/* Colours */

.colour-white {
	color: #fff;
}

.colour-brown {
	color: #876749;
}


/* Backgrounds */

.background-white {
	background: #fff
}


/* Fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 120%;
	color: inherit;
	padding-bottom: 1.75rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 2.063rem;;
}

p {
	font-size: 1.063rem;
	line-height: 140%;
	padding-bottom: 1.063rem;
	color: inherit;
}

p:last-child {
	padding-bottom: 0;
}

a,
a:hover {
	text-decoration: underline;
	color: inherit;
}

address {
	font-size: 1.063rem;
	line-height: 140%;
	color: inherit;
}

.main ul:not(.exclude):not(.gform_fields) {
	padding-left: padding-left: 1rem;
	list-style: disc;
	padding-bottom: .75rem;
}

.main ol:not(.exclude):not(.gform_fields) {
	padding-left: 1rem;
	list-style: decimal;
	padding-bottom: .75rem;
}

.main ul li,
.main ol li {
	line-height: 140%;
	font-size: 1.063rem;
	color: inherit;
	padding-bottom: .25rem;
}


/* Buttons */

.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 100%;
	background: #876749;
	padding: .75rem 1.125rem;
	font-size: inherit;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.btn:hover {
	background: #A7A674;
	color: #fff;
}


/* Header */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding-top: 8rem;
}

header a.custom-logo-link {
	display: block;
	width: 9.3125rem;
	height: 9.3125rem;
	position: absolute;
	left: 50%;
	margin-left: -4.65625rem;
}

header a.custom-logo-link img {
	display: block;
	width: 100%;
	height: 100%;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	font-size: 1.25rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	display: block;
}

header nav ul li a:hover {
	color: #fff;
}

header nav ul#menu-main-menu-left {
	position: absolute;
	top: 11.65625rem;
	left: 50%;
	transform: translateX(-100%);
	margin-left: -5.65625rem;
}

header nav ul#menu-main-menu-right {
	position: absolute;
	top: 11.65625rem;
	right: 50%;
	transform: translateX(100%);
	margin-right: -5.65625rem;
}

#menu_btn {
	display: none;
}


/* Sections */

.section-item:first-of-type {
	padding-top: 20.8125rem;
	margin-top: 0;
}

.section-margin {
	margin: 1.5rem 0;
}


/* Single Column */

.loop-section-single-column {
	background-attachment: fixed;
}


/* FAQs */

.loop-section-faqs {
	padding-bottom: 3rem;
	background-attachment: fixed;
}

ul.faq-questions li {
	float: left;
	width: 33.333%;
	padding-right: 2rem
}

ul.faq-questions li a {
	text-decoration: none;
}

ul.faq-questions-and-answers {
	margin: 3rem auto 0 auto;
	padding: 3rem 1.5rem;
	background: rgba(255,255,255,.9)
}

ul.faq-questions-and-answers li {
	padding-bottom: 3rem;
}

ul.faq-questions-and-answers li:last-child {
	padding-bottom: 0;
}

ul.faq-questions-and-answers h3 {
	font-size: 1.25rem;
	font-weight: 600;
}


/* Quotes */

.loop-section-quote blockquote {
	font-family: "Libre Baskerville", serif;
	font-size: 2.5rem;
	width: 24rem;
	text-align: center;
	padding: 3rem 0 6rem 0;
	float: right;
	line-height: 140%
}

.loop-section-quote .row:nth-child(even) blockquote {
	float: left;
}

.loop-section-quote .row:last-child blockquote {
	padding-bottom: 3rem
}



/* Profile */

.loop-section-profile {
	padding: 4.375rem 0 0 0;
	background-attachment: fixed;
}

.loop-section-profile img {
	width: 13.125rem;
	height: 13.125rem;
	display: block;
	margin: 0 auto 2.5rem auto;
}

.loop-section-profile .container {
	padding: 3rem 1.5rem;
	position: relative;
}

.loop-section-profile .container:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 2rem 1.25rem 2rem;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -1.25rem;
	left: 50%;
	margin-left: -2rem;
}


/* Classes */

.loop-section-classes {
	padding: 20rem 0;
	background-attachment: fixed;
}

#map {
	display: block;
	margin: auto;
	height: 22rem;
	width: 22rem;
}


/* Contact */

.loop-section-contact {
	padding: 2.25rem .75rem;
}

.loop-section-contact ul li {
	padding-bottom: 1.5rem;
	border-bottom: .125rem solid rgba(175, 143, 113, 0.5);
	max-width: 22rem;
	display: block;
	margin: 0 auto 1.5rem auto;
}

.loop-section-contact ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.loop-section-contact ul li h3 {
	font-size: 2rem;
}

.loop-section-contact ul li a {
	text-decoration: none;
}


/* Footer */

footer .container.inner {
	padding-top: 0
}


/* Responsive */


/* Larger than 1280px */
@media only screen and (min-width: 80em) {

}

/* Smaller than 1280px */
@media only screen and (max-width: 80em) {

}

/* Smaller than 1024px */
@media only screen and (max-width: 64em) {

}

/* Small than 992px */
@media only screen and (max-width: 62em) {

	body.open {
		position: fixed;
	}

	header {
		padding-top: 4rem;
	}

	.section-item:first-of-type {
	    padding-top: 16.8125rem;
	    margin-top: 0;
	}

	#menu_btn {
		position: absolute;
		right: 1.5rem;
		top: 2.9375rem;
		width: 2rem;
		height: 1.125rem;
		text-align: center;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		cursor: pointer;
		display: block;
		z-index: 120;
	}

	#menu_btn span {
		display: block;
		position: absolute;
		height: .125rem;
		width: 100%;
		background: #fff;
		border-radius: .375rem;
		opacity: 1;
		left: 0;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#menu_btn span:nth-child(1) {
	  top: 0;
	}

	#menu_btn span:nth-child(2),
	#menu_btn span:nth-child(3) {
	  top: .5rem;
	}

	#menu_btn span:nth-child(4) {
	  top: 1rem;
	}

	body.open #menu_btn span:nth-child(1) {
	  top: .5rem;
	  width: 0%;
	  left: 50%;
	}

	body.open #menu_btn span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	body.open #menu_btn span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	body.open #menu_btn span:nth-child(4) {
	  top: .5rem;
	  width: 0%;
	  left: 50%;
	}

	header nav {
	   opacity: 0;
	   visibility: hidden;
	   position: absolute;
	   z-index: 100;
	   background: rgba(0,0,0,.75);
	   top: 0;
	   bottom: 0;
	   left: 0;
	   right: 0;
	   height: 100vh;
	   padding: 3rem 0;
	   overflow: scroll;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	body.open header nav {
		opacity: 1;
		visibility: visible;
	}

	header nav ul#menu-main-menu-left,
	header nav ul#menu-main-menu-right {
	    position: static;
	    transform: translateX(0);
	    margin: 0;
	}

	header nav ul li {
	    float: none;
	}

	.loop-section-dual-column .col-md-6:first-of-type {
		padding-bottom: 0
	}

	ul.faq-questions li {
	    width: 50%;
	}

	.loop-section-single-column,
	.loop-section-profile,
	.loop-section-classes,
	.loop-section-faqs {
		background-attachment: initial;
	}


}

/* Small than 768px */
@media only screen and (max-width: 48em) {

	ul.faq-questions li {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	}

	footer span {
		display: block;
		text-align: center;
		float: none !important;
	}

	footer span:first-child {
		padding-bottom: .75rem;
	}

}
