:root {
  --c7-bg-alt: #F5F1EA;
  --c7-font-family: "Palatino W05", Georgia, "Times New Roman", Times, serif;
  --c7-heading-font-family: "Palatino W05", Georgia, "Times New Roman", Times, serif;
  --c7-body-text-color: #4C433B;
  --c7-alt-text-color: #4C433B;
  --c7-font-size-sub: 16px;
  --c7-primary-color: #783225;
  --c7-primary-color-text: #A55727;
  --c7-primary-color-dark: #A75649;
  --c7-primary-color-focus: #A75649;
  --c7-header-text-color: #E3AA87;
  --c7-cart-count-text-color: #E3AA87;
  --c7-cart-count-bg: transparent;
  --c7-heading-text-color: #783225;
  --c7-heading-font-weight: normal;
  --c7-field-border-radius: 0px;
  --c7-field-border-color: #D2CFC9;
  --c7-button-border-radius: 0px;
  --c7-primary-button-bg: #FFFFFF;
  --c7-primary-button-bg-hover: #FFFFFF;
  --c7-primary-button-text-color: #783225;
  --c7-alt-button-bg: #FFFFFF;
  --c7-alt-button-bg-hover: #FFFFFF;
  --c7-dropdown-border-radius: 0px;
  --c7-dropdown-hover: #F5F1EA;
  --c7-border-color: #F5F1EA;

/*
  --c7-page-width: 1300px;
  --c7-page-width-checkout: 1500px;
  --c7-font-size: 16px;
  --c7-heading-font-family: inherit, sans-serif;
  --c7-primary-color-focus: rgba(56, 96, 214, 0.25);
  --c7-link-color: var(--c7-primary-color-text);
  --c7-bg: #fff;
  --c7-loading-bg: rgba(255, 255, 255, 0.5);
  --c7-modal-border-radius: 8px;
  --c7-modal-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  --c7-overlay-bg: rgba(0, 0, 0, 0.1);
  --c7-progress-bar: var(--c7-primary-color);
  --c7-pill-bg: #f3f6ff;
  --c7-pill-text-color: var(--c7-primary-color-text);
  --c7-field-bg: #fff;
  --c7-field-focus-color: rgba(0, 0, 0, 0.07);
  --c7-field-focus-border-color: rgba(0, 0, 0, 0.54);
  --c7-field-option-selected-color: var(--c7-primary-color);
  --c7-field-option-focus-color: var(--c7-primary-color-focus);
  --c7-field-placeholder: #b2b2b8;
  --c7-alt-button-bg: #dedfe3;
  --c7-alt-button-bg-hover: #cecfd4;
  --c7-alt-button-text-color: #232324;
  --c7-info-bg: #f1f1f4;
  --c7-error: #ca0505;
  --c7-error-bg: #ffebeb;
  --c7-warning: #fba213;
  --c7-warning-bg: #fff6e5;
  --c7-success: #016047;
  --c7-success-bg: #e8fcf7;
  --c7-notification: #ca0505;
  --c7-cart-count-bg: var(--c7-primary-color);
  --c7-cart-count-bg-focus: var(--c7-primary-color-focus);
  --c7-block-bg: var(--c7-bg);
  --c7-block-border-color: var(--c7-border-color);
  --c7-block-border-radius: var(--c7-border-radius);
  --c7-block-shadow: 0 1px 3px 0 rgba(222, 222, 227, 0.3);
*/
}

/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #F5F1EA;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Palatino W05", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 2em;
	color: #4C433B;
}

body.editor, body.short_editor {
	background-image: none;
	background-color: #F5F1EA;
	min-height: 400px;
	transition: none;
}

body.short_editor {
	min-height: 200px;
}

#content .tox-edit-area__iframe {
	padding: 0px 10px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
	margin-bottom: 1em;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

.block p {
	text-align: justify;
}

/*.block p:last-of-type {*/
.block p:last-child {
	margin-bottom: 0px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 1em;
}

#content li, #page_blocks li, .editor li {
	line-height: 1.75em;
	margin-bottom: .25em;
}

h1, .layout2 .block_news_events h2, .block_content.benefits h2 {
	font-size: 40px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	color: #783225;
	margin-bottom: .5em;
}

.block_content.benefits h2 {
	letter-spacing: .2em;
}

h2, .subtitle {
	font-size: 26px;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	color: #A55727;
	margin-bottom: .25em;
}

.layout2 h1 + h2, h1 + .subtitle {
	margin-top: -.5em;
	margin-bottom: 1em;
}

