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

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "EB Garamond", serif;
	font-size: 17px;
	line-height: 1.470588235294118em;
	color: #000000;
}

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

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

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

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

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

ul {
	padding-left: 15px;
}

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

h1 {
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}

h2 {
	font-size: 30px;
	line-height: 1.333333333333333em;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: .5em;
}

h3 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: .5em;
}

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

	h1 {
		font-size: 30px;
	}

}

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

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

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

a:hover {
	color: #AF0202;
}

a, .button, input[type="button"], input[type="submit"], input[type="reset"], button {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

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

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

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

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

#page_blocks .block_content_photo .embed_container {
	height: 100%;
}

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

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

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

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

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

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

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

}

video {
	width: 100%;
}

#content_box .TockButton-blue {
	background-color: #000000 !important;
}

#content_box div#Tock_widget_container > div.TockWidgetWrapper .MainLabelSpan {
	line-height: 30px !important;
}

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

div#Tock_widget_container > div.TockWidgetWrapper .TockWidget-container {
	max-width: 720px !important;
}

#content_box .TockButtonWidgetContainer {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* FORM CSS */

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

input, select, textarea, button {
	font-family: "EB Garamond", serif;
	font-size: 17px;
	line-height: 20px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px;
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"], button {
	display: inline-block;
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: .75em 1.5em;
	-webkit-appearance: none;
	cursor: pointer;
}

.button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background-color: #3D3D44;
	color: #FFFFFF;
}

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

.quote {
	font-style: italic;
	font-size: 2em;
	letter-spacing: 2px;
}

/* LAYOUT CSS */

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

header {
	position: relative;
	height: 102px;
}

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

#logo {
	float: left;
}

#logo img {
	width: 100%;
	max-width: 375px;
	display: inline-block;
}

#logo #logo2 {
	display: none;
}

#header_photo {
	margin-bottom: 30px;
}

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

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

	#header_photo {
		height: 200px;
		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: -60px;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,.8);
	z-index: 500;
	padding-top: 14px;
}

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

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

.collapsed_temp #logo #logo2, .collapsed #logo #logo2 {
	display: block;
	max-width: 220px;
}

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

.collapsed_temp #nav li a, .collapsed #nav li a {
	color: #FFFFFF !important;
}

.collapsed_temp #nav li li a, .collapsed #nav li li a {
	color: #5F5F5F !important;
}

.collapsed_temp #user-tools, .collapsed #user-tools {
	display: none;
}

.collapsed_temp #nav_trigger, .collapsed #nav_trigger {
	top: 15px;
	color: #FFFFFF;
}

#content_box {
	padding: 0px 20px;
}

#ctas {
}

.cta {
	width: 50%;
	float: left;
	position: relative;
}

.cta a {
	display: block;
	background-color: #EDEDED;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 40px 20px;
	color: #000000;
	text-transform: uppercase;
}

.cta a:hover {
	background-color: #DDDDDD;
}

.cta2 a {
	background-color: #F2F2F2;
}

.cta2 a:hover {
	background-color: #AFAFAF;
}

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

	.cta a {
		padding: 40px 0px;
	}

}

#footer_signup {
	background-color: #EDEDED;
	margin: 0px 20px 20px 20px;
	padding: 30px 0px;
}

#footer_signup .container {
	max-width: 1200px;
}

#footer_signup .title {
	font-size: 34px;
	line-height: 1.176470588235294em;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: .5em;
}

.signup_form fieldset {
	border: 0px;

}
.signup_form legend {
	display: none;
}

#footer_signup fieldset > div {
	float: left;
	width: 25%;
	margin-top: 15px;
	padding: 0px 5px;
}

#popup fieldset > div {
	float: left;
	width: 50%;
	margin-top: 15px;
	padding: 0px 5px;
}

#footer_signup fieldset > div:nth-of-type(5) {
	width: 75%;
}

.signup_form label {
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

.signup_form input {
	width: 100%;
	background-color: #F8F8F8;
	border: 1px solid #DEDEDE;
	height: 40px;
	padding: 0px 10px;
	line-height: 40px;
}

.signup_form button {
	width: 100%;
	height: 42px;
	margin-top: 19px;
}

.signup_form .footer_successful_submit {
	text-align: center;
}

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

	#footer_signup {
		padding: 20px 0px;
	}

}

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

	#footer_signup .title {
		font-size: 22px;
		line-height: 1.176470588235294em;
	}

	#footer_signup fieldset > div {
		width: 50% !important;
	}

}

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

	#footer_signup fieldset > div:nth-of-type(5),
	#footer_signup fieldset > div:nth-of-type(7) {
		width: 100% !important;
	}

}

