:root {
	--c7-bg: #FFFFFF;
	--c7-bg-alt: #EFEFEF;
	--c7-primary-button-bg: transparent;
	--c7-primary-button-bg-hover: #BF8B4C;
	--c7-primary-button-text-color: #83332E;
	--c7-alt-button-bg-hover: #BF8B4C;
	--c7-header-text-color: #FFFFFF;
	--c7-cart-count-bg: #BF8B4C;
	--c7-heading-font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	--c7-heading-font-weight: normal;
	--c7-heading-text-color: #83332E;
	--c7-dropdown-hover: #EFEFEF;
	--c7-primary-color: #83332E;
	--c7-primary-color-dark: #BF8B4C;
	--c7-primary-color-focus: #BF8B4C;
	--c7-link-color: #83332E;
/*
	--c7-font-family: "sweet-sans-pro", Arial, Helvetica, sans-serif;
	--c7-body-text-color: var(--brown);
	--c7-font-size: 17px;
	--c7-cart-count-bg-focus: var(--c7-primary-color-focus);
	--c7-cart-count-text-color: var(--brown);
	--c7-field-bg: transparent;
	--c7-field-border-color: var(--pink);
	--c7-border-radius: 5px;
	--c7-field-border-radius: 5px;
	--c7-button-border-radius: 5px;
	--c7-success: var(--white);
	--c7-success-bg: var(--pink);
	--c7-border-color: var(--light-pink);*/
}