.layout2 .block_news_events h2, .block_content.benefits h2 {
	font-size: 30px;
	font-style: normal;
	text-align: center;
}

@media only screen and (max-width: 599px) {

	h1 {
		font-size: 30px;
	}

	h2, .layout2 .block_news_events h2 {
		font-size: 22px;
	}

}

hr {
	border: 0px;
	height: 1px;
	margin: 1em auto;
	color: #000000;
	background-color: #000000;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

#content img, .editor img {
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #A55727;
}

a, button, .button, input[type="button"], input[type="submit"], #nav li a:after, .block_instagram .posts a span, #nav_trigger, #nav_close, #logo, .block_box .content {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

em strong, strong em {
	color: #A55727;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container, #page_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#page_blocks .block_content_photo .embed_container, #page_blocks .block_video .embed_container {
	height: 100%;
	margin-bottom: 0px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed,
#page_blocks .embed_container iframe, #page_blocks .embed_container object, #page_blocks .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.right_photo {
	float: right;
	margin: 5px 0px 40px 40px;
	display: block;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 5px 40px 40px 0px;
	display: block;
	max-width: 50%;
}

@media only screen and (max-width: 599px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
	}

}

.col2 {
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {

	.cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.cols .col2 {
		width: 45%;
	}

}

.cols3 {
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-count: 3;
	-moz-column-gap: 40px;
	column-count: 3;
        column-gap: 40px;
	padding-left: 30px;
}

@media only screen and (max-width: 499px) {

	.cols3 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

}

/* FORM CSS */

label, .label {
	white-space: nowrap;
}

input, select, textarea {
	font-family: "Palatino W05", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	padding: .5em .75em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button, .button, input[type="button"], input[type="submit"], .layout_admin .ui-dialog-buttonset .ui-button {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

button:disabled, button[disabled], input[type="button"]:disabled {
	background-color: #999999;
	cursor: default;
}

a.fancy_button, input.fancy_button, span.fancy_button, .c7-btn {
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #783225;
	display: inline-block;
	padding: .85em 1.2em .8em 1.2em;
	border: 2px solid #D2CFC9;
	background-color: transparent;
	min-height: 47px;
}

a.fancy_button:hover, input.fancy_button:hover, .c7-btn:hover {
	color: #A75649;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px 50px;
	position: relative;
}

header {
	position: relative;
	padding-top: 70px;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	z-index: 50;
}

#header_inner_inner {
	background-color: #783225;
	height: 70px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32.5%;
	width: calc(50% - 350px);
	height: 70px;
	background-color: #6F3125;
	text-align: right;
	padding: 10px 45px;
}

.no-webp #logo, .no-webp #copyright {
	background-image: url('../images/logo-bg.jpg');
}

.webp #logo, .webp #copyright {
	background-image: url('../images/logo-bg.webp');
}

#logo img {
	width: 150px;
	display: inline-block;
}

@media only screen and (max-width: 739px) {

	#logo {
		width: 240px;
	}

}

#header_photo {
	width: 100%;
	position: relative;
	padding-bottom: 22.5%;
}

#header_photo_left, #home_slideshow .left {
	width: calc(50% - 350px);
	position: relative;
	float: left;
	height: 100%;
}

#header_photo_right, #home_slideshow .right {
	width: calc(50% + 350px);
	position: relative;
	float: right;
	height: 100%;
}

#header_photo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

/*
@media only screen and (min-width: 2000px) {

	#header_photo {
		height: 450px;
	}

	#header_photo_left img, #home_slideshow img.left, 
	#header_photo_right img, #home_slideshow img.right {
		object-fit: cover;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
	}

}
*/

/*
@media only screen and (max-width: 1599px) {

	#header_photo {
		padding-bottom: 30%;
	}

}
*/

@media only screen and (min-width: 0px) {

	#header_photo_right, #home_slideshow .right {
		position: absolute;
		top: 0px;
		right: 0px;
	}

	#header_photo_right img, #home_slideshow .right img {
		object-fit: cover;
		object-position: 50% 50%;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}

}

@media only screen and (min-width: 0px) {

	#header_photo_left, #home_slideshow .left {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#header_photo_left img, #home_slideshow .left img {
		object-fit: cover;
		object-position: 50% 50%;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}

}

@media only screen and (max-width: 1299px) {

	#logo, #header_photo_left, #home_slideshow .left {
		width: 300px;
	}

	#nav, #header_photo_right, #home_slideshow .right {
		width: calc(100% - 300px);
	}

}

