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

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

body {
	font-family: adobe-garamond-pro, Georgia, "Tines New Roman", serif;
	font-size: 18px;
	line-height: 2em;
	color: #3D3D40;
}

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

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

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

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

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

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

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

.block p + h2 {
	margin-top: 1em;
}

ul {
	padding-left: 15px;
}

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

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

#content .block ul li {
	list-style: none;
	position: relative;
}

#content .block ul li:before {    
	font-family: 'FontAwesome';
	content: '\f111';
	position: absolute;
	top: 1px;
	left: -15px;
	font-size: 8px;
	color: #A6673A;
}

h1 {
	font-size: 30px;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin-bottom: 1.5em;
}

.block_content_photo h2 {
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

h1 em, .block_content_photo h2 em {
	color: #A6673A;
	text-transform: none;
	letter-spacing: .05em;
}

h2, h3 {
	font-size: 20px;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: .05em;
/*	text-transform: uppercase;*/
	color: #A6673A;
	margin-bottom: .25em;
}

.block_content_photo h2 {
	color: #000000;
}

/*
h3 {
	font-size: 20px;
	line-height: 1.1em;
}
*/

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

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

#content img, .editor img {
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #A6673A;
	outline-color: #A6673A;
	outline-offset: 5px;
}

a, button, .button, input[type="button"], input[type="submit"], .block_instagram span, #sign-in-out img, #c7-cart img, .continueshoppingbtn {
	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;
}

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

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

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

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

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

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

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

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

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

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

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

}

.col2 {
	margin-bottom: 1em;
}

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

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

	.cols .col2 {
		width: 45%;
	}

}

.copper {
	color: #A6673A;
}

/* FORM CSS */

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

input, select, textarea {
	font-family: adobe-garamond-pro, Georgia, "Tines New Roman", serif;
	font-size: 18px;
	line-height: 20px;
	padding: .5em .75em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

a.fancy_button {
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #A6673A;
	padding: 0px 15px 14px 15px;
	border-bottom: 1px solid #A6673A;
}

a.fancy_button:hover {
	color: #DB905A;
	border-bottom: 1px solid #DB905A;
}

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

/* CONTAINER CSS */

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

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

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

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

	.container {
		padding: 0px 50px;
	}

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

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

}

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

	.container {
		padding: 0px 30px;
	}

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

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

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

}

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

	.container {
		padding: 0px 15px;
	}

}

/* LAYOUT CSS */

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

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

header .container {
	max-width: none;
}

#logo {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 50;
}

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

#skip_content {
	position: absolute;
	top: 0px;
	right: 10px;
	transform: translateY(-150%);
	background-color: #A1673A;
	color: #FFFFFF;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 500;
}

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

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

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

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

	#header_photo img {
		width: 900px;
	}

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

	#header_photo.right img {
		float: right;
	}

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

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

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -60px;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	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: 10px;
	left: 30px;
	width: auto;
	text-align: left;
}

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

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

#content {
	position: relative;
}

#ctas {
	padding: 100px 0px;
}

#ctas .container {
	max-width: 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,.6);
}

.cta a:hover {
	background-color: transparent;
}

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

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

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

}

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

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

	.cta {
		margin-top: 1px;
	}

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

}

footer {
	background-color: #A1673A;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .1em;
	padding: 95px 0px 45px 0px;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #D09E76;
}

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

#footer_cols {
	display: flex;
	justify-content: space-between;
}

footer .title {
	font-family: adobe-garamond-pro, Georgia, "Tines New Roman", serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .1em;
	margin-bottom: 1em;
}

footer form {
	border-bottom: 1px solid #FFFFFF;
}

#email_box {
	background-color: transparent;
	border: 0px;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: .1em;
	padding: 2px 0px;
	width: 156px;
}

#email_submit {
	font-family: adobe-garamond-pro, Georgia, "Tines New Roman", serif;
	font-size: 30px;
	background-color: transparent;
	width: 12px;
	padding: 0px 0px 0px 5px;
}

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

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