/*
	--c7-page-width: 1300px;
	--c7-page-width-checkout: 1500px;
	--c7-alt-text-color: #50505a;
	--c7-font-size: 16px;
	--c7-font-size-sub: 14px;
	--c7-primary-color-text: #3251ae;
	--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-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-text-color: #232324;
	--c7-info-bg: #f1f1f4;
	--c7-error: #ca0505;
	--c7-error-bg: #ffebeb;
	--c7-warning: #fba213;
	--c7-warning-bg: #fff6e5;
	--c7-notification: #ca0505;
	--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-block-bg: var(--c7-bg);
	--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: #EFEFEF;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.75em;
	font-size: 15px;
	line-height: 2.5em;
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: unset;
}

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

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

.tox-edit-area__iframe {
	padding: 0px 10px !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 {
	margin-bottom: 0px;
}

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

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

#content li ul {
	margin-top: 1em;
	list-style: disc;
}

h1, .h1 {
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	letter-spacing: .15em;
	color: #83332E;
	position: relative;
	padding-top: 75px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: top center;
}

.webp h1, .webp .block_content .c7-h1 {
	background-image: url('data:image/webp;base64,UklGRtwBAABXRUJQVlA4WAoAAAAQAAAAPwAAPwAAQUxQSHUBAAARkKttt2lXI7aNK8iTMl06W52TUp3NCpVt2xfgtLaNY1tje685xlEZEW7cthEkarfe7hDfE0Ags9ienU+Ib9ebww2BIYead6ihp/lm5JJeoZZuAmjpd6D2fhVS0htBSVUSqkGJpZAJRqm+eBAxuZQMl4mkokC+NPZETJPwRBFfzcR0bim7EoLHW8o6pVpCspb+T+j7nNG5CDbSzrr8CZL2stpJi+QXSN7bNB0NDPuRpUlTNcYLyNSC6qMzhmzN6iilI2MZCi7vOH10B6hD1lrA8iOvj9bxyFxSP7f+PW57n7h9wj++t+zvOrf1Zm6t4dwiDZ/xemEEpbzKAczvOD1aAkAIpyhQVsGnGlR/eNm+0KIDamV95/CzRAc05LVOb9cbNKcbvfCL1FqMHmjPcZvOjut/390kdrdeizlRvVv57uZvlkDRvoh5IJEuIpB7t6wCUaHSV4Mn925LI9yNo9JUMe9WLOLfzdQ51rzT5JnIbmf/3wAAAFZQOCBAAAAAkAMAnQEqQABAAD6BQJxLJSOioaIIAKAQCWkAABA3U1AFeIW5AAD+7/3D/VVPX43f//BBfiD9Qal3L5hgQAAAAA==');
}

.no-webp h1, .no-webp .block_content .c7-h1 {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAe1BMVEUAAACDMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy6DMy7KTM0oAAAAKHRSTlMA0MD3CvLsl04DnEgG5N9/DtXSr4+IeWheWRbaqKIsGsSfcmpCN5Eqi8qIewAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAyMy0wNC0wOVQxMzoyNjoxMi0wMDowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz5Y/HGrAAABNklEQVRYw+3X2W7CMBQE0HGclSQQ9n0phXb+/wsLD02FiKNrXyFVVc97bmRbtmbgFq/fJpZMTJZX8LeZJWylixieVikf1CV8FAM+Wfh8v2OHOcRm7LSEUMlu9hMi8ZAOEUSWdLpAYkynKQQOdLMx+gzM3ZA9tuZugG4RhaL/AY4BxWVLoWH5/MI0o5oe0vnG8X6IJUv8qPYMMI3b6xcxSPQ9YUcJ9916Z7Azbo4Jg9kjgA8qZEBjqWAbrKmywp4qe4ypMoaligWV9AMSqiQwVDHIqJIhp0qOKqVCWgEjKowAxDWD1Q1uSs0O3CgW0cauLPQIW2cbuIGtq6GnyRUPijyih9O6wJONEf/9+DvzwZ8YoAia4qjbvD5s9+eFUlk4TpDJ2c0etKVLW/u0xVNbfV9VvtX1/wtvDpsEZJeaXgAAAABJRU5ErkJggg==');
}

.c7-h1, .webp .c7-h1, .no-webp .c7-h1, .block_content .c7-account .c7-h1 {
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.block_content .c7-h1 {
	padding-top: 75px;
	padding-bottom: 1em;
}

h1:after {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 100px);
	width: 200px;
	height: 0px;
	content: " ";
	border-bottom: 2px solid #BF8B4C;
}

h1 em {
	display: block;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: .05em;
	text-transform: none;
	color: #000000;
	margin-top: .2em;
}

h2, h3, .h2 {
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #83332E;
	margin-bottom: .75em;
	text-align: center;
}

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

	h1 {
		font-size: 24px;
		line-height: 1.1em;
	}

	h2, h3 {
		font-size: 20px;
		line-height: 1em;
	}

}

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, .c7-link {
	text-decoration: none;
	cursor: pointer;
	color: #83332E;
}

a:hover, .c7-link:hover {
	color: #BF8B4C;
}

.c7-link:hover {
	background-color: transparent;
	text-decoration: none !important;
}

a, a:after, button, .button, input[type="button"], input[type="submit"], a strong, #user-tools button svg {
	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%;
}

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

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

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

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

}

#content p + .cols {
	margin-top: 2em;
}

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

}

.fancy_button .TockButton-iconBlue {
	display: none;
}

/* 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: Arial, Helvetica, sans-serif !important;
	font-size: 15px !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;
}

.fancy_button, .defaultBtn, .c7-btn, .product_detail .c7-btn {
	display: inline-block;
	background-color: transparent;
	border: 2px solid #BF8B4C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 1.25em 2.5em;
}

.bgcolor0 .fancy_button, .c7-btn, .product_detail .c7-btn {
	color: #83332E;
}

.bgcolor0 .fancy_button:hover, .c7-btn:hover {
	color: #FFFFFF;
}

.c7-btn {
	min-height: 30px;
	padding: .5em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fancy_button:hover {
	background-color: #BF8B4C;
}

.defaultBtn {
	color: #83332E;
}

.defaultBtn:hover {
	background-color: #BF8B4C;
	color: #FFFFFF;
}

.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 {
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	max-width: 2000px;
	margin: 0px auto;
}

.container .container {
	background-color: #FFFFFF;
}

.container .container .container_inner, .block_products .content {
	max-width: 1030px;
	margin: 0px auto;
}

.block_products .content {
	margin-bottom: 100px;
}

.block.padding_top .container, .block_ctas, .block_reservations {
	padding-top: 100px;
}

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

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

	.container {
		padding-left: 75px;
		padding-right: 75px;
	}

	.block.padding_top .container, .block_ctas, .block_reservations {
		padding-top: 80px;
	}

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

}

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

	.container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.block.padding_top .container, .block_ctas, .block_reservations {
		padding-top: 60px;
	}

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

}

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

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

	.block.padding_top .container, .block_ctas, .block_reservations {
		padding-top: 30px;
	}

	.subnav .block.padding_top:first-child .container {
		padding-top: 70px;
	}

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

	.block_content .content_box {
		padding: 30px 30px !important;
	}

}

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

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.block_content .content_box {
		padding: 30px 15px !important;
	}

	.block_box {
		padding: 30px 15px !important;
	}

}

/* 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: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	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: 30px;
	left: 100px;
}

.layout2 #logo {
	display: none;
}

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

#logo #logo2 {
	display: none;
}

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

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

}

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

#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: -80px;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	z-index: 50;
}

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

.collapsed_temp #logo, .collapsed #logo {
	top: 12px;
}

.layout2 .collapsed_temp #logo, .layout2 .collapsed #logo {
	display: block;
}

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

.collapsed_temp #logo #logo1, .collapsed #logo #logo1 {
	display: none;
}

.collapsed_temp #logo #logo2, .collapsed #logo #logo2 {
	display: block;
}

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

#content {
	transform: translateY(-100px);
	margin-bottom: -100px;
	position: relative;
	z-index: 10;
}

.layout2 .block_ctas {
	padding-left: 0px;
	padding-right: 0px;
}

.block_ctas:after, .block_reservations:after {
	content: " ";
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: -50px;
	left: calc(50% - 50px);
	background-repeat: no-repeat;
	background-size: 100px 100px;
}

.webp .block_ctas:after, .webp .block_reservations:after, .webp #main_nav {
	background-image: url('../images/allegretto-icon.webp');
}

.no-webp .block_ctas:after, .no-webp .block_reservations:after, .no-webp #main_nav {
	background-image: url('../images/allegretto-icon.png');
}

.layout2 .block_ctas:after {
	display: none;
}

.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,.5);
	font-size: 80px;
	line-height: .85em;
	color: #FFFFFF;
}

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

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

.cta a em {
	font-size: 0.5375em;
	letter-spacing: .1em;
}

.cta a strong {
	display: block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: .5em;
}

.cta a strong:after {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 50px);
	width: 100px;
	height: 0px;
	content: " ";
	border-bottom: 2px solid #BF8B4C;
}

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

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

}

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

	.block_ctas {
		max-width: 570px;
		margin: 0px auto;
	}

	.cta {
		margin-top: 1px;
	}

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

}

.block_reservations .container {
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 46.875%;
}

.webp .block_reservations .container {
	background-image: url('../images/reservations-bg.webp');
}

.no-webp .block_reservations .container {
	background-image: url('../images/reservations-bg.jpg');
}

.block_reservations .content {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.block_reservations .title {
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	line-height: 1em;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.block_reservations p {
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 2em;
}

.block_reservations .fancy_button {
}

#footer {
	background-color: #171717;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 300px;
	padding-bottom: 140px;
	margin-top: -100px;
}

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

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

.mailinglist {
	max-width: 730px;
	margin: 0px auto 140px auto;
}

.mailinglist form {
	display: flex;
	justify-content: space-between;
}

.mailinglist_left {
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: .05em;
	padding-top: 5px;
}

.mailinglist_left .title {
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: .25em;
	margin-right: -5px;
}

.mailinglist_left label {
	font-size: 13px;
	font-weight: normal;
}

.mailinglist_right {
	width: 300px;
	height: 55px;
	border: 2px solid #BF8B4C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: table;
}

.mailinglist input {
	background-color: transparent;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 40px;
	font-style: italic;
	letter-spacing: .2em;
	width: calc(100% - 51px);
	float: left;
	border: 0px;
	height: 48px;
	margin-top: 1px;
	margin-left: 1px;
	padding: 0px 0px 0px 20px;
	display: table-cell;
}

.mailinglist button {
	width: 50px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
	display: table-cell;
}

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

	.mailinglist form {
		display: block;
	}

	.mailinglist_left {
		text-align: center;
	}

	.mailinglist_right {
		margin: 20px auto 0px auto;
	}

}

#footer_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1060px;
	margin: 0px auto;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}

#footer_cols .title {
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #BF8B4C;
	margin-bottom: 12px;
}

#footer_cols a {
	color: #BF8B4C;
	font-style: italic;
}

#footer_cols a.white {
	color: #FFFFFF !important;
	font-style: normal;
}

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

#social {
	padding: 0px;
}

#social li {
	list-style: none;
	font-size: 24px;
	line-height: 30px;
}

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

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

#copyright, #footer_nav {
	background-color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	letter-spacing: .05em;
	text-align: center;
	color: #767474;
}

#copyright {
	padding-top: 21px;
	padding-bottom: 42px;
}

#footer_nav {
	padding-top: 42px;
	padding-bottom: 21px;
}

#copyright a, #footer_nav a {
	color: #767474;
}

#copyright a:hover, #footer_nav a:hover {
	color: #FFFFFF;
}

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

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

	#footer {
		padding-top: 250px;
		padding-bottom: 90px;
	}

	#mailinglist {
		margin-bottom: 90px;
	}

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

	#footer_cols .col {
		width: 315px;
	}

	#footer_cols .col:nth-child(2), #footer_cols .col:nth-child(4) {
		width: 185px;
	}

	#footer_cols .col:nth-child(3), #footer_cols .col:nth-child(4) {
		margin-top: 50px;
	}

}

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

	.block_reservations .container {
		height: 350px;
		padding-bottom: 0px;
	}

	#mailinglist form {
		display: block;
	}

	#mailinglist_left {
		text-align: center;
	}

	#mailinglist_right {
		margin: 20px auto 0px auto;
	}

}

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

	.block_reservations .title {
		font-size: 40px;
	}

	#footer_cols {
		display: block;
		text-align: center;
	}

	#footer_cols .col {
		width: 100% !important;
	}

	#footer_cols .col:nth-child(2) {
		margin-top: 50px;
	}

	#social li {
		display: inline-block;
		margin: 0px 8px;
	}

}

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

	.block_reservations .title {
		font-size: 30px;
	}

}

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

	.block_reservations .title {
		font-size: 28px;
	}

	#mailinglist_right {
		width: 280px;
	}
}

/* NAVIGATION CSS */