@media only screen and (max-width: 1049px) {

	#logo, #header_photo_left, #home_slideshow .left {
		width: 240px;
	}

	#nav, #header_photo_right, #home_slideshow .right {
		width: calc(100% - 240px);
	}

}

@media only screen and (max-width: 799px) {

	#header_photo {
		height: 267px;
		overflow: hidden;
		display: block;
	}

	#header_photo img {
		/*width: 800px !important;*/
	}

	#home_slideshow .right {
		width: 100%;
	}

	#header_photo_left, #home_slideshow .left {
		display: none;
	}

	#header_photo_right {
		display: block;
		width: 100%;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -400px;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -200px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -600px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -70px;
	width: 100%;
	background-color: #783225;
	z-index: 200;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.layout2 #content {
	background-image: url('../images/wood-bg.webp');
	background-position: center top;
}

.block_instagram {
	max-width: 1600px;
	margin-top: 3px;
}

.block_instagram .posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block_instagram .posts div {
	width: calc(100% / 6 - 3px);
	position: relative;
}

.block_instagram .posts a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.block_instagram .posts a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.block_instagram .posts a:hover span {
	background-color: rgba(76,67,59,.4);
}

@media only screen and (max-width: 767px) {

	.block_instagram .posts div {
		width: calc(100% / 3 - 2px);
		margin-bottom: 3px;
	}
}

@media only screen and (max-width: 599px) {

	.block_instagram .posts div {
		width: calc(100% / 2 - 2px);
	}
}

#ctas {
	background-image: url('../images/wood-bg.webp');
	background-position: center top;
	padding: 100px 0px;
}

.layout2 #ctas {
	padding: 0px;
	background-image: none;
}

#ctas .container {
	max-width: 1600px;
}

.cta {
	position: relative;
}

.cta img {
	display: block;
	width: 100%;
	height: auto;
}

.cta a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(76,67,59,.8);
	font-size: 80px;
	line-height: .8em;
	color: #FBF9F6;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.cta a em {
	font-size: 43.75%;
	color: #E3AA87;
	text-transform: none;
	letter-spacing: .1em;
}

.cta a:hover {
	background-color: rgba(76,67,59,.4);
}

.cta a span.content {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 40%;
	transform: translateY(-40%);
}

.layout2 .cta a span.content {
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (min-width: 700px) {

	#ctas .container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 3px;
	}

}

@media only screen and (max-width: 1399px) {

	#ctas {
		padding: 60px 0px;
	}

}

@media only screen and (max-width: 959px) {

	#ctas {
		padding: 40px 0px;
	}

}

@media only screen and (max-width: 699px) {

	#ctas .container {
		max-width: 498px;
	}

	.cta {
		margin-top: 3px;
	}

	.cta:first-child {
		margin-top: 0px;
	}

}

#footer_top {
	background-color: #4C433C;
	background-image: url('../images/footer-bg.webp');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 120px;
}

.no-webp #footer_top {
	background-image: url('../images/footer-bg.jpg');
}

.webp #footer_top {
	background-image: url('../images/footer-bg.webp');
}

@media only screen and (min-width: 2000px) {

	#footer_top {
		background-size: 100% auto;
	}

}

#footer_top img {
	width: 150px;
}

#mailinglist {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 17px;
	color: #F5F1EA;
	text-align: center;
}

#mailinglist .title {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #E1A57F;
	margin-bottom: .25em;
}

#mailinglist p {
	line-height: 1.5em;
	margin-bottom: 1.25em;
}

#mailinglist a.fancy_button {
	font-size: 18px;
	border: 2px solid #F5F1EA;
	color: #E1A57F;
}

#mailinglist a.fancy_button:hover {
	border: 2px solid #CBC6BF;
	color: #F8C4A3;
}

#footer_cols {
	display: flex;
	justify-content: space-between;
	max-width: 750px;
	margin: 0px auto;
}

#footer_cols .col {
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	color: #F5F1EA;
	text-align: left;
}

#footer_cols .title {
	font-size: 18px;
	color: #E1A57F;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#footer_cols a {
	color: #E1A57F;
}

#footer_cols a:hover {
	color: #F8C4A3;
}

#social {
	padding: 0px;
	text-align: left;
}

#social li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	font-size: 28px;
	line-height: 28px;
}

#social li a {
	display: block;
	color: #F5F1EA;
}

#social li a:hover {
	color: #A55727;
}

#copyright {
	background-color: #6F3125;
	padding: 35px 0px;
	font-size: 15px;
	line-height: 1.5em;
	font-style: italic;
	text-align: center;
	color: #D8A59C;
}

#copyright span {
	white-space: nowrap;
}

