:root {
  --c7-cart-count-text-color: #000000;
  --c7-heading-font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
  --c7-primary-button-bg: #FFFFFF;
  --c7-primary-button-bg-hover: #FFFFFF;
  --c7-primary-button-text-color: #966D40;
  --c7-link-color: #966D40;
/*
  --c7-page-width: 1300px;
  --c7-page-width-checkout: 1500px;
  --c7-font-family: inherit, sans-serif;
  --c7-body-text-color: #232324;
  --c7-alt-text-color: #50505a;
  --c7-font-size: 16px;
  --c7-font-size-sub: 14px;
  --c7-heading-text-color: #000;
  --c7-heading-font-weight: bold;
  --c7-primary-color: #3860d6;
  --c7-primary-color-text: #3251ae;
  --c7-primary-color-dark: #264bba;
  --c7-primary-color-focus: rgba(56, 96, 214, 0.25);
  --c7-link-color: var(--c7-primary-color-text);
  --c7-bg: #fff;
  --c7-bg-alt: #f7f8fa;
  --c7-border-color: #e3e3e8;
  --c7-border-radius: 4px;
  --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-border-radius: 4px;
  --c7-field-border-color: #b2b2b8;
  --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-field-dropdown-shadow: 2px 2px 10px 0 rgb(0 0 0 / 8%);
  --c7-alt-button-bg: #dedfe3;
  --c7-alt-button-bg-hover: #cecfd4;
  --c7-alt-button-text-color: #232324;
  --c7-button-border-radius: 4px;
  --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-header-text-color: #232324;
  --c7-notification: #ca0505;
  --c7-cart-count-bg: var(--c7-primary-color);
  --c7-cart-count-bg-focus: var(--c7-primary-color-focus);
  --c7-cart-count-text-color: #fff;
  --c7-side-cart-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
  --c7-dropdown-border-radius: 8px;
  --c7-dropdown-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%);
  --c7-dropdown-hover: #e6e8ed;
  --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: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "sweet-sans-pro", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
}

body.iframe {
	padding: 20px;
}

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

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

.tox-edit-area__iframe {
	padding: 0px 10px !important;
	background-color: transparent !important;
}

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

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

table.data_table {
	width: 100%;
}

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

table.data_table th, table.data_table td {
	text-align: center;
}

table.data_table th:first-child, table.data_table td:first-child {
	text-align: left;
}

p, .block p {
	margin-bottom: 1em;
}

.block_content p, .block_content_photo p {
	text-align: justify;
}

.block p:last-child, #content .block ul:last-child {
	margin-bottom: 0px;
}

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

#content li, #content_blocks li, .editor li, .short_editor li {
	line-height: 1.5em;
	margin-bottom: .75em;
}

#content li::marker, .editor li, .short_editor li {
	color: #966D40;
}

h1, h2.title {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	line-height: 1.1em;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin-bottom: .5em;
}

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

	h1, h2.title, #content .block_box .title {
		font-size: 40px;
	}

}


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

	h1, h2.title, #content .block_clubs .container > .title {
		font-size: 35px;
	}

}

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

	h1, h2.title, #content .block_clubs .container > .title {
		font-size: 30px;
	}

}

h1 em, h2.title em {
	font-size: .9em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0.025em;
	color: #966d40;
}

h2 {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: .25em;
	color: #BB9367;
}

p + h2 {
	margin-top: 1.5em;
}

.subtitle {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.1em;
	font-style: italic;
	text-align: center;
	color: #966D40;
	margin-top: -1em;
	margin-bottom: 1em;
}

.details {
	background-color: #F5EFE8;
	padding: 20px;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 2em;
	text-align: center;
	color: #966D40;
	margin-bottom: 1em;
}

.details span {
	margin: 0px 5px;
}

.details em {
	white-space: nowrap;
}

.details .fancy_button2 {
	margin-left: 20px;
}

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: #966D40;
}

a:hover {
	color: #BB9367;
}

.c7-link:not([disabled]):hover, .c7-link:not([disabled]):active, .c7-link:not([disabled]):focus {
	text-decoration: none;
}

a, a:after, .overlay:after, button, .button, input[type="button"], input[type="submit"], #c7-cart .c7-link:before, .c7-user-nav__account__login:before, .c7-user-nav__account__name:before, #c7-cart .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;
}

:focus-visible {
	outline: 2px solid #000000;
}

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

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

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

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

audio {
	width: 100%;
}

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

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

.right_photo img, .left_photo img {
	display: block;
}

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

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto !important;
		max-width: 100%;
	}

	.right_photo img, .left_photo img {
		width: 100%;
	}

}

.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: calc(50% - 15px);
	}

	.cols .col3 {
		width: calc(33.3333333333% - 20px);
	}

}

/* FORM CSS */

fieldset {
	border: 0px;
}

label, .label, fieldset legend {
	display: inline-block;
	font-weight: bold;
	line-height: 1.5em;
}

fieldset label {
	font-weight: normal;
}

input, select, textarea, .extension {
	font-family: "sweet-sans-pro", Arial, Helvetica, sans-serif;
	font-size: 17px !important;
	line-height: 22px;
	padding: 6px 10px;
	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;
}

/*
input:focus, select:focus, textarea:focus {
	outline: 1px solid #000000;
}
*/

input[type="checkbox"], input[type="radio"] {
	display: inline-block !important;
	width: 18px !important;
	height: 18px !important;
	padding: 0px;
	margin-right: 3px;
	vertical-align: text-top;
}

input[type="checkbox"] + label, input[type="radio"] +label {
	margin-right: 10px;
}

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: 4px 10px;
	-webkit-appearance: none;
	cursor: pointer;
	vertical-align: top;
}

button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .layout_admin .ui-dialog-buttonset .ui-button:hover {
	background-color: #333333;
}

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

