:root {
	--c7-font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	--c7-body-text-color: #070707;
	--c7-heading-font-family: "Cinzel", Georgia, "Times New Roman", serif;
	--c7-heading-text-color: #070707;
	--c7-header-text-color: #FFFFFF;
	--c7-heading-font-weight: 500;
	--c7-primary-button-bg: #C3B487;
	--c7-primary-button-bg-hover: #D7CAA2;
	--c7-alt-button-bg-hover: #904F52;
	--c7-link-color: #502022;
	--c7-success-bg: #F3F1EE;
	--c7-font-size-sub: 18px;
	--c7-field-option-selected-color: #502022;
	--c7-field-option-focus-color: #904F52; 
	--c7-dropdown-hover: #F3F1EE;
	--c7-bg-alt: #F3F1EE;
	--c7-field-border-color: #CDC8BF;
	--c7-field-option-selected-color: #B1A16F;
	--c7-field-option-focus-color: #B1A16F;
	--c7-info-bg: #C3B487;
}

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

#c7-account {
	line-height: 20px;
}

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

.loggedin #c7-cart {
/*	line-height: 25px;*/
}

#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 > a:hover {
	color: #FFFFFF;
}

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

#c7-cart .c7-link, #c7-cart .c7-user-nav__account > a, #c7-cart .c7-user-nav__cart > button, .c7-user-nav__account > a, .c7-user-nav__cart > button, .c7-link .c7-user-nav__cart__count {
	color: #C3B487;
}

#c7-cart .c7-link:hover, #c7-cart .c7-user-nav__account > a:hover, #c7-cart .c7-user-nav__cart > button:hover, .c7-user-nav__account > a:hover, .c7-user-nav__cart > button:hover, .c7-link:hover .c7-user-nav__cart__count {
	color: #C3B487;
}

.collapsed #c7-cart .c7-link, .collapsed #c7-cart .c7-user-nav__account > a, .collapsed #c7-cart .c7-user-nav__cart > button, .collapsed .c7-user-nav__account > a, .collapsed c7-user-nav__cart > button, .collapsed .c7-link .c7-user-nav__cart__count {
	color: #4E4632;
}

.collapsed #c7-cart .c7-link:hover, .collapsed #c7-cart .c7-user-nav__account > a:hover, .collapsed #c7-cart .c7-user-nav__cart > button:hover, .collapsed .c7-user-nav__account > a:hover, .collapsed .c7-user-nav__cart > button:hover, .collapsed .c7-link:hover .c7-user-nav__cart__count {
	color: #070707;
}

.c7-user-nav__account__name svg {
	stroke: #C3B487;
}

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

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

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

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

#nav #c7-side-cart ul li {
	white-space: normal;
}

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

.c7-user-nav__account__login,. c7-user-nav__account__name {
	padding: 0px 0px 0px 15px !important;
	color: #FFFFFF !important;
	postion: relative;
}

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

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

.c7-user-nav__account__dropdown__logout:hover {
	color: #000000;
}

#c7-cart h1 {
	padding-bottom: 0px;
}

.block_c7 h1, .c7-modal h1 {
	padding-bottom: 0px;
}

#c7-cart h1:after, .block_c7 h1:after, .c7-modal h1:after {
	display: none;
}

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

#c7-side-cart__header__close:hover {
	background-color: #FFFFFF;
}

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

	.c7-order-summary__buttons a {
		flex: auto;
	}

	.c7-order-summary__buttons a:first-child {
		width: 40%;
	}

	.c7-order-summary__buttons a:last-child {
		width: 60%;
	}

}

#c7-side-cart .c7-btn {
	font-size: 14px;
	padding: 0px 10px;
}

.c7-form label:not(.c7-radio, .c7-checkbox, .duet-date__mobile-heading), .c7-label, .c7-form legend {
	font-size: 18px;
}

.c7-account__header {
	padding-top: 30px;
	padding-bottom: 30px;
}

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

button.c7-link:hover {
	background-color: transparent;
}

.c7-content {
	padding: 0px;
}

.c7-product-collection__products {
	margin-top: 3em;
}

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

}

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

	.block_c7 {
		background-position: bottom center !important;
		background-color: #FFFFFF !important;
	}

	.c7-personalization .c7-product-collection__product-list {
		display: block;
	}

}

.c7-product-collection .c7-product, .c7-product-allocation .c7-product, .c7-product-detail .c7-product {
	display: block;
	text-align: center;
}

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

.c7-product-collection .c7-product__image, .c7-product-allocation .c7-product__image {
	margin: 0px 0px 20px 0px;
}

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

.c7-product-collection .c7-product__image img, .c7-product-allocation .c7-product__image img {
	max-height: 550px;
}

.c7-product-collection .c7-product__title, .c7-product-allocation .c7-product__title, .c7-club-product__details__title {
	font-size: 23px !important;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #070707;
}

