/*
Theme Name:     Con Proposito 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:        2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap');

:root {
  /* Colors from the design */
  --color-primary: #2d2926;
  --color-highlight: #8B634C;
  --color-background: #F2EEE7;
  --color-gray: #c6cfd5;
  --color-dark: #2A2A26;

  /* Typography */
  --font-family-sans: "Karla", sans-serif;
  --font-family-subheadings: "minion-pro", Georgia, serif;
  --font-family-headings: "Playfair Display", serif;

}

/* GENERAL START */
	body {
		font-family: var(--font-family-sans);
		font-size: 18px;
		line-height: 155%;
		color: var(--color-primary) !important;
		font-weight: 400;
		background-color: var(--color-background) !important;

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

	p {
		font-size: 18px;
		line-height: 155%;
	}

	h1 {
		font-family: var(--font-family-headings);
		font-size: 48px;
		line-height: 120%;
	}

	h2 {
		font-family: var(--font-family-subheadings);
		color: var(--color-primary) !important;
		font-weight: 600;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 36px;
		line-height: 48px;
		padding-bottom: 20px;
	}

	h3 {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: var(--color-highlight) !important;
		padding-bottom: 28px;
	}

	.et_pb_blurb h4 {
		font-size: 18px !important;
		font-weight: 700;
		line-height: 130%;
	}

	#page-container {
		width: calc(100% - 48px);
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: none;
	}

	#main-content {
		background-color: var(--color-background) !important;
	}

	.et_pb_section {
		background-color: transparent;
	}

	.container {
		width: 100%;
		max-width: 1080px;
	}

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

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

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

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

	.et_pb_row {
		width: 100%;
		max-width: 1280px;
	}

	a {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		color: var(--color-highlight) !important;
	}

	a:hover {
		color: #9b8f83 !important;	
	}

	body .et_pb_contact_form_container .et_pb_button,
	.et_pb_button {
		border-radius: 0 !important;
		border-width: 0px 0px 2px 0px !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		letter-spacing: 1px !important;
		color: var(--color-highlight) !important;
		border-color: var(--color-highlight) !important;
		padding: 0px 0px 0px 0px !important;
		margin-top: 4px !important;
		background-color: transparent !important;
	}

	body .et_pb_contact_form_container .et_pb_button {
		font-size: 18px !important;
		margin-top: 8px !important;
	}

	body .et_pb_contact_form_container .et_pb_button:hover,
	.et_pb_button:hover {
		border-width: 0 0 2px 0px !important;
		border-color: var(--color-dark) !important;
		background: none !important;
		color: var(--color-dark) !important;
		padding: 0px 0px 0px 0px !important;
	}

	.et_pb_button.et_pb_bg_layout_dark {
		color: #FFF !important;
		border-color: #FFF !important;
	}

	.et_pb_button.et_pb_bg_layout_dark:hover {
		color: var(--color-highlight) !important;
		border-color: var(--color-highlight) !important;
	}

	.et_pb_button::after {
		display: none !important;
	}

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

	.otgs-development-site-front-end {
		display: none !important;
	}
/* GENERAL END */

/* HOME PAGE */

.wine .stage,
.page-tourism .stage,
.page-turismo .stage,
.stage > section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 120px - 24px); /* Full height - Header - Margen inferior */
    min-height: 540px;
	max-height: none !important;
    display: flex;
    align-items: end;
    padding-bottom: 100px !important;
    overflow: hidden;
	position: relative;
}

.wine .stage,
.page-tourism .stage,
.page-turismo .stage {
	position: relative;
	overflow: hidden;
}