#copyright br {
	display: none;
}

#copyright a {
	color: #D8A59C;
	margin-left: 20px;
}

#copyright a:hover {
	color: #C77162;
}

@media only screen and (max-width: 949px) {

	#footer_cols {
		max-width: 650px;
	}

}

@media only screen and (max-width: 749px) {

	#footer_cols {
		max-width: 625px;
	}

}

@media only screen and (max-width: 699px) {

	#footer_cols {
		flex-wrap: wrap;
		max-width: 450px;
	}

	#footer_cols .col {
		text-align: center;
	}

	#footer_cols #footer_col1 {
		width: 100%;
	}

	#social {
		text-align: center;
	}

	#social li {
		margin: 0px 10px;
	}

}

@media only screen and (max-width: 649px) {

	#mailinglist p {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}

	#copyright .container {
		max-width: 400px;
	}

	#copyright a {
		margin: 0px 10px;
	}

}

@media only screen and (max-width: 499px) {

	#footer_cols .col {
		width: 100%;
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 399px) {

	#copyright br {
		display: block;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#main_nav li {
	list-style: none;
	position: relative;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#main_nav li a {
	color: #FFFFFF;
}

#main_nav li li {
	text-transform: none;
	font-style: italic;
}

#subnav ul {
	padding: 0px;
}

#subnav li, #section_title {
	list-style: none;
	font-size: 17px;
	font-style: italic;
	letter-spacing: .05em;
}

#subnav li a, .back_link a, #section_title {
	color: #783225;
}

#subnav li.active a, #subnav li a:hover, .back_link a:hover {
	color: #A75649;
}

.back_link {
	position: absolute;
	top: 10px;
	width: calc(100% - 190px);
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

/* PAGE BLOCK CSS */

.block.padding_top {
	padding-top: 90px;
}

.block.padding_bottom {
	padding-bottom: 90px;
}

.block_intro_content + .block.padding_top {
	padding-top: 140px;
}

#c7-content .block_intro_content + .block.padding_top {
	padding-top: 90px;
}

@media only screen and (max-width: 999px) {

	.block_intro_content + .block.padding_top {
		padding-top: 90px;
	}

	#c7-content .block_intro_content + .block.padding_top {
		padding-top: 40px;
	}

	.block.padding_top {
		padding-top: 40px;
	}	

	.block.padding_bottom {
		padding-bottom: 40px;
	}

	.layout2 .block_news_events {
		padding-top: 90px;
	}

}

.block_content_photo + .block_content_photo.padding_top {
	padding-top: 50px;
}

.block.border_top {
	border-top: 1px solid #DDDDDD;
}

.block_intro_content .subtitle, .block_content.benefits .subtitle {
	font-size: 21px;
	text-align: center;
}

.block_intro_content .subtitle {
	margin-bottom: 1.5em;
}

.block_content.benefits .content {
	margin-top: 2em;
/*
	-webkit-column-count: 2;
	-webkit-column-gap: 80px;
	-moz-column-count: 2;
	-moz-column-gap: 80px;
	column-count: 2;
        column-gap: 80px;
*/
	font-weight: bold;
}

/*
.block_content.benefits ul {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}
*/

.block_content.benefits .col2 {
	margin-bottom: 0px;
}

#content .block_content.benefits .col2 ul {
	margin-bottom: 0px;
}

#content .block_content.benefits .content li {
	line-height: 21px;
	margin-top: .5em;
/*	break-inside: avoid-column;*/
}

/*
.block_content.benefits .content li:before {
	content: "A";
	positiion: absolute;
	top: 0px;
	left: -10px;
}
*/

.block_intro_content {
	background-image: url('../images/wood-bg.webp');
	position: relative;
	z-index: 10;
	max-width: none;
}

.layout2 .block_intro_content, .layout2 #ctas {
	background-image: none;
}

.block_intro_content .container {
	max-width: 1200px;
	margin-top: -50px;
	margin-bottom: -50px;
	background-color: #FBF9F6;
	padding: 95px;
	clip-path: polygon(
		0 50px,
		50px 0,
		calc(100% - 50px) 0,
		100% 50px,
		100% calc(100% - 50px),
		calc(100% - 50px) 100%,
		50px 100%,
		0% calc(100% - 50px),
		0% 50px
	)
}

@media only screen and (max-width: 1049px) {

	.block_intro_content .container {
		margin-top: -30px;
		margin-bottom: -30px;
		padding: 75px;
		clip-path: polygon(
			0 30px,
			30px 0,
			calc(100% - 30px) 0,
			100% 30px,
			100% calc(100% - 30px),
			calc(100% - 30px) 100%,
			30px 100%,
			0% calc(100% - 30px),
			0% 30px
		)
	}

	.back_link {
		width: calc(100% - 100px);
	}

}