footer {
	margin:0px 20px 20px 20px;
	background-color: #000000;
	color: #888888;
}

#footer_top {
	padding-top: 45px;
	max-width: 1200px;
}

footer .col {
	float: left;
	width: 18%;
	margin: 0px 1%;
	display: inline;
}

footer .col .title {
	font-size: 1.411764705882353em;
	line-height: 1.333333333333333em;
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#footer_nav {
	padding: 0px;
}

#footer_nav li {
	list-style: none;
	text-transform:  uppercase;
}

#footer_nav li a, footer .col a {
	color: #FFFFFF;
}

#footer_nav li a:hover, footer .col a:hover {
	color: #BBBBBB;
}

footer .col strong {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

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

#social li {
	list-style: none;
	display: block;
	font-size: 22px;
	line-height: 43px;
	text-align: center;
	margin-bottom: 10px;
}

#social li a {
	display: block;
	margin: 0px auto;
	width: 43px;
	height: 43px;
	background-color: #FFFFFF;
	color: #444444;
}

#social li a:hover {
	background-color: #BBBBBB;
	color: #000000;
}

footer .col2 {
	width: 20%;
}

footer .col3 {
	width: 14%;
}

footer .col4 {
	width: 40%;
}

footer .col4 table {
	width: 100%;
}

footer .col4 td {
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}

footer .col4 td.caption {
	padding-bottom: 5px;
	white-space: nowrap;
}

footer .col4 tr td:last-child {
	width: 45%;
}

footer .col4 img {
	width: auto;
	height: 105px;
}

footer .col4 #review_logos td {
	padding-top: 55px;
}

footer .col4 #review_logos img {
	height: 45px;
}

#copyright {
	margin-top: 40px;
	border-top: 1px solid #313134;
	padding: 30px 0px;
	text-align: center;
}

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

	footer .col4 img {
		height: 95px;
	}

	footer .col4 #review_logos td {
		padding-top: 70px;
	}

	footer .col4 #review_logos img {
		height: 42px;
	}

}

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

	#footer_top, #copyright {
		font-size: 15px;
		line-height: 1.470588235294118em;
	}

}

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

	footer .col4 img {
		height: 80px;
	}

	footer .col4 #review_logos td {
		padding-top: 90px;
	}

	footer .col4 #review_logos img {
		height: 35px;
	}

}


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

	#footer_top, #copyright {
		font-size: 14px;
		line-height: 1.470588235294118em;
	}

}

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

	#footer_top {
		padding-top: 5px;
	}

	footer .col {
		width: 48%;
		text-align: center;
	}

	footer .col1, footer .col2 {
		display: none;
	}

	footer .col3 {
		width: 98%;
	}

	footer .col4 {
		clear: both;
		width: 100%;
		max-width: 400px;
		float: none;
		margin: 0px auto;
	}

	footer .col4 tr td:last-child {
		width: 34%;
	}

	footer .col4 #review_logos img {
		height: 40px;
	}

	#social {
		margin: 2em 0px 3em 0px;
	}

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

}

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

	footer .col4 tr td:last-child {
		width: 40%;
	}

}

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

	footer .col4 tr td:last-child {
		width: 45%;
	}

}

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

	footer .col4 img {
		height: 70px;
	}

	footer .col4 #review_logos img {
		height: 32px;
	}

}

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

	footer .col1, footer .col2 {
		width: 98%;
	}

	footer .col1 {
		margin-bottom: 2em;
	}


	footer .col4 td {
		font-size: 11px;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav li a, #user-tools a {
	color: #262626;
}

#nav li a:hover, #nav li.active a, #user-tools a:hover {
	color: #AF0202;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* WINEDIRECT CSS */

#user-tools {
	position: absolute;
	top: 20px;
	right: 60px;
	width: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	white-space: nowrap;
}

.vs5-loginWidget {
	display: inline-block;
	vertical-align: top;
}