#nav li {
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

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

#nav li li {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	text-transform: none;
}

#subnav .container {
	text-align: center;
	z-index: 10;
	background-color: #000000;
	min-height: 50px;
}

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

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

#subnav li a {
	color: #FFFFFF;
}

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

/* CONTENT BLOCK CSS */

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

.block_content .content_box {
	margin-top: 3em;
	border: 2px solid #CECCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 50px 50px;
}

.block_content .content_box .cols {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.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 {
	padding: 0px;
}

#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 .content_inner {
	padding: 30px;
}

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

.block_content_photo .fancy_button {
	margin-top: 30px;
}

@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: 10%;
	}

}

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

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

}

.block_boxes.col4 .container_inner, .block_boxes.trade .container_inner {
	max-width: none;
}

.block_box {
	background-color: #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 40px 30px;
	line-height: 2em;
}

.block_boxes.trade .block_box {
	text-align: center;
	padding: 40px 30px 20px 30px;
}

.block_box h2, .block_box h3 {
	font-size: 24px;
	color: #000000;
}

.block_box .title {
	font-size: 18px;
	line-height: 1.25em;
	margin-bottom: 1em;
}

.block_boxes.trade .block_box img {
	margin-bottom: 10px;
}

.block_boxes.trade .block_box strong {
	margin-bottom: 0px;
}