a.button {
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 5px;
}

.fancy_button {
	display: inline-block;
	background-color: transparent !important;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	color: #966D40;
	font-size: 21px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	position: relative;
}

.fancy_button.light {
	color: #BB9367;
}

.fancy_button:after {
	content: " ";
	transition: all .2s;
	width: 70%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 15%;
	background-color: #966D40;
}

.fancy_button.light:after {
	background-color: #BB9367;
}

.fancy_button:hover {
	color: #BB9367;
}

.fancy_button:hover:after {
	background-color: #BB9367;
}

.fancy_button2, .c7-btn  {
	display: inline-block;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	line-height: 27px !important;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #966D40 !important;
	padding: 5px 10px 0px 10px !important;
	border: 2px solid #966D40 !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: transparent !important;
	min-height: auto;
}

.fancy_button2:hover, .c7-btn:hover {
	border: 2px solid #BB9367 !important;
	color: #BB9367 !important;
}

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

#loading {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999;
	color: #FFFFFF;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_form .form_fields {
	background-color: #F5EFE8;
	padding: 20px 20px 0px 20px;
}

.contact_form .form_fields + h2 {
	margin-top: 1em;
}

.contact_form div {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.contact_form label {
	white-space: normal;
	display: inline-block;
	margin-bottom: 3px;
}

.contact_form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']), .contact_form select, .contact_form textarea {
	width: 100%;
}

.contact_form div.other {
	display: none;
	margin-top: 5px;
	margin-bottom: 0px;
}

.contact_form select:has(> option[value="Other"]:checked) + div.other {
	display: inline-block;
}

.contact_form span.other input {
	width: 200px !important;
}

.contact_form textarea {
	width: 100%;
	height: 100px;
}

.contact_form input.button {
	width: auto;
}

.contact_form .option {
	white-space: nowrap;
}

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

	.contact_form .form_fields {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contact_form div.half {
		width: calc(50% - 10px);
	}

}

/* CONTAINER CSS */

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

.padding_left, .c7-content.c7-error-page { padding-left: 100px; }
.padding_right, .c7-content.c7-error-page { padding-right: 100px; }
.padding_top1, .c7-content.c7-error-page { padding-top: 100px; }
.padding_bottom1, .c7-content.c7-error-page { padding-bottom: 100px; }
.padding_top2 { padding-top: 50px; }
.padding_bottom2 { padding-bottom: 50px; }
.padding_top3 { padding-top: 10px; }
.padding_bottom3 { padding-bottom: 10px; }

@media only screen and (max-width: 1449px) {
	.container { max-width: 1150px; }
	.padding_left, .c7-content.c7-error-page {	padding-left: 75px; }
	.padding_right, .c7-content.c7-error-page { padding-right: 75px; }
	.padding_top1, .c7-content.c7-error-page { padding-top: 80px; }
	.padding_bottom1, .c7-content.c7-error-page { padding-bottom: 80px; }
	.padding_top2 { padding-top: 40px; }
	.padding_bottom2 { padding-bottom: 40px; }
}

@media only screen and (max-width: 1199px) {
	.container { max-width: 1100px; }
	.padding_left, .c7-content.c7-error-page { padding-left: 50px; }
	.padding_right, .c7-content.c7-error-page { padding-right: 50px; }
	.padding_top1, .c7-content.c7-error-page { padding-top: 60px; }
	.padding_bottom1, .c7-content.c7-error-page { padding-bottom: 60px; }
	.padding_top2 { padding-top: 30px; }
	.padding_bottom2 { padding-bottom: 30px; }
}

@media only screen and (max-width: 959px) {
	.padding_left, .c7-content.c7-error-page { padding-left: 30px; }
	.padding_right, .c7-content.c7-error-page { padding-right: 30px; }
	.padding_top1, .c7-content.c7-error-page { padding-top: 40px; }
	.padding_bottom1. .c7-content.c7-error-page { padding-bottom: 40px; }
	.padding_top2 { padding-top: 20px; }
	.padding_bottom2 { padding-bottom: 20px; }
}

@media only screen and (max-width: 599px) {
	.padding_left, .c7-content.c7-error-page { padding-left: 15px; }
	.padding_right, .c7-content.c7-error-page { padding-right: 15px; }
}

/* LAYOUT CSS */

header {
	position: relative;
}

#skip_content {
	position: absolute;
	top: 0px;
	left: 10px;
	transform: translateY(-150%);
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	z-index: 500;
}

#skip_content:focus {
	transform: translateY(10px);
}

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

#header_inner .container {
	max-width: none;
}

#logo {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#logo img {
	width: 100%;
	max-width: 250px;
	display: inline-block;
	position: relative;
	z-index: 50;
}

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

	#logo img {
		max-width: 200px;
	}

}

#header_photo:after, #home_slideshow:after, #home_video:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 237px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.84) 35%,rgba(255,255,255,0.82) 44%,rgba(255,255,255,0.75) 54%,rgba(255,255,255,0.66) 61%,rgba(255,255,255,0.57) 67%,rgba(255,255,255,0.12) 88%,rgba(255,255,255,0.02) 96%,rgba(255,255,255,0.01) 100%);
	z-index: 5;
}

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

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

	#header_photo {
		height: 260px;
		overflow: hidden;
	}

	#header_photo img {
		width: 800px;
	}

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

	#header_photo.right img {
		float: right;
	}

	#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: -75px;
	width: 100%;
	height: 75px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BB9367;
	z-index: 9999;
}

.collapsed_temp #header_inner:before, .collapsed #header_inner:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: #000000;
}

.collapsed #header_inner {
	top: 0px;
}

.scrollup .collapsed_temp #header_inner, .collapsed #header_inner {
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #logo, .collapsed #logo {
	overflow: hidden;
	top: 36px;
}