.c7-product__title a {
	color: #070707;
}

.c7-product__title .vintage {
	display: block;
	font-size: 21px !important;
	color: #272626;
}

.c7-product__add-to-cart {
	max-width: none !important;
}

.c7-product__add-to-cart__price {
	font-weight: bold;
}

.c7-product__add-to-cart__form input {
	background-color: transparent !important;
	border-radius: 0px !important;
	border-width: 1px !important;
	border-color: #D3D1CD !important;
	color: #070707;
}

.c7-product__add-to-cart__form button {
}

.product {
	max-width: 900px;
	margin: 0px auto;
	display: flex;
}

.product .photo, .product .content {
	padding-top: 0px !important;
}

.product h1 {
	text-align: left;
}

.product h1 .main_title {
	font-size: 40px;
	text-transform: uppercase;
	color: #070707;
	margin-top: .1em;
}

.product h1 .vintage {
	font-size: 25px !important;
	margin: 0px;
}

.product h1:after {
	display: block;
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
	text-align: left;
	color: #C3B487;
}

.product form {
	margin-bottom: 1.5em;
}

.product .c7-product__add-to-cart__price {
	font-size: 24px;
	display: inline;
	float: left;
	margin: 0px 20px 0px 0px;
	line-height: 44px;
}

.product .c7-product__add-to-cart__form {
}

.product .c7-product__specs {
	margin-top: 1em;
	max-width: none;
}

.product .c7-product__spec div:first-child {
	float: left;
	width: 120px;
}

.product .c7-product__spec div:last-child {
	margin-left: 130px;
	color: #272626;
}

.c7-account-details__delete-account {
	display: none;
}

.block_c7 .c7-account__header {
	background-color: transparent;
}

.block_c7 .c7-account h2 {
	text-align: left;
}

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

.block_c7 .c7-account__menu {
	background-color: transparent;
	box-shadow: none;
}

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

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

body {
	background-color: #070707;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 2em;
	color: #070707;
}

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;
	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: .5em;
}

h1, .block:first-child .block_content h2, .layout2 .block_content h2, .block_c7 h2 {
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: .125em;
	text-transform: uppercase;
	text-align: center;
	color: #070707;
	margin-bottom: .5em;
	position: relative;
}

.blocK-c7 h2 {
	margin-bottom: 1em;
}

h2, .block_content_photo h1 {
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #070707;
	letter-spacing: .05em;
	margin-bottom: .75em;
}

.bgcolor1 h1, .bgcolor1 h2, .layout2 .block_content h2 {
	color: #C3B487;
}

h1 span, h2 span, .block_content_photo h1 span {
	display: inline-block;
	font-size: .7em;
	line-height: 1.2em;
	text-transform: none;
	color: #C3B487;
}

h1 span {
	letter-spacing: .1em;
	display: block;
	margin-top: .25em;
}

.block_content h1 span, .block_content h2 span {
	color: #FFFFFF;
}

h1 span.pre, h2 span.pre {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .2em;
}

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

	h1, .product h1 .main_title {
		font-size: 30px !important;
	}

	h2, .block_content_photo h1 {
		font-size: 28px !important;
	}

}

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: #B1A16F;
	color: #7F7648;
}

a:hover {
	color: #070707;
}

a, a:after, button, .button, input[type="button"], input[type="submit"], .block_instagram span, #nav li:after, .c7-link:hover .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;
}

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

div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue {
	background-color: #502022 !important;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockSearchBar-iconColorModeBlue {
	color: #502022 !important;
}

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

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

}

#content .col2 {
	margin-bottom: 1em;
}

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

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

	#content .cols .col2 {
		width: calc(50% - 15px);
	}

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

}

.block .fa-brands {
	font-size: 28px;
	margin: 0px 5px;
}