@media only screen and (max-width: 1049px) {

	.block_intro_content .container {
		padding: 50px;
	}
}

@media only screen and (max-width: 599px) {

	.block_intro_content .container {
		margin-top: -20px;
		margin-bottom: -20px;
		padding: 30px;
		clip-path: polygon(
			0 20px,
			20px 0,
			calc(100% - 20px) 0,
			100% 20px,
			100% calc(100% - 20px),
			calc(100% - 20px) 100%,
			20px 100%,
			0% calc(100% - 20px),
			0% 20px
		)
	}

	.back_link {
		width: calc(100% - 60px);
	}

}

@media only screen and (max-width: 449px) {

	.block_intro_content .container {
		margin-top: -15px;
		margin-bottom: -15px;
		padding: 30px 20px;
		clip-path: polygon(
			0 15px,
			15px 0,
			calc(100% - 15px) 0,
			100% 15px,
			100% calc(100% - 15px),
			calc(100% - 15px) 100%,
			15px 100%,
			0% calc(100% - 15px),
			0% 15px
		)
	}

}

.block_photo {
	max-width: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_photo.parallax {
	min-height: 500px;
	background: transparent;
}

.block_content_photo .container {
	max-width: 1600px;
}

.block_content_photo .container .photo {
	margin-bottom: 40px;
}

.block_photo img {
	width: 100%;
	display: block;
}

#content .block_content_photo .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 1000px) {

	.block_content_photo .container {
		display: flex;
		justify-content: space-between;
	}

	.block_content_photo.right .container {
		flex-direction: row-reverse; 
	}

	.block_content_photo .container .photo {
		/*flex: 1;*/
		width: 48.3333333333333%;
		margin-bottom: 0px;
	}

	.block_content_photo .content {
		display: flex;
		/*flex: 1;*/
		width: 48.3333333333333%;
		justify-content: center;
		align-items: center;
	}

}

.block_boxes .container {
	max-width: 1450px;
}

.block_box {
	position: relative;
}

.block_box img {
	width: 100%;
	display: block;
}

.block_box .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(76,67,59,.9);
	color: #E3AA87;
}

.block_box a.content:hover {
	background-color: rgba(76,67,59,.5);
}

.block_box .content_inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 30px;
	line-height: 1.3em;
	text-align: center;
}

.block_box .content strong {
	font-size: 1.3333333333em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #FBF9F6;
}

@media only screen and (min-width: 768px) {

	.block_boxes .container_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_box {
		width: calc(100%/3 - 2px);
	}
}

@media only screen and (max-width: 767px) {

	.block_box {
		max-width: 448px;
		margin: 0px auto;
	}

	.block_box + .block_box {
		margin-top: 3px;
	}

	.block.padding_top {
		padding-top: 30px;
	}

	.block.padding_bottom {
		padding-bottom: 30px;
	}

	.layout2 .block_news_events {
		padding-top: 90px;
		padding-bottom: 50px;
	}

}

/* HOME CSS */

.block_slideshow {
	clear: both;
	width: 100%;
	height: 100%;
	height: calc(100vh - 165px);
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_slideshow ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	height: 100%;
}

.block_slideshow .rslides li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.block_slideshow .rslides li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow .rslides li img {
	width: 100%;
	float: left;
}

.block_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.block_slideshow .rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 10;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

/* WINES CSS */

.block_wines .container {
	max-width: 1600px;
	margin-top: -70px;
}

.block_wines .wine {
	font-size: 20px;
	text-align: center;
	color: #783225;
	margin-top: 70px;
}

.block_wines .photo {
	background-color: #FBF9F6;
	position: relative;
	height: 360px;
	padding-top: 30px;
	margin-bottom: 90px;
}

/*
.c7-product-collection__products .photo {
	margin-bottom: 60px;
}
*/

.block_wines .photo img {
	display: block;
	width: auto;
	height: 400px;
	margin: 0px auto;
}

/*
.c7-product-collection__products .photo img {
	height: auto;
}
*/

.block_wines .title {
	line-height: 1.25em;
	min-height: 2.5em;
	display: flex;
	justify-content: center;
	flex-direction: column;
/*	margin-bottom: 1em;*/
}

.block_wines .title em {
	font-size: .8em;
	color: #A55727;
}

.c7-product-collection p {
	text-align: center;
}