.collapsed_temp #logo img, .collapsed #logo img {
	max-width: 150px;
	margin-top: -26px;
}

#content {
	position: relative;
}

.block_ctas .container {
	max-width: none;
	padding-left: 0px;
	padding-right: 0px;
}

.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(0,0,0,.55);
	color: #FFFFFF;
}

.cta a:hover {
	background-color: rgba(0,0,0,.8);
}

.cta a span.content {
	display: block;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	line-height: .9em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.cta a em {
	display: block;
	font-size: .6666666em;
	color: #BB9367;
	text-transform: none;
}

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

	.block_ctas .container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10px;
	}

}

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

	.block_ctas .container {
		max-width: 570px;
	}

	.cta {
		margin-top: 1px;
	}

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

}

footer {
	background-color: #000000;
	padding-top: 140px;
}

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

#footer_top {
	border-bottom: 1px solid #3F3D39;
	padding-bottom: 100px;
}

.logo_icon {
	width: 300px;
	height: 100px;
	overflow: hidden;
	margin: 0px auto 25px auto;
}

#footer .logo_icon {
	margin=bottom: 50px;
}

.logo_icon img {
	width: 600px;
	height: 219px;
	max-width: none;
	margin-left: -150px;
}

.mailinglist {
	color: #BB9367;
	text-align: center;
}

.mailinglist label {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

.mailinglist p {
	line-height: 21px;
	width: 300px;
	margin: 0px auto 30px auto;
}

.mailinglist .c7-form {
	text-align: center;
	max-width: none !important;
}

.mailinglist .c7-form__group {
	display: block;
}

.mailinglist .c7-form__field {
	display: inline-block;
}

.mailinglist .c7-form__field label {
	display: inline-block;
	font-style: normal !important;
	font-size: 18px !important;
	text-transform: uppercase;
}

.mailinglist .c7-form__field label::after {
	color: #FFFFFF !important;
}

.mailinglist input, .mailinglist button {
	display: inline-block !important;
	border: 0px !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #BB9367 !important;
	background-color: transparent !important;
	color: #78746D !important;
	height: 35px !important;
}

.mailinglist input {
/*	width: calc(100% - 120px) !important;
	max-width: 350px !important;*/
	width: 350px !important;
}

.mailinglist button {
	margin: 0px !important;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
	width: 120px !important;
	padding: 4px 0px !important;
	text-align: center !important;
}

.mailinglist button:hover {
	border: 0px !important;
	border-bottom: 1px solid #BB9367 !important;
	color: #BB9367;
}

.mailinglist .c7-subscribe h3 {
	color: #FFFFFF;
}

.mailinglist .c7-subscribe p {
	width: 100%;
}

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

	.mailinglist .c7-form__field {
		display: block;
	}

}

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

	.mailinglist input {
		width: 250px !important;
	}

}

#footer_bottom {
	padding-top: 100px;
	padding-bottom: 40px;
}

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

#footer_columns .title {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	color: #BB9367;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: .75em;
}

#footer_columns p {
	line-height: 20px;
	color: #FFFFFF;
}

#footer_columns a {
	color: #FFFFFF;
}

#footer_columns a:hover {
	color: #BB9367;
}

#footer_nav {
	padding: 0px;
	list-style: none;
}

#footer_nav li:first-child {
	margin-top: 0px;
}

#footer_nav li {
	line-height: 20px;
	margin-top: 5px;
}

#social, #content .social {
	padding: 0px;
	margin-bottom: 10px;
}

#social li, .social li {
	list-style: none;
	display: inline-block;
	margin-left: 18px;
	font-size: 34px;
	line-height: 34px;
}

#social li:first-child, .social li:first-child {
	margin-left: 0px;
}

#social li a, .social li a {
	display: block;
}

#footer_logos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 80px 0px 30px 0px;
}

#footer_logos div {
	padding: 0px 22px;
}

#footer_logos div:first-child {
	padding-left: 0px;
}

#footer_logos div:last-child {
	padding-right: 0px;
}

#copyright {
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	font-style: italic;
	color: #78746D;
}

#copyright span, #copyright a {
	white-space: nowrap;
	color: #78746D;
}

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

	#footer_columns {
		flex-wrap: wrap;
	}

	#footer_columns .col {
		width: calc(100% / 3);
		order: 1;
	}

	#footer_columns .col:last-child {
		width: 100%;
		text-align: center;
		order: 0;
		margin-bottom: 40px;
	}

}

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

	#footer_columns {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	#footer_columns .col:first-child, #footer_columns .col:nth-child(3) {
		width: 60%;
	}

	#footer_columns .col:last-child, #footer_columns .col:nth-child(2) {
		width: 40%;
	}

	#footer_columns .col:nth-child(3), #footer_columns .col:last-child {
		margin-top: 40px;
	}

	#footer_columns .col:last-child {
		order: 1;
		text-align: left;
	}

	#footer_columns .title {
		margin-bottom: .5em;
	}

}

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

	#footer_columns {
		display: block;
	}

	#footer_columns .col {
		width: 100% !important;
		text-align: center !important;
		margin-top: 40px;
	}

	#footer_logos {
		flex-wrap: wrap;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	#footer_logos div {
		width: 50%;
		text-align: center;
		padding: 0px;
	}

	#footer_logos div:nth-child(3), #footer_logos div:nth-child(4) {
		margin-top: 20px;
	}

}

/* NAVIGATION CSS */

#nav .container {
	max-width: 1350px;
}

.collapsed_temp #nav .container, .collapsed #nav .container {
	max-width: 1150px;
}

#nav ul {
	padding: 0px;
}

#main_nav li {
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}

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

#main_nav li#nav7 a {
	color: #966D40;
	border: 2px solid #966D40;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 36px;
	padding: 9px 10px 4px 10px;
}