/* 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 {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 18px !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-top: 5px;
	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;
}

.fancy_button, .c7-btn {
	display: inline-block;
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 58px;
	font-weight: bold;
	height: 60px;
	background-color: #C3B487;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #4E4632;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.c7-product__add-to-cart .c7-btn {
	height: 45px;
	line-height: 40px;
}

.fancy_button.white {
	line-height: 54px;
	background-color: transparent !important;
	border: 4px solid #FFFFFF;
}

.fancy_button.bordered {
	background-color: transparent !important;
	border: 4px solid #502022;
	color: #502022;
}

.fancy_button:hover, .c7-btn:hover, .fancy_button:active, .c7-btn:active, .fancy_button:focus, .c7-btn:focus {
	background-color: #D7CAA2;
	color: #817454 !important;
}

.fancy_button.white:hover {
	border: 4px solid #E8E3D4;
	color: #E8E3D4 !important;
}

.fancy_button.bordered:hover {
	border: 4px solid #E8E3D4;
	color: #E8E3D4 !important;
}

.bgcolor1 .fancy_button {
	color: #4E4632;
}

.bgcolor1 .fancy_button:hover {
	color: #817454 !important;
}

.c7-product__add-to-cart__form button:hover, .c7-product__add-to-cart__form button:active, .c7-product__add-to-cart__form button:focus {
}

.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: 10000;
	color: #FFFFFF;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_form .form_fields {
	background-color: #EEEEEE;
	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 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, .block_featured_wine .c7-product-collection__product-list {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
}

.block_wrapper.bgcolor0, .block_wrapper.bgcolor2, .block_wrapper.bgcolor3, .block_wrapper.bgcolor4 {
	background-color: #FFFFFF;
}

.bgcolor0 .block, .bgcolor3 .block, .bgcolor4 .block, .block_wrapper.bgcolor0 {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

.block_wrapper.bgcolor0, .bgcolor4 .block {
	background-position: bottom center;
}

.webp .bgcolor0 .block, .webp .bgcolor3 .block {
	background-image: url('../images/white-bg-top.webp');
}

.no-webp .bgcolor0 .block, .no-webp .bgcolor3 .block {
	background-image: url('../images/white-bg-top2.webp');
}

.webp .block_wrapper.bgcolor0, .webp .bgcolor4 .block {
	background-image: url('../images/white-bg-bottom.webp');
}

.no-webp .block_wrapper.bgcolor0, .no-webp .bgcolor4 .block {
	background-image: url('../images/white-bg-bottom2.webp');
}

.block_wrapper.bgcolor1 p {
	color: #FFFFFF;
}

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

.block.double_padding_top {
	padding-top: 200px;
}

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

.block.double_padding_bottom {
	padding-bottom: 200px;
}

.block.overlap_bottom {
	margin-bottom: -100px;
	position: relative;
	z-index: 10;
}

.block.overlap_top {
	margin-top: -100px;
	position: relative;
	z-index: 10;
}

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

	.container, .block_featured_wine .c7-product-collection__product-list {
		padding-left: 75px;
		padding-right: 75px;
		max-width: 1150px;
	}

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

	.block.double_padding_top {
		padding-top: 180px;
	}

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

	.block.double_padding_bottom {
		padding-bottom: 180px;
	}

}

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

	.container, .block_featured_wine .c7-product-collection__product-list {
		padding-left: 50px;
		padding-right: 50px;
		max-width: 1100px;
	}

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

	.block.double_padding_top {
		padding-top: 160px;
	}

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

	.block.double_padding_bottom {
		padding-bottom: 160px;
	}

}

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

	.container, .block_featured_wine .c7-product-collection__product-list {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	.block.double_padding_top {
		padding-top: 150px;
	}

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

	.block.double_padding_bottom {
		padding-bottom: 150px;
	}

}

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

	.container, .block_featured_wine .c7-product-collection__product-list {
		padding-left: 15px;
		padding-right: 15px;
	}

	.block_slideshow_carousel .container {
		padding-left: 30px;
		padding-right: 30px;
	}

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

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

	.block.double_padding_bottom {
		padding-bottom: 140px;
	}

}

/* LAYOUT CSS */

header {
	position: relative;
}

#skip_content {
	position: absolute;
	top: 0px;
	left: 10px;
	transform: translateY(-150%);
	background-color: #C3B487;
	color: #4E4632;
	padding: 0px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	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: 40px;
	left: 100px;
}

#logo a {
	display: block;
}

#logo img {
	width: 100%;
	max-width: 172px;
	position: relative;
	z-index: 50;
}

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

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

}

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

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

}

#header_photo {
	background-color: #070707;
}

#header_photo:after, #home_slideshow li:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,0) 50%); 
	z-index: 5;
}

#header_photo .overlay, #header_photo .overlay:after, #home_video .overlay, #home_video .overlay:after  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.webp #header_photo .overlay, .webp #home_video .overlay {
	background-image: url('../images/header-overlay-top.webp');
}

.no-webp #header_photo .overlay, .no-webp #home_video .overlay {
	background-image: url('../images/header-overlay-top.png');
}

#header_photo .overlay:after, #home_video .overlay:after {
	content: " ";
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}

.webp #header_photo .overlay:after, .webp #home_video .overlay:after {
	background-image: url('../images/header-overlay-bottom.webp');
}

.no-webp #header_photo .overlay:after, .no-webp #home_video .overlay:after {
	background-image: url('../images/header-overlay-bottom.png');
}

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

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

	#header_photo {
		height: 280px;
		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: -70px;
	width: 100%;
	height: 70px;
	z-index: 50;
}

.collapsed #header_inner .container {
	height: 70px;
	background-color: #070707;
}

.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 {
	top: 10px;
	left: 30px;
	height: 55px;
	overflow: hidden;
}

