/*
Theme Name:     Bellevue - Child Theme
Theme URI:      https://bellevuetheme.com
Template:       bellevuex
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    bellevue
Domain Path:    /languages/
*/


/* = Theme customization starts here
 * -------------------------------------------------------------- */

/* 🌴 Hakuna Macaw Calendar Colors */
:root .mphb-calendar.mphb-datepick,
:root .mphb-calendar.mphb-datepick [class*="mphb-datepicker-"],
:root .datepick-popup .mphb-datepick-popup,
:root .datepick-popup [class*="mphb-datepicker-"].mphb-datepick-popup {
	
	/* Fechas disponibles */
    --mphb-available-date-bg: #ffffff; 			 /* Fondo de fechas disponibles */
    --mphb-available-date-color: #000000;		 /* Texto de fechas disponibles */
	
    /* Fechas no disponibles */
	--mphb-not-available-date-bg: #F4F4F4;			 /* Fondo de fechas no disponibles */
    --mphb-not-available-date-color: #777777;		 /* Texto de fechas no disponibles */

	/* Fechas ya reservadas */
    --mphb-booked-date-bg: #F4F4F4;			/* Fondo de fechas reservadas */
    --mphb-booked-date-color: #777777;		 /* Texto de fechas reservadas */

	/* Fechas fuera de temporada */
    --mphb-out-of-season-date-bg: #F4F4F4;		/* Fondo fuera de temporada */
    --mphb-out-of-season-date-color: #777777;	/* Texto fuera de temporada */

	/* Fecha seleccionada por el usuario */
    --mphb-selected-date-bg: #1777ba;			/* Fondo fecha seleccionada */
    --mphb-selected-date-color: #ffffff;		/* Texto fecha seleccionada */

	/* Fechas que no se pueden seleccionar */
    --mphb-unselectable-date-color: #777777;  /* Texto de fechas no seleccionables */
}

/* El dropdown con la cantidad de adultos y ninos permitidos */
.with_frm_style select option {
  color: #667085 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}

/* Todos los labels y inputs de tipo form en la pagina */
.frm_forms form label,
.mphb-coupon-code-wrapper input[type="text"],
.frm_form_field input[type="text"],
.frm_form_field input[type="email"],
.frm_form_field input[type="tel"],
.frm_form_field input[type="number"],
.frm_form_field input[type="password"],
.frm_form_field select,
.frm_form_field textarea {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}

/* El boton de COUPON */
button.button.btn.mphb-apply-coupon-code-button.btn.th-btn.btn-standard-primary {
  background-color: var(--e-global-color-thmv_accent) !important;
  border: none !important;
}


/* El boton de BOOK */
.mphb_sc_checkout-submit-wrapper .button {
  font-weight: bold !important;
}