.page-tourism .stage:before,
.page-turismo .stage:before,
.stage > section:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#252421+0,252421+100&0.8+0,0+100 */
	background: linear-gradient(45deg,  rgba(37,36,33,0.8) 0%,rgba(37,36,33,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.home .stage h1 {
	color: #FFF;
	margin-bottom: 24px !important;
}

.home .stage a {
	color: #FFF !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: solid 2px #FFF;
	padding-bottom: 4px;
	font-size: 16px;
}

.home .stage a:hover {
	color: var(--color-highlight) !important;
	border-bottom-color: var(--color-highlight);
}

.stage.internal {
	display: flex;
	align-items: end;
}

.page-remolinos-vineyard .stage.internal {
	margin-bottom: 8% !important;
}

.stage.internal .et_pb_row {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}

.stage.internal .et_pb_text {
	max-width: 600px;
}

.wine .stage.internal .et_pb_text {
	max-width: 768px;
}

.stage.internal h1 {
	padding-bottom: 20px;
}

.internal_3_imgs .et_pb_column {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.internal_3_imgs .et_pb_image {
    margin: 0px !important;
}

.internal_3_imgs .img_01,
.internal_3_imgs .img_03 {
    width: 27%;
}

.internal_3_imgs .img_02 {
    width: 40%;
}

.wines .et_pb_text_inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.wines p {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.cards {
	padding: 16px 0px 0px 0px;
}

.cards .et_pb_blurb {
	width: 100%;
	height: 400px;
	margin-bottom: 36px !important;
	background-size: auto 100%;
	transition: all 2s ease;
	display: flex;
	align-items: end;
}

.cards .et_pb_blurb:hover {
	background-size: auto 120%;
}

.cards h4 {
	font-family: var(--font-family-subheadings);
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	color: #FFF !important;
	text-align: center;
	padding-bottom: 36px;
}

.white_box .et_pb_row {
	display: flex;
	align-items: center;
	padding-top: 0px !important;
	padding-bottom: 80px !important;
	position: relative;
}

.white_box .et_pb_row .et_pb_column_1_2 {
	padding-left: 5.5%;
	padding-top: 5% !important;
}

#events.white_box .et_pb_row .et_pb_column_1_2 {
	padding-bottom: 5% !important;
}

#events.white_box .et_pb_column_1_2.et-last-child,
.white_box .et_pb_column_1_2.et-last-child {
	padding-left: 0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.white_box .et_pb_image {
	margin-top: -80px;
}

.white_box.with_stamp .et_pb_row:before {
	content: " ";
	display: block;
	position: absolute;
	top: -80px;
	left: 5.5%;
	width: 9.4%;
	height: 140px;
	background: url(images/fd_sello.svg) no-repeat center;
	background-size: contain;
}

.with_gradient {
	position: relative;
}

.with_gradient .et_pb_column_1_2.et-last-child {
	padding: 80px 5.5% 80px 0;
}

.with_gradient:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.with_gradient.black_gradient::before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+45,0.75+55,1+100 */
	background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.75) 55%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#resto .et_pb_column_1_2 {
	padding: 160px 0 160px 5.5% !important;
}

#resto .et_pb_column_1_2.et-last-child {
	padding: 0px !important;
}

/* HEADER START */
	#main-header {
		width: 100%;
		max-width: none;
		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: var(--color-background) !important;
		left: 50%;
		transform: translateX(-50%);
	}

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

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

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

	#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: 18px;
		color: var(--color-primary) !important;
		font-weight: 400;
	}

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

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

	#top-menu > li.current-menu-ancestor > a, #top-menu > li.current-menu-item > a, #top-menu > li.current_page_item > a {
		color: var(--color-highlight) !important;
		font-weight: 700;
		position: relative;
		border-bottom: solid 2px var(--color-highlight);
		padding-bottom: 5px !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: var(--color-highlight) !important;
	}

	#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-weight: 400;
		position: absolute;
		z-index: 9;
		top: 24px;
		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: 28px;
		position: relative;

	}

	.icl-es:before {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		background-color: var(--color-gray);
		border-radius: 200px;
		position: absolute;
		top: 6px;
		left: -16px;
	}

	#lang_sel_list ul li a {
		font-weight: 400;
		font-size: 15px;
		text-transform: uppercase;
		padding: 0;
	}

	#lang_sel_list ul li a:hover {
		background: none !important;
		color: var(--color-highlight) !important;
	}

	#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: var(--color-highlight) !important;
		font-weight: 700;
		border-bottom: solid 2px var(--color-highlight);
		padding-bottom: 2px !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: 72px;
	}

	.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: -24px;
		overflow: hidden;
	}

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

	.nav > li:hover > ul {
		height: 340px;
		padding: 24px 0px 32px 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 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;
		position: relative;
	}

	.nav li ul li a span {
		position: absolute;
		z-index: 2;
		display: block;
		width: 100%;
		color: #FFF;
		padding: 24px 12px 12px 12px;
		font-family: var(--font-family-subheadings);
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
	}

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

	.nav > li > ul > li > a:before {
		content: "";
		display: block;
		background: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
		z-index: 2;
		top: 0;
		left: 0;
		position: absolute;
	}

	.nav ul li a:hover:before {
		display: none;
	}

	.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: var(--color-highlight);
	}

	.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;
		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;
		line-height: 40px;
		background: transparent;
		padding: 4px 0px;
		letter-spacing: 0px !important;
	}

	#main-header .nav li li ul li a:hover {
		color: var(--color-highlight) !important;
		background: transparent;
	}
