/*
Theme Name:     Amano Theme
Theme URI:      http://www.decero.com
Description:    WP theme for Finca Decero
Author:         Kaleida Interactive Agency
Author URI:     https://www.kaleidadigital.com
Template:       Divi
Version:        1.1
*/

/* GENERAL START */
	body {
		font-family: 'minion-pro', Georgia, serif;
		font-size: 20px;
		line-height: 32px;
		color: #282828;
		font-weight: 500;
		background-color: #F2EEE7 !important;

		text-rendering: optimizeLegibility;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}

	#page-container {
		width: 92%;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 1920px;
	}

	#main-content {
		background-color: #F2EEE7 !important;
	}

	.et_pb_section {
		background-color: transparent;
	}

	.container {
		width: 100%;
		max-width: none;
	}

	.errorWrapper {
		text-align: center;
		padding: 75px 0px 150px 0;
		max-width: 900px;
		margin: 0 auto;
	}

	.errorWrapper h1 {
		font-size: 96px;
		line-height: 100%;
		margin-bottom: 16px;
	}

	.errorWrapper p {
		font-size: 24px;
		line-height: 150%;
	}

	.error404 #main-content .container::before {
		display: none;
	}

	.et_pb_row {
		max-width: 1200px;
	}

	a {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	a:hover {
		color: #9b8f83;	
	}

	.offset {
		/* Check en responsive if header height change */
		scroll-margin-top: 100px;
	}
/* GENERAL END */

/* HEADER START */
	#main-header {
		width: 92%;
		max-width: 1920px;
		padding-top: 0px;
		padding-bottom: 0px;
		-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
		background-color: #F2EEE7;
	}

	#et-top-navigation {
		clear: both;
	}

	.et_header_style_left #et-top-navigation, 
	.et_header_style_split #et-top-navigation {
		padding-top: 0;
		margin-top: 50px;
	}

	#top-menu li {
		padding-right: 50px;
	}

	#main-header.et-fixed-header #et-top-navigation, 
	#main-header.et-fixed-header #et-top-navigation {
		margin-top: 10px;
		padding-top: 0px;
	}

	#main-header a,
	#menu-footer-nav a,
	#menu-footer-nav-spanish a {
		font-size: 20px;
		color: #282828;
		letter-spacing: 1px;
		font-weight: 400;
		font-variant-caps: small-caps;
		-moz-font-feature-settings: "smcp";
		-webkit-font-feature-settings: "smcp";
		font-feature-settings: "smcp";
	}

	#main-header nav > ul > li > a {
		padding-top: 25px;
		padding-bottom: 46px !important;
	}

	#main-header.et-fixed-header nav > ul > li > a {
		padding-top: 45px;
		padding-bottom: 30px !important;
	}

	#top-menu-nav > ul > li > a:hover,
	#menu-footer-nav a:hover,
	#menu-footer-nav-spanish a:hover,
	#top-menu-nav > ul > li.et-show-dropdown > a,
	#top-menu-nav > ul > li.et-hover > a {
		opacity: 1 !important;
		color: #ACA096;
	}

	#top-menu .menu-item-has-children > a:first-child::after {
		display: none;
	}

	#main-header.et-fixed-header {
		-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
		-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
		box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;	
	}

	#lang_sel_list {
		height: auto;
		float: none;
		font-family: 'minion-pro', Georgia, serif;
		font-weight: 400;
		position: absolute;
		z-index: 9;
		top: 22px;
		right: 0;
		display: none;
		background: none;
		border: none;
		padding: 0px;
	}

	#main-header.et-fixed-header #lang_sel_list {
		display: none;
	}

	#lang_sel_list ul {
		border: 0px !important;
	}

	#lang_sel_list ul li {
		margin-left: 32px;
		position: relative;

	}

	.icl-es:before {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		background: url(images/lang-sep.png) no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		-ms-behavior: url(backgroundsize.min.htc);
		behavior: url(backgroundsize.min.htc);
		position: absolute;
		top: 9px;
		left: -19px;
	}

	#lang_sel_list ul li a {
		letter-spacing: 1px;
		font-weight: 400;
		font-variant-caps: small-caps;
		-moz-font-feature-settings: "smcp";
		-webkit-font-feature-settings: "smcp";
		font-feature-settings: "smcp";
		font-size: 18px;
		padding: 0;
	}

	#lang_sel_list ul li a:hover,
	#lang_sel_list ul li.wpml-ls-current-language a,
	#lang_sel_list ul li.wpml-ls-current-language a:hover {
		background: none !important;
		color: #ACA096 !important;
	}

	.wpml-ls-statics-shortcode_actions a {
		background-color: #F2EEE7 !important;
	}

	.et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
		height: 100%;
	}

	#logo {
		max-height: 75px;
		margin-top: -3px;
	}

	.et-fixed-header #logo {
		max-height: 55px;
		margin-top: 0px;
	}

	.nav li {
		position: static;
	}

	#top-menu .menu-item-has-children > a:first-child {
		padding-right: 0px;
	}

	.nav li * {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.nav li ul {
		position: absolute;
		left: 0;
		border-top: 0;
		-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
		box-shadow: 0 0px 0px rgba(0,0,0,0);
		width: 100%;
		text-align: center;
		height: 175%; /* probamos con alto fijo por el momento */
		height: 0px;
		background: #F2EEE7;
		padding: 0px 0px;
		margin-top: -28px;
		overflow: hidden;
	}

	.et-fixed-header .nav li ul {
		margin-top: -15px;
	}

	.nav > li:hover > ul {
		height: 236px;
		padding: 40px 0px;
	}

	.nav li ul li {
		text-align: center;
		width: 25%;
		max-width: 255px;
		position: relative !important;
		display: inline-block !important;
		height: 100%;
		overflow: hidden;
	}


	.nav li.visits ul {
		display: -webkit-grid !important;
		display: -moz-grid !important;
		display: -ms-grid !important;
		display: -o-grid !important;
		display: grid !important;
		-ms-grid-gap: 20px 0px;
		grid-gap: 20px 0;
		-ms-grid-template-columns: repeat(3, 255px);
		grid-template-columns: repeat(3, 255px);
		-ms-justify-items: center;
		justify-items: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.nav li.visits ul li {
		width: 100%;
		height: 60px;
	}

	.nav li ul li a {
		text-align: center;
		width: 100% !important;
		padding: 0px !important;
		display: block !important;
		
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,1);
		top: 0;
		left: 0;
		margin: 0 !important;
		padding: 0 !important;
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
		-ms-align-items: center;
		align-items: center;
	}

	.nav li ul li a span {
		position: absolute;
		z-index: 2;
		display: block;
		width: 100%;
		color: #FFF;
		padding: 15px;
	}

	.nav li ul li a img {
		margin: 0 !important;
		padding: 0 !important;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: auto;
		display: block !important;
		opacity: 0.7;
	}

	.nav li.visits ul li a img {
		top: -50%;
	}

	.nav li.visits ul li.top a img {
		top: 0px;
	}

	.nav ul li a:hover {
		opacity: 1;
		background: #F2EEE7;
	}

	.nav ul li a:hover img {
		opacity: 0.1;
	}

	.nav ul li a:hover span {
		color: #976A4D;
	}

	.nav li ul li.menu-item-has-children:hover span {
		opacity: 0 !important;
		visibility: hidden !important;
	}

	.nav li li {
		position: relative;
		overflow: hidden;
	}

	.nav li li ul {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0 !important;
		visibility: hidden !important;
		background: transparent;
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
		height: 100%;
		padding: 0 !important;
		margin: 0 !important;
		background: rgba(242,238,231, 0.9);
	}

	.nav li li:hover ul {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.nav li li ul li {
		display: block;
		opacity: 1;
		width: 100%;
		height: auto;
	}

	.nav li li ul li a {
		display: block !important;
		text-align: center;
		color: #976A4D !important;
		font-variant-caps: normal !important;
		-moz-font-feature-settings: normal !important;
		-webkit-font-feature-settings: normal !important;
		font-feature-settings: normal !important;
		font-size: 18px !important;
		background: transparent;
		padding: 4px 0px;
		letter-spacing: 0px !important;
	}

	.nav li li ul li a:hover {
		color: #5D4D45 !important;
		background: transparent;
	}
/* HEADER END */

/* FOOTER START */
	#main-footer,
	#footer-bottom {
		background-color: #F2EEE7 !important;
	}
	footer,
	footer .container {
		text-align: center;
	}

	.footer-widget,
	.footer-widget .et_pb_widget {
		float: none;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.footer-widget .et_pb_widget { 
		letter-spacing: 3px;
	}

	.bottom-nav {
		width: auto;
		display: inline-block;
		border: solid 1px #cdc7c1;
		border-width: 1px 0px;
		padding: 30px 25px;
		margin-top: 10px;
	}

	.bottom-nav li {
		margin-right: 20px;
		padding-right: 0;
	}

	.bottom-nav li:after {
		content: "";
		vertical-align: baseline;
		display: inline-block;
		width: 8px;
		height: 8px;
		background: url(images/footer-sep.png) no-repeat center;
		margin-left: 22px;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		-ms-behavior: url(backgroundsize.min.htc);
		behavior: url(backgroundsize.min.htc);
	}

	.bottom-nav li:last-child {
		margin-right: 0;
	}

	.bottom-nav li:last-child:after {
		display: none;
	}

	#main-footer .bottom-nav a {
		text-transform: none !important;
		font-variant-caps: small-caps !important;
		-moz-font-feature-settings: "smcp" !important;
		-webkit-font-feature-settings: "smcp" !important;
		font-feature-settings: "smcp" !important;
	}

	.social_links a {
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 18px;
		overflow: hidden;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background: center center;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		-ms-behavior: url(backgroundsize.min.htc);
		behavior: url(backgroundsize.min.htc);
		margin-left: 10px;
		margin-right: 10px;

		margin-top: 35px;
		margin-bottom: 30px;
	}

	.social_links .fb_link {
		background-image: url(images/facebook_icon.png);
	}
	.social_links .tw_link {
		background-image: url(images/twitter_icon.png);
		width: 25px;
	}
	.social_links .ig_link {
		background-image: url(images/instagram_icon.png);
	}

	#footer-bottom {
		padding-bottom: 30px;
	}

	#footer-bottom p {
		font-size: 14px;
		line-height: 150%;
	}

	p.credit, p.credit a {
		color: #9b8f83;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 12px !important;
		padding-top: 5px;
	}

	#et-footer-nav {
		background-color: transparent !important;
	}