.block_boxes.trade a:hover strong {
	color: #BF8B4C;
}

.block_box .bottles {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0px auto 1em auto;
	font-size: 34px;
	line-height: 70px;
	text-align: center;
	border: 2px solid #BF8B4C;
	border-radius: 50%;
}

.block_box .items p {
	line-height: 1.25em;
	margin-top: .75em;
	text-align: center;
}

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

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

	.block_boxes.col4 .container_inner {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

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

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

}

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

	.block_boxes.col3 .block_box {
		margin-top: 20px;
	}

	.block_boxes.col3 .block_box:first-child {
		margin-top: 0px;
	}

}

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

	.block_boxes.col4 .block_box {
		margin-top: 20px;
	}

	.block_boxes.col4 .block_box:first-child {
		margin-top: 0px;
	}

}

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

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

	.block_boxes.trade .block_box {
		width: 100%;
	}

}

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

	.block_boxes.trade .container_inner {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

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

	.block_boxes.trade .container_inner {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

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

.block_slideshow ul {
	padding: 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;
}

.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 li .content img, #home_video .content img {
	width: 382px;
	max-width: 100%;
	height: auto;
	float: none;
	margin-bottom: 20px;
}

.block_slideshow .content, #home_video .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.21) 29%, rgba(0,0,0,0.21) 100%); 
	color: #FFFFFF;
	z-index: 5;
}