#main_nav li#nav7 a:hover {
	color: #BB9367;
	border: 2px solid #BB9367;
}

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

#main_nav li li a, #main_nav li.active li a {
	color: #966D40;
}

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

#subnav, #back_link {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .05em;
	text-align: center;
	background-color: #F5EFE8;
}

#content #subnav ul {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
}

#subnav li a, #back_link a {
	color: #000000;
	position: relative;
}

#back_link span:after {
	content: " ";
	transition: all .2s;
	width: 44px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 22px);
}

#back_link span:hover:after {
	background-color: #BB9367;
}

/* Commerce7 CSS */

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

#c7-cart, #c7-account {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 25px;
}

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

#c7-cart .c7-link:before {
	content: "\f07a";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	font-weight: 900;
	padding-right: 2px;
}

.collapsed_temp #c7-cart .c7-link:before, .collapsed #c7-cart .c7-link:before {
	color: #FFFFFF !important;
}

#c7-cart .c7-link:hover:before, .c7-user-nav__account__login:hover:before, .c7-user-nav__account__name:hover:before {
	color: #966D40;
}

.collapsed_temp #c7-cart .c7-link:hover:before, .collapsed #c7-cart .c7-link:hover:before,
.collapsed_temp .c7-user-nav__account__login:hover:before, .collapsed .c7-user-nav__account__login:hover:before, 
.collapsed_temp .c7-user-nav__account__name:hover:before, .collapsed .c7-user-nav__account__name:hover:before {
}

.c7-user-nav__cart__count {
	border-radius: 0px;
}

#c7-cart #c7-side-cart .c7-link:before {
	display: none;
}

#c7-cart .c7-link svg {
	display: none;
}

#c7-cart .c7-link, .c7-side-cart__header button {
	background-color: transparent;
}

#c7-cart .c7-user-nav__cart__count {
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	box-shadow: none;
}

.collapsed_temp #c7-cart .c7-user-nav__cart__count, .collapsed #c7-cart .c7-user-nav__cart__count {
	color: #FFFFFF !important;
}

#c7-cart .c7-user-nav__cart__count:before {
	content: "(";
}

#c7-cart .c7-user-nav__cart__count:after {
	content: ")";
}

#c7-cart .c7-user-nav__cart__count:hover {
	color: #966D40;
}

#c7-cart .c7-user-nav__account > a, #c7-cart .c7-user-nav__cart > button, .c7-user-nav__account > a, .c7-user-nav__cart > button {
	padding: 0px;
}

.c7-user-nav__account__login, .c7-user-nav__account__name {
	padding-left: 18px !important;
}

.collapsed_temp .c7-user-nav__account__login, .collapsed .c7-user-nav__account__login,
.collapsed_temp .c7-user-nav__account__name, .collapsed .c7-user-nav__account__name {
	color: #FFFFFF !important;
}

.c7-user-nav__account__login:hover, .c7-user-nav__account__name:hover {
	color: #966D40;
}

.c7-user-nav__account__login:before, .c7-user-nav__account__name:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\f007";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	font-weight: 900;
	padding-right: 5px;
}

.collapsed_temp .c7-user-nav__account__login:before, .collapsed .c7-user-nav__account__login:before, 
.collapsed_temp .c7-user-nav__account__name:before, .collapsed .c7-user-nav__account__name:before {
	color: #FFFFFF !important;
}

.c7-content {
	padding: 0px;
}

.c7-product__add-to-cart__price__variant {
	display: none;
}

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

.c7-product__add-to-cart__price {
	margin: 0px 10px 0px 0px;
	display: inline-block;
	font-weight: bold;
}

.c7-product__add-to-cart__form {
	display: inline-block;
}

.c7-product__add-to-cart__form__quantity {
	max-width: none;
	display: inline-block;
}

.c7-product__add-to-cart__price span span {
	display: none;
}

#content .c7-product__add-to-cart__form label {
	clip: auto;
	-webkit-clip-path: auto;
	clip-path: none;
	overflow: visible;
	position: relative;
	white-space: nowrap;
	height: auto;
	width: auto;
	display: inline-block;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #966D40;
	margin-right: 5px;
}

#content .c7-product__add-to-cart__form label:after {
	display: none;
}

.c7-product__add-to-cart__form input[type="text"], .c7-product__add-to-cart__form select {
	display: inline-block;
	border: 0px;
	background-color: #F5EFE8;
	width: 36px;
	height: 36px;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

.c7-product__add-to-cart__form__quantity--select {
	width: auto;
	display: inline-block;
}

.c7-product__add-to-cart__form select {
	width: 50px;
	-webkit-appearance: auto;
	appearance: auto;
	background-image: none;
}

/*
.c7-user-nav__account > a, .c7-user-nav__cart > button {
	padding: 0px;
}

.c7-user-nav__cart > .c7-link:hover .c7-user-nav__cart__title svg {
	stroke: #FFFFFF;
}

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

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

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

.c7-user-nav__account__dropdown {
	line-height: 22px;
}

.c7-btn {
	display: inline-block;
	min-height: 30px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.c7-modal__header button, .c7-link {
	background-color: transparent !important;
}

.c7-link:not([disabled]):hover, .c7-link:not([disabled]):active, .c7-link:not([disabled]):focus {
	text-decoration: none;
}

.c7-pagination {
	display: none;
}

.c7-account__header {
	padding: 0px;
}

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

.c7-modal__header button svg {
	stroke: #000000;
}

#c7-modal h1, #c7-content h1 {
	margin-bottom: 0px !important;
}

.c7-back::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" role="presentation" width="16" height="16" viewBox="0 0 24 24" stroke="%23000000" stroke-width="2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 19L3 12M3 12L10 5M3 12L21 12" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
*/

/* CONTENT BLOCK CSS */

.block {
	position: relative;
}

.block.bgcolor1 {
	background-color: #F5EFE8;
}

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

.block_content .link {
	text-align: center;
	margin-top: 2em;
}

.block_content.wide .container {
	max-width: 1800px;
}

.block_content.wide .intro_content {
	max-width: 1000px;
	margin: 0px auto;
}

.block_content.narrow p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.block_content.border .title {
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 1em;
	color: #966D40;
}

.block_content.border .container {
	border: 2px solid #966D40;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	max-width: 1000px;
	padding: 40px 60px;
}

#content .block_content.border .content * {
	line-height: 19px;
}

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

	.block_content.border .container_inner {
		display: flex;
		justify-content: space-between;
	}

	.block_content.border .container_inner .content {
		width: calc(50% - 50px);
	}

}

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

	.block_content.border .container {
		padding: 40px;
	}

	.block_content.border .container_inner .content {
		width: calc(50% - 40px);
	}

}

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

	.block_content.border .container {
		padding: 40px 40px;
	}

	.block_content.border .content + .content {
		margin-top: 2em;
	}

}

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

	.block_content.border .container {
		padding: 30px 20px;
	}

}

