@charset "UTF-8";
/*!
Theme Name: Luviana Child
Theme URI: https://motopress.com/products/luviana
Author: MotoPress
Author URI: https://motopress.com
Description: Luviana is a Gutenberg theme perfectly fitting for hotels, rental accommodations and services, boarding houses or hostels. The theme comprises an integrated online booking plugin that allows conducting reservations of your rental properties and receiving online payments.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luviana
Template: luviana
*/


/* Tamaño logo */
.logo-wrapper {
	width: 250px !important;
}

/*.header-menus-wrapper, .socials-menu-container {
	background: #fff !important;
}*/
/* Fondo header */
/*.site-header {
	background: #ffffff !important;
	opacity: 0.9;
}

.menu-item a {
	color: #555 !important;
}*/

/* Ocultar botón 'more info' */
.more-link {
	display: none;
}

/* Opacidad imagen portada */
#slick-slide00 img, #slick-slide01 img {
	opacity: 0.5 !important;
}

/* Elementos ocultos */
.oculto {
	display: none !important;
}

/* Borde testimonios Booking en Home */
.wp-block-quote {
	border: 1px solid #ffffff !important;
}


/* Ocultamos precio en página inicio */
/*.home p.mphb-regular-price, .single-room-reservation-form p.mphb-regular-price {*/
/*.home p.mphb-regular-price {*/
.single-room-reservation-form p.mphb-regular-price {
	display: none !important;
}

/* Ocultamos desglose de precios */
/*#mphb-price-details {
	display: none !important;
}*/

/* Botón WP-Forms */
.wpforms-submit {
	font-family: "Open Sans", sans-serif;
	background: #c1b086 !important;
	color: #fff !important;
	border: 1px solid !important;;
	border-color: transparent !important;
	border-radius: 1.875rem !important;
	font-size: 0.75rem !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
	padding: 1.5835em 3.333em !important;
	font-weight: 600 !important;
	transition: all .3s ease !important;
	letter-spacing: 1px !important;
}

.wpforms-submit:hover {
	cursor: pointer !important;
	text-decoration: none !important;
	border-color: #252e59 !important;
	background: #252e59 !important;
	color: #fff !important;
}

.wpforms-field-label {
	display: inline-block !important;
	margin-bottom: .5em !important;
	color: #3e3f46 !important;
	font-weight: normal !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

/* Menú footer */
.menu-jms a {
	color: #5f6060; !important;
	text-decoration: none !important;
}
.menu-jms a:hover {
	color: #c1b086 !important;
}