/* HEADER END */

/* FOOTER START */
	#main-footer {
		background-color: var(--color-dark) !important;
		margin-top: 12px;
	}
	#footer-bottom {
		background-color: #000 !important;
		margin-bottom: 24px;
	}
	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-widgets {
		padding-bottom: 0px !important;
	}

	footer figure {
		margin-bottom: 0px !important;
	}

	.footer-widget {
		margin-bottom: 0px !important;
	}

	.bottom-nav {
		width: auto;
		display: inline-block;
		padding: 30px 0px 58px 0px;
		margin-top: 0px;
	}

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

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

	#main-footer .bottom-nav a {
		color: var(--color-background) !important;
		text-transform: none;
		letter-spacing: 0px;
	}

	#main-footer .bottom-nav a:hover {
		color: #FFF !important;
		opacity: 0.3 !important;
	}

	.social_links {
		position: relative;
	}

	.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: 20px;
		margin-bottom: 0px;
	}

	.social_links a:hover {
		opacity: 0.3 !important;
	}

	.social_links .fb_link {
		background-image: url(images/fb_cream.svg);
	}
		.social_links .fb_link:hover {
			background-image: url(images/fb_white.svg);
		}
	.social_links .tw_link {
		background-image: url(images/twitter_icon.png);
		width: 25px;
	}
	.social_links .ig_link {
		background-image: url(images/ig_cream.svg);
	}
		.social_links .ig_link:hover {
			background-image: url(images/ig_white.svg);
		}

	#footer-bottom {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		padding: 9px 16px 10px 16px !important;
		color: #C8C1B7 !important;
	}

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

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

	#footer-bottom a {
		color: #FFF !important;
		text-decoration: underline;
	}

	#footer-bottom a:hover {
		color: #C8C1B7 !important;
	}

/* FOOTER END */

/* WINES START */

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

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

.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: 12px;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: text-bottom;
}

.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 ul {
	position: absolute;
    top: -11px;
    left: 175px;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    padding-top: 1px;
    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 16px;
	background-color: var(--color-highlight);
	color: #FFF;
}

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

.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 .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 .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 .downloads ul > li li a:hover {
	color: rgba(255,255,255,0.5) !important;
}

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

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

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

.table_wine table {
	border-width: 1px 0px !important;
	border-color: var(--color-gray) !important;
	margin-top: 48px !important;
}

.table_wine td {
	text-align: center;
	padding: 24px 8px !important;
	width: 50%;
	border-color: var(--color-gray) !important;
}

.table_wine tr:first-child td:first-child {
	border-right: solid 1px;
	border-color: var(--color-gray);
}

.table_wine h3 {
	padding-bottom: 4px;
	font-size: 18px;
}

.wine_awards table,
.wine_awards td {
	border: 0 !important;
}

.wine_awards td {
	vertical-align: baseline;
}

.highlight_score .et_pb_image_wrap,
.highlight_score img {
	height: auto !important;
	min-height: 1px !important;
}