.block_content.bgphoto {
	min-height: 1200px;
	overflow: hidden;
}

.block_content.bgphoto .photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.block_content.bgphoto .photo img {
	width: 100%;
	height: 100%;
	min-height: 1200px;
	object-fit: cover;
	object-position: center bottom;
	display: block;
}

.block_content.bgphoto .photo:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 736px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 13%,rgba(255,255,255,0.95) 19%,rgba(255,255,255,0.9) 24%,rgba(255,255,255,0.72) 35%,rgba(255,255,255,0.58) 41%,rgba(255,255,255,0.29) 57%,rgba(255,255,255,0.14) 68%,rgba(255,255,255,0.09) 74%,rgba(255,255,255,0.02) 86%,rgba(255,255,255,0) 92%,rgba(255,255,255,0) 100%);
}

.block_content .bgphoto .container {
	
}

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

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

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

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

	.block_photo {
		height: 400px;
		overflow: hidden;
	}

	.block_photo img {
		width: 800px;
		max-width: none;
	}

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

	.block_photo.right img {
		float: right;
	}

	.block_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -150px;
	}

	.block_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -450px;
	}

}

.block_content_photo .container {
	max-width: none;
}

#content .block_content_photo .photo img {
	width: 100%;
	display: block;
}

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

#content .block_content_photo .right_photo, #content .block_content_photo .left_photo {
	width: 50%;
}

#content .block_content_photo .right_photo {
	margin-left: 5%;
}

#content .block_content_photo .left_photo {
	margin-right: 5%;
}

.block_content_photo .link {
	text-align: center;
}

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

	.block_content_photo.stretch .container {
		display: flex;
	}

	.block_content_photo.stretch.left .container, .block_content_map.stretch.right .container {
		flex-direction: row-reverse;
	}

	.block_content_map.stretch.left .container {
		flex-direction: row;
	}

	.block_content_photo.stretch .container .photo {
		flex: 1;
		margin-bottom: 0px;
	}

	.block_content_photo.stretch .content {
		display: flex;
		flex: 1;
		align-items: center;
	}

	.block_content_photo.stretch .content_inner {
		width: 100%;
	}

}

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

	.block_content_photo .content_inner {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}

	.block_content_map .content_inner {
		padding-top: 0px !important;
		padding-bottom: 30px !important;
	}

}

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

	.block_content.bgphoto .photo {
		padding-top: 100px;
	}

}

.block_boxes .container {
	max-width: none;
}

.block_box {
	position: relative;
	height: 0px;
	padding-bottom: 32.25%;
	overflow: hidden;
}

.block_box .photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

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

.block_box a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,.55);
}

.block_box a:hover {
	background-color: rgba(0,0,0,.8);
}

.block_box .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	padding: 5% 10%;
}

.block_box .title {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	line-height: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

.block_box .title em {
	font-size: .666666em;
	font-weight: normal;
	text-transform: none;
	color: #BB9367;
}

.block_box .content p {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

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

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

	.block_box {
		width: calc(50% - 5px);
	}
}

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

	.block_box {
		min-height: 400px;
	}

	.block_box .photo {
		height: 100%;
	}

	.block_box .photo img {
		height: 100%;
		object-fit: cover;
		object-position: center center;
		display: block;
	}

}

.block_clubs .container {
	max-width: 1800px;
}

.block_clubs .container > .title {
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 1em;
	color: #966D40;
}

.block_clubs .club {
	text-align: center;
	position: relative;
}

.block_clubs .club .title {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.block_clubs .club .subtitle {
	margin-top: 0px;
	margin-bottom: 1em;
}

.block_clubs .club ul {
	text-align: left;
	font-size: 15px;
	line-height: 18px;
}

#content .block_clubs .club li {
	margin-bottom: .5em;
}

.block_clubs .club_options {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block_clubs .club_options .option {
	width: 50%;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 1.2em;
	margin-top: 1.25em;
}

.block_clubs .club_options .option strong {
	font-size: 28px;
}

.block_clubs .club_options .option span {
	color: #966d40;
}

.block_clubs .club_options .option .fancy_button2 {
	margin-top: .5em;
}

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

	.block_clubs .container_inner {
		/*display: grid;*/
		grid-template-columns: 50px 1fr 1fr 1fr 50px;
		display: flex;
		justify-content: space-between;
	}

	.block_clubs .club {
		border-left: 2px solid #BB9367;
		width: calc(100% / 3);
		padding: 0px 100px;
	}

	.block_clubs .club:first-child {
		border-left: 0px;
		/*padding-left: 0px;*/
		grid-column: 1 / 3;
/*		width: calc(100% / 3 - 100px);*/
	}

	.block_clubs .club:last-child {
		/*padding-right: 0px;*/
		grid-column: 4 / 6;
	}

}