.collapsed_temp #logo img, .collapsed #logo img {
	max-width: 75px;
}

.collapsed_temp #cart_nav, .collapsed #cart_nav {
	top: 23px;
	right: 25px;
}

.collapsed_temp #cart_nav button.c7-link, .collapsed #cart_nav button.c7-link {
	width: 15px;
	overflow: hidden;
	white-space: nowrap;
}

.collapsed_temp #cart_nav .c7-user-nav__account__login, .collapsed #cart_nav .c7-user-nav__account__login,
.collapsed_temp #cart_nav .c7-user-nav__account__name, .collapsed #cart_nav .c7-user-nav__account__name {
	display: inline-block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.loggedin .collapsed_temp #cart_nav .c7-user-nav__account__name, .loggedin .collapsed #cart_nav .c7-user-nav__account__name {
	height: 15px;
}

#content {
	position: relative;
}

.block_ctas .photo {
	height: 100%;
}

.block_ctas blockquote {
	max-width: 1000px;
	margin: 0px auto;
	font-size: 35px;
	line-height: 1.5em;
	text-align: center;
	color: #FFFFFF;
	padding-top: 100px;
}

.block_ctas blockquote span {
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 100px;
	line-height: 10px;
	vertical-align: bottom;
	color: #C3B487;
	margin: 0px 5px;
}

.block_ctas cite {
	display: block;
	max-width: 1000px;
	margin: 1em auto 0px auto;
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 21px;
	line-height: 1em;
	font-style: normal;
	text-transform: uppercase;
	color: #C3B487;
	text-align: center;
}

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

footer .block_ctas .ctas {
	margin-top: 200px;
}

.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,.3);
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 55px;
	line-height: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

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

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

.cta strong {
	font-weight: normal;
}

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

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

}

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

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

	.block_ctas blockquote {
		font-size: 30px;
		line-height: 1.25em;
	}

	.block_ctas blockquote span {
		font-size: 45px;
		line-height: 40px;
	}

	.cta {
		margin-top: 1px;
	}

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

}

#footer_top {
	background-color: #070707;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #FFFFFF;
	padding-top: 95px;
	padding-bottom: 95px;
}

#footer_top .title {
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: lowercase;
	color: #C3B487;
	margin-bottom: .25em;
}

#footer_top a {
	color: #FFFFFF;
}

#footer_top a:hover {
	color: #B9A6A7;
}

#footer_top .cols {
	display: flex;
}

#footer_top .cols .col {
	margin-left: 40px;
}

#footer_top .cols .col:first-child {
	margin-left: 0px;
}

#contact_top, #contact_bottom {
	display: flex;
	justify-content: center;
}

/*
#contact_top {
	margin-bottom: 85px;
}
*/

#contact_top .section1 {
	margin-right: 70px;
}

#contact_top .section2 {
	margin-left: 70px;
}

.social {
	margin-top: 5px;
}

.social a {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	margin-right: 15px;
}

#contact_top label {
	font-weight: normal;
}

.mailinglist div.border {
	width: 100%;
	max-width: 275px;
	border: 2px solid #272626;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 40px;
	padding: 2px 8px;
}

.mailinglist input {
	background-color: transparent;
	border: 0px;
	font-size: 16px;
	line-height: 20px;
	height: 32px;
	color: #FFFFFF;
	padding: 0px 7px 2px 7px;
	width: calc(100% - 42px);
}

.mailinglist button {
	background-color: transparent;
	font-size: 21px;
	color: #FFFFFF;
	width: 42px;
	height: 32px;
	text-align: right;
}

.mailinglist #mc_embed_signup div.mce_inline_error {
	background-color: transparent !important;
	font-weight: normal;
	padding: 0px 15px;
}

#contact_bottom span {
	margin-right: 5px;
}

#contact_bottom .section2 {
	margin: 0px 0px 0px 90px;
}

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

	#contact_top .section1 {
		margin-right: 50px;
	}

	#contact_top .section2 {
		margin-left: 50px;
	}

	#contact_bottom .section2 {
		margin: 0px 100px 0px 50px;
	}

}

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

	#contact_bottom .section2 {
		margin: 0px 129px 0px 79px;
	}

	#contact_bottom .cols {
		display: block;
	}

	#contact_bottom .cols .col {
		margin: 0px;
	}

}

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

	#footer_top {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#contact_top .section1 {
		margin: 0px;
	}

	#footer_top .cols {
		justify-content: center;
	}

	#footer_top p {
		text-align: center;
	}

	#contact_top, #contact_bottom {
		display: block;
		text-align: center;
	}

	#contact_top {
		margin-bottom: 30px;
	}

	#contact_top .section2 {
		margin: 30px 0px 0px 0px;
	}

	footer .mailinglist {
		width: 275px;
		margin: 0px auto;
	}

	#contact_bottom .section1, #contact_bottom .section2 {
		margin: 0px 0px 30px 0px;
	}

}

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

	#footer_top .cols {
		flex-wrap: wrap;
	}

	#footer_top .social {
		width: 100%;
	}

	#footer_top .cols .social {
		margin: 15px 0px 0px 0px !important;
	}

	.social a {
		display: inline-block;
		margin: 0px 10px;
	}

}

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

	#footer_top .cols {
		display: block;
	}

	#footer_top .cols .col {
		margin: 0px;
	}

}