/* FOOTER END */

/* HOME SPECIFIC START */
	.home .et_pb_specialty_fullwidth > .et_pb_row {
		width: 100% !important;
		max-width: 100% !important;
	}

	.home .et_pb_fullscreen .et_pb_fullwidth_header_container {
		width: auto;
		max-width: none;
	}

	.home .et_pb_promo {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	    display: flex;
	    flex-flow: row;
	    flex-wrap: wrap;
	}

	.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
		margin-left: 40px;
	}

	.home .et_pb_promo_description {
		padding: 50px 10px 40px 40px;
		width: 100%;
		-webkit-align-self: flex-end;
	    -moz-align-self: flex-end;
	    -ms-align-self: flex-end;
	    align-self: flex-end;
	    z-index: 3;
	}

	.home .et_pb_promo_description:after,
	.home .et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		bottom: auto;
		right: auto;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+25,0.75+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
	}

		.home .et_pb_fullwidth_header .et_pb_fullwidth_header_overlay { 
			z-index: 2;
		}

	.home .et_pb_button {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background: rgba(0,0,0,0);
		margin-top: 0px !important;
		overflow: hidden;
		text-indent: -9999px;
		z-index: 3;
		border: solid 0px #FFF !important;
	}

	.home .et_pb_button:hover {
		border: 0px !important;
	}

	.home h1 {
		font-size: 36px;
		letter-spacing: 2px;
		font-variant-caps: small-caps;
		-moz-font-feature-settings: "smcp";
		-webkit-font-feature-settings: "smcp";
		font-feature-settings: "smcp";
	}
		.home .et_pb_fullwidth_header_subhead {
			font-size: 21px;
			line-height: 30px;
			width: 40%;
		}

	.home h2 {
		position: relative;
		z-index: 2;
		font-size: 28px;
		letter-spacing: 1px;
		line-height: 150%;
		font-variant-caps: small-caps;
		-moz-font-feature-settings: "smcp";
		-webkit-font-feature-settings: "smcp";
		font-feature-settings: "smcp";
	}

	.bg_color,
	.bg_byn {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease; 
		-ms-transition: all 0.5s ease; 
		-o-transition: all 0.5s ease; 
		transition: all 0.5s ease;
	}
	
	.bg_color {
		opacity: 0;
		z-index: 1;
	}

	#photoTourBlock .bg_byn,
	#photoTourBlock .bg_color {
		background-position: center bottom !important;
	}

	.home_block {
		overflow: hidden;
		position: relative;
	}
	
		.full_width .bg_color,
		.full_width .bg_byn {
			background-position: center center;
		}

	.third_short {
		height: 30vh;
	}

	.half_short,
	.full_short {
		height: 50vh;
	}

	.third_tall {
		height: 80vh;
	}

	.home .et_pb_module  {
		border: solid 4px #F2EEE7;
		background-color: #f2eee7 !important;

	}

	.home .main_home_block .et_pb_fullwidth_header_container {
		height: 100%;
		max-width: none;
		width: 100%;
	}

	.home .main_home_block .header-content-container {
		align-self: flex-end !important;
	}