@media only screen and (min-width: 1150px) and (max-width: 1549px) {

	.block_clubs .club {
		padding: 0px 75px;
	}

}

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

	.block_clubs .club {
		padding: 0px 50px;
	}

}

@media only screen and (min-width: 1150px) and (max-width: 1249px) {

	.block_clubs .club {
		padding: 0px 30px;
	}

}

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

	.block_clubs .club {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
	}

	.block_clubs .club + .club {
		margin-top: 75px;
	}

	.block_clubs .club_options .option {
		width: calc(100% / 3);
		/*width: auto;
		padding: 0px 20px;*/
	}

}

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

	.block_clubs .club_options .option {
		width: 50%;
	}

}

.block_slideshow {
	clear: both;
	width: 100%;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_slideshow > ul {
	padding: 0px !important;
	margin: 0px !important;
	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;
	margin: 0px !important;
}

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

.block_slideshow li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

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

.block_slideshow .content_inner, #home_video .content_inner {
	position: relative;
	top: 60%;
	transform: translateY(-60%);
}

.block_slideshow .rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	height: auto;
	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: "\f111";
	font-family: "Font Awesome 6 Pro";
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	font-weight: 900;
}

.rslides_nav {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 10;
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
}

.rslides_nav.next {
	left: auto;
	right: 20px;
}

/* HOME CSS */

#home_slideshow_wrapper {
	height: 100vh;
}

#home_slideshow li .content, #home_video .content {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 100px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 5%;
}

#home_slideshow li .title, #home_video .title {
	font-size: .8em;
	line-height: 1em;
	font-style: italic;
	letter-spacing: .05em;
}

#home_slideshow li .subtitle, #home_video .subtitle {
	font-size: 1em;
	line-height: .9em;
	letter-spacing: .05em;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
}

#home_video {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}

#home_video iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* PRODUCTS CSS */


.c7-product-collection__product-list, .c7-product-allocation__product-list {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 0px;
}

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

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

}

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

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

}

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

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

}

.product {
	text-align: center;
}

.product .photo {
	margin-bottom: 20px;
}

.product .photo_inner {
	position: relative;
	padding: 0px 15%;
	display: inline-block;
}

.product .photo a {
}

.product .photo_inner img {
	max-height: 650px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.product .photo_inner a:hover img {
	transform: scale(1.05);
}

.product .photo .badge {
	position: absolute;
	top: 25%;
	right: 0px;
}

.product .photo .badge img {
	width: 150px;
	height: 150px;
}

.product .c7-product__title {
	font-size: 24px;
	line-height: 26px;
}

.product .c7-product__title .vintage {
	font-size: 19px;
	font-style: italic;
	color: #966D40;
}

.product .c7-product__login-message {
	line-height: 1.5em;
}

.product_detail {
	display: flex;
	justify-content: space-between;
	max-width: 850px;
	margin: 0px auto;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
}

.product_detail .photo {
	width: 35%;
	width: 300px;
}

.product_detail .photo_inner {
	padding-right: 15%;
	text-align: center;
	position: relative;
}

.product_detail .photo .badge {
	position: absolute;
	top: 25%;
	right: 0px;
}

.product_detail .photo .badge img {
	height: 150px;
	width: 150px;
}

.product_detail .content {
	width: 58%;
	width: calc(100% - 350px);
	font-size: 21px;
	line-height: 1.75em;
}

.product_detail .c7-product__title {
	text-align: left;
	margin-bottom: 0px;
}

.product_detail .c7-product__title .vintage {
	font-size: .888888em;
	font-weight: normal;
	font-style: italic;
	color: #966D40;
}

.product_detail .subtitle {
	font-size: 24px;
	line-height: 1.25em;
	text-align: left;
	color: #966D40;
	margin-top: 0px;
	margin-bottom: 1em;
}

.product_detail .c7-product__add-to-cart {
	margin-bottom: .75em;
}

.wine_specs {
	margin-top: 1em;
	border-top: 2px solid #BB9367;
	padding-top: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	font-size: 21px;
	line-height: 1.25em;
}

.wine_specs div {
	margin-bottom: .5em;
	break-inside: avoid;
}

.wine_specs em {
	font-size: 24px;
	color: #966D40;
}

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

	.product_detail .photo {
		width: 250px;
	}

	.product_detail .photo .badge {
		position: absolute;
		top: 25%;
		right: 0px;
	}

	.product_detail .photo .badge img {
		height: 125px;
		width: 125px;
	}

	.product_detail .content {
		width: calc(100% - 300px);
	}
	
}

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

	.product_detail {
		display: block;
	}

	.product_detail .photo {
		width: 100%;
		text-align: center;
	}

	.product_detail .photo_inner {
		display: inline-block;
		padding-right: 0px;
	}

	.product_detail .photo .badge {
		right: -40px;
	}

	.product_detail .photo_inner img {
		max-height: 650px;
	}

	.product_detail .content {
		width: 100%;
	}

}

/* ACCOLADES CSS */

.accolades p {
	line-height: 1.5em;
}

.accolades_table {
	width: 100%;
}

.accolades_table h2 {
	margin-top: .5em;
}

/* NEWS AND EVENTS CSS */

.block_news_events .container {
	max-width: none;
}

.block_news_events h1.title, .block_news_events h2.title {
	margin-bottom: 1em;
}

.block_news_events .item {
	position: relative;
	display: table;
	padding: 30px;
}

.layout2 .block_news_events .item {
	background-color: transparent !important;
}

.block_news_events.featured .item:nth-child(4),
.block_news_events.featured .item:nth-child(5),
.block_news_events.featured .item:nth-child(6) {
	display: none;
}

.block_news_events .date {
	display: table-cell;
	width: 155px;
	text-align: right;
	padding-right: 30px;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	color: #966D40;
}