#footer_bottom {
	background-color: #272626;
	font-size: 16px;
	line-height: 1.5em;
	color: #928B8B;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer_bottom .container {
	max-width: none;
	display: flex;
	justify-content: space-between;
}

#footer_bottom a {
	color: #928B8B;
}

#footer_bottom a:hover {
	color: #FFFFFF;
}

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

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

	#footer_bottom .container {
		display: block;
		text-align: center;
	}

	#footer_nav {
		margin-bottom: 1em;
	}

	#footer_nav li {
		margin: 0px 15px !important;
		white-space: nowrap;
	}

}

/* NAVIGATION CSS */

#nav_logo {
	display: none;
}

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: .1em;
}

#nav li a, #nav li.active li a {
	color: #FFFFFF;
}

#nav li a:hover, #nav li.active a {
	color: #C3B487;
}

#top_nav {
	padding: 0px;
	line-height: 1em;
}

#top_nav li {
	font-size: 12px;
}

#cart_nav {
	position: absolute;
	top: 12px;
	right: 101px;
	line-height: 1em;
}

#footer_nav {
	padding: 0px;
	line-height: 1.5em;
}

#footer_nav li {
	list-style: none;
	display: inline;
	margin-left: 35px;
}

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

#subnav {
	width: 100%;
	text-align: center;
	background-color: #F3F1EE;
}

#content #subnav ul {
	padding: 13px 0px 14px 0px;
	margin: 0px;
	line-height: 1em;
}

#subnav li {
	list-style: none;
	font-size: 15px;
	letter-spacing: .1em;
}

#subnav li a {
	color: #806938;
}

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

/* CONTENT BLOCK CSS */

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

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

.block_content, .block_ctas {
	position: relative;
}

.block_content.event .container {
	max-width: 1100px;
}

.block_content .photo img, .block_ctas .photo img {
	width: 100%;
	height: 100%;
	min-height: 900px;
	object-fit: cover;
	display: block;
}

.block_content.event .photo {
	margin-bottom: 2em;
}

.block_content.event .photo img {
/*	object-fit: none;*/
	height: auto;
	min-height: 0px;
}

.block_content.photobg .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding: 100px 0px;
	display: flex;
	align-items: center;
	z-index: 10;
}

.block_ctas .content {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
}

.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, .block_video .container {
	max-width: 2000px;
}

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

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

#content .block_content_photo.stretch .photo img, #content .block_content_photo.bordered .photo img, #content .block_content_photo.boxed .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.bordered .content {
	margin-top: -50px;
	position: relative;
	z-index: 10;
	padding: 0px 50px;
}

.block_content_photo .content_inner {
	padding-top: 30px;
}

.block_content_photo.bordered .content_inner {
	border: 4px solid #C3B487;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 100px 50px 50px 50px;
}

.block_content_photo.boxed .content_inner {
	background-color: #C3B487;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px;
	color: #070707;
}

.webp .block_content_photo.boxed .content_inner {
	background-image: url('../images/content-photo-bg.webp');
}

.no-webp .block_content_photo.boxed .content_inner {
	background-image: url('../images/content-photo-bg.png');
}

.block_content_photo.boxed h1, .block_content_photo.boxed h2 {
	font-size: 40px;
	letter-spacing: .125em;
	color: #070707;
	padding-bottom: 0px;
	margin-bottom: .25em;
}

.block_content_photo.boxed h1:after, .block_content_photo.boxed h2:after {
	display: none;
}

.block_content_photo.boxed .content_inner_inner p {
	text-align: center;
	color: #4E4632;
}

.block_content_map .content_inner {
	padding-top: 0px;
	padding-bottom: 20px;
}

.block_content_photo.boxed .intro {
	font-size: 21px;
	line-height: 24px;
}

.block_content_photo.boxed .additional {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .025em;
	color: #070707;
}

.block_content_photo.boxed .additional a {
	color: #070707;
}

.block_content_photo.boxed .additional a:hover {
	color: #4E4632;
}