#user-tools .v65-widgetLogin-editProfile, #user-tools .v65-widgetLogin-yourAccount, #user-tools .v65-widgetLogin-logout, #user-tools .v65-widgetLogin-login {
	float: none !important;
	width: auto;
	height: auto !important;
	display: inline-block;
	border-right: 1px solid #8D8D8E;
	padding-right: 14px;
	vertical-align: top;
}

#user-tools .v65-widgetLogin-editProfile, #user-tools .v65-widgetLogin-yourAccount, #user-tools .v65-widgetLogin-logout, #user-tools .v65-widgetLogin-login, .v65-widgetModalCart-status a, .v65-widgetModalCart {
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
}

#user-tools a.modalLinkAltBtn, #user-tools a.modalLinkBtn {
	height: auto;
	background-image: none;
	float: none;
	display: inline-block;
}

.v65-widgetLogin-yourAccount, .v65-widgetLogin-editProfile {
	margin-right: 10px;
}

.v65-widgetModalCart {
	margin-left: 14px;
	display: inline-block;
	vertical-align: top;
}

.v65-widgetModalCart #v65-toggleModalCart {
	vertical-align: top;
}

.v65-widgetModalCart-dropdown {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #CCCCCC;
	padding: 40px 4%;
	z-index: 500;
	text-transform: none;
	color: #000000;
}

#user-tools .v65-widgetModalCart-itemSummary {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
}

#user-tools .v65-widgetModalCart-dropdown a {
	color: #000000;
}

.v65-widgetModalCart-closeButton, .v65-widgetModalCart-BottomButtons {
	text-align: center;
}

.v65-widgetModalCart-closeButton {
	margin-bottom: 25px;
}

.v65-widgetModalCart-BottomButtons {
	clear: both;
	padding-top: 20px;
}

.v65-widgetModalCart-BottomButtons div {
	display: inline;
}

#user-tools .v65-widgetModalCart-dropdown .v65-widgetModalCart-closeButton a, 
#user-tools .v65-widgetModalCart-dropdown .v65-widgetModalCart-viewCartButton a,
#user-tools .v65-widgetModalCart-dropdown .v65-widgetModalCart-checkOutButton a {
	display: inline-block;
	width: 150px;
	height: 40px;
	background-color: #BCBCBC;
	color: #3A3A3A;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 40px;
}

#user-tools .v65-widgetModalCart-dropdown .v65-widgetModalCart-checkOutButton a {
	background-color: #333333;
	color: #F5F5F5;
}

#user-tools .v65-widgetModalCart-dropdown .v65-widgetModalCart-closeButton a:hover,
#user-tools .v65-widgetModalCart-dropdown .v65-widgetModalCart-viewCartButton a:hover {
	background-color: #A3A2A2;
	color: #F5F5F5;
}

#user-tools .v65-widgetModalCart-dropdown .v65-widgetModalCart-checkOutButton a:hover {
	background-color: #4D4C4C;
}

.v65-widgetModalCart-itemSummary { font-size: 15px; }
.v65-widgetModalCart-itemSummaryHeader { height: 24px; font-size: 14px; text-transform: uppercase; }
.v65-widgetModalCart-itemSummaryQuantity { float: left; width: 15%; text-align: center; }
.v65-widgetModalCart-itemSummaryItem { float: left; width: 15%; text-align: left; }
.v65-widgetModalCart-itemSummaryDescription { float: left; width: 30%; text-align: left; }
.v65-widgetModalCart-itemSummaryPrice { float: left; width: 20%; text-align: right; }
.v65-widgetModalCart-itemSummaryTotal { float: left; width: 20%; text-align: right; }
.v65-widgetModalCart-itemSummarySubTotal { clear: both; width: 100%; font-size: 15px; }
.v65-widgetModalCart-itemSummarySubTotalLabel { float: left; width: 90%; text-align: right; text-transform: uppercase; }
.v65-widgetModalCart-itemSummarySubTotalValue { float: left; width: 10%; text-align: right; }
						
.v65-widgetModalCart-itemMessageBottom, .v65-widgetModalCart-BottomButtons { clear: both; margin-bottom: 1em; }

/* PAGE BLOCK CSS */

.block {
	margin-bottom: 20px;
}

.block.bgcolor1, .block.bgcolor1 .block_box {
	background-color: #EDEDED;
}

.block.bgcolor2, .block.bgcolor2 .block_box {
	background-color: #BFBFBF;
}

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

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

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

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

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

.block_content_photo .container {
	max-width: none;
	padding: 0px;
}

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

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