#social li a {
	display: block;
}

#footer_logos {
	margin: 90px 0px 40px 0px;
	text-align: center;
}

#footer_logos img {
	width: 210px;
}

#copyright {
	font-family: adobe-garamond-pro, Georgia, "Tines New Roman", serif;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	text-align: center;
	text-transform: none;
	letter-spacing: .05em;
}

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

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

	footer {
		padding-top: 75px;
	}

	#footer_cols {
		flex-wrap: wrap;
		max-width: 600px;
		margin: 0px auto;
	}

	#footer_cols .col1, #footer_cols .col3 {
		width: 225px;
	}

	#footer_cols .col2, #footer_cols .col4 {
		width: 190px;
	}

	#footer_cols .col3, #footer_cols .col4 {
		margin-top: 30px;
	}

	#email_box {
		width: 207px;
	}

	#footer_logos {
		margin: 70px 0px 40px 0px;
	}

}

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

	#footer_cols {
		max-width: 550px;
	}

}

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

	#footer_cols {
		max-width: 500px;
	}

}

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

	#footer_cols {
		max-width: 475px;
	}

}

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

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

	#footer_cols .column {
		width: 225px;
		margin: 0px auto 40px auto;
	}

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

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#main_nav li {
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#main_nav li a {
	color: #000000;
}

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

#cart_nav {
	position: absolute;
	top: 23px;
	right: 20px;
	z-index: 100;
}

#cart_nav.main {
	top: 29px;
	right: 26px;
}

.collapsed_temp #cart_nav, .collapsed #cart_nav {
	top: 18px;
}

.collapsed_temp #cart_nav.main, .collapsed #cart_nav.main {
	top: 24px;
}

#cart_nav li {
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}

#cart_nav li:first-child {
	margin-top: 0px;
	margin-right: 5px;
}

#sign-in-out {
	vertical-align: top;
}

#subnav {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-style: italic;
}

#subnav li a {
	color: #3D3D40;
}

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

/* PAGE BLOCK CSS */

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

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

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

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

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

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

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

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

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

	.block_photo.right img {
		float: right;
	}

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

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

}

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

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

.block_content_photo .content {
	padding: 5% 10%;
}

.block_content_photo .content_inner {
	width: 100%;
}

.block_content_photo h1, .block_content_photo h2 {
	font-size: 30px;
	text-align: center;
}

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

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

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

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

	.block_content_photo .content {
		width: 55.5555555555556%;
		display: flex;
		align-items: center;
	}

}

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

	.block_content_photo .content {
	}

}

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

	h1, .block_content_photo h2 {
		margin-bottom: .75em;
	}

	.block_content_photo .content {
		padding: 30px 30px;
	}

}

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

	.block_content_photo .content {
		padding: 30px 20px;
	}

}

.block_box {
	margin: 25px 0px;
}

.block_box h2 {
	text-align: center;
	text-transform: uppercase;
	color: #A6673A;
	margin-bottom: .5em;
}

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

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

	.block_box + .block_box {
		border-top: 1px solid #000000;
		margin-top: 50px;
		padding-top: 40px;
	}

}

/* HOME CSS */

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

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

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

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

.block_slideshow .rslides li img {
	object-fit: cover;
	object-position: center center;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
}

.block_slideshow .rslides li.left img {
	object-position: left center;
}

.block_slideshow .rslides li.left_center img {
	object-position: 25% center;
}

.block_slideshow .rslides li.right_center img {
	object-position: 75% center;
}

.block_slideshow .rslides li.right img {
	object-position: right center;
}

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

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 8%;
	width: 32%;
	font-size: 18px;
	line-height: 1.888888888888889em;
	color: #FFFFFF;
}

.block_slideshow .content_inner .pre_title {
	opacity: .5;
	font-size: 25px;
	line-height: 1em;
	font-style: italic;
	margin-bottom: .25em;
}

.block_slideshow .content_inner .title {
	font-size: 35px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 1em;
}