.block_content_photo.boxed .date_container {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.block_content_photo.boxed .date {
	position: relative;
	height: 80px;
	display: inline-block;
	padding: 30px 35px 0px 35px;
	text-align: center;
}

.block_content_photo.boxed .date_container.time .date {
	padding-top: 12px;
}

.block_content_photo.boxed .date span {
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.block_content_photo.boxed .date .time {
	font-size: 21px;
	line-height: 1em;
	color: #4E4632;
}

.block_content_photo.boxed .date:before, .block_content_photo.boxed .date:after {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "{";
	font-size: 80px;
	line-height: 1em;
	font-weight: 300;
	color: #FFFFFF;
}

.block_content_photo.boxed .date:after {
	content: "}";
	left: auto;
	right: 0px;
}

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

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

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

	.block_content_map.stretch.right .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%;
		padding: 0px 0px 0px 10%;
	}

	.block_content_photo.stretch.right .content_inner {
		padding: 0px 10% 0px 0px;
	}

}

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

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

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

	.block_content_map.bordered.right .container {
		flex-direction: row;
	}

	.block_content_photo.bordered .container .photo {
		width: 66%;
		margin-bottom: 0px;
	}

	.block_content_photo.bordered .content {
		display: flex;
		width: 34%;
		align-items: center;
		position: relative;
		padding: 50px 0px;
		margin: 0px;
	}

	.block_content_photo.bordered .content_inner {
		width: 115%;
	}

	.block_content_photo.bordered.left .content_inner {
		margin-left: -15%;
		padding: 10% 10% 10% 25%;
	}

	.block_content_photo.bordered.right .content_inner {
		margin-right: -15%;
		padding: 10% 25% 10% 10%;
	}

}

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

	.block_content_photo.boxed .container {
		display: flex;
		margin-bottom: 50px;
	}

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

	.block_content_map.boxed.right .container {
		flex-direction: row;
	}

	.block_content_photo.boxed .container .photo {
		width: 64%;
		margin-bottom: 0px;
	}

	.block_content_photo.boxed .content {
		width: 36%;
		position: relative;
	}

	.block_content_photo.boxed .content_inner {
		width: 115%;
		height: 100%;
		margin: 50px 0px -50px 0px;
		display: flex;
		align-items: center;
		padding: 10% 10% 10% 10%;
	}

	.block_content_photo.boxed.left .content_inner {
		margin-left: -15%;
	}

	.block_content_photo.boxed .content_inner_inner {
		width: 100%;
	}

}

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

	.block_content_photo.boxed .content_inner {
		padding: 30px;
	}

	.block_content_photo.bordered .content {
		margin-top: -30px;
		padding: 0px 30px;
	}

	.block_content_photo.bordered .content_inner {
		padding: 60px 30px 30px 30px;
	}

}

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

	.block_content_photo.boxed .content_inner {
		padding: 30px 15px;
	}

	.block_content_photo.bordered .content {
		margin-top: -15px;
		padding: 0px 15px;
	}

	.block_content_photo.bordered .content_inner {
		padding: 30px 15px 15px 15px;
	}

	.block_content_photo.boxed .date {
		padding-top: 30px;
	}

	.block_content_photo.boxed .date_container.time .date {
		padding-top: 15px;
	}

	.block_content_photo.boxed .date span {
		font-size: 30px;
	}

}

.block_featured_wine {
	position: relative;
	min-height: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px !important;
	padding-bottom: 0px !important;
}

.block_featured_wine .c7-product-collection {
}

.block_featured_wine .c7-personalization__content {
	display: none;
}

.block_featured_wine .photo {
	height: 750px;
}

.block_featured_wine .photo img {
	width: 100%;
	height: 100%;
	min-height: 750px;
	object-fit: cover;
	display: block;
}

.block_featured_wine .c7-product-collection__product-list {
	display: block;
}

.block_featured_wine .container, .block_featured_wine .c7-product-collection__product-list {
	display: flex;
	align-items: center;
	max-width: 1100px;
	padding-top: 30px;
}

.block_featured_wine .bottle_photo, .product .photo {
	width: 40%;
	padding: 0px 5%;
	text-align: center;
	padding-top: 100px;
}

.block_featured_wine .bottle_photo img, .product .photo img {
	max-height: 750px;
	width: auto;
}

.block_featured_wine .content_inner, .product .content {
	width: 70%;
	padding-top: 100px;
	color: #272626;
}

.block_featured_wine .pre_title {
	font-size: 25px;
	line-height: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #F3F1EE;
	margin-bottom: 1em;
}

.block_featured_wine h1, .block_featured_wine h2 {
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-weight: 500;
	text-align: left;
	color: #C3B487;
	margin-bottom: .25em;
}

.block_featured_wine h1 a, .block_featured_wine h2 a {
	color: #C3B487;
}

.block_featured_wine .c7-product__add-to-cart .c7-product__add-to-cart__price {
	color: #F3F1EE;
}

.block_featured_wine .link {
	text-align: left;
}

.block_featured_wine .c7-product-collection .c7-product__add-to-cart__form {
	justify-content: flex-start;
}