.block_wines .prices {
/*	width: 45%;
	float: left;*/
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1.45em;
	color: #4C433B;
	text-align: right;
}

.block_wines .prices em, .block_wine .prices em {
	font-size: 16px;
	color: #A55727;
	margin-right: 7px;
	white-space: nowrap;
}

.block_wines .purchase {
/*	width: 55%;
	float: right;*/
	width: 144px;
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
}

.block_wines a {
	color: #783225;
}

.block_wines a:hover {
	color: #A75649;
}

.block_wines .purchase a.fancy_button {
	width: 144px;
	text-align: center;	
}

.block_wines .purchase em {
	font-size: 14px;
}

@media only screen and (min-width: 600px) { 

	.block_wines .container, .c7-product-collection__product-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
	}

}

@media only screen and (min-width: 900px) { 

	.block_wines .container, .c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

@media only screen and (min-width: 1200px) { 

	.block_wines .container, .c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

}

#c7-content .block_wines .container {
	display: block;
}

.block_wine .container {
	max-width: 1300px;
}

.block_wine h1 {
	margin-bottom: 1em;
}

.block_wine .subtitle {
	font-size: 21px;
	text-align: center;
	margin-bottom: 2em;
}

.block_wine .photo {
	background-color: #F5F1EA;
	width: 360px;
	height: 675px;
	float: right;
	margin: 0px 0px 50px 50px;
	display: inline;
	position: relative;
	padding-top: 50px;
}

.block_wine .photo picture {
	display: block;
}

.block_wine .photo img {
	display: block;
	width: auto;
	height: 700px;
	margin: 0px auto;
}

.block_wine h2 {
	font-size: 16px;
	line-height: 1em;
}

.block_wine p.composition, .block_wine .callout {
	line-height: 1.5em;
	color: #783225;
}

.block_wine .callout {
	font-style: italic;
	margin-bottom: 1em;
}

.block_wine p.composition span, .block_wine .callout span {
	color: #A55727;
}

.block_wine .description {
	margin-bottom: 1.5em !important;
}

.block_wine .prices {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.45em;
	margin-right: 15px;
}

.block_wine .prices em {
	display: inline-block;
	width: 34px;
	text-align: right;
}

.block_wine .purchase {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	margin-right: 15px;
}

.block_wine .production {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

@media only screen and (max-width: 1049px) { 

/*
	.block_wine .container {
		padding-top: 80px !important;
		padding-bottom: 50px !important;
	}
*/

	.block_wine .photo {
		max-width: 50%;
		margin-bottom: 75px;
	}

}

@media only screen and (max-width: 749px) { 

	.block_wine .photo {
		float: none;
		display: block;
		max-width: none;
		margin: 0px auto 100px auto;
	}

}

/* NEWS AND EVENTS CSS */

.block_news_events .container {
	max-width: 1200px;
	margin-top: -40px;
}

.block_news_events .item {
	margin-top: 40px;
}

.block_news_events .date {
	float: left;
	width: 120px;
	height: 120px;
	font-size: 50px;
	line-height: 40px;
	color: #A55727;
	text-align: center;
	background-color: #783225;
	padding: 1px;
	clip-path: polygon(
		0 25px,
		25px 0,
		calc(100% - 25px) 0,
		100% 25px,
		100% calc(100% - 25px),
		calc(100% - 25px) 100%,
		25px 100%,
		0% calc(100% - 25px),
		0% 25px
	);
}

.block_news_events .date div {
	background-color: #F5F1EA;
	height: 118px;
	padding-top: 10px;
	clip-path: polygon(
		0 25px,
		25px 0,
		calc(100% - 25px) 0,
		100% 25px,
		100% calc(100% - 25px),
		calc(100% - 25px) 100%,
		25px 100%,
		0% calc(100% - 25px),
		0% 25px
	);
}

.block_news_events .date strong {
	font-size: 28px;
	text-transform: uppercase;
	color: #4C433B;
}

.block_news_events .content {
	margin-left: 140px;
	font-size: 15px;
	line-height: 20px;
}

.block_news_events .title {
	font-size: 19px;
	line-height: 21px;
	color: #783225;
	margin-bottom: 5px;
}

.block_news_events p {
	margin-bottom: .75em !important;
}

.block_news_events a {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #783225;
}

.block_news_events a:hover {
	color: #A75649;
}

@media only screen and (min-width: 768px) { 

	.block_news_events .container_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_news_events .item {
		width: calc(50% - 50px);
	}

}

@media only screen and (min-width: 768px) and (max-width: 949px) { 

	.block_news_events .item {
		width: calc(50% - 30px);
	}

}

/* GALLERY CSS */

.gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 599px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 449px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

.block_faqs div.question, .block_accolades div.title {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #FBF9F6;
	padding: 10px 15px 10px 15px;
	font-size: 20px;
}

.block_faqs div.question:before, .block_accolades div.title:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.block_faqs div.answer, .block_accolades div.details {
	display: none;
}

.block_faqs div.expand div.question:before, .block_accolades div.expand div.title:before {
	content: '\f0d8';
}

.block_faqs div.expand div.answer, .block_accolades div.expand div.details {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
	white-space: normal;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.fancy_button {
	width: auto;
}

/* POPUP CSS */

#popup {
	display: none;
	width: 90%;
	max-width: 650px;
	background-color: #FFFFFF;
	padding: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#popup p {
	line-height: 1.5em;
}

#popup p:last-of-type {
	margin-bottom: 0px;
}

