/*
Theme Name: Sailing Child
Theme URI: http://sailing.thimpress.com/
Template: sailing
Author: ThimPress
Author URI: http://thimpress.com
Description: Sailing Hotel
Tags: two-columns,three-columns,left-sidebar,right-sidebar,fixed-layout,responsive-layout,custom-background,custom-header,custom-menu,editor-style,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 4.2.7.1683889268
Updated: 2023-05-12 11:01:08
*/
 

/* Corregir alineamiento texto footer en Mobile */
@media (max-width: 767px) {
	.xyz {
		margin-left: 130px !important;
	}
}



.menu-mobile-effect span {
    background-color: #795548!important;
}

.wp-image-6337 {
	display: none !important;
}

.container-img-footer {
	padding: 10px !important; 
}


/* OCULTAR MENÚ "IDIOMAS" (NO CREADO CON WPML) */
.menu-right {
	display: none !important;
}


.container-img-footer {
	background-color: white !important;
	padding: 10px !important;
	
}


/* Alinear textos footer */
#footer-seccion-textos {
	left: -140.5px !important;
	display: flex !important;
	justify-content: center !important;
}

/* ALINEAR TEXTO EN MODO TABLET DEL FOOTER */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#footer-seccion-textos {
		/*left: -125.5x !important;*/
		display: flex !important;
		justify-content: center !important;
	}
	
	
	/* Centrar texto footer en tablet */
	.xyz {
		margin-left: 150px !important;
	}
}



/* Centrar texto footer en LAPTOP */
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
	
	.xyz {
		margin-left: 150px !important;
	}
}



@media only screen and (max-width: 767px) {
	.thumb div {
		text-align: center !important;
		font-size: 10px !important;
		margin-right: 0px !important;
	}
	
	.thumb div .primary-title {
		font-size: 35px !important;
	}
	
	.thumb div .content {
		font-size: 20px !important;
	}
	
	
	/* Disminuir tamaño de letra del titulo y de la descripción en el slider de La casa */
	.la-casa-titulo {
		font-size: 60px !important;
	}
	.des {
		font-size: 20px !important;
	}
}



/* Aumentar tamaño de letra del titulo y de la descripción en el slider de La casa */
.la-casa-titulo {
	font-size: 80px !important;
}
.des {
	font-size: 30px !important;
}



.slider-precios {
	text-align: left;
}



/*.container-politics {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#politics {
	width: 10%;
	padding-bottom: 20px;
}*/
/*
.wpcf7-form input {
	margin: 0px !important;
}*/

/* */
.wpcf7-list-item label input {
	margin-bottom: 0px !important;
}

.wpcf7-form-control-wrap input {
	margin-bottom: 10px !important;
}
#Messagesend {
	margin-bottom: 10px !important;
}


/* CAMBIAR COLOR DEL HEADER Y TEXTOS A LOS MISMOS QUE TODAS
 * LAS PÁGINAS EN LA PÁGINA DE CONTACTO 
#masthead {
	background-color: #fdf3e4 !important;
}

.tc-menu-inner {
	color: #1a1818 !important;
}*/


/* CAMBIAR LOGO EN EL MENÚ DE LA PÁGINA DE CONTACTO AL
 * HACER SCROLL HACIA ABAJO */
.page-id-4315 .affix-top .sm-logo a img {
	content: url('/wp-content/uploads/2015/09/imgpsh_fullsize_anim-7.png');
}


#main-content section div {
	
}