.block_slideshow .content_inner, #home_video .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	line-height: 1em;
	padding: 0px 5%;
}

.block_slideshow .title, #home_video .title {
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-bottom: .1em;
}

.block_slideshow .subtitle, #home_video .subtitle {
	font-style: italic;
	letter-spacing: .2em;
}

.block_slideshow .fancy_button, #home_video .fancy_button {
	margin-top: 5em;
	color: #FFFFFF !important;
}

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

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

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

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

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

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

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

/* HOME CSS */

#home_slideshow_wrapper {
	height: 100vh;
}

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

/* 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.featured .container {
		max-width: none;
	}

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

}

/* 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: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	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: 700px) {

	#popup {
		padding: 30px;
	}

}

/* Wine CSS */

.block_products .container .container_inner {
	max-width: none;
}

.c7-product-collection__product-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 50px;
	margin-top: 4em;
}

.c7-product-collection__product-list .product {
	text-align: center;
	font-weight: 500;
}

.c7-product-collection__product-list .product .photo {
	margin-bottom: 10px;
}

.c7-product-collection__product-list .product .photo img {
	width: auto;
	height: 300px;
}

.c7-product-collection__product-list .product .product_vintage {
	display: block;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: .1em;
	margin-bottom: .75em;
}

.c7-product-collection__product-list .product .title {
	margin-bottom: .5em;
}

.c7-product-collection__product-list .product .title a:hover {
	color: #83332E;
}

.c7-product-collection__product-list .product .title .vintage {
	display: block;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: .1em;
	margin-bottom: .75em;
}

.c7-product-collection__product-list .product .main_title {
	display: block;
	font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #83332E;
}

.c7-product-collection__product-list .product .subtitle {
	display: block;
	font-size: 15px;
	line-height: 1em;
	font-style: italic;
	letter-spacing: .05em;
}

.c7-product-collection__product-list .product .c7-product__add-to-cart__price {
	margin-top: 1em;
	font-size: 21px;
	line-height: 1em;
}

.c7-product-collection__product-list .product .c7-product__add-to-cart__variants,
.c7-product-collection__product-list .product .c7-product__add-to-cart__form,
.c7-product-collection__product-list .product .c7-product__add-to-cart__price__variant {
	display: none;
}

.c7-product-collection .c7-pagination {
	display: none;
}

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

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

}

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

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

}

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

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

}

.product_detail h1 {
	margin-bottom: 2em;
}

.product_detail h1 .subtitle {
	display: block;
	margin-top: .25em;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	font-style: italic;
	text-transform: none;
	letter-spacing: .1em;
	color: #000000;
}

.product_detail .photo {
	float: right;
	margin-left: 10%;
	width: auto;
}

.product_detail .photo img {
	width: auto;
	height: 100%;
	max-height: 600px;
}

.product_detail .c7-product__add-to-cart__price {
	display: inline-block;
	margin-right: 10px;
	font-size: 21px;
	line-height: 55px;
	font-weight: bold;
}

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

.product_detail .c7-product__add-to-cart__form {
	display: inline-block;
	margin: 0px;
}

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

.product_detail .c7-product__add-to-cart__form__quantity input {
	border: 2px solid #CECCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 50px !important;
	height: 55px;
}

.product_detail .c7-product__add-to-cart__form__quantity button {

}

.product_detail h2 {
	margin-top: 2em;
	margin-bottom: .25em;
	text-align: left;
}

.product_detail dt {
	display: inline;
}

.product_detail dd {
	display: inline;
	font-style: italic;
	font-weight: 500;
}

.product_detail dd:after{
	display: block;
	content: '';
	margin-bottom: 0px;
}

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

	.product_detail .photo {
		float: none;
		margin: 0px 0px 30px 0px;
		text-align: center;
	}

}