.block_featured_wine .c7-product__add-to-cart__form input {
	color: #FFFFFF;
}

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

	.block_featured_wine .bottle_photo, .product .photo {
		text-align: left;
		padding-left: 0px;
	}

	.product .c7-product__add-to-cart__price {
		float: none;
	}

}

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

	.block_featured_wine .bottle_photo, .product .photo {
		width: 215px;
	}

	.block_featured_wine .content_inner, .product .content {
		width: calc(100% - 215px);
	}

}

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

	.block_featured_wine {
		background-size: auto 700px;
	}

	.block_featured_wine .container, .block_featured_wine .c7-product-collection__product-list, .product {
		display: block;
	}

	.block_featured_wine .bottle_photo, .product .photo {
		width: 100%;
		text-align: center;
	}

	.block_featured_wine .bottle_photo img, .product .photo img {
		max-height: 500px;
	}

	.block_featured_wine .content_inner, .product .content {
		width: 100%;
		padding-top: 30px;
	}

}

.block_c7 {
	background-repeat: no-repeat;
	background-position: top center;
}

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

	.block_c7 {
		background-size: 100% auto;
	}

}

.block_c7 .container {
	max-width: 2000px;
	line-height: 1.5em;
}

.block_c7.photobg .container {
	padding-top: 200px;
}

.block_c7 .c7-personalization__content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

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

.block_box {
	margin-bottom: 30px;
	border: 2px solid #C3B487;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
}

.block_box h2, .block_box h3 {
	font-size: 26px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: .25em;
}

.block_box .subtitle {
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 1em;
	position: relative;
}

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

.block_box strong {
	font-weight: 500;
	letter-spacing: .1em;
	color: #C3B487;
	text-transform: uppercase;
}

.block_box .fancy_button {
	height: 50px;
	line-height: 47px;
	font-size: 16px;
	padding: 0px 15px;
	margin: 0px 7px;
}

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

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

	.block_boxes .container_inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.block_box {
		margin: 0px;
	}
}

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

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

	.block_boxes .container_inner {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 30px;
	}

}

.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;
	z-index: 10;
}

.block_slideshow .content_inner, #home_video .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 5%;
}

.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:after, #home_video .content {
	background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.5) 50%, rgba(0,0,0,.5) 100%); 
}

#home_slideshow li .content, #home_video .content {
	font-family: "Cinzel", Georgia, "Times New Roman", serif;
	font-size: 70px;
	line-height: 1em;
	color: #FFFFFF;
}

#home_slideshow li .title, #home_video .title {
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	max-width: 1000px;
	margin: 0px auto;
}

#home_slideshow li .subtitle, #home_video .subtitle {
	font-size: .4em;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: .1em;
	margin-top: .5em;
}

#home_slideshow a.video_lightbox, #home_video a.video_lightbox {
	margin-top: 1.5em;
	display: inline-block;
	font-size: 30px;
	line-height: 50px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 80px;
	height: 60px;
	text-align: center;
}

#home_slideshow a.video_lightbox:hover, #home_video a.video_lightbox:hover {
	opacity: .6;
}

#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;
	min-width: 192vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* INSTAGRAM CSS */

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

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

.block_instagram .posts div {
	width: calc(25% - 11px);
	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 span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

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

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

	.block_instagram .posts div {
		width: calc(50% - 7.5px);
	}

	.block_instagram .post3, .block_instagram .post4 {
		margin-top: 15px;
	}

}

/* NEWS AND EVENTS CSS */

.block_news_events .item {
	border: 1px solid #DDDDDD;
	text-align: center;
	padding: 3% 3% 2% 3%;
	margin-bottom: 14px;
}

.block_news_events .title {
}

.block_news_events .date {
}

.block_news_events p {
	text-align: left;
}

.block_news_events a {
}

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

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

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

}

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

	.block_news_events .item {
		padding: 3% 3% 2% 3%;
	}

}

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

	.block_news_events .item {
		padding: 4% 4% 2.8% 4%;
	}

}

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

	.block_news_events .item {
		padding: 20px 20px 10px 20px;
	}

}

/* 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:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
}

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

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

}

/* SLIDESHOW CSS */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#room_thumbnails .slick-list {
	margin: 0px -10px;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	font-size: 40px;
	cursor: pointer;
	color: #502022;
}

.slick-arrow:hover {
	color: #904F52;
}

.slick-arrow.prev {
	left: -20px;
}

.slick-arrow.next {
	right: -20px;
}

#slideshow_thumbnails .slick-slide {
	cursor: pointer;
}

/* TEAM CSS */

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

.block_team .team {
	text-align: center;
}

.block_team .name {
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #070707;
}

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

	.block_team .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

}

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

	.block_team .container {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

	.block_team .container {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

}

/* FAQ CSS */

.block_faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	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;
	}

}