.block_slideshow .content_inner p {
	margin-bottom: 3em;
}

.block_slideshow .content_inner a {
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0px 15px 10px 15px;
	border-bottom: 1px solid #FFFFFF;
}

.block_slideshow .content_inner a:hover {
	opacity: .5;
}

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

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

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

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

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

.rslides_nav {
	display: none;
}

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

	.block_slideshow .content_inner p {
		margin-bottom: 2em;
		line-height: 1.5em;
	}

	.block_slideshow .content_inner .title {
		font-size: 30px;
		line-height: 1em;
	}

}

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

	.block_slideshow .content {
		background-color: rgba(0,0,0,.40);
	}

	.block_slideshow .content_inner {
		width: 60%;
		min-width: 190px;
	}

	.block_slideshow .content_inner .title {
		margin-bottom: .5em;
	}

	.block_slideshow .content_inner p {
		padding-right: 20%;
		margin-bottom: 1em;
	}

	

}

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

	.block_slideshow ul {
		height: 450px;
		overflow: hidden;
	}

	.block_slideshow .rslides li img {
		max-width: none;
		width: 900px;
		height: 450px;
	}

	.block_slideshow .rslides li.center img {
		position: relative;
		left: 50%;
		margin-left: -450px;
	}

	.block_slideshow .rslides li.right img {
		float: right;
	}

	.block_slideshow .rslides li.left_center img {
		position: relative;
		left: 25%;
		margin-left: -225px;
	}

	.block_slideshow .rslides li.right_center img {
		position: relative;
		left: 75%;
		margin-left: -675px;
	}

}
*/

/* INSTAGRAM CSS */

.block_instagram {
	display: flex;
	flex-wrap: wrap;
}

.block_instagram div {
	width: 25%;
	position: relative;
}

.block_instagram 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 span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.block_instagram a:hover span {
	background-color: rgba(169,107,61,.4);
}

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

	.block_instagram div {
		width: 50%;
	}

}

/* WINES CSS */

.wine {
	margin-top: 60px;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	text-align: center;
}

.wine .photo {
	margin-bottom: 10px;
}

.wine .title {
	margin-bottom: 20px;
}

.wine .title a {
	color: #000000;
}

.wine .title a em {
	font-size: 16px;
	font-weight: bold;
	color: #A9693C;
}

.wine .price {
	display: inline-block;
	border-bottom: 1px solid #A9693C;
	padding: 0px 15px 5px 15px;
	padding-bottom: 5px;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	color: #A9693C;
}

.wine .soldout, .wine .clubonly {
	margin-top: 6px;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A9693C;
}

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

	.block_wines .wines {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
	}

}

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

	.block_wines .wines {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

.block_wine .photo {
	float: right;
	width: 45%;
	padding-left: 5%;
}

.block_wine .content {
	width: 55%;
}

.block_wine .purchase {
	margin-bottom: 3em;
}

.block_wine .price {
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 1em;
	text-transform: uppercase;
	color: #A9693C;
	margin-bottom: .75em;
}

.block_wine .price.soldout, .block_wine .price.clubonly {
	font-size: 18px;
}

.block_wine .price.soldout {
	display: inline-block;
	font-size: 18px;
	border-bottom: 1px solid #A9693C;
	padding: 0px 15px 5px 15px;
}

.wine_specs {
	margin-top: 2em;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}

.wine_specs dt {
	width: 105px;
	display: inline-block;
	vertical-align: top;
	clear: both;
	margin-bottom: 15px;
	color: #000000;
}

.wine_specs dd {
	width: calc(100% - 110px);
	display: inline-block;
	margin-bottom: 15px;
	color: #A9693C;
}

.wine_specs dd:after{
	display: block;
	content: '';
}

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

	.block_wine .photo, .block_wine .content {
		width: 100%;
		float: none;
	}

	.block_wine .photo, .block_wine .purchase {
		text-align: center;
	}

	.block_wine .photo img {
		width: auto;
		max-height: 500px;		
	}

}