/* HOME SPECIFIC END */

/* WINES START */
.wine .range h1,
.range h1 {
	font-size: 36px;
	line-height: 48px;
	padding-bottom: 36px;
}

.range h1 {
	color: #5D4D45;
}

.wine h2 {
	font-size: 32px;
	padding-bottom: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	margin-left: -72px;
}

.wine h3 {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	padding-bottom: 20px;
	padding-top: 2px;
}

.wine.amano h1,
.wine.amano h2,
.wine.amano h3,
.wine.amano .downloads ul > li > a:hover,
.wine.amano .downloads ul > li li a:hover {
	color: #B7815F !important;
}

.wine.signature.malbec h1,
.wine.signature.malbec h2,
.wine.signature.malbec h3,
.wine.signature.malbec .downloads ul > li > a:hover {
	color: #A95A1A !important;
}

.wine.signature.cs h1,
.wine.signature.cs h2,
.wine.signature.cs h3,
.wine.signature.cs .downloads ul > li > a:hover {
	color: #8F2A3C !important;
}

.wine.signature.syrah h1,
.wine.signature.syrah h2,
.wine.signature.syrah h3,
.wine.signature.syrah .downloads ul > li > a:hover {
	color: #4E2F4A !important;
}

.wine.mini h1,
.wine.mini h2,
.wine.mini h3,
.wine.mini .downloads ul > li > a:hover,
.wine.mini .downloads ul > li li a:hover {
	color: #5B788B !important;
}

.wine.odd h1,
.wine.odd h2,
.wine.odd h3 {
	color: #5D4D45 !important;
}

.range p {
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.wine_bottle img {
	width: auto !important;
	max-width: none !important;
}

.wine .intro {
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding-bottom: 42px;
}

.wine .intro h2 {
	margin-left: 0;
	line-height: 120%;
}
/*
.wine .intro p {
	font-size: 28px;
	line-height: 140%;
}
*/

/*
.wine #focus .et_pb_row {
	overflow-y: scroll;
	overflow-x: visible;
	scrollbar-color: rgba(0,0,0,0.75) transparent;
  	scrollbar-width: thin;
}

.wine #focus .et_pb_row::-webkit-scrollbar {
	width: 8px;
}

.wine #focus .et_pb_row::-webkit-scrollbar-track {
	background: transparent;
}

.wine #focus .et_pb_row::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.75);
	border-radius: 6px;
	border: 0px;
}

.wine #focus p {
	padding-right: 24px;
}
*/

.wine #focus .et_pb_row {
	width: 96% !important;
	max-width: 100% !important;
}

.wine .vineyard {
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding-bottom: 36px;
}

.wine .vineyard a {
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	text-indent: -999px;
	background: url(images/go.svg) no-repeat center;
	background-size: contain;
}