/* 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 */
.flex_helper {
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1080px;
	gap: 36px;
}

.flex_helper:after {
	display: none;
}

.flex_helper.v_center {
	align-items: center;
}

.flex_helper.v_stretch {
	align-items: stretch;
}

.v_stretch .et_pb_image,
.v_stretch .et_pb_image_wrap,
.v_stretch img {
	height: 100%;
}

.v_stretch img {
	object-fit: cover;
	object-position: center;
}

.flex_helper .et_pb_column {
	margin: 0 !important;
	width: 50% !important;
}

.wine_content .flex_helper .et_pb_column {
	width: 33% !important;
}

.wine_content .et_pb_image img {
	object-position: left center;
}

.wine_content .flex_helper .et_pb_column.et-last-child {
	width: 50% !important;
}

.flex_helper h2 {
	font-size: 32px !important;
	line-height: 40px !important;
}

.restaurantContent {
	width: 90% !important;
	max-width: 1080px !important;
	margin: 0 auto;
}

.restaurantContent .et_pb_main_blurb_image img {
	margin-top: -20px;
}

.restaurantContent .et_pb_blurb h4 {
	font-size: 21px !important;
}

.restaurantContent table {
	width: 100% !important;
	font-size: 18px !important;
	line-height: 155% !important;
}

.restaurantContent table tr td {
	padding: 6px 0px 12px 48px !important;
	border: none !important;
}

/* ENDS VISITS PAGE */

/* START ABOUT PAGE */
#sustainability {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
#sustainability .et_pb_main_blurb_image {
	margin-bottom: 16px;
}
#sustainability .et_pb_main_blurb_image img[src*=".svg"] {
	height: 48px;
}

.et_pb_team_member {
	flex-wrap: wrap;
	width: 30%;
	margin-bottom: 32px !important;
}

.et_pb_team_member_image {
	max-width: none;
	margin-right: 0;
}

#team .et_pb_column_4_4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
}

.et_pb_team_member_description h4 {
	font-size: 21px;
	margin-top: 21px;
	font-weight: 700;
	color: var(--color-primary);
	padding-bottom: 0px;
}

.et_pb_team_member_description .et_pb_member_position{
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #958F8B !important;
	margin-bottom: 0px;
}


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

.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: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	padding: 10px 16px;
	color: var(--color-primary);
}

.et_pb_contact p textarea {
	resize: none;
}

.et-pb-contact-message {
	margin-top: -24px;
	padding-bottom: 24px;
}

.et-pb-contact-message:empty {
	margin-top: -16px;
	padding-bottom: 0px;
}

.et-pb-contact-message ul {
	padding-bottom: 0;
	font-size: 18px;
}
/* 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 {
	margin-bottom: 0.75em;
	line-height: 130%;
}

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

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

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

/* TERMS END */

/* OWL CAROUSEL */
.owl-theme .owl-dots .owl-dot span {
	margin: 4px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: var(--color-gray);
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: var(--color-highlight);
}

/* AGE GATE */
.age-gate-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    backdrop-filter: blur(4px);
}

.age-gate-background-color {
	background: #000;
	opacity: 0.6;
}

.age-gate {
	padding: 32px 24px;
	border-radius: 16px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

.age-gate-headline {
	margin-bottom: 0px;
}

.age-gate-heading-title {
	font-size: 3em;
	padding-bottom: 0px;
}

.age-gate-submit {
	background-color: var(--color-highlight) !important;
}

.age-gate-additional-information {
	display: none;
}

/* LINKS TIENDA */
#banner_tienda {
	width: 100%;
	max-width: 520px;
	border-radius: 8px;
	box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 56px;
	right: 48px;
	z-index: 3;
	padding: 0px !important;
	display: none;
}

.geoip-country-AR #banner_tienda {
	display: block;
}

#banner_tienda .flex_helper {
	justify-content: space-between;
	gap: 24px;
	padding: 12px 0 16px 0 !important;
}

#banner_tienda .flex_helper .et_pb_column_1_3 {
	width: 140px !important;
	margin-top: -40px !important;
}

