/*
Theme Name: rustic timbers
Text Domain: rustic timbers
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html * {
	max-height: 1000000px;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-stretch: expanded;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance:none;
}
/* END RESET */

body {
	/*position: relative;*/
	-webkit-text-size-adjust: none;
}

a {

}

a:hover {

}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 20px;
}

hr {
	margin: 0 0 20px;
	width: 100%;
	height: 1px;
	background: #000;
	border: none;
}

ul {
	margin: 0 0 20px 20px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 20px 20px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 40px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------------------------------
		HEADER
-----------------------------------------------------------------------------------------------------------*/

#header-wrapper {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 11;
}

.nav-wrapper {
	margin: 0 auto;
	width: 1000px;
}

.nav-wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.main-nav {
	margin: 0;
	list-style-type: none;
	text-align: center;
	float: left;
}

.main-nav > li {
	display: block;
	width: 125px;
	height: 100px;
	float: left;
}

.main-nav > li > a {
	position: relative;
	display: block;
	padding: 60px 10px 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	color: #645a26;
	text-transform: uppercase;
	text-decoration: none !important;
}

.main-nav > li > a > span.mni {
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 0;
}



/*-----------------------------------------------------------------------------------------------------------
		HEADER
-----------------------------------------------------------------------------------------------------------*/

.header-image,
.full-page-image {
	position: relative;
	margin: 0 0 100px;
	width: 100%;
	min-height: 580px;
	background-position: center center;
	background-size: cover;
}

.full-page-image {
	margin: 0;
}

.background-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}

.fpi-text {
	display: none;
	position: absolute;
	left: 0;
	top: 150px;
	padding: 0 20px;
	width: 100%;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

.fpi-text.center {
	top: 50%;
	transform: translateY(-50%);
}

.fpi-hl1 {
	margin: 0 0 5px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	line-height: 40px;
}

.fpi-hl2 {
	margin: 0 0 10px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	line-height: 68px;
}

.fpi-hl3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 40px;
}

.white-branch-wrapper {
	display: inline-block;
	padding: 0 104px;
	vertical-align: top;
	background-image: url('images/left-branch-white.png'), url('images/right-branch-white.png');
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 84px 19px, 84px 19px;
}

@media all and (max-width: 1023px) {

	.header-image {
		margin: 0;
	}

}

@media all and (max-width: 767px) {

	.header-image {
		min-height: 400px;
	}

	.fpi-text {
		top: 80px;
	}

	.fpi-hl1 {
		margin: 0 0 5px;
		font-size: 30px;
		line-height: 35px;
	}

	.fpi-hl2 {
		margin: 0 0 10px;
		font-size: 58px;
		line-height: 58px;
	}

	.fpi-hl3 {
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 35px;
	}

}

@media all and (max-width: 599px) {

	.fpi-text {
		top: 50px;
	}

	.fpi-hl1 {
		margin: 0 0 5px;
		font-size: 25px;
		line-height: 30px;
	}

	.fpi-hl2 {
		margin: 0 0 10px;
		font-size: 48px;
		line-height: 48px;
	}

	.fpi-hl3 {
		margin: 0 0 10px;
		font-size: 18px;
		line-height: 28px;
	}

}

@media all and (max-width: 479px) {

	.fpi-text {
		top: 40px;
	}

	.fpi-hl1 {
		margin: 0 0 5px;
		font-size: 25px;
		line-height: 30px;
	}

	.fpi-hl2 {
		margin: 0 0 10px;
		font-size: 38px;
		line-height: 38px;
	}

	.fpi-hl3 {
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.white-branch-wrapper {
		padding: 0 52px;
		vertical-align: top;
		background-size: 42px 10px, 42px 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN
-----------------------------------------------------------------------------------------------------------*/

#main-wrapper {
	padding: 0 30px;
	min-height: 100px;
}

#footer-white-block {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #fff;
	z-index: 10;
}

@media all and (max-width: 1023px) {

	#main-wrapper {
		padding: 0 30px;
	}

	/*#footer-white-block {
		display: none;
	}*/

}