.wine .quote .et_pb_text {
	max-width: 768px;
	margin: 0 auto;
}

.wine .quote h2,
.wine .quote h3,
.wine.signature.malbec .quote h2,
.wine.signature.malbec .quote h3,
.wine.wine.signature.cs .quote h2,
.wine.signature.cs .quote h3,
.wine.signature.syrah .quote h2,
.wine.signature.syrah .quote h3 {
	color: rgba(255,255,255,0.5) !important;
}

.wine .quote h2 {
	margin-left: 0px;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	line-height: 120%;
}

.wine .quote h3 {
	font-size: 20px;
	line-height: 150%;
	text-align: center;
}

.wine .quote p {
	font-size: 20px;
	line-height: 150%;
	color: #FFF;
	padding-bottom: 4px;
	text-align: center;
}

.wine .downloads ul {
	list-style: none;
	padding-left: 0;
	margin-top: 12px;
}

.wine .downloads ul > li {
	position: relative;
	display: block;
	line-height: 36px;
	margin-bottom: 24px;
}

.wine .downloads ul > li:before {
	display: inline-block;
	content: " ";
	width: 32px;
	height: 32px;
	margin-right: 16px;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.wine .downloads ul > li.tasting_note:before {
	background-image: url(images/tastingNote.svg);
}

.wine .downloads ul > li.bottle:before {
	background-image: url(images/bottle.svg);
}

.wine .downloads ul > li.label:before {
	background-image: url(images/label.svg);
}

.wine .downloads ul > li.artistic:before {
	background-image: url(images/artistic.svg);
}

.wine .downloads ul > li.accolades:before {
	background-image: url(images/accolades.svg);
}

.wine .downloads ul > li > a {
	color: #3f281f;
}

.wine .downloads ul ul {
	position: absolute;
    top: -11px;
    left: 168px;
    height: 36px;
    overflow: hidden;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 8px;
	padding-right: 12px;
	width: 172px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 2;
	background-image: url(images/ddown.svg);
	background-size: 14px 10px;
	background-repeat: no-repeat;
	background-position: right 12px top 12px;
}

html[lang="es-ES"] .wine .downloads ul ul {
	width: 220px;
}

.wine .downloads ul ul.open {
	max-height: 245px;
	overflow-y: scroll;
	scrollbar-color: rgba(0,0,0,0.75) transparent;
	scrollbar-width: thin;
}

.wine .downloads ul ul.open::-webkit-scrollbar {
	width: 8px;
}

.wine .downloads ul ul.open::-webkit-scrollbar-track {
	background: transparent;
}

.wine .downloads ul ul.open::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.75);
	border-radius: 6px;
	border: 0px;
}

.wine.amano .downloads ul ul,
.wine.downloadPage .specific ul ul {
	background-color: #564C3A;
	color: #FFF;
}

.wine.mini .downloads ul ul {
	color: #FFF;
	background-color: #334755;
}

.wine.odd .downloads ul ul {
	color: #FFF;
	background-color: #5F5F5C;
}

.wine.signature.malbec .downloads ul ul {
	color: #FFF;
	background-color: #A95A1A;
}

.wine.signature.cs .downloads ul ul {
	color: #ffffff;
	background-color: #8F2A3C;
}

.wine.wine.signature.syrah .downloads ul ul {
	color: #ffffff;
	background-color: #4E2F4A;
}

.wine .downloads ul ul:before {
	content: " ";
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/ddown.svg) no-repeat center;
	background-size: 14px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	display: none !important;
}

.wine.amano .downloads ul ul:before,
.wine.downloadPage .specific .downloads ul ul::before {
	background-color: #564C3A;
	border-left: solid 1px rgba(255,255,255, 0.5);
}

.wine.mini .downloads ul ul:before {
	border-left: solid 1px rgba(255,255,255, 0.5);
	background-color: #334755;
}

.wine.odd .downloads ul ul:before {
	border-left: solid 1px rgba(255,255,255, 0.5);
	background-color: #5F5F5C;
}

.wine.signature.malbec ul ul:before {
	border-left: solid 1px rgba(255,255,255,0.5);
	background-color: #A95A1A;
}

.wine.wine.signature.cs ul ul::before {
	border-left: 1px solid rgba(255,255,255,0.5);
	background-color: #8F2A3C;
}

.wine.signature.syrah ul ul::before {
	border-left: 1px solid rgba(255,255,255,0.5);
	background-color: #4E2F4A;
}

.wine .downloads ul > li li {
	margin-bottom: 3px;
}

.wine .downloads ul > li li:before {
	display: none;
}

.wine .downloads ul > li li a {
	color: #FFF !important;
}

.wine.signature.malbec .downloads ul > li li a:hover,
.wine.signature.cs .downloads ul > li li a:hover,
.wine.signature.syrah .downloads ul > li li a:hover {
	color: rgba(255,255,255,0.5) !important;
}

.wine.odd #focus h2,
.wine.odd .quote h2, 
.wine.odd .quote h3 {
	color: #E0C18A !important;
}

.arapp a {
	display: inline-block;
	margin-left: 24px;
}

.arapp a:first-child {
	margin-left: 0;
}

.arapp a img {
	height: 50px;
	width: auto;
}

/* WINES END */

/* DOWNLOADS PAGE */

.tab .et_pb_row {
	border-bottom: solid 1px #5D4D45;
}
.wine.downloadPage h2,
.distributors h2 {
	font-size: 24px;
	margin-left: 0;
	color: #5D4D45;
	padding-bottom: 20px;
}