/* COMMERCE7 CSS */

#user-tools {
	position: absolute;
	top: 10px;
	right: 100px;
	font-size: 12px;
	line-height: 28px;
}

#c7-cart, #c7-account {
	display: inline-block;
}

.collapsed_temp #c7-cart > .c7-user-nav__cart > button, .collapsed #c7-cart > .c7-user-nav__cart > button,
.collapsed_temp #c7-account, .collapsed #c7-account {
	display: none;
}

#c7-account {
	text-transform: lowercase;
	font-style: italic;
	margin-left: 20px;
}

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

.c7-user-nav__cart > button {
	padding: 3px 0px;
}

.c7-user-nav__cart > button:hover {
	background-color: transparent;
}

.c7-user-nav__cart > button:hover svg {
	stroke: #BF8B4C;
}

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

.c7-side-cart__header h1:after, .c7-h1:after {
	display: none;
}

.c7-side-cart__header button {
	height: 30px;
}

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

.c7-side-cart__header button:hover svg {
	stroke: #BF8B4C;
}

.c7-account__header {
	background-color: transparent;
	padding: 0px;
	margin-bottom: 1em;
}

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

.c7-account {
	line-height: 1.5em;
}

.c7-account-details__header {
	display: block;
}

/* RESPONSIVE CSS */

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

	#nav_trigger {
		display: none;
	}

	#nav {
		position: absolute;
		top: 10px;
		right: 100px;
		padding-top: 40px;
	}

	.collapsed_temp #nav, .collapsed #nav {
		top: 30px;
	}

	#main_nav {
		background-image: none !important;
	}

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

	#main_nav li a:after {
		content: " ";
		transition: all .2s;
		width: 30px;
		height: 2px;
		position: absolute;
		bottom: 0px;
		left: calc(50% - 15px);
	}

	.collapsed_temp #nav li a, .collapsed #nav li a {
		color: #000000;
	}

	#main_nav li a:hover:after, #main_nav li.active a:after {
		background-color: #83332E;
	}

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

	#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: 2px solid #E8E5E5;
	}

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

	#main_nav li li a, #nav li.active li a {
		display: block;
		padding: 15px 0px;
		color: #767474;
	}

	#main_nav li li a:hover {
		color: #83332E;
	}

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

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

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

	#section_title {
		display: none;
	}

}

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

	#logo {
		left: 75px;
	}

	#nav, #user-tools {
		right: 75px;
	}

	#content {
		transform: translateY(-75px);
		margin-bottom: -75px;
	}

}

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

	#main_nav > li {
		margin-left: 30px;
	}

}

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

	#logo {
		left: 50px;
	}

	#nav, #user-tools {
		right: 50px;
	}

	#content {
		transform: translateY(-50px);
		margin-bottom: -50px;
	}

}

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

	#main_nav > li {
		margin-left: 25px;
	}

}

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

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

}

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

	#logo {
		left: 30px;
	}

	#nav_trigger, #user-tools {
		right: 30px !important;
	}

	#content {
		transform: translateY(-30px);
		margin-bottom: -30px;
	}

}

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

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

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


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

	.collapsed #header_inner #nav_trigger:after,
	.collapsed #header_inner #nav_trigger:before,
	.collapsed #header_inner #nav_trigger span {
		background-color: #000000;
	}

	.mobile_nav .collapsed #header_inner #nav_trigger:before,
	.mobile_nav .collapsed #header_inner #nav_trigger span,
	.mobile_nav .collapsed #header_inner #nav_trigger:after {
		background-color: #FFFFFF;
	}

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

	.mobile_nav #nav {
		width: 100%;
	}

	#main_nav {
		background-size: 100px 100px;
		background-repeat: no-repeat;
		background-position: center 22px;
		padding-top: 150px;
	}

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

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

	#user-tools {
		text-align: center;
	}

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

	#subnav .container {
		padding-top: 5px;
	}

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

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

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

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

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

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

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

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

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

}

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

	#logo {
		top: 50px;
	}

}

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

	#logo {
		left: 15px;
	}

	#nav_trigger, #user-tools {
		right: 15px !important;
	}

	#content {
		transform: translateY(-15px);
		margin-bottom: -15px;
	}

}