@media all and (max-width: 767px) {

	#main-wrapper {
		padding: 0;
	}

}


/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT: ONE COLUMN
-----------------------------------------------------------------------------------------------------------*/

.content-wrapper {
	position: relative;
}

/*.content-wrapper.white.oc {
	margin: 0;
}

.content-wrapper.oc {
	margin: 0 0 50px;
}*/

/*.content-wrapper.image {
	margin: 0 0 50px;
}*/

.content-wrapper.beige {
	background: #f5f3eb;
}

.one-column-block {
	position: relative;
	padding: 100px 50px;
}

.one-column-content {
	margin: 0 auto;
	padding: 50px 70px;
	max-width: 1000px;
}

.one-column-content.image {
	background: rgba(255,255,255,0.95);
}

@media all and (max-width: 1023px) {

	/*.content-wrapper.oc {
		margin: 0 0 30px;
	}*/

	.one-column-block {
		position: relative;
		padding: 60px 30px;
	}

	.one-column-content {
		padding: 30px 40px;
	}

}

@media all and (max-width: 599px) {

	.one-column-block {
		position: relative;
		padding: 50px 0;
	}

	.one-column-content {
		padding: 30px 20px 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT: TWO COLUMN
-----------------------------------------------------------------------------------------------------------*/

.two-column-block {
	position: relative;
}

.two-column-block .text-column-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.two-column-block.full .text-column-wrapper {
	min-height: 1000px;
}

.two-column-block.half .text-column-wrapper {
	min-height: 500px;
}

.two-column-block.left .text-column-wrapper {
	padding: 0 0 0 50%;
}

.two-column-block.right .text-column-wrapper {
	padding: 0 50% 0 0;
}

.two-column-block .text-column-outer {
	width: 100%;
}

.two-column-block .text-column-outer:after {
	display: block;
	content: '';
	clear: both;
}

.two-column-block .text-column-inner {
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 600px;
}

.two-column-block.left .text-column-inner {
	padding-left: 100px;
	text-align: left;
}

.two-column-block.right .text-column-inner {
	padding-right: 100px;
	text-align: right;
	float: right;
}

.two-column-block .image-column-wrapper {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 2;
}

.two-column-block.left .image-column-wrapper {
	left: 0;
}

.two-column-block.right .image-column-wrapper {
	right: 0;
}

.two-column-block .image-column {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

@media all and (max-width: 1199px) {

	.two-column-block.full .text-column-wrapper {
		min-height: 800px;
	}

	.two-column-block.half .text-column-wrapper {
		min-height: 400px;
	}

	.two-column-block.left .text-column-inner {
		padding-left: 40px;
	}

	.two-column-block.right .text-column-inner {
		padding-right: 40px;
	}

}

@media all and (max-width: 899px) {

	.two-column-block.full .text-column-wrapper {
		min-height: 0;
	}

	.two-column-block.half .text-column-wrapper {
		min-height: 0;
	}

	.two-column-block.left .text-column-wrapper {
		padding: 0;
	}

	.two-column-block.right .text-column-wrapper {
		padding: 0;
	}

	.two-column-block .text-column-inner {
		max-width: 100%;
		padding: 40px 50px !important;
		text-align: left !important;
		float: none !important;
	}

	.two-column-block.full .image-column-wrapper {
		position: relative;
		width: 100%;
		padding: 0 0 120%;
	}

	.two-column-block.half .image-column-wrapper {
		position: relative;
		width: 100%;
		padding: 0 0 60%;
	}

}

@media all and (max-width: 599px) {

	.two-column-block .text-column-inner {
		padding: 40px 20px !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT: CALLS TO ACTION
-----------------------------------------------------------------------------------------------------------*/

.c2a-wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.left-c2a,
.right-c2a {
	display: flex;
	position: relative;
	width: 50%;
	height: 400px;
	text-decoration: none !important;
	background-position: center center;
	background-size: cover;
	align-items: center;
	float: left;
}

.c2a-text {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 500px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 70px;
	line-height: 190px;
	color: #645a26;
	text-align: center;
	background: rgba(255,255,255,0.9);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.c2a-icon {
	display: inline-block;
	margin: 0 0 0 30px;
	width: 80px;
	height: auto;
	vertical-align: middle;
}

.left-c2a .background-overlay,
.right-c2a .background-overlay {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.left-c2a:hover .background-overlay,
.right-c2a:hover .background-overlay {
	opacity: 0.5 !important;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.left-c2a:hover .c2a-text,
.right-c2a:hover .c2a-text {
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

@media all and (max-width: 1399px) {

	.c2a-text {
		width: 450px;
		font-size: 60px;
		line-height: 190px;
	}

}

@media all and (max-width: 1199px) {

	.left-c2a,
	.right-c2a {
		height: 260px;
	}

	.c2a-text {
		width: 300px;
		font-size: 42px;
		line-height: 130px;
	}

	.c2a-icon {
		margin: 0 0 0 20px;
	}

}

@media all and (max-width: 899px) {

	.left-c2a,
	.right-c2a {
		width: 100%;
		height: 400px;
		float: none;
	}

	.c2a-text {
		width: 450px;
		font-size: 70px;
		line-height: 190px;
		opacity: 1;
	}

	.c2a-icon {
		margin: 0 0 0 30px;
	}

}

@media all and (max-width: 767px) {

	.left-c2a,
	.right-c2a {
		height: 350px;
	}

	.c2a-text {
		width: 450px;
		line-height: 160px;
	}

}

@media all and (max-width: 599px) {

	.left-c2a,
	.right-c2a {
		height: 250px;
	}

	.c2a-text {
		width: 350px;
		font-size: 45px;
		line-height: 140px;
	}

	.c2a-icon {
		margin: 0 0 0 20px;
		width: 60px;
	}

}

@media all and (max-width: 479px) {

	.left-c2a,
	.right-c2a {
		height: 200px;
	}

	.c2a-text {
		width: 220px;
		font-size: 30px;
		line-height: 80px;
	}

	.c2a-icon {
		width: 40px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT: TESTIMONIALS
-----------------------------------------------------------------------------------------------------------*/

.testimonials-wrapper {
	margin: 0 auto;
	padding: 100px 160px;
	max-width: 1000px;
	background-image: url('images/testimonial-branch-left.png'), url('images/testimonial-branch-right.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 129px 275px, 102px 273px;
}

/*.content-wrapper.beige .testimonials-wrapper {
	background-image: url('images/testimonial-branch-left-white.png'), url('images/testimonial-branch-right-white.png');
}*/

.testimonial-headline {
	margin: 0 0 20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	line-height: 40px;
	text-align: center;
}

.slick-initialized .slick-slide {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}

.testimonials {
	position: relative;
}

.testimonial {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.testimonial-text {
	display: flex;
	align-items: center;
}

.testimonial p {
	margin: 0;
	padding: 0 0 20px;
}

.testimonial-name {
	padding: 20px 0 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}

@media all and (max-width: 767px) {

	.testimonials-wrapper {
		padding: 40px 20px;
		background-image: none !important;
	}

	.testimonial {
		font-size: 14px;
		line-height: 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT: PHOTO GALLERY
-----------------------------------------------------------------------------------------------------------*/

.photo-gallery-wrapper {
	padding: 160px 0;
}

.photo-gallery {
	height: 700px;
}

.photo-gallery .gallery-image {
	margin: 0 5px;
	width: auto;
	height: 700px;
	opacity: .5;
}

.photo-gallery .gallery-image.slick-current {
	opacity: 1;
}

.slick-controls {
	padding: 50px 20px 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 25px;
	line-height: 40px;
	font-style: italic;
	color: #645a26;
	text-align: center;
}

.slick-left,
.slick-right {
	display: inline-block;
	padding: 0 25px;
	cursor: pointer;
	text-indent: -9999px;
}

.slick-left {
	padding-left: 160px;
	background: url('images/left-arrow.png') no-repeat left center;
	background-size: 112px 40px;
}

.slick-right {
	padding-right: 160px;
	background: url('images/right-arrow.png') no-repeat right center;
	background-size: 112px 40px;
}

.slick-left:hover,
.slick-right:hover {
	color: #333333;
}

@media all and (max-width: 1199px) {

	.photo-gallery {
		height: 500px;
	}

	.photo-gallery .gallery-image {
		height: 500px;
	}

}

@media all and (max-width: 1023px) {

	.photo-gallery {
		height: 450px;
	}

	.photo-gallery .gallery-image {
		height: 450px;
	}

}

@media all and (max-width: 767px) {

	.photo-gallery-wrapper {
		padding: 80px 0;
	}

	.photo-gallery {
		height: 350px;
	}

	.photo-gallery .gallery-image {
		height: 350px;
	}

}

@media all and (max-width: 599px) {

	.slick-controls {
		padding: 30px 10px 0;
		font-size: 18px;
		line-height: 30px;
	}

	.slick-left,
	.slick-right {
		padding: 0 20px;
	}

	.slick-left {
		padding-left: 100px;
		background-size: 84px 30px;
	}

	.slick-right {
		padding-right: 100px;
		background-size: 84px 30px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

#footer-wrapper {
	padding: 0 30px 30px;
}

#footer-wrapper a:hover {
	color: #8f7d6b;
	text-decoration: none;
}

.footer-container {
	padding: 0 20px;
	background: #f5f3eb;
}

.footer-content {
	margin: 0 auto;
	padding: 40px 0;
	max-width: 880px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	line-height: 22px;
}

.footer-column-one {
	width: 250px;
	float: left;
}

.footer-column-two {
	padding: 0 20px;
	width: 380px;
	float: left;
}

.footer-column-three {
	width: 250px;
	float: left;
}

.footer-headline {
	margin: 0;
	font-size: 19px;
	line-height: 29px;
	text-align: center;
}

.social-links {
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	list-style-type: none;
}

.social-links li {
	display: inline-block;
	padding: 0 15px;
	font-size: 20px;
}

.social-links li a {
	color: #342316;
}

.social-links li a:hover {
	color: #645a26;
}

.legal-wrapper {
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	clear: both;
}

.legal {
	display: inline-block;
	padding: 0 130px;
	font-size: 13px;
	text-align: center;
	background-image: url('images/left-wheat-icon.png'), url('images/right-wheat-icon.png');
	background-position: 20px center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 80px 17px, 101px 13px;
	vertical-align: top;
}

.legal a {
	font-weight: 700;
}

.legal a.atlas {
	font-family: georgia, serif;
	color: #8f7d6b;
}

.legal span {
	display: inline-block;
}

@media all and (max-width: 1023px) {

	#footer-wrapper {
		padding: 0 30px 30px;
	}

	.footer-content {
		max-width: 620px;
	}

	.footer-column-one {
		margin: 0 0 20px;
	}

	.footer-column-two {
		margin: 0 0 20px;
		padding: 0;
		width: 340px;
		float: right;
	}

	.footer-column-three {
		margin: 0 auto 20px;
		float: none;
		clear: both;
	}

}

@media all and (max-width: 767px) {

	#footer-wrapper {
		padding: 0 0 30px;
	}

	.footer-content {
		max-width: 620px;
	}

	.footer-column-one {
		width: 240px;
	}

	.footer-column-two {
		width: 300px;
	}

}

@media all and (max-width: 599px) {

	.footer-column-one {
		margin: 0 auto 30px;
		float: none;
		clear: both;
	}

	.footer-column-two {
		margin: 0 auto 30px;
		width: 280px;
		float: none;
		clear: both;
	}

	.legal {
		display: block;
		padding: 0;
		background-image: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		GRAVITY FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_body {
	width: 100% !important;
}

.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=phone],
.gform_body textarea,
.gform_body select {
	background: transparent;
	font-size: 14px !important;
	border: 1px solid #8f7d6b;
	border-radius: 0;
}

.gform_body .gfield_label {
	text-transform: uppercase;
}

.gform_body select {
	height: 30px;
	-moz-appearance: none;
	background: url('images/select-box-arrow.png') no-repeat right center;
	background-size: 30px 30px;
}

.gform_footer .button {
	text-transform: lowercase;
}

/*-----------------------------------------------------------------------------------------------------------
		CC SIGNUP FORM
-----------------------------------------------------------------------------------------------------------*/

.ctct-embed-signup {
	padding: 10px 0 0 10px;
}

.ctct-embed-signup p {
	margin: 0;
}

#success_message div {
	padding: 10px 0 0;
}

#ff-email {
	border: 0;
	padding: 0 8px;
	width: 216px;
	height: 30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-style: italic;
	color: #8f7d6b;
	background: #fff;
	border-radius: 0;
	float: left;
}

#ff-submit {
	float: left;
	width: 20px;
	height: 30px;
	background: url('images/footer-submit-arrow.png') no-repeat center top;
	background-size: 20px 60px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}

#ff-submit:hover {
	background-position: center bottom;
}

/*-----------------------------------------------------------------------------------------------------------
		BUTTONS
-----------------------------------------------------------------------------------------------------------*/

.button {
	display: inline-flex !important;
	position: relative !important;
	margin: 0 !important;
	padding: 0 30px !important;
	font-family: 'Cormorant Garamond', serif !important;
	font-size: 18px !important;
	font-style: italic !important;
	line-height: 44px !important;
	color: #8f7d6b !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	background-color: transparent !important;
	border: 0 !important;
	cursor: pointer !important;
	transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s !important;
}
.button::after {
	display: block;
	position: absolute;
	content: '';
	width: 60%;
	left: 50%;
	height: 1px;
	bottom: 0;
	transform: translatex(-50%);
	transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
	background: #8f7d6b;
}
.button span {
	display: block;
	position: absolute;
	transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
	width: 100%;
	top: 0;
	left: 0;
}
.button span::before, .button span::after {
	content: '';
	display: block;
	position: absolute;
	background: #8f7d6b;
	transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.button span:first-child {
	height: 100%;
}
.button span:first-child::before, .button span:first-child::after {
	width: 1px;
	height: 100%;
	bottom: 0;
	transform: scale3d(1, 0, 1);
	transform-origin: bottom center;
	transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button span:first-child::before {
	left: 0;
}
.button span:first-child::after {
	right: 0;
}
.button span:last-child {
	width: 100%;
	height: 1px;
}
.button span:last-child::before, .button span:last-child::after {
	height: 1px;
	width: 100%;
	bottom: 0;
	transform: scale3d(0, 1, 1);
	transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button span:last-child::before {
	left: 0;
	transform-origin: bottom left;
}
.button span:last-child::after {
	right: 0;
	transform-origin: bottom right;
}
.button:hover {
	opacity: 1;
	outline: 0;
	color: #342316 !important;
	text-decoration: none;
	transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
	/* Positioning */
}
.button:hover::after {
	width: 100%;
	background: #342316;
	transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button:hover span:first-child::before, .button:hover span:first-child::after {
	transform: scale3d(1, 1, 1);
	background: #342316;
	transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button:hover span:last-child::before, .button:hover span:last-child::after {
	transform: scale3d(1, 1, 1);
	background: #342316;
	transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button:focus {
	background: #342316;
	color: white !important;
	transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.button:focus::after {
	opacity: 0;
}
.button.active {
	color: #000 !important;
	border-color: #000;
}
.button.active:hover, .button.active:focus {
	background: transparent;
}
.button-container .button {
	margin-bottom: 10px;
}

.button.mobile {
	opacity: 1;
	outline: 0;
	color: #342316 !important;
	text-decoration: none;
	transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
	/* Positioning */
}
.button.mobile::after {
	width: 100%;
	background: #342316;
	transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button.mobile span:first-child::before, .button.mobile span:first-child::after {
	transform: scale3d(1, 1, 1);
	background: #342316;
	transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button.mobile span:last-child::before, .button.mobile span:last-child::after {
	transform: scale3d(1, 1, 1);
	background: #342316;
	transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}


/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

/* Make it a marquee */
.marquee {
    width: 450px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/*-----------------------------------------------------------------------------------------------------------
	Marquee
-----------------------------------------------------------------------------------------------------------*/