.wine.downloadPage .active h2,
.distributors .active h2 {
	color: #958F8B;
	border-bottom: solid 3px #5D4D45;
}

.wine.downloadPage h3 {
	padding-bottom: 0;
}

.downloadPage .logo img {
	border: solid 1px #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 24px;
}

.downloadPage .photos img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}	

.downloadPage .logo p,
.downloadPage .photos p,
.downloadPage .wineIntro p,
.downloadPage .wineIntro h2 {
	padding-bottom: 4px;
}

.downloadPage .wineIntro h2 {
	line-height: 135%;
}

.downloadPage .down a:before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(images/rightArrow.svg) no-repeat center;
	background-size: contain;
	margin-right: 7px;
	vertical-align: middle;
}

.et_pb_row.wineDownloads {
	display: flex;
	justify-content: space-between;
	padding: 8px 0px 0px 0px !important;
}

.wineDownloads .et_pb_column {
    width: auto !important;
    margin: 0 !important;
    min-width: 0px;
}

.wineDownloads .et_pb_column:first-child {
	width: 345px !important;
	z-index: 3;
}

/* ENDS DOWNLOAD PAGE */

/* START VISITS PAGE */
.restaurantText h2 {
	margin-bottom: 15px;
	margin-left: -72px;
}
.resBooking .et_pb_blurb_container {
	padding-left: 24px;
}

.resBooking h3,
#tours h3 {
	color: #5D4D45;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 400;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
}

.resBooking h3 ~ p {
	margin-left: 12%;
}

.et_pb_blurb table {
	margin-top: 16px !important;
}

.et_pb_blurb td {
	padding: 0px !important;
	padding-bottom: 12px !important;
	vertical-align: top;
}

.et_pb_blurb tr td:first-child {
	width: 150px;
}

.et_pb_blurb table ul {
	padding: 0px;
	list-style: none;
}

.et_pb_blurb table li {
	position: relative;
}

.et_pb_blurb table li:before {
	content: "–";
	position: absolute;
	left: -18px;
}

#tours .texts .et_pb_column {
	padding-left: 8%;
	padding-right: 60px;
}

#tours p img {
	vertical-align: bottom;
	margin-right: 12px;
}

#tours .et_pb_column p:last-child {
	margin-left: 53px;
}

#events h2 {
	margin-left: 0px;
}

.ptour #page-container {
	width: 100%;
	max-width: none;
}

#photoTour .et_pb_slides {
	height: 100%;
}

/* ENDS VISITS PAGE */

/* START ABOUT PAGE */
.sustainability ul {
	line-height: 32px;
	list-style: none;
}

.sustainability ul li {
	position: relative;
	margin-bottom: 12px;
}

.sustainability ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url(images/lang-sep.png) no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	position: absolute;
	top: 13px;
	left: -19px;
}

.sustainability .sustainability h3 {
	margin-left: -75px;
	margin-top: 60px;
}

.et_pb_team_member_description h4 {
	font-size: 21px;
	margin-top: 21px;
}

.et_pb_team_member_description .et_pb_member_position{
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 1px;
	color: #958F8B !important;
	margin-bottom: 12px;
}

.bio h1 {
	font-size: 36px;
	color: #5d4d45 !important;
}

.bio h2 {
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 1px;
	color: #958F8B;
	margin-bottom: 6px;
	text-transform: lowercase;
	margin-top: -4px;
}

.back a {
	position: relative;
}

.back a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	text-indent: -999px;
	background: url(images/go.svg) no-repeat center;
	background-size: contain;
	margin-top: -5px;
	margin-right: 7px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.disable-lightbox a {
	pointer-events: none;
}
	
.disable-lightbox .et_overlay {
	display: none !important;
}

.et-pb-slider-arrows a { pointer-events: auto; }

.disable-lightbox .et-pb-controllers a { pointer-events: auto; }

/* ENDS ABOUT PAGE */

/* FILTERS */
.press-header__block{
	padding: 32px 0;
	background: #5E4D46;
	display: none;
}
.not-found__block{
	display: none;
	text-align: center;
}

.not-found__block h4 {
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	letter-spacing: 2px;
	font-size: 21px;
	color: #958F8B;
}

.loader__block{
	width:100%;
	padding:80px 0;
}
.loader__block img{
	margin:0 auto;
	width:100px;
	display: block;
}
.press-header__block h1{
	text-align:center;
	margin-bottom: 12px;
	color:#fff;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	letter-spacing: 1px;
	font-size: 32px;
}

.result__block {
	max-width: 1180px;
	margin: 0 auto;
}

.article__block{
	opacity: 0;
	display:flex;
	justify-content:space-around;
	background: #FFF;
	padding: 12px 12px 20px 12px;
	margin: 24px 0 24px 0;
	width:100%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	align-items: center;
}

.article__block h2{
	color:#976A4D;
	font-size: 21px;
	padding-bottom: 8px;
	line-height: 120%;
}

.article__block h2:after{
	height: 1px;
	display: block;
	content:'';
	background: #ccc;
	width: 70px;
	margin-top: 11px;
}

.article__block .date{
	color:#958F8B;
	letter-spacing: 1px;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	font-size: 16px;
}
.article__block .left-article__block{
	width: 13%;
	min-width: 120px;
}
.article__block .right-article__block{
	width: 80%;
	font-size: 16px;
	line-height: 130%;
}
.article__block .img__block img{
	border-radius: 100%;
	width:100%;
}