/* ACTIV8 WINES */

.block_activ8 * {
	font-family: adobe-garamond-pro, Georgia, "Tines New Roman", serif !important;
	font-size: 18px !important;
}

.block_activ8 .fa {
	font: normal normal normal 14px/1 FontAwesome !important;
}

.block_activ8 h1 {
	font-size: 30px !important;
	line-height: 1.1em !important;
}

.block_activ8 label {
	white-space: normal;
	display: block;
}

.block_activ8 input[type="checkbox"] {
	padding: 0px;
}

#content .active8-product-container li {
	line-height: 1.25em;
}

#sign-in-out {
	display: inline-block;

}

#sign-in-out:hover img, #c7-cart:hover .carts img {
	filter: invert(42%) sepia(65%) saturate(451%) hue-rotate(342deg) brightness(94%) contrast(85%);
}

#sign-in-out .dropdown-menu li {
	margin: 0px;
	font-size: 18px;
	line-height: 1.5em;
}

.dropdown-menu li a {
	padding: 0px 20px;
}

.active8-cart-container #c7-cart {
	display: inline-block;
	top: auto;
}

.block_activ8 .container {
	max-width: 1400px;
}

#content .block_activ8 ul li::before {
	content: "";
	display: none;
}

#content .active8-product-container .cd-gallery .product-name a {
	font-weight: normal !important;
	text-transform: uppercase;
}

#content .active8-product-container .product-price {
	font-weight: normal !important;
	color: #A9693C !important;
}

#content .active8-product-container .product-section .cd-customization .qty .qtybox button {
	width: 1.5rem;
}

#content .active8-product-container .product-section .cd-customization .qty .qtybox input {
	width: 30px !important;
	padding: 0px !important;
}

#content .active8-product-container .cd-customization .add-to-cart, #content .active8-product-detail-container .cartrow .add-to-cart, #content .active8-product-detail-container .continueshoppingbtn, .active8-cart-container button.pro-to-checkout, .active8-accountinfo-container button.pro-to-checkout, .active8-checkout-container .btn1, .active8-cart-container #c7-cartv button.cont-shpg, .active8-accountinfo-container #c7-add-more button.cont-shpg, #sign-in-out .dropdown-item.signout {
	background-color: #A9693C !important;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
	letter-spacing: .15em;
	font-weight: normal !important;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	padding: 11px 10px !important;
	white-space: nowrap;
	width: auto !important;
	vertical-align: top;
	border: 0px !important;
}

#content .active8-product-container .cd-customization .add-to-cart:hover, #content .active8-product-detail-container .cartrow .add-to-cart:hover, #content .active8-product-detail-container .continueshoppingbtn:hover, .active8-cart-container button.pro-to-checkout:hover, .active8-accountinfo-container button.pro-to-checkout:hover, .active8-checkout-container .btn1:hover, .active8-cart-container #c7-cartv button.cont-shpg:hover, .active8-accountinfo-container #c7-add-more button.cont-shpg:hover, #sign-in-out .dropdown-item.signout:hover {
	background-color: #DB905A !important;
}

#content .active8-product-detail-container .cartrow .qty .qtybox {
	height: 42px !important;
}

#content .active8-product-detail-container .cartrow .qty .qtybox input, #content .active8-product-detail-container .cartrow .qty .qtybox button {
	height: 40px !important;
}

.allocations .qtymsg, .allocations .above-qtymsg, .active8-product-detail-container .qtymsg, .active8-cart-container .cart-added-product-name a.cart-added-remove, .active8-cart-container #c7-cartv a.closebtn, .active8-accountinfo-container #c7-add-more a.closebtn, .active8-product-container a, #sign-in-out .dropdown-item:focus, #sign-in-out .dropdown-item:hover, #sign-in-out .dropdown-item.active, #sign-in-out .dropdown-item:active, .active8-product-container .qtymsg {
	color: #A9693C !important;
}

