/**
 * Custom styles.
 */
 
/* Gravity Forms
--------------------------------------------- */
::-webkit-input-placeholder { color: #AAA; }
:-moz-placeholder { opacity: 1; color: #AAA; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color: #AAA; } /* firefox 19+ */
:-ms-input-placeholder { color: #AAA; } /* ie */
input:-moz-placeholder { color: #AAA; }

/* Gutenberg
------------------------------------------------------------ */
.has-negro-color				{ color: #18191a !important; }
.has-negro-background-color		{ background-color: #18191a !important; }
.has-blanco-color				{ color: #FFFFFF !important; }
.has-blanco-background-color	{ background-color: #FFFFFF !important; }
.has-crema-color				{ color: #f5f4ed !important; }
.has-crema-background-color		{ background-color: #f5f4ed !important; }
.has-granate-color				{ color: #990033 !important; }
.has-granate-background-color	{ background-color: #990033 !important; }

/* Cabecera Personalizada 
---------------------------------------------------------------------------------------------------- */

.image-header-wrapper {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	position: relative;
}

.image-header-fill {
	width: 100%;
	display: block;
	overflow: auto;
	height: 100px;
	min-height: 400px;
	background-position: center center !important;
}

.image-header-fill,
.google-maps {
	margin-top: 70px;
}

.titulo {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 27px;
	line-height: 1;
	margin: 0 0 0 -570px;
	left: 50%;
	padding: 30px 40px;
	text-transform: uppercase;
	bottom: 0;
}
 
/* Google Maps
--------------------------------------------- */

.home #custom-map {
	margin-bottom: 25px;
}

.ancho-completo {
	color: #FFF;
	/* min-height: 600px; */
	width: 99.9vw;
	margin-left: calc(-50vw + 50%);
	height: 448px;
	/* overflow: auto; */
	/* display: block; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.ancho-completo .inner {
	max-width: 1280px;
	padding: 50px 0;
	margin: 0 auto;
	text-align: justify;
}

#infomapa {
	color: #aaacab;
	text-align: center;
	text-transform: uppercase;
}

#infomapa img {
	max-width: 200px;
	margin: 0 auto 5px;
	display: block;
}

#infomapa .nombre-negocio {
	font-weight: bold;
	font-size: 1.8em;
	display: block;
	margin-bottom: 5px;
}

#infomapa a {
	color: #890201;
	text-decoration: none;
}

#infomapa a:hover {
	text-decoration: underline;
}

/* Animación
---------------------------------------------------------------------------------------------------- */

/* Opacity: 0. Esto es necesario para que los elementos que haya que animar, empiecen siendo invisibles para evitar efecto aparición/desaparición. Tienen que estar aquí todos los que se incluyan en el archivo animation.js */

.wp-block-getwid-section:not(.no-animation),
.wp-block-getwid-icon-box:not(.no-animation),
.wp-block-columns:not(.no-animation),
.wp-block-table:not(.no-animation),
.blockgallery--item:not(.no-animation),
.gform_wrapper:not(.no-animation),
.wp-block-pullquote:not(.no-animation),
.wp-block-getwid-post-carousel:not(.no-animation),
.wp-block-getwid-image-hotspot:not(.no-animation),
.post:not(.no-animation),
.wp-block-gallery {
	opacity: 0;
}

@-webkit-keyframes animacionFadeInUp {
	from { opacity: 0; -webkit-transform: translateY(50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes animacionFadeInUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}

.animacionFadeInUp {
	-webkit-animation-name: animacionFadeInUp;
	animation-name: animacionFadeInUp;
}

.fadeup-effect {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.home .icon {
	transition: all 0.25s ease;
}

.content a img {
	transition: all .3s ease-in-out; 
}

.content a:hover img {
	-ms-transform: scale(1.05) !important; 
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important;  
}

/* Custom 
--------------------------------------------- */

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}

#idiomas {
	display: none;
}

.wpml-ls-legacy-list-horizontal {
	border: none;
	padding: 7px;
	clear: both;
	background: none;
	position: absolute;
	top: 42px;
	right: 13px;
	z-index: 999999999;
}

.is-carousel img {
	height: 300px;
	width: auto;
}

.content {
	width: 900px;
}

.site-header {
	padding: 0 75px;
}

.ficha-tecnica .wp-block-column:first-of-type {
	padding-right: 75px;
}

.ficha-tecnica thead tr th:first-child,
.ficha-tecnica tbody tr td:first-child {
	width: 170px;
}

.titulo-logistica:before, .titulo-ficha-tecnica:before, .titulo-cata:before {
	font-family: "ionicons";
	color: #DDD;
	display: inline-block;
	font-size: 43px;
	margin-right: -20px;
	position: relative;
	right: 30px;
}

.titulo-ficha-tecnica:before	{ content: "\f12e"; }
.titulo-cata:before				{ content: "\f2b9"; }
.titulo-logistica:before		{ content: "\f214"; }

.pagina-nuestros-vinos h3 {
	font-size: 25px;
}


img.wp-block-getwid-image-box__image.wp-image-804.lazyloaded,
img.wp-block-getwid-image-box__image.wp-image-805.lazyloaded,
img.wp-block-getwid-image-box__image.wp-image-806.lazyloaded,
img.wp-block-getwid-image-box__image.wp-image-807.lazyloaded,
img.wp-block-getwid-image-box__image.wp-image-808.lazyloaded,
img.wp-block-getwid-image-box__image.wp-image-809.lazyloaded,
img.wp-block-getwid-image-box__image.wp-image-810.lazyloaded,
img.wp-block-getwid-image-box__image.wp-image-811.lazyloaded {
	width: auto;
}

.pagina-nuestros-vinos .wp-block-getwid-image-box__image-wrapper img {
	padding: 15px 50px;
/*
	min-height: 395px;
	width: auto;
*/
}

.pagina-nuestros-vinos .wp-block-column {
	margin-bottom: 40px;
}

.home .wp-block-getwid-template-post-title, .nuestros-vinos .wp-block-getwid-template-post-title {
	text-align: center;
	font-size: 18px;
	max-width: 170px;
	margin: 20px auto;
}

.nav-primary .genesis-nav-menu a {
	text-align: left;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: 300px;
}

.imagen-vino img {
	max-height: 750px;
	width: auto;
	float: right;
	display: block;
	margin: 0 auto;
}

.wpml-ls-item a {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

body {
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 40px;
	letter-spacing: 0;
	text-transform: none;
}


h1, .entry-title {
	font-size: 50px;
	color: #333333;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 30px;
}

.site-footer, .footer-widgets {
	background: #990033;
	color: #FFF;
}

.footer-widgets {
	padding-bottom: 0;
	margin-top: 0;
}

.entry {
	margin-bottom: 0;
}

.valores .wp-block-getwid-icon-box__icon-wrapper i {
	font-size: 45px;
}

.valores .wp-block-getwid-icon-box {
	min-height: 220px;
}

.blog .entry, .single .entry {
	margin-bottom: 60px;
}

.site-footer a, .footer-widgets a {
	color: #FFF;
}

.site-footer .wrap {
	border-top: 1px dashed #c47990;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
	width: 90%;
}

.single-bodega .featured-image {
	margin-bottom: 40px;
}

.url-bodega {
	color: #CCC;
	margin-top: -20px;
	font-size: 15px;
}

.url-bodega a {
	color: rgba(153, 0, 51, 0.59);
}

.single-bodega .entry-header .entry-meta {
	display: none;
}

.entry-meta {
	text-align: center;
}

.wp-block-pullquote {
	padding: 2em 0 1em;
	background: #FAFAFA !important;
}

h2 {
	color: #990033;
}

hr.wp-block-separator {
	border-bottom: 1px solid #BBB;
	margin: 0 495px 36px 0;
	padding: 18px 0 0 0;
	width: 50px;
}

.vinos {
	background: #c47990;
	padding: 20px;
	margin-bottom: 40px;
	color: #FFFFFF;
}

.vinos h2 {
	color: #FFF;
}

ul.flechas >li, ul.flechas >li ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

ul.flechas >li:before, ul.flechas >li ul li:before {
	font-family: "ionicons";
	content: "\f3d6";
	display: inline;
	position: relative;
	left: -30px;
	margin-right: -10px;
	color: #990033;
}

.entry-title {
	text-align: center;
	margin-bottom: 20px;
}

.has-drop-cap:not(:focus):first-letter {
	color: #990033 !important;
	font: 420 100px/1 'Georgia', serif !important;
	margin-right: 20px !important;
}

.genesis-nav-menu > .menu-especial > a {
	border: 2px solid #990033;
	color: #990033;
	margin-right: 20px;
}

.genesis-nav-menu > .menu-especial > a:hover {
	color: #FFFFFF !important;
	background: #990033 !important;
}

.shared-counts-wrap {
	text-align: center;
	margin: 0 0 40px 0;

}

/*
.page .shared-counts-wrap {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 120px;
}
*/

.shared-counts-button {
	background: #DDD!important;
}

/*
.page .shared-counts-button {
	background: rgba(200,200,200,0.25)!important;
}
*/

.shared-counts-button:hover {
    background:#AAA !important
}

.shared-counts-wrap.style-buttons .shared-counts-button {
	float: none;
	display: inline-block;
}

.padding-left-columna {
	padding-left: 50px;
}

/*.wp-block-getwid-section {
	padding-left: 7%;
	padding-right: 7%;
}
*/

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.seccion-contacto .wp-block-column:first-of-type {
	border-right: 5px solid #990033;
	padding-right: 70px;
	text-align: right;
}

.seccion-contacto .wp-block-getwid-icon-box {
	text-align: right;
}

.seccion-contacto .wp-block-column:not(:first-child) {
	padding-left: 10px;
}

.seccion-contacto li.wp-block-getwid-social-links__item {
	list-style-type: none;
}

#cookie-law-info-bar {
	background-color: rgba(0, 0, 0, 0.75) !important;
	color: #FFF !important;
	border-top: none !important;
	min-height: 50px;
}

#cookie-law-info-bar span {
	color: white !important;
	margin: 5px 50px;
	display: block;
	font-size: 14px;
}

#cookie_action_close_header {
	color: white !important;
	background-color: #555 !important;
	text-decoration: none!important;
}

#cookie-law-info-bar a {
	color: white !important;
	text-decoration: underline;
	font-size: 14px;
}

#cookie-law-info-bar a:hover {
	color: #ABABAB!important;
}

.donde-estamos {
	background: none repeat scroll 0 0 #FBFBFB;
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	margin: 20px 0;
	overflow: auto;
	padding: 10px;
	text-align: center;
	color: #617183;
}

.callnowbutton {
	display:none;
}

.callnowbutton .icon {
	color: white;
	background: #990033;
	padding: 0px 10px;
	border-radius: 5px;
	width: 45px;
	height: 55px;
	display: block;
	text-align: center;
	font-size: 35px;
}

.callnowbutton .icon:hover {
	color: white !important;
}

.ssl_seal {
	float: none;
	width: 120px;
	position: relative;
	margin: 20px auto 0;
/*	margin-bottom: 60px; Si va a un lado */
}

.ssl_seal:hover:before {
	content: "Web Segura - Comodo SSL Certificate www.bodegasjsantos.com";
	font-family: arial;
	font-style: normal;
	background: rgba(3,3,3,0.8);
	padding: 5px;
	color: white;
	font-size: 12px;
	display: block;
	position: absolute;
	left: 125px;
	top: 23px;
	border-radius: 10px;
	width: 220px;
}


.video-container {  /* Para hacer los vídeos youtube responsive */
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; 
	margin-bottom: 25px;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-before {
	text-align: center;
}

.bloque-contacto {
	clear: both;
	padding: 50px 50% 20px !important;
}

.hover-blanco a:hover {
	color: #FFF !important;
}
 
.wp-block-getwid-image-hotspot__image { /* Para que el image Hotspot no redimensione la imagen y se quede centrada en pantalla en móviles  */
	max-width: none !important;
	margin-left: 50% !important;
	margin-top: 0!important;
	margin-bottom: 0!important;
	transform: translateX(-50%) !important;
	width: auto !important;
}

.wp-block-getwid-image-hotspot {
	max-height: 600px;
	background: #f5f5f5;
}

.wp-block-getwid-image-hotspot__wrapper {
	overflow: hidden;
}

 
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.bloque-contacto {
		clear: both;
		padding: 50px 20% 20px !important;
	}
	
}

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

/*
	.menu-inicio, #menu-item-21 {
		display: none;
	}
*/

	.site-header {
		padding: 0 25px;
	}
	
}


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

	.site-header {
		padding: 0 75px;
	}

	.genesis-nav-menu > .menu-especial > a {
		border: none;
		color: #000;
		margin-left: 0;
		padding-left: 0;
	}
	
	.genesis-nav-menu > .menu-especial > a:hover {
		color: #990033 !important;
		background: none !important;
	}

	.genesis-nav-menu .wpml-ls-item {
		display: inline-block!important;
	}
	
	.content {
		width: 100%;
	}
	
	#idiomas {
		display: block;
	}
	
}

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

	.seccion-contacto .wp-block-columns  {
		flex-flow: row wrap;
	}
	
	.seccion-contacto .wp-block-column {
		padding: 0 !important;
		margin: 0 !important;
		flex-basis: 100% !important;
	}

	.seccion-contacto .wp-block-column:first-of-type {
		border-right: none;
		text-align: center;
	}
	
	.seccion-contacto .wp-block-getwid-icon-box {
		text-align: center;
	}

	h1, .entry-title {
		font-size: 50px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 22px;
	}	
	
	.valores .wp-block-getwid-icon-box__icon-wrapper i {
		font-size: 35px;
	}

}


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

	.bloque-contacto {
		padding: 50px 5% 20px !important;
	}

	.order-1 {
		order: -1;
	}

	.padding-left-columna {
		padding-left: 0px;
	}
	
}

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

	.imagen-vino img {
		float: none;
		max-height: 90vh;
	}

}

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

	.callnowbutton {
		position: fixed; 
		display: block;	
		right: 15px;
		bottom: 15px;
		z-index: 9999;
	}

	.servicio {
		width: 100%;
		margin: 0 0 40px;
	}	

	.servicio .title {
		position: relative;
		top: 20px;
		opacity: 1;
		color: #333;
		font-size: 19px;
		font-weight: 700;	
	}
	
	.servicio .image:hover::before {
		opacity: 0;
	}

	.servicio .image:hover + .title, .servicio .image:focus + .title {
		top: 20px;
	}

	h1, .entry-title {
		font-size: 40px;
	}

	h2 {
		font-size: 27px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}	
	
	.valores .wp-block-getwid-icon-box__icon-wrapper i {
		font-size: 35px;
	}
	
	.wp-block-pullquote p, .wp-block-quote p {
		line-height: 32px !important;
	}	

	.wp-block-getwid-image-hotspot__image {
		max-height: 400px;
	}

	.ficha-tecnica .wp-block-column:first-of-type {
		padding-right: 0;
	}

	.site-header {
		padding: 0 25px;
	}

}


@media only screen and (max-width: 350px) {
	
	.shared-counts-wrap.style-buttons a.shared-counts-button {
		width: 53px;
	}

}