.tax-filter__block{
	display:flex;
	justify-content:center;
}
.filter-col__block{
	width:30%;
	margin:0 1%;
}
.filter-col__block label{
	color:#fff;
	text-transform: capitalize;
}
.title--medium{
	color:#5D4D45;
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 600;
}
/* INPUTS QUOTE */
.s-hidden {
    visibility:hidden;
    padding-right:10px;
    width: 100%;
}
.select-jp {
    width:100%;
    cursor:pointer;
    display:inline-block;
    position:relative;
    color:#fff;
	border:none;
}
.styledSelect-jp {
	padding:0 15px;
    position:absolute;
	top:0;
	font-size: 17px;
	right:0;
	left:0;
	background: #fff;
    width:100%;
    display: block;
	color:#5E4D46;
    outline: none;
}
.styledSelect-jp.loading{
	opacity: .6;
}
.styledSelect-jp:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:#5E4D46 transparent transparent transparent;
    position:absolute;
    top:13px;
    right:6px;
}
.styledSelect-jp.loading:after{
	content:"";
	border:none;
	width:20px;
	top:6px;
	display: flex;
	align-items: center;
    right:6px;
	height: 20px;
	background-image: url(images/loaders/tail-spin.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@keyframes spin{
	from{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}
@-webkit-keyframes spin{
	from{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(350deg);
	}
}

.styledSelect-jp:active, .styledSelect-jp.active {
    background-color:#E7ECF2;
    border-radius:0;
    border:none;
	color:#fff;
	box-shadow:0 0 4px rgba(0,0,0,.1);
}
.options {
    display:none;
    position:absolute;
    top:0;
    right:0;
    left:0;
    z-index:999;
	color:#5E4D46;
    margin:0 0;
    padding:0 0;
    list-style:none;
	background-color:#fff;
	box-shadow:0px 6px 4px rgba(0,0,0,.1);
	max-height: 250px;
	overflow-y: scroll;
}
.options li {
    padding:4px 15px;
    margin:0 0;
}
.options li:hover {
    background-color:#cdc7c1;
    color:#333;
}
/* END FILTERS */

/* START CONTACT PAGE */
.et_pb_contact_select,
.et_pb_contact p input, 
.et_pb_contact p textarea {
	background-color: rgba(149,143,139,0.2);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 16px;
	color: #777;
}

.et_pb_contact_form_container .et_pb_button,
.et_pb_contact_form_container .et_pb_button:hover,
.sustainability .et_pb_button,
.sustainability .et_pb_button:hover {
	font-size: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	margin-top: 8px;
}

.et_pb_contact_form_container .et_pb_button:hover,
.sustainability .et_pb_button:hover {
	background: #ab7438 !important;
	border-color: #ab7438 !important;
}

.et_pb_contact_form_container .et_pb_button::after {
	top: 6px !important;
}

.contactInfo h3 {
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	color: #5d4d45 !important;
	letter-spacing: 1px;
	font-size: 24px;
	margin-left: -72px;
}

.contactInfo h4 {
	font-size: 18px;
	color: #958F8B;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	letter-spacing: 1px;
}
/* ENDS CONTACT PAGE */

/* FIND OUR WINES PAGE */
.gm-style {
	font-family: "minion-pro", Georgia, serif;
}
.gm-style .gm-style-iw {
	font-size: 16px;
	padding: 12px 24px 24px 24px !important;
}

.gm-style .gm-style-iw h3 {
	font-weight: 400;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	letter-spacing: 1px;
}
.gm-style .gm-style-iw button {
	right: -2px !important;
	top: -2px !important;
}

.contentTab .et_pb_row {
	max-width: 768px;
}

.contentTab .et_pb_row.divider {
	max-width: 100%;
}

.contentTab h2 {
	margin-left: -120px;
	margin-top: 60px;
}

.contentTab h3 {
    margin-bottom: 0;
    padding-bottom: 6px;
    letter-spacing: 0;
    font-variant-caps: normal;
	-moz-font-feature-settings: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
    font-weight: 600;
	color: #5D4D45;
	line-height: 135%;
}

.contentTab h3 em {
    letter-spacing: 1px;
    font-weight: 400;
    font-variant-caps: small-caps;
    -moz-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
    font-style: normal;
    font-size: 18px;
    color: #958F8B;
    margin-bottom: -21px;
    display: block;
    padding-bottom: 0px;
}

.contentTab {
	display: none;
}

.tab {
	cursor: pointer;
}
/* ENDS FIND OUR WINES */

/* TERMS START */

#terms h1,
#terms h2,
#terms h3 {
	color: #5D4D45;
}

#terms h1 {
	margin-bottom: 0.75em;
	line-height: 130%;
}

#terms h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#terms ol {
	list-style-position: outside;
	margin-left: 24px;
}

#terms ol li {
	margin-bottom: 12px;
}

/* TERMS END */