.block_content_photo .content_inner {
	padding: 50px;
}

.block_content_photo .content_inner a.button {
	margin-top: 1em;
}

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

	.block_content_photo .container {
		display: flex;
	}

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

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

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

}

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

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

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

	.block_content_photo.quarter .photo {
		width: 25%;
		margin-bottom: 0px;
	}

	.block_content_photo.quarter .content {
		width: 75%;
		flex: 3;
		justify-content: center;
		align-items: center;
	}

}

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

	.block_content_photo.quarter .photo img {
		max-width: 500px;
		margin: 0px auto;
	}

}

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

	/*.block_content_photo .container .photo, */
	.block_content_photo .embed_container {
		min-height: 70vh;
	}

}

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

	/*.block_content_photo .container .photo, */
	.block_content_photo .embed_container {
		min-height: 60vh;
	}

}

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

	/*.block_content_photo .container .photo,*/
	.block_content_photo .embed_container {
		min-height: 50vh;
	}

}

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

	/*.block_content_photo .container .photo,*/
	.block_content_photo .embed_container {
		min-height: 40vh;
	}

}

.block_boxes {
	background-color: transparent !important;
}

.block_boxes .container {
	max-width: none;
	padding: 0px;
	margin-bottom: -20px;
}

.block_boxes.bgcolor0 .container {
	margin-bottom: 0px;
}

.block_box {
	padding: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.bgcolor0 .block_box {
	padding: 0px;
}

.block_box img {
	width: 100%;
	margin-bottom: .75em;
}

.block_box a.button {
	margin-top: 1em;
}

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

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

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

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

	.boxes3 .block_box {
		width: calc(33.33333333% - 13px);
	}

}

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

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

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

	.block_content_photo .content_inner {
		padding-left: 30px;
		padding-right: 30px;		
	}

}

.block_team .team {
	background-color: #E5E5E5;
	margin-top: 20px;
}

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

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

.block_team .team .content {
	padding: 20px 20px;
}

.block_team .team .content_inner {
	max-width: 1200px;
	margin: 0px auto;
}

.block_team .team .title {
	font-style: italic;
	margin-bottom: 1em;
}

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

	.block_team .team .photo {
		float: left;
		width: 25%;
	}

	.block_team .team .content {
		margin-left: 25%;
		padding: 40px 50px;
	}

}

.block_accolades, .block_trade_inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
}

.block_accolades .wine, .block_trade .vintage {
	padding: 15px 20px 20px 20px;
	margin-bottom: 20px;
	background-color: #EDEDED;
}

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

	.block_accolades, .block_trade_inner {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

	.block_accolades, .block_trade_inner {
		grid-template-columns: 1fr 1fr;
	}

}

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

	.block_accolades, .block_trade_inner {
		display: block;
	}

}

/* HOME CSS */

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

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

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

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

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

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

.block_slideshow .content_inner {
	position: relative;
	top: 27%;
	transform: translateY(-27%);
	font-size: 36px;
	line-height: 1em;
	padding: 0px 50px;
}

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

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

.block_slideshow .rslides_nav {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	z-index: 100;
	display: block;
	width: 40px;
	height: 50px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

.block_slideshow .rslides_nav.next {
	left: auto;
	right: 0px;
}

.block_slideshow .rslides_nav:hover {
	color: #9E957E important;
}

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

	.block_slideshow {
		height: 500px;
		overflow: hidden;
	}

	.block_slideshow ul {
		width: 778px;
		position: relative;
		left: 50%;
		margin-left: -389px;
	}

	.block_slideshow li img {
		width: 778px;
	}

	.block_slideshow .content .title {
		max-width: 320px;
		margin: 0px auto;
	}

}

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

	.block_slideshow .content .title {
		max-width: 280px;
		font-size: 20px;
		line-height: 1.333333333333333em;
	}

}

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

	.block_slideshow .content .title {
		max-width: 240px;
		font-size: 22px;
		line-height: 1.333333333333333em;
	}

}

/* 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 {
		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 */

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

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

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

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

	.gallery li {
		width: 31.3333%;
	}

}

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

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

.block_faqs div.question {
	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;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

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

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

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

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

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

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

/* POPUP CSS */

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

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

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

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

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

	#popup {
		padding: 30px;
	}

}