.badge, .active8-checkout-container .my-frid-sec-1 li a.active, .table-dark, .loyalty-details-container table tr th {
	background-color: #A9693C !important;
	color: #FFFFFF !important;
}

.active8-cart-container button.pro-to-checkout {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.active8-checkout-container .my-frid-sec-1 li a {
	border-bottom: 5px solid #A9693C;
}

.active8-checkout-container .my-frid-sec-1 li a.active {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom: 5px solid #A9693C;
}

.login-form form i#toggle-password, .login-form form i#toggle-password-create, .register-form form i#toggle-cust-password, .reset-pass-container form i#toggle-reset-password {
	top: 13px;
	font-size: 18px !important;
}

.club-membership-container input[type="radio"]:checked, .club-membership-container input[type="reset"], .club-membership-container input[type="checkbox"]:checked, .club-membership-container input[type="checkbox"]:hover:checked, .club-membership-container input[type="checkbox"]:focus:checked {
	border-color: #A9693C;
	background-color: #A9693C;
}

.loyalty-details-container table {
	border-color: #A9693C;
}

#content .active8-accountinfo-container .border-started ul li a:hover, #content .active8-accountinfo-container .border-started ul li a.active {
	color: #A9693C !important;
	font-weight: normal !important;
}

.membership-join .heading-tag {
	margin-bottom: 2em;
}

.membership-join .product-description p {
	margin-bottom: 1em;
}

li#cart-icon {
	display: block !important;
	margin-top: 10px !important;
	position: relative !important;
	right: auto !important;
	top:auto !important;
}

@media (min-width: 992px) {
	.membership .row {
		justify-content: center;
	}
	.membership .col-lg-4 {
		width: 50%;
	}
}

.membership-join .product-image img {
	object-fit: contain !important;
}

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

.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-top: -20px;
}

.gallery div {
	margin-top: 20px;
}

.gallery div img {
	background-color: #DDDDDD;
	padding: 3%;
	display: block;
}

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

	.gallery {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

	.gallery {
		grid-template-columns: 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: 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;
}

#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: 1000px) {

	#nav_trigger {
		display: none;
	}

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

	#main_nav {
		width: 100%;
		text-align: center;
	}

	#main_nav li {
		display: inline;
		margin: 0px 25px;
		padding-bottom: 8px;
	}

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

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

	#main_nav li li {
		display: block;
		margin: 0px;
		padding: 0px;
		font-style: italic;
		text-transform: none;
	}

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

	#main_nav li.active li a {
		color: #3D3D40;
	}

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

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

	#section_title {
		display: none;
	}

}

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

	.container {
		padding: 0px 30px;
	}

	#nav {
		right: 30px;
	}

}

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

	h1, .block_content_photo h1, .block_content_photo h2 {
		font-size: 24px;
	}

	.mobile_nav body {
		overflow: hidden;
	}

	.container {
		padding: 0px 30px;
	}

	header {
		padding-top: 220px;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		border: 0px !important;
	}

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

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

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

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

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

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #A1673A;
		background-repeat: no-repeat;
		background-position: center 40px;
		background-size: 125px 105px;
		padding-top: 190px;
		z-index: 50;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.webp #nav {
		background-image: url('../images/aleksander-wines-logo2.webp');
	}

	.no-webp #nav {
		background-image: url('../images/aleksander-wines-logo2.png');
	}

	.mobile_nav #nav {
		width: 100%;
		top: 0px;
		padding-top: 190px;
	}

	#main_nav li {
		display: block;
		font-size: 22px;
		text-align: center;
	}

	#main_nav li a {
		display: block;
		padding: 10px 15px;
		background-color: #A1673A;
		color: #FFFFFF;
	}

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

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

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

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

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

	#cart_nav {
		top: 58px;
		right: 10px;
	}

	#cart_nav.main {
		top: 64px;
		right: 16px;
	}

	#subnav {
		height: 42px;
	}

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

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

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

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

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

}

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

	header {
		padding-top: 170px;
	}

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

	.container {
		padding: 0px 20px;
	}
}