div.close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
}

@media only screen and (max-width: 700px) {

	#popup {
		padding: 30px;
	}

}

/* TOCK CSS */

#content div#Tock_widget_container > div.TockWidgetWrapper .InlineWidgetDropDown-LeftRounded,
#content div#Tock_widget_container > div.TockWidgetWrapper .TockDropDown-NoLeftAndRightBorders,
#content div#Tock_widget_container > div.TockWidgetWrapper .InlineWidgetDropDown-NoRightBorder {
	border: 0px !important;
	border-left: 2px solid #F5F1EA !important;
}

#content div#Tock_widget_container > div.TockWidgetWrapper .TockButton-backgroundGray {
	background-color: #FBF9F6 !important;
}

#content div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white {
	background-color: #A55727 !important;
	color: #FFFFFF !important;
}

#content div#Tock_widget_container > div.TockWidgetWrapper .TockSearchBar-iconColorModeWhite,
#content div#Tock_widget_container > div.TockWidgetWrapper .MainLabelLabel {
	color: #4C433B !important;
}

/* COMMERCE7 CSS */

#cart_nav {
	position: absolute;
	top: 0px;
	right: 40px;
}

#c7-cart, #c7-account {
	display: inline-block;
	vertical-align: top;
	line-height: 1.5em;
}

#c7-cart {
	margin-right: 10px;
}

.c7-user-nav__account > a, .c7-user-nav__cart > button {
	padding: 0px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}

.c7-user-nav__account {
	padding: 0px;
}

.c7-user-nav__account > a:hover, .c7-user-nav__cart > button:hover {
	color: #FFFFFF;
}

.c7-user-nav__cart svg {
	display: none;
}

.c7-user-nav__cart button.c7-link:before {
	content: '\f291';
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
}

.block_c7.wide .container {
	max-width: 2000px;
}

.c7-content {
	padding: 0px;
}

.c7-form input[type="text"], .c7-form input[type="email"], .c7-form input[type="number"], .c7-form input[type="tel"], .c7-form input[type="username"], .c7-form input[type="password"], .c7-form textarea, .c7-form--stripe, .c7-order-item input, .c7-form select, .c7-order-item select {
	border: 2px solid var(--c7-field-border-color);
	line-height: 1.4;
	height: 47px;
	padding: 11px 10px;
	width: 100%;
}

.c7-order-item select {
	padding: 0px 30px 0px 10px;
	width: 65px;
}

.block_wines .c7-product__add-to-cart__form {
	justify-content: center;
}

.c7-pagination {
	display: none;
}

#c7-modal-title, .c7-form .c7-h1, .c7-modal .c7-btn--primary, .c7-modal .c7-btn--alt, .c7-account-details__header .c7-btn {
	text-transform: uppercase;
}