/* RESPONSIVE CSS */

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

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		position: absolute;
		top: 20px;
		right: 60px;
		padding-top: 39px;
	}

	#nav > ul {
		float: right;
	}

	#nav > ul > li {
		float: left;
		margin-left: 40px;
		display: inline;
		padding-bottom: 15px;
	}

	#nav li > ul {
		position: absolute;
		top: 42px;
		left: -20px;
		padding: 0px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #F2F2F2;
	}

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

	#nav li li {
		white-space: nowrap;
		font-weight: normal;
		border-top: 1px solid rgba(0,0,0,.05);
		letter-spacing: 0px;
	}

	#nav li li.first {
		border-top: 0px;
	}

	#nav li li a {
		display: block;
		padding: 10px 20px;
		color: #5F5F5F !important;
	}

	#nav li li a:hover {
		background-color: #E4E4E4;
		color: #2E2E2E !important;
	}

	#subnav {
		text-align: center;
		margin-bottom: 30px;
	}

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

	#section_title {
		display: none;
	}

}

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

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

}

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

	#header_inner {
		padding-left: 20px;
		padding-right: 20px;
	}

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

}

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

	.container {
		padding: 0px 30px;
	}

	.mobile_nav body {
		overflow: hidden;
	}

	.container {
		padding: 0px 15px;
	}

	header {
		height: 115px;
	}

	#header_inner {
		padding-top: 45px;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 40px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
	}

	#nav_close {
		top: 15px;
		font-size: 25px;
		line-height: 25px;
		color: #A6A6A6;
	}

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

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

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

	#main_nav {
		border-top: 1px solid #333333;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav li {
		display: block;
		font-size: 18px;
		text-align: center;
		border-bottom: 1px solid #333333;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
		color: #A6A6A6 !important;
	}

	#nav li a:hover, #user-tools a:hover {
		color: #FFFFFF !important;
	}

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

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

	#nav li li {
		font-size: 16px;
		border-top: 1px solid #333333;
		border-bottom: 0px;

	}

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

	#user-tools {
		position: absolute;
		top: 0px;
		left: 0px;
		right: auto;
		width: 100%;
		text-align: center;
		padding: 5px 0px 0px 0px;
		background-color: #000000;
		color: #A6A6A6;
	}

	#user-tools a {
		color: #A6A6A6;
	}

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

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

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

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

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #DDDDDD;
		z-index: 300;
		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;
	}

	#logo {
		float: none;
		text-align: center;
	}

}

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

	header {
		height: 92px;
	}

	#logo img {
		width: 220px;
	}	

}

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

	.block_content_photo .content_inner {
		padding-left: 20px;
		padding-right: 20px;
	}

}

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

	#user-tools .v65-widgetLogin-editProfile, #user-tools .v65-widgetLogin-yourAccount, #user-tools .v65-widgetLogin-logout, #user-tools .v65-widgetLogin-login, .v65-widgetModalCart-status a, .v65-widgetModalCart {
		font-size: 13px;
	}

}

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

	#user-tools .v65-widgetLogin-editProfile, #user-tools .v65-widgetLogin-yourAccount, #user-tools .v65-widgetLogin-logout, #user-tools .v65-widgetLogin-login, .v65-widgetModalCart-status a, .v65-widgetModalCart {
		font-size: 12px;
	}

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

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

	.iecf:after {
		clear: both;
	}

	.iecf {
		zoom: 1;
	}

	.block_accolades, .block_trade_inner {
		margin-left: -20px;
	}

	.block_accolades .wine, .block_trade_inner .vintage {
		width: calc(25% - 20px);
		float: left;
		margin-left: 20px;
		display: inline;
	}

}

html.layout2 {
	background-color: #000000;
}

body.layout2, .layout2 #nav li a, .layout2 #user-tools a {
	color: #FFFFFF;
}

.layout2 #footer_signup, .layout2 .cta a  {
	background-color: #222222;
	color: #FFFFFF;
}

.layout2 .signup_form button {
	background-color: #666666;
}

.layout2 .signup_form button:hover {
	background-color: #555555;
}

.layout2 .cta a:hover {
	background-color: #333333;
}

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

	.layout2 #nav li > ul {
		background-color: #222222;
	}

	.layout2 #nav li li a {
		color: #FFFFFF !important;
	}

	.layout2 #nav li li a:hover {
		background-color: #333333 !important;
		color: #FFFFFF !important;
	}

}