.block_news_events .date span {
	font-size: .75em;
	text-transform: none;
}

.block_news_events .time {
	font-size: 21px;
	line-height: 1em;
	font-weight: normal;
}

.block_news_events .content {
	display: table-cell;
	width: calc(100% - 155px);
}

.block_news_events .title {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.block_news_events .venue {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .05em;
	color: #966D40;
}

.block_news_events p {
	font-size: 15px;
	line-height: 25px;
}

.block_news_events .fancy_button {
	padding-left: 0px;
	padding-right: 0px;
}

.block_content .follow {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 30px;
}

.block_content .follow .social {
	display: inline-block;
}

#content .block_content .follow .social li {
	margin: 0px 0px 0px 10px !important;
	vertical-align: middle;
	line-height: 1em;
}

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

	.block_news_events .container_inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-columns: 100px 1fr 1fr 100px;
	}

	.block_news_events .item {
		margin: 0px !important;
		padding: 50px 0px 50px 0px;
	}

	.block_news_events .item_inner {
		border-left: 2px solid #BB9367;
		padding-left: 30px;
		padding-right: 30px;
	}

}

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

	.block_news_events .item:nth-child(odd) {
		grid-column: 1 / 3;
	}

	.block_news_events .item:nth-child(odd) .item_inner {
		padding-left: 100px;
	}

	.block_news_events .item:nth-child(even) {
		grid-column: 3 / 5;
	}

	.block_news_events .item:nth-child(even) .item_inner {
		padding-right: 100px;
	}

	.block_news_events .item:nth-child(4n+1),
	.block_news_events .item:nth-child(4n+2) {
		background-color: #F5EFE8;
	}

	.block_news_events .item:nth-child(odd) .item_inner {
		border-left: 0px;
	}

	.block_news_events .item.spacer.last {
		display: none;
	}

	.block_news_events.featured .item:nth-child(4) {
		display: block;
	}


}

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

	.block_news_events .container_inner {
		grid-template-columns: 75px 1fr 1fr 75px;
	}

	.block_news_events .item:nth-child(odd) .item_inner {
		padding-left: 75px;
	}

	.block_news_events .item:nth-child(even) .item_inner {
		padding-right: 75px;
	}

}

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

	.block_news_events .item.spacer {
		display: none;
	}

}

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

	.block_news_events .container_inner {
		grid-template-columns: 50px 1fr 1fr 50px;
	}

	.block_news_events .item:nth-child(odd) .item_inner {
		padding-left: 50px;
	}

	.block_news_events .item:nth-child(even) .item_inner {
		padding-right: 50px;
	}

}

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

	.block_news_events .item:nth-child(2n-1) .item_inner {
		border-left: 0px;
	}

}

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

	.block_news_events .container_inner {
		grid-template-columns: 100px 1fr 1fr 1fr 100px;
	}

	.block_news_events .item:nth-child(3n-2) {
		grid-column: 1 / 3;
	}

	.block_news_events .item:nth-child(3n-2) .item_inner {
		padding-left: 100px;
	}

	.block_news_events .item:nth-child(3n) {
		grid-column: 4 / 6;
	}

	.block_news_events .item:nth-child(3n) .item_inner {
		padding-right: 100px;
	}

	.block_news_events .item:nth-child(6n+1),
	.block_news_events .item:nth-child(6n+2),
	.block_news_events .item:nth-child(6n+3) {
		background-color: #F5EFE8;
	}

	.block_news_events .item:nth-child(3n-2) .item_inner {
		border-left: 0px;
	}

}

/* BLOG CSS */

.block_blog .container {
	max-width: 2000px;
}

.block_blog.trade p {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.block_blog.trade p + .container_inner {
	margin-top: 2em;
}

#content .blog_nav {
	padding: 0px;
	text-align: center;
	margin: 0px auto 50px auto;
	padding: 10px;
	background-color: #F5EFE8;
	max-width: 1000px;
}

#content .container_inner + .blog_nav {
	margin-top: 50px;
}

#content .blog_nav li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 36px;
	font-style: italic;
}

#content .blog_nav li.arrow {
	font-size: 24px;
	line-height: 34px;
	font-style: normal;
}

#content .blog_nav li a, #content .blog_nav li.active {
	color: #000000;
	display: block;
	height: 36px;
	padding: 0px 5px;
	text-align: center;
	min-width: 30px;
	border: 2px solid #F5EFE8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#content .blog_nav li.active, #content .blog_nav li a:hover {
	color: #966D40;
	border-color: #966D40;
}

#content .blog_nav li.active {
	display: inline-block;
}

.blog_post {
	position: relative;
}

.block_blog.trade .blog_post {
	text-align: center;
}

.blog_post + .blog_post {
	margin-top: 50px;
}

.blog_post .photo {
	margin-bottom: 20px;
}

.blog_post .photo img {
	display: block;
}

.blog_post .title {
	font-family: "CentaurMTPro", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: .25em;
}

.blog_post .subtitle {
	margin: 0px 0px .5em 0px;
	text-align: left;
}


.blog_post p {
	font-size: 15px;
	line-height: 25px;
}

.blog_post .fancy_button {
	padding: 5px 0px 10px 0px;
}

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

	.blog_post {
		margin: 0px !important;
	}

	.block_blog .container_inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 5.5%;
		grid-row-gap: 60px;
	}

}

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

	.block_blog .container_inner {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 4.25%;
	}

}

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

	.block_blog .container_inner {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 3.5%;
	}

}



/* GALLERY CSS */

.block_gallery .container {
	max-width: 2000px;
}

.gallery div {
	width: calc(25% - 7.5px);
	margin-bottom: 8px;
}

.gallery div img {
	width: 100%;
	display: block;
}

.gallery a {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery a span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery a span:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
}

