/*
Theme Name: Hotel Queen Child
Theme URI: http://hotelqueen.physcode.com/
Author: Physcode
Author URI: http://physcode.com/
Description: Description
Version: 1.0.14
Template:  hotel-queen
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: hotel-queen
Tags: two-columns, left-sidebar, right-sidebar, editor-style, rtl-language-support, sticky-post, theme-options, translation-ready, translation-ready

 */


.site-header.affix-top{
	top:0px;
}
.admin-bar .site-header.affix-top{
	top:32px;
}
.navbar-nav>li:after{
	content:none;
}
/* ================================
   HERO BANNER BOOKING FORM (CF7)
   ================================ */

.banner-booking-form {
  display: flex;
  gap: 12px;
  align-items: flex-end;
flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  padding: 18px;
  border-radius: 18px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.banner-booking-form .bf-field span,.banner-booking-form .bf-submit input{
	margin-bottom:10px!important;
}
/* Fields */
.banner-booking-form .bf-field {
  display: flex;
  flex-direction: column;
  min-width: 140px;
}

.banner-booking-form .bf-field.small {
  min-width: 50px;
}

.banner-booking-form label {
  font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0px 4px 0px;
    color: var(--e-global-color-accent);
}

/* Inputs & Select */
.banner-booking-form input,
.banner-booking-form select {
  height: 46px!important;
  border-radius: 10px!important;
  border: 1px solid rgba(0,0,0,0.15)!important;
  background-color: rgba(255,255,255,1);
  padding: 0 12px!important;
  font-size: 14px!important;
}

/* Icons inside inputs */
.banner-booking-form .bf-field input {
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 18px;
}



/* Select without icon padding */
.banner-booking-form select {
  padding-left: 12px;
  background-image: none;
}

/* Focus state */
.banner-booking-form input:focus,
.banner-booking-form select:focus {
  outline: none;
  border-color: #0a3d62;
  box-shadow: 0 0 0 2px rgba(10,61,98,0.15);
}

/* Submit button */
.banner-booking-form .bf-submit input {
  height: 46px!important;
  border-radius: 12px!important;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 0 26px;
  cursor: pointer;
  white-space: nowrap;
}

.banner-booking-form .bf-submit input:hover {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .banner-booking-form {
    flex-wrap: wrap;
    padding: 16px;
  }

  .banner-booking-form .bf-field,
  .banner-booking-form .bf-submit {
    width: 48%;
    min-width: 30%;
  }
	.banner-booking-form .bf-field.email{
		width:100%;
	}
	.banner-booking-form .bf-field select{
		width:100%;
	}
}

