/*
 Theme Name:   Rosa Lite Child
 Theme URI:    http://www.turinabarcocina.es
 Description:  Tema hijo de Rosa LT
 Author:       Tu Nombre
 Template:     rosa-lite
 Version:      1.0.0
*/

/* Aquí puedes poner tus estilos CSS personalizados

.menu-list__item-highlight-wrapper {
    background-color: #ffe6e6;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

.menu-list__item-highlight-title {
    font-weight: bold;
    color: #d60000;
    font-size: 0.85em;
}

*/
body h2.h2_centrado {
	text-align: center;
	color: #bda47d;
}

body .menu-list__title {
    margin-bottom: 5px;
}

body .menu-list hr.separator {
    margin: 5px 0 30px;
}

#post-21-title > div.c-hero__wrapper > hgroup > h1 {
	 text-shadow: 3px 3px 5px rgb(122 58 55);
}
#post-21-title > div.c-hero__wrapper > hgroup > h2 {
    color: #a02221;
    font-size: 200px;
    text-shadow: 3px 3px 2px #d8ccb4;
}

#post-188-title > div.c-hero__wrapper > hgroup > h1, #post-207-title > div.c-hero__wrapper > hgroup > h1 {
	 text-shadow: 5px 9px 9px rgb(157 67 5);
	 margin-top: -20px;
}
#post-188-title > div.c-hero__wrapper > hgroup > h2 {
	color: #f7ecdc;
    font-size: 200px;
    text-shadow: 2px 2px 3px rgb(157 67 5);
}

#post-207-title > div.c-hero__wrapper > hgroup > h2 {
	color: #ffffff;
    font-size: 200px;
    text-shadow: 2px 2px 3px rgb(157 67 5);
}

#post-16-title > div.c-hero__wrapper > hgroup > h1 {
	text-shadow: 3px 3px 5px rgb(9 35 60);
}

#post-136-title > div.c-hero__wrapper > hgroup > h1 {
	text-shadow: 3px 3px 5px rgb(69 46 32);
}

#mapa_ubicacion {
	min-height: 470px;
}


/* Hace que la lista de iconos esté en una fila */
.zoom-social-icons-list {
  display: flex;
  flex-wrap: nowrap; /* todos en la misma línea */
  gap: 15px; /* espacio entre iconos */
  justify-content: center; /* centrar en la sección, usa flex-start para alinearlos a la izquierda */
}

/* Asegura que cada <li> se muestre en línea */
.zoom-social_icons-list__item {
  display: inline-flex;
  margin: 0;
}

.zoom-social_icons-list__itemnth-child(1) {
	    margin: 0 15px 10px 0px;
}

body form {
	padding-top: 0 !important;
}

body form > div.wp-block-gutena-form-error-msg.is-layout-flow.wp-block-gutena-form-error-msg-is-layout-flow,
body form > div.wp-block-gutena-form-confirm-msg.is-layout-flow.wp-block-gutena-form-confirm-msg-is-layout-flow {
	margin-top: 1em;
}

body #post-136 > section, body #post-136 form {
	padding-bottom: 0 !important;
}

.repocean-slider-main-v2 .slick-arrow:hover::after {
    border-color: #111010 !important;
}
.repocean-slider-main-v2.dark .prev-arrow::after, .repocean-slider-main-v2.dark .next-arrow::after {
	background: white !important;
}

.repocean-slider-main-v2.dark .prev-arrow:hover::after, .repocean-slider-main-v2.dark .next-arrow:hover::after {
    background: #bda47d !important;
}
.repocean-slider-main-v2 .slick-arrow:hover::after {
    border-color: #fff !important;
}

body .repocean-slider-main-v2 .slick-arrow:hover {
    background-color: #bda47d !important;
    outline-color: #bda47d !important;
}

body .site-title {
	clip-path: none;
}

body .site-logo .site-logo-img--light {
	display: block;
}

body .sp-slides-container {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

body .separator--flower {
	color: #bda47d;
}

body .desayuno_abajo {
	display: none;
}

@media only screen and (max-width: 899px) {
	body .grid__item.island {
		padding-left: 0px;	
	}
	

	
@media screen and (max-width: 782px) {
	 #post-207-title > div.c-hero__wrapper > hgroup > h1 {
	 margin-top: 45px;
	}
	
	#post-207-title > div.c-hero__wrapper > hgroup > h2 {
	    font-size: 110px;
		line-height: 63px;
	}
	
	body .desayuno_arriba {
		display: none;
	}
	body .desayuno_abajo {
		display: block;
		margin-top: 30px !important;
	}	
	
	body .grid__item.island {
		padding-left: 0px;	
	}   
	
	body h4, body .menu-list__item-price {
    	font-size: 1.0em;
    	line-height: 0.9;
	}
	
	body .page .article__content {
		padding: 5px 0 80px;
	}
	
	body #post-136 form {
		padding-bottom: 5rem !important;
	}

	body #post-136 #content > div > div:nth-child(1) > section:nth-child(5) > ul > li:nth-child(1) > a > span.zoom-social_icons-list__label {
		white-space: nowrap;
	}
	
	body #post-136 .article__content {
		padding: 35px 0 80px;
	}
}

@media only screen and (min-width: 900px) {
	body .grid__item.island {
		padding: 10px 10px 30px 5px !important;		
	}
}