.gallery a:hover span:after {
	background-color: rgba(0,0,0,.3);
}

.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.justified-gallery > div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
}

.justified-gallery > div > a > span > picture > img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.justified-gallery.loaded div {
	transition: width .3s, height .3s, top .3s, left .3s;
	-moz-transition: width .3s, height .3s, top .3s, left .3s;
	-webkit-transition: width .3s, height .3s, top .3s, left .3s;
}

.justified-gallery.loaded img {
	transition: width .3s, height .3s, margin-top .3s, margin-left .3s;
	-moz-transition: width .3s, height .3s, margin-top .3s, margin-left .3s;
	-webkit-transition: width .3s, height .3s, margin-top .3s, margin-left .3s;
}

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

	.gallery div {
		width: calc(33.333333333333333% - 6.666666666666px);
	}

}

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

	.gallery div {
		width: calc(50% - 5px);
	}

}

/* FAQ CSS */

.block_faqs .faq {
	position: relative;
}

.block_faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #F5EFE8;
	padding: 10px 15px 10px 15px;
}

.block_faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
}

.block_faqs div.answer {
	display: none;
}

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

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

/* TESTIMONIALS CSS */

.block_testimonials .testimonial {
	padding: 50px;
	background-color: #EEEEEE;
}

.block_testimonials .testimonial cite {
	display: block;
}

.block_testimonials .testimonial blockquote {
	margin: 0px;
	text-align: justify;
}

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

	.block_testimonials .testimonials {
		margin-left: -50px;
	}

	.block_testimonials .testimonial {
		width: calc(50% - 50px);
		float: left;
		margin: 0px 0px 50px 50px;
	}

}

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

	.block_testimonials .testimonials {
		margin-left: -30px;
	}

	.block_testimonials .testimonial {
		padding: 30px;
		width: calc(50% - 30px);
		margin: 0px 0px 30px 30px;
	}

}

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

	.block_testimonials .testimonial {
		padding: 30px;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		margin-top: 30px;
	}

}

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

	.block_testimonials .testimonial {
		padding: 15px;
		margin-top: 15px;
	}

}

.block_testimonial_carousel .testimonial {
	text-align: center;
}

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

#popup .close {
	border: 0px;
	background-color: transparent;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
}

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

	#popup {
		padding: 30px;
	}

}

/* RESPONSIVE CSS */

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

	#nav_trigger {
		display: none;
	}

	#nav {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		padding-top: 80px;
	}

	.collapsed_temp #nav, .collapsed #nav {
		padding-top: 42px;
	}

	#main_nav {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

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

	#main_nav > li a:after, #subnav li:after, #back_link span:after {
		content: " ";
		transition: all .2s;
		width: 44px;
		height: 2px;
		position: absolute;
		bottom: 0px;
		left: calc(50% - 22px);
	}

	#main_nav > li#nav7 a:after, #main_nav li li a:after, #main_nav > li.dropdown a:hover:after {
		display: none;
	}

	#main_nav > li a:hover:after, #main_nav > li.active a:after, #subnav li:hover:after, #subnav li.active:after, #back_link span:hover:after {
		background-color: #BB9367;
	}

	#main_nav li.spacer {
		width: 325px;
	}

	.collapsed_temp #main_nav li.spacer, .collapsed #main_nav li.spacer {
		width: 200px;
	}

	#main_nav li > ul {
		position: absolute;
		top: 22px;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 25px;
		z-index: 20;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #F4EFE9;
	}

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

	#main_nav li li {
		text-align: center;
		border-top: 1px solid #E6D9CA;
	}

	#main_nav li li:first-child {
		border: 0px;
	}

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

	#subnav ul {
		display: flex;
		justify-content: center;
	}

	#subnav li, #back_link {
		margin: 0px 15px;
		white-space: nowrap;
		position: relative;
		line-height: 53px;
	}

	#subnav li a {
		display: block;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (min-width: 1050px) and (max-width: 1149px) {

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

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	#nav_trigger {
		border: 0px;
		background-color: transparent;
		width: 30px;
		padding: 0px;
		position: absolute;
		top: 35px;
		right: 26px;
		z-index: 100;
		cursor: pointer;
	}

	#nav_trigger:after, #nav_trigger:before, #nav_trigger span {
		content: '';
		display: block;
		background-color: #000000;
		border-radius: 2px;
		height: 5px;
		margin: 5px 0px;
		transition: all .2s ease-in-out;
	}

	.mobile_nav #nav_trigger:before {
		transform: translateY(10px) rotate(45deg);
	}

	.mobile_nav #nav_trigger:after {
		transform: translateY(-10px) rotate(-45deg);
	}

	.mobile_nav #nav_trigger span {
		display: block;
		transform: scale(0);
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #F5EFE8;
		padding-top: 140px;
		padding-bottom: 80px;
		z-index: 50;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
		background-repeat: no-repeat;
		background-position: center 30px;
		background-size: 250px 91px;
	}

	.webp #nav {
		background-image: url('../images/calcareous-logo.webp');
	}

	.no-webp #nav {
		background-image: url('../images/calcareous-logo.png');
	}

	.mobile_nav #nav {
		width: 100%;
	}

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

	#main_nav li.spacer {
		display: none;
	}

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

	#main_nav li#nav7 a {
		display: inline-block;
		height: auto;
	}

	#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: 24px;
	}

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

	#subnav, #back_link {
		height: 42px;
		position: relative;
	}

	#back_link {
		line-height: 42px;
	}

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

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: "Font Awesome 6 Pro";
		font-size: 20px;
		font-weight: 900;
		font-style: normal;
	}

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

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

	#content #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:last-child {
		padding-bottom: 10px;
	}

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

}

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

	#nav_trigger {
		right: 15px;
	}

	#cart_nav {
		right: 0px;
	}

}