/* 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: 1150px) {

	#nav_trigger {
		display: none;
	}

	#nav {
		position: absolute;
		top: 12px;
		right: 90px;
		height: auto;
		padding-top: 50px;
	}

	.collapsed_temp #nav, .collapsed #nav {
		top: 0px;
		padding-top: 22px;
		padding-right: 170px;
	}

	#main_nav > li {
		padding-bottom: 20px;
		float: left;
		margin-left: 40px;
		display: inline;
	}

	#nav li a:after {
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		content: "\2022";
		font-size: 20px;
		line-height: 1em;
		color: #C3B487;
		text-align: center;
		opacity: 0;
	}

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

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

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

	#main_nav li li {
		font-size: 15px;
		text-align: center;
	}

	#main_nav li li a, #nav li.active li a {
		display: block;
		padding: 7px 20px;
		color: #806938;
	}

	#main_nav li li a:after {
		display: none;
	}

	#main_nav li li a:hover {
		color: #502022;
	}

	#top_nav {
		position: absolute;
		top: 0px;
		right: 130px;
	}

	/*
	.loggedin #top_nav {
		right: 180px;
	}
	*/

	.collapsed_temp #top_nav, .collapsed #top_nav {
		right: -100px !important;
		background-color: #C3B487;
		padding: 23px 25px 0px 7px;
		width: 240px;
		height: 70px;
	}

	#top_nav li {
		display: inline;
		margin-left: 20px;
	}

	#nav #top_nav li a, #nav #top_nav li a:hover, #nav #top_nav li.active a {
		color: #C3B487;
	}

	.collapsed #nav #top_nav li a {
		color: #4E4632;
	}

	.collapsed #nav #top_nav li a:hover, .collapsed #nav #top_nav li.active a {
		color: #070707;
	}

	.collapsed #nav #top_nav li a:hover:after, .collapsed #nav #top_nav li.active a:after {
		color: #070707;
	}

	#nav #top_nav li a:after {
		font-size: 10px;
		line-height: 1em;
	}

	#top_nav > li {
		padding-bottom: 10px;
	}

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

	#section_title {
		display: none;
	}

}

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

	#logo {
		left: 75px;
	}

	#nav {
		right: 75px;
	}

	#cart_nav {
		right: 76px;
	}

}

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

	.collapsed_temp #nav, .collapsed #nav {
		padding-right: 245px;
	}

	.collapsed_temp #top_nav, .collapsed #top_nav {
		right: -85px;
	}

}

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

	.collapsed_temp #main_nav > li, .collapsed #main_nav > li {
		margin-left: 30px;
	}

}

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

	#logo {
		left: 50px;
	}

	#nav {
		right: 50px;
	}

	#cart_nav {
		right: 51px;
	}

}

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

	.collapsed_temp #nav, .collapsed #nav {
		padding-top: 24px;
		padding-right: 265px;
	}

	.collapsed_temp #main_nav > li, .collapsed #main_nav > li {
		font-size: 18px;
	}

	.collapsed_temp #top_nav, .collapsed #top_nav {
		right: -60px;
	}

}

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

	#logo {
		top: 30px;
		left: 30px;
	}

	#nav {
		right: 30px;
	}

	#cart_nav {
		right: 31px;
	}

}

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

	.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: 25px;
		right: 30px;
		z-index: 100;
		cursor: pointer;
	}

	.collapsed_temp #nav_trigger, .collapsed #nav_trigger {
		top: 16px;
	}

	#nav_trigger:after, #nav_trigger:before, #nav_trigger span {
		content: '';
		display: block;
		background-color: #FFFFFF;
		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: #070707;
		background-repeat: no-repeat;
		background-size: 170px 172px;
		background-size: 89px 88px;
		background-position: center 20px;
		padding-top: 130px;
		padding-bottom: 80px;
		z-index: 50;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

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

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

	.mobile_nav #nav {
		width: 100%;
	}

	#nav_logo {
		display: block;
		text-align: center;
		height: 49px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	#nav_logo img {
		transform: translate(2px,-78px);
	}

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

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

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

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

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

	#nav li li a {
		padding: 6px 30px;
		color: #B1924E;
	}

	#nav #top_nav li {
		font-size: 22px;
	}

	#nav #top_nav li a {
		color: #B1924E;
	}

	#cart_nav {
		top: 30px;
		right: 90px;
	}

	.collapsed_temp #cart_nav, .collapsed #cart_nav {
		top: 22px;
		right: 80px;
	}

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

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		color: #502022;
		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: #F3F1EE;
		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) { 

	#logo {
		top: 15px;
		left: 15px !important;
	}

	#nav_trigger {
		top: 15px;
		right: 15px;
	}

	#cart_nav {
		top: 15px;
		right: 70px;
	}

	.collapsed_temp #cart_nav, .collapsed #cart_nav {
		right: 65px;
	}

}
