/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

.datepick-inline {
  box-shadow: none !important;
}

 
/* RGPD
--------------------------------------------------------------- */

.gdpr_lightbox,
#moove_gdpr_cookie_info_bar  {
    z-index: 99999999 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    flex-direction: row-reverse !important;
}

/* HEADER
--------------------------------------------------------------- */

@media screen and (max-width: 599px) {
  .sp-booking .button:not(.cs-btn-underline).cs-btn-small {
    padding: 0 5px;
	--btn-height: 24px;
	height: 24px;
	font-size: 0.7rem;
  }
}

/* ROOM
--------------------------------------------------------------- */
.cs-room-booking .room-booking-title .base-price-new {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.cs-room-booking .cs-submit .btn-text {
  font-size:21px;
}

.cs-room-booking .cs-reservation-form.style-block .cs-form-field.cs-submit {
  padding-top: 0;
}

.cs-info-box-img svg {
	height: 42px !important;
}

/* RECAPTCHA
--------------------------------------------------------------- */
.grecaptcha-badge {
  z-index: 999999 !important;
  bottom: 100px !important;
}