.c7-user-nav__cart__count {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.c7-user-nav__cart > .c7-link:hover .c7-user-nav__cart__count {
	box-shadow: none;
	color: #FFFFFF;
}

.c7-user-nav__cart__count {
	margin-left: 0px;
	padding-top: 2px;
}

.c7-account__header {
	padding: 0px;
	background-color: transparent;
}

.c7-account__menu {
	box-shadow: none;
}

.block .c7-account-dashboard p {
	text-align: left;
}

.c7-product-collection__content, .c7-product-allocation__content, .c7-personalization__content {
	margin-bottom: 0px;
}

.block_wines .c7-product__add-to-cart__price,
.block_wine .c7-product__add-to-cart__price {
	display: none;
}

.block_wine .c7-form {
	display: inline-block;
	vertical-align: top;
}

.block_wine .c7-product__add-to-cart__form {
	margin-top: 4px;
}

/* RESPONSIVE CSS */

@media only screen and (min-width: 900px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 67.5%;
		width: calc(50% + 350px);
		padding: 30px 0px 0px 45px;
	}

	#main_nav {
		width: calc(100% - 50px);
		max-width: 860px;
		display: flex;
		justify-content: space-between;
	}

	#main_nav > li {
		padding-bottom: 8px;
	}

	#main_nav > li:first-child {
		margin-left: 0px;
	}

	#main_nav li a {
		position: relative;
	}

	#main_nav li a:after {
		position: absolute;
		bottom: -23px;
		left: calc(50% - 2px);
		content: "\02C7";
		opacity: 0;
		font-size: 22px;
		color: #A55727;
	}

	#main_nav li.active a:after, #main_nav li a:hover:after {
		opacity: 1;
	}

	#main_nav li > ul {
		position: absolute;
		top: 30px;
		left: -10px;
		padding: 5px 0px 8px 0px;
		z-index: 20;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #783225;
	}

	#main_nav li:hover > ul, #main_nav li.hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#main_nav li li {
		white-space: nowrap;
		line-height: 20px;
	}

	#main_nav li.active li a:after, #main_nav li li a:hover:after {
		display: none;
	}

	#main_nav li li a {
		display: block;
		padding: 7px 15px;
	}

	#main_nav li li a:hover, #main_nav li li.active a {
		color: #E3AC87;
	}

	#subnav {
		padding: 5px 0px;
		text-align: center;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1299px) {

	#nav {
		width: calc(100% - 300px)
	}

	#main_nav {
		width: calc(100% - 100px);
	}

}

@media only screen and (max-width: 1099px) { 

	#main_nav li {
		font-size: 14px;
	}

}

@media only screen and (max-width: 1049px) { 

	#nav {
		width: calc(100% - 240px)
	}

	#main_nav {
		width: calc(100% - 50px);
	}

}

@media only screen and (max-width: 959px) { 

/*
	#logo {
		text-align: center;
		padding: 10px 0px;
	}
*/
	.container {
		padding: 0px 30px;
	}

}

@media only screen and (max-width: 799px) { 

	#logo {
		width: 240px;
	}

}

@media only screen and (max-width: 899px) {

	.mobile_nav body {
		overflow: hidden;
	}

	.mobile_nav #logo {
		width: 100%;
		text-align: center;
	}

	#nav_trigger, #nav_close {
		border: 0px;
		background-color: transparent;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 20px;
		right: 30px;
		z-index: 10;
		font-size: 30px;
		line-height: 30px;
		color: #FFFFFF;
		color: #F5F1EA;
	}

	.mobile_nav #nav_trigger, #nav_close {
		opacity: 0;
	}

	#nav_close {
		right: 17px;
	}

	.mobile_nav #nav_close {
		opacity: 1;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		/*background-color: transparent;*/
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 70px;
		background-color: #783225;
		padding-top: 50px;
		padding-left: 0px;
		z-index: 50;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#main_nav {
		width: 100%;
	}

	#main_nav li {
		display: block;
		font-size: 24px;
		line-height: 1em;
		text-align: center;
		white-space: nowrap;
	}

	#main_nav li a {
		display: block;
		padding: 15px;
	}

	#main_nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#main_nav li.expanded > ul, #main_nav li.hover > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#main_nav li li {
		font-size: 18px;
	}

	#main_nav li li a {
		padding: 6px 30px;
	}

	#cart_nav {
		top: 10px;
		right: 0px;
		width: 100%;
		text-align: center;
	}

	#subnav {
		padding: 0px;
		height: 42px;
		position: relative;
		text-align: center;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #FBF9F6;
		z-index: 30;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		line-height: 1.1em;
	}

	#subnav li:first-child {
		padding-top: 10px;
	}

	#subnav li:last-child {
		padding-bottom: 10px;
	}

	#subnav li a {
		display: block;
		padding: 10px 15px;
	}

}

@media only screen and (max-width: 599px) { 

	.container {
		padding: 0px 15px;
	}

	header {
		padding-top: 60px;
	}

	#header_inner, #header_inner_inner, #logo {
		height: 60px;
	}

	#logo {
		width: 212px;
		padding: 10px 45px;
	}

	#logo img {
		width: 122px;
	}

	#nav_trigger, #nav_close {
		top: 15px;
	}

	#nav {
		top: 60px;
	}

}

@media only screen and (max-width: 599px) { 

	#logo {
		width: 50%;
		text-align: center;
		padding: 10px 0px;
	}

}