/* RESPONSIVE START */
	@media only screen and (max-width: 1450px) {
		.resBooking h3 ~ p {
			margin-left: 0;
		}
	}
	@media only screen and (max-width: 1380px) {
		.contentTab h2 {
			margin-left: 0px;
		}
		#top-menu li {
			padding-right: 36px;
		}
	}
	@media only screen and (max-width: 1280px) {
		#tours .texts .et_pb_column {
			padding-left: 48px;
			padding-right: 48px;
		}

		.et_pb_row.wineDownloads {
			display: block;
		}
		
		.wineDownloads .et_pb_column {
			width: 20% !important;
			margin: 0 !important;
			margin-right: 36px !important;
		}
		#top-menu li {
			padding-right: 24px;
		}
	}

	@media only screen and (max-width: 1220px) {
		.arapp {
			display: none;
		}
	}

	@media only screen and (max-width: 1180px) {
		.offset {
			scroll-margin-top: 0px;
		}
		#et_mobile_nav_menu {
			display: block;
		}
		#main-header,
		#top-header {
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
		}

		#top-menu {
			display: none;
		}

		#lang_sel_list {
			right: 3px;
		}

		#main-header.et-fixed-header #et-top-navigation, #main-header.et-fixed-header #et-top-navigation {
		    margin-top: 50px !important; 
		    padding-top: 12px !important;
		}

		.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
			padding-top: 12px !important;
		}

		.et-fixed-header #logo {
		    max-height: 80px !important;
		    margin-top: -5px !important;
		}

		.et-fixed-header #logo,
		#logo {
			margin-top: 2px !important;
		}

		.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
		.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
		.et_hide_nav.et_fixed_nav #top-header,
		.et_hide_nav.et_fixed_nav #main-header {
			opacity: 1;
			-webkit-transform: translateY(0px) !important;
			transform: translateY(0px) !important;
		}

		.menu-item a img {
			display: none;
		}

		#main-header .et_mobile_menu li ul, 
		.et_pb_fullwidth_menu .et_mobile_menu li ul, 
		.et_pb_menu .et_mobile_menu li ul {
			padding-left: 15px;
		}

		.et_mobile_menu li li {
			padding-left: 0;
		}

		.menu-image-title-after.menu-image-not-hovered img, 
		.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, 
		.menu-image-title-before.menu-image-title,
		.et_mobile_menu li a {
			padding-right: 0px !important;
		}

		.et_mobile_menu li a {
			font-size: 18px !important;
		}

		.sub-menu > li > a {
			text-transform: lowercase;
			font-weight: 500 !important;
			color: #564C3A !important;
		}

		.sub-menu .sub-menu li a {
			letter-spacing: 0px !important;

			font-variant-caps: normal !important;
			-moz-font-feature-settings: normal !important;
			-webkit-font-feature-settings: normal !important;
			font-feature-settings: normal !important;

			color: #958F8B !important;
			font-size: 16px !important;
			text-transform: none !important;
			font-weight: 400 !important;
		}

		.et_header_style_centered #main-header {
			padding: 20px 0;
		}

		.et_header_style_centered nav#top-menu-nav {
			display: none;
		}

		.et_header_style_split #main-header {
			padding: 20px 0;
		}

		.et_header_style_split #et-top-navigation,
		.et_header_style_split .et-fixed-header #et-top-navigation {
			display: block;
			padding-top: 0;
		}

		#et-top-navigation {
			margin-right: 0;
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
		}

		.et_non_fixed_nav.et_transparent_nav #main-header,
		.et_non_fixed_nav.et_transparent_nav #top-header,
		.et_fixed_nav #main-header,
		.et_fixed_nav #top-header {
			position: absolute;
		}

		.et_header_style_left .et-fixed-header #et-top-navigation,
		.et_header_style_left #et-top-navigation {
			display: block;
			padding-top: 24px;
		}

		.et_non_fixed_nav.et_transparent_nav #main-header,
		.et_fixed_nav #main-header {
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
		}

		.et_vertical_nav.et_right_sidebar #left-area,
		.et_vertical_nav.et_left_sidebar #left-area {
			width: auto;
		}

		#et-secondary-nav,
		#et-secondary-menu {
			display: none !important;
		}

		.et_non_fixed_nav.et_transparent_nav_temp #main-header,
		.et_secondary_nav_only_menu #main-header,
		.et_fixed_nav_temp #main-header,
		.et_secondary_nav_only_menu #main-header {
			top: 0 !important;
		}

		.et_secondary_nav_only_menu #top-header {
			display: none;
		}

		#top-header .container {
			padding-top: 0;
		}

		#et-info {
			padding-top: 0.75em;
		}

		.home .et_pb_fullwidth_header_subhead {
			width: 60%;
		}

		.home .et_pb_promo_description {
			padding: 50px 12px 16px 24px;
		}

		.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
			margin-left: 24px;
		}

		.et_pb_fullwidth_header_0 {
			padding-bottom: 20px !important;
		}

		.wineDownloads .et_pb_column {
			width: 30% !important;
			margin: 0 !important;
			margin-right: 36px !important;
		}

		.wineDownloads .et_pb_column:first-child {
			width: 100% !important;
			margin-right: 0px !important;
		}
	}

	@media only screen and (max-width: 980px) {
		#page-container {
			width: 90%;
			margin-left: 5%;
			margin-right: 5%;
		}

		.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom {
			margin-bottom: 50px;
		}

		#main-header {
			width: 90%;
		}
		
		#logo {
			max-height: 70px;
		}

		.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
			padding-top: 6px !important;
		}

		.footer-widget:nth-child(n) {
			width: 100% !important;
		}

		.home .et_pb_fullwidth_header_subhead {
			width: 75%;
		}

		.third_short,
		.half_short,
		.full_short,
		.third_tall {
			height: 50vh;
		}

		.home .et_pb_promo_description { 
			padding-right: 40px;
		}

		.et_pb_section {
			padding-top: 24px !important;
		}

		.et_pb_column {
			margin-bottom: 48px;
		}

		#terms {
			padding-top: 0px;
		}

		#terms .et_pb_row {
			padding-top: 0;
		}

		.contactInfo .et_pb_column_1_2 {
			margin-bottom: 0px;
		}
		.contactInfo .et_pb_column_1_2 .et_pb_module {
			margin-bottom: 32px !important;
		}

		.contentTab {
			display: block !important;
		}		

		.contentTab .et_pb_column,
		.contentTab .et_pb_row {
			padding-bottom: 0px !important;
			margin-bottom: 0px !important;
			padding-top: 0 !important;
		}

		.general .photos .et_pb_column {
			margin-bottom: 36px !important;
		}

		.contentTab h2 {
			margin-bottom: -24px;
		}

		.contentTab h3 em {
			margin-top: 32px;
		}

		.tab .et_pb_row {
			border-bottom: 0;
		}

		.tab .et_pb_column,
		.general .et_pb_column,
		.specific .et_pb_column {
			margin-bottom: 0 !important;
		}

		#events h2 {
			margin-left: 0;
		}

		#team .restaurantText h2 {
			margin-left: 0;
		}

		.amanoInner h2 {
			margin-left: 0;
		}

	}

	@media only screen and (max-width: 768px) {
		.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
			-webkit-flex-flow: row;
		    -moz-flex-flow: row;
		    -ms-flex-flow: row;
		    flex-flow: row;
		}
		.home .et_pb_fullwidth_header_subhead {
			width: 100%;
		}

		.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
			margin-top: 0 !important;
			margin-bottom: 0 !important;
		}

		.contact_page .restaurantText h2,
		.restaurantText h2 {
			margin-left: 0px;
		}

		.contactInfo h3,
		.sustainability .sustainability h3 {
			margin-left: 0;
		}

		.range p {
			padding-left: 0;
			padding-right: 0;
		}

		.wineDownloads .et_pb_column {
			width: 100% !important;
			margin: 0 !important;
			margin-right: 0px !important;
		}

		.article__block .left-article__block {
			margin-right: 10px;
		}

		.et_pb_team_member_image {
			max-width: 100%;
		}
	}

	@media only screen and (max-width: 640px) {
		.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
		    margin-left: 20px;
		}

		.home .et_pb_promo_description { 
			padding-left: 20px;
			padding-right: 20px;
		}

		.article__block .left-article__block {
			display: none;
		}

		.article__block .right-article__block {
			width: 94%;
		}

		.tax-filter__block {
			display: block;
		}

		.filter-col__block {
			width: 90%;
			margin: 0 auto 16px auto;
		}

		.et_pb_blurb tr td:first-child {
			font-weight: bold;
		}

		.et_pb_blurb td {
			width: 100%;
			display: block;
		}

		.et_pb_blurb tr td:last-child {
			padding-bottom: 32px;
		}

		#tours .et_pb_column p:last-child {
			margin-left: 0;
		}

		#tours p img {
			display: none;
		}

		.errorWrapper h1 {
			font-size: 36px;
			line-height: 100%;
			margin-bottom: 16px;
		}
	
		.errorWrapper p {
			font-size: 20px;
			line-height: 150%;
		}

	}

	@media only screen and (max-width: 479px) {
		/* AQUI AGREGAR MARGEN INTERNO PARA WRAPPER */
		#page-container {
			width: 96% !important;
			margin-left: 2% !important;
			margin-right: 2% !important;
		}

		#main-header {
			width: 96% !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

		.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
			padding-top: 0px !important;
		}

		#logo {
			max-height: 55px;
		}

		.bottom-nav {
			padding-top: 12px;
			padding-bottom: 12px;
		}

		.bottom-nav li {
		    display: block;
		    padding-right: 0px;
		    margin-left: 0;
			margin-right: 0;
			padding-top: 12px;
			padding-bottom: 6px;
		}

		.bottom-nav li::after { 
			display: none;
		}

		#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
		    margin-bottom: 0 !important;
		}

		#footer-widgets #text-2 {
			padding-left: 24px;
			padding-right: 24px;
		}

		.wine.downloadPage h3 {
			padding-bottom: 20px;
		}

		.wineDownloads .et_pb_column:first-child {
			margin-bottom: 23px !important;
		}

		.wine .downloads ul ul {
			top: 24px;
			left: 50px;
		}

		.restaurantContent .et_pb_main_blurb_image {
			display: none;
		}

		.resBooking .et_pb_blurb_container,
		.restaurantContent .et_pb_blurb_container {
			padding-left: 0;
		}

		.restaurantContent .et_pb_blurb_1.et_pb_blurb .et_pb_module_header {
			padding-left: 0 !important;
		}

		.restaurantContent .et_pb_row.et_pb_row_4 {
			padding-top: 0 !important;
		}

		.resBooking h3 {
			padding-top: 16px;
		}

		.wine .downloads.winePage ul > li.bottle {
			margin-top: 56px;
		}
	}

	/* Huge scerens  more than 1920 */
	@media only screen and (min-width: 1920px) {
	}


	/* Large screens (1405px - 1920px) */
	@media only screen and ( min-width: 1405px ) and (max-width: 1920px) { 
	    /* your css goes here */
	}

	/* Laptops and desktops (1100-1405px) */
	@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	    /* your css goes here */
	}

	/* Tablets in landscape mode (981-1100px) */
	@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	    /* your css goes here */
	}

	/* Tablets in portrait mode (768-980px) */
	@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	    /* your css goes here */
	}

	/* Smartphones in landscape mode (480-768px) */
	@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	    /* your css goes here */
	}

	/* Smartphones in portrait mode (0-479px) */
	@media only screen and ( max-width: 479px ) {
	    /* your css goes here */
	}
/* RESPONSIVE END */