#banner_tienda .flex_helper .et_pb_column_2_3 {
	width: calc(100% - 140px) !important;
	margin-bottom: 0px !important;
}

#banner_tienda .et_pb_text {
	margin-bottom: 0px !important;
}

#banner_tienda .flex_helper h2 {
	font-family: var(--font-family-sans);
	font-size: 21px !important;
	line-height: 28px !important;
	color: var(--color-highlight) !important;
	letter-spacing: 0px;
	text-transform: none;
	padding-bottom: 2px !important;
}

#banner_tienda p {
	font-size: 16px !important;
	line-height: 24px !important;
}

#banner_tienda p a {
	font-size: 15px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	border-bottom: solid 2px var(--color-highlight);
}

.banner_close {
	position: absolute;
	top: -24px;
	right: -32px;
}

.banner_close .et_pb_icon_wrap {
	width: 22px;
  	border-radius: 200px;
	background-color: #FFF !important;
}

.banner_close .et-pb-icon {
	font-size: 28px !important;
	margin-left: -2px;
	line-height: 16px;
	cursor: pointer;
}

/* 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;
		}
	}
	@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;
		}
	}

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

	@media only screen and (max-width: 1180px) {
		.offset {
			scroll-margin-top: 0px;
		}

		#main-header,
		#top-header {
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
		}

		#lang_sel_list {
			right: 3px;
		}

		.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: uppercase;
			letter-spacing: 1px;
			font-family: var(--font-family-subheadings);
			font-size: 15px !important;
			font-weight: 600 !important;
		}

		body .sub-menu .sub-menu li a {
			font-family: var(--font-family-sans);
			letter-spacing: 0px !important;
			text-transform: capitalize;
			font-weight: 400 !important;
			color: #958F8B !important;
			font-size: 16px !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_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;
		}

		.white_box .et_pb_row {
			padding-bottom: 60px !important;
		}

		.white_box .et_pb_row .et_pb_column_1_2 {
			padding-left: 5.5%;
			padding-top: 8% !important;
		}

		.white_box .et_pb_column_1_2.et-last-child {
			padding-left: 0;
			padding-top: 0px !important;
		}

		.white_box .et_pb_image {
			margin-top: -80px;
		}

		.white_box.with_stamp .et_pb_row:before {
			content: " ";
			display: block;
			position: absolute;
			top: -80px;
			left: 5.5%;
			width: 9.4%;
			height: 140px;
			background: url(images/fd_sello.svg) no-repeat center;
			background-size: contain;
		}

		.flex_helper h2 {
			font-size: 28px !important;
			line-height: 36px !important;
		}
	}

	@media only screen and (max-width: 1023px) {
		.cards .et_pb_blurb {
			margin-bottom: 4px !important;
		}

		#team > .et_pb_row:first-child {
			padding-left: 24px;
			padding-right: 24px;
		}

		.flex_helper h2 {
			font-size: 24px !important;
			line-height: 32px !important;
			padding-bottom: 12px;
		}

		.wine_content .flex_helper .et_pb_column.et-last-child {
			width: 60% !important;
		}
	}

	@media only screen and (max-width: 980px) {
		h1 {
			font-size: 40px;
		}

		h2 {
			font-size: 32px;
			line-height: 42px;
		}

		h3 {
			font-size: 14px;
			letter-spacing: 2px;
			padding-bottom: 24px;
		}

		.et_header_style_left #et-top-navigation, 
		.et_header_style_split #et-top-navigation {
			margin-top: 54px;
		}

		.mobile_menu_bar::before {
			color: var(--color-highlight) !important;
    		border-radius: 4px;
		}

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

		#logo {
			max-height: 70px;
		}

		.et_mobile_menu li.wines-nav > a {
			border-bottom: none;
		}

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

		.page-remolinos-vineyard .stage.internal {
			margin-bottom: 8px !important;
		}

		.white_box.terroir_unico .et_pb_row .et_pb_column_1_2:first-child {
			padding-top: 8% !important;
			padding-bottom: 8% !important;
			margin-bottom: 0px;
		}

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

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

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

		.white_box .et_pb_row {
			padding-bottom: 0px !important;
		}

		.white_box .et_pb_row .et_pb_column_1_2 {
			padding-left: 5.5%;
			padding-top: 8% !important;
			padding-right: 4%;
		}

		.white_box .et_pb_column_1_2.et-last-child {
			padding-left: 0;
			padding-top: 0px !important;
		}

		.white_box .et_pb_image {
			margin-top: 0px;
		}

		.white_box.with_stamp .et_pb_row:before {
			content: " ";
			display: block;
			position: absolute;
			top: -80px;
			left: 5.5%;
			width: 9.4%;
			min-width: 72px;
			height: 140px;
			background: url(images/fd_sello.svg) no-repeat center;
			background-size: contain;
		}

		.with_gradient .et_pb_column_1_2.et-last-child {
			padding: 40px 8% 40px 8%;
		}

		.with_gradient.black_gradient::before {
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.2+100 */
			background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		}

		#footer-bottom {
			flex-wrap: wrap;
		}

		#footer-bottom p {
			width: 100%;
			text-align: center;
			padding: 2px;
		}

		#team .et_pb_column_4_4 {
			flex-wrap: wrap;
		}

		.et_pb_team_member {
			width: 45%;
			margin-bottom: 12px !important;
		}
		.et_pb_column .et_pb_team_member_image {
			margin: 0px !important;
		}

		.flex_helper {
			flex-wrap: wrap;
			padding-top: 0px !important;
		}

		#banner_tienda .flex_helper {
			flex-wrap: nowrap;
		}

		.flex_helper .et_pb_column {
			width: 90% !important;
			max-width: 640px;
		}

		.flex_helper.inverted {
			flex-direction: column-reverse;
		}

		.flex_helper .et_pb_image .et_pb_image_wrap {
			height: 50vh;
			min-height: 300px;
			width: 100%;
		}

		#banner_tienda .flex_helper .et_pb_image .et_pb_image_wrap {
			height: auto;
			min-height: auto;
		}

		.flex_helper img {
			height: 100%;
			width: 100% !important;
			max-width: none !important;
			min-width: 100%;
			object-fit: cover;
			object-position: center;
		}

		#banner_tienda .flex_helper img {
			height: auto;
			width: auto !important;
			max-width: 140px !important;
		}

		#resto .et_pb_column_1_2 {
			margin-bottom: 0px !important;
			padding: 320px 5.5% 0px 5.5% !important;
		}
	}

	@media only screen and (max-width: 860px) {
		.wine_content .flex_helper .et_pb_column {
			width: 80% !important;
		}

		.wine_content .et_pb_image img {
			object-position: left center;
			object-fit: contain;
		}

		.wine_content .flex_helper .et_pb_column.et-last-child {
			width: 80% !important;
		}

		.table_wine h3 {
			padding-bottom: 3px;
			font-size: 16px;
		}

		.table_wine p {
			line-height: 120%;
		}
	}

	@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;
			width: 95%;
		}
		.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;
		}

		.stage.internal .et_pb_row {
			width: 95%;
			padding-left: 24px;
			padding-right: 24px;
			padding-bottom: 0px;
		}

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

		.white_box .et_pb_row {
			padding-bottom: 0px !important;
			flex-wrap: wrap;
		}

		.white_box .et_pb_row .et_pb_column_1_2 {
			padding-left: 8%;
			padding-top: 12% !important;
			padding-right: 8%;
			width: 100%;
		}

		.white_box .et_pb_column_1_2.et-last-child {
			padding: 0px !important;
		}

		.white_box .et_pb_image {
			margin-top: 12px;
		}

		.white_box .et_pb_image_wrap {
			width: 100%;
		}

		.white_box .et_pb_image img {
			height: 35vh;
			width: 100% !important;
			object-fit: cover;
			object-position: center center;
		}

		.white_box.terroir_unico .et_pb_image img {
			object-position: center bottom;
		}

		.white_box.with_stamp .et_pb_row:before {
			content: " ";
			display: block;
			position: absolute;
			top: -80px;
			left: auto;
			right: 24px;
			width: 12%;
			min-width: 86px;
			height: 140px;
			background: url(images/fd_sello.svg) no-repeat center;
			background-size: contain;
		}

		.flex_helper {
			width: 100%;
		}

		#banner_tienda .flex_helper {
			width: 90%;
		}

		#banner_tienda {
			right: 50%;
			transform: translateX(50%);
			bottom: 0px;
			border-radius: 8px 8px 0px 0px !important;
		}

		#banner_tienda .flex_helper .et_pb_column_1_3 {
			margin-top: 0px !important;
		}

		#banner_tienda .flex_helper img {
			height: 100px;
			object-position: top center;
		}

		#banner_tienda p:first-of-type {
			display: none;
		}

		.banner_close {
			position: absolute;
			top: -26px;
			right: -16px;
		}
	}

	@media only screen and (max-width: 640px) {
		.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
			width: 100%;
		}

		h1 {
			font-size: 36px;
		}

		h2 {
			font-size: 28px;
			line-height: 36px;
		}

		h3 {
			font-size: 14px;
			letter-spacing: 2px;
			padding-bottom: 20px;
		}

		#lang_sel_list ul li a {
			font-size: 12px;
		}

		#page-container {
			width: calc(100% - 32px);
		}
		
		.wine .stage,
		.page-tourism .stage,
		.page-turismo .stage, 
		.stage > section {
			height: calc(100vh - 120px - 12px) !important;
			min-height: 450px;
		}
		
		.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
		    margin-left: 20px;
		}

		.stage.internal .et_pb_row {
			width: 100%;
			padding-left: 20px;
			padding-right: 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%;
		}

		.internal_3_imgs {
			padding-top: 0px !important;
			padding-bottom: 12px !important;
		}

		.internal_3_imgs .img_01 {
			width: 100%;
		}

		.internal_3_imgs .img_02,
		.internal_3_imgs .img_03 {
			display: none;
		}

		#guardianes .et_pb_column {
			padding-bottom: 0px !important;
			padding-top: 0px !important;
		}

		.flex_helper .et_pb_column {
			width: 100% !important;
		}

		.wine .downloads ul ul {
			position: relative;
			top: auto;
			left: auto;
			margin-top: 6px;
		}
		.highlight_score .et_pb_image_wrap, .highlight_score img {
			width: 80% !important;
			margin: 0 auto;
		}

		.wine_awards td {
			padding: 0 16px !important;
		}
	}

	@media only screen and (max-width: 479px) {
		.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;
		}

		.restaurantContent .et_pb_main_blurb_image {
			position: absolute;
			top: 0px;
		}

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

		.resBooking {
			margin-bottom: 32px !important;
		}

		.resBooking .et_pb_blurb_container {
			padding-top: 48px !important;
		}

		#menu .et_pb_blurb_container {
			padding-top: 64px !important;
		}

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

		#sustainability {
			padding-top: 40px !important;
		}

		#sustainability .et_pb_row {
			padding-top: 0px !important;
			padding-bottom: 0px !important;
		}

		#sustainability .et_pb_column {
			margin-bottom: 36px !important;
		}

		.et_pb_team_member {
			width: 90%;
			margin-bottom: 12px !important;
		}

		.wine_awards td {
			padding: 0 8px !important;
		}
	}

	@media only screen and (max-width: 440px) {
		.wine_content .et_pb_image img {
			object-fit: cover;
		}
	}

	@media only screen and (max-width: 360px) {
		.wine .stage,
		.page-tourism .stage,
		.page-turismo .stage, 
		.stage > section {
			height: calc(100vh - 110px - 6px) !important;
		}
		#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;
		}

		.wine_content .flex_helper .et_pb_column.et-last-child {
			width: 90% !important
		}

		html[lang="es-ES"] .wine .downloads ul ul {
			width: 240px;
		}
	}
/* RESPONSIVE END */