/* Simple Responsive Styling */
.homhero-search-wrapper {
    background: var(--wp--preset--color--stone);
    border-radius: 100px 0px 0px 100px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: fit-content;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position:relative;
    z-index: 1;
}
.homhero-search-form {
    /* padding: 1rem; */
    margin: 0rem 1rem 0 0;
    display: flex;
    flex-wrap:nowrap;
    gap: 1rem;
    align-items: center;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    border: 2px solid #fff;
    border-left: 0;
    justify-content: center;
    position: relative;
    /* margin-left: 0; */
    padding-left: 2rem;
}

.hh-field-group label {
    opacity: 0;
    top: 0rem;
    position:absolute;
    text-transform:uppercase;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    transition: all 0.2s ease;
}
.hh-field-group.group-focus-now label,
.hh-field-group.group-have-value label  {
     opacity: 1;
     top: -1.1rem;
     transition: all 0.2s ease;
}

.hh-field-group select,
.hh-field-group input,
#hh-custom-calender-guest-style button#selectGuests{
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    background: white;
    z-index: 2;
    position: relative;
    letter-spacing: 1px;
    /* text-align: center; */
    background: var(--wp--preset--color--stone);
    color: var(--theme--text-color);
    font-weight: 600;
    font-family: var(--wp--preset--font-family--dosis-regular);
    font-size: calc(1rem - 1px);
    letter-spacing: 2px;
}
.hh-field-group input:focus{
     background: var(--wp--preset--color--stone);
}

.hh-dates {
    display: flex;
    flex-wrap: nowrap;
}
.hh-field-group.hh-submit .button,
button#applySelection{
    font-size: var(--wp--preset--font-size--large);
    font-family: var(--wp--preset--font-family--ghost-hand);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 5px;
    width: 100%;
    text-align: center;
    padding: 1rem;
}
@media screen and (min-width:991px) and (max-width:1300px){
    .hh-field-group.hh-submit .button,
    button#applySelection{
    margin: 10px 0;
    font-size: var(--wp--preset--font-size--medium);
    }
}
button#applySelection{
    margin-top:1rem;
      line-height: 0.5;
}
.homhero-search-bar-logo{
    padding: 1rem 0 1rem 1rem;
    border-radius:50%;
    border-right: 2px solid white;
    position:relative;
    right: calc(-1rem);
    mask-image: linear-gradient(
       to bottom,
        transparent 0,
        transparent 1rem,
        black 1rem,
        black calc(85% + 5px),
        transparent calc(85% + 5px),
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0,
        transparent calc(1rem + 2px),
        black calc(1rem + 2px),
        black calc(85% + 3px),
        transparent calc(85% + 3px),
        transparent 100%
    );
}

.homhero-search-bar-logo img{
    max-width: 80px;
    position: relative;
    left:-1rem;
}

.hh-field-group {
    max-width: 185px;
    min-width: 100px;
    position: relative;
}
.homhero-search-wrapper .tail-select{
    max-width: 200px;
    min-width: 100px;
    width: unset;
}
.homhero-search-wrapper .tail-select .select-label{
    border:none;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    max-width: 200px;
    min-width: 100px;
    letter-spacing: 2px;
    background: var(--wp--preset--color--stone);
    font-weight: 600;
    font-family: var(--wp--preset--font-family--dosis-regular);
}

.homhero-search-wrapper .tail-select:hover .select-label,.homhero-search-wrapper .tail-select.idle .select-label, .homhero-search-wrapper .tail-select.active .select-label {

    box-shadow: none;
    -webkit-box-shadow: none;
}
.homhero-search-wrapper .tail-select .select-dropdown ul li.dropdown-option{
text-transform: uppercase;
}
.homhero-search-wrapper .tail-select .select-dropdown ul li.dropdown-option.selected {
    color: var(--theme--primary-color);
    background-color: white;

}

@media screen and (max-width:991px){
    .homhero-search-wrapper{
        border-radius:0;
        /* padding: 5rem; */
    }
    .homhero-search-bar-logo{
        position:absolute;
        top:-50px;
        left:50%;
        height: calc(100px + 2rem);
        width:calc(100px + 2rem);
        transform:translateX(-50%);
        padding:1rem;
        background-color: var(--wp--preset--color--stone);
        border-right:unset;
        border-bottom: 2px solid #fff;
        right: unset;
        mask-image: unset;
        -webkit-mask-image: unset;
        z-index: 2;
    }
    .homhero-search-bar-logo img {
        max-width: 100px;
        position: relative;
        left: unset;
    }
    .homhero-search-form{
        margin: 1rem;
        padding-top:6rem;
        border-left: 2px solid white;
        flex-wrap: wrap;
    }
     .homhero-search-form .hh-field-group{
        max-width:unset;
        min-width: unset;
         width:100%;
         margin-bottom:1rem;
     }
    .homhero-search-wrapper .tail-select {
        max-width:unset;
        min-width: unset;
        width:100%;
    }
    .homhero-search-wrapper .tail-select .select-label{
        max-width:unset;
        min-width: unset;
        width:100%;
    }
    .hh-dates {
        width: 100%;
    }

}

.accommodation-banner-search-bar .homhero-search-wrapper {
    background-color:#fff;
    
}

.accommodation-banner-search-bar .homhero-search-bar-logo{
    border-color: var(--wp--preset--color--stone);
}
@media screen and (max-width:991px){
.accommodation-banner-search-bar .homhero-search-bar-logo{
   background-color: #fff;
}
}
        
.accommodation-banner-search-bar .homhero-search-wrapper .tail-select .select-label{
    background-color:#fff;
}
.accommodation-banner-search-bar .hh-field-group select, .accommodation-banner-search-bar .hh-field-group input,.accommodation-banner-search-bar .hh-field-group input:focus {
     background-color:#fff;
}

.accommodation-banner-search-bar .homhero-search-form{
    border-color: var(--wp--preset--color--stone);
}

#hh-custom-calender-guest-style  button#selectGuests::after{
    position:absolute;
    right:1rem;
    top:50%;
}
@media screen and (min-width:991px){
    #hh-custom-calender-guest-style  button#selectGuests::after{
         right:0;
    }
}
#hh-custom-calender-guest-style button#selectGuests {
    padding:0;
    background: unset;
    border: unset;
    text-align: left;
    padding-left: 10px;
    color: rgba(48, 52, 56, 0.85);
}


#hh-custom-calender-guest-style .dropdown-menu.show {
    min-width: 280px;
    padding:1rem;
    background: #fff;
    box-shadow: var(--theme--box-shadow);
    border-radius: 0;
}
.home #hh-custom-calender-guest-style .dropdown-menu.show {
        background: var(--wp--preset--color--stone);
}

#hh-custom-calender-guest-style button.button.outline.btn-number {
    padding:15px; 
    border:unset;   
}

#hh-custom-calender-guest-style input#hh-guests-adults,
#hh-custom-calender-guest-style input#hh-guests-children,
#hh-custom-calender-guest-style input#hh-guests-infants,
#hh-custom-calender-guest-style input#hh-guests-animals{
    margin:auto 10px;
    background:unset;
    text-align:center;
}

#hh-custom-calender-guest-style div#adult-input-group,
#hh-custom-calender-guest-style div#child-input-group,
#hh-custom-calender-guest-style div#infants-input-group,
#hh-custom-calender-guest-style div#animals-input-group{
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-family: var(--wp--preset--font-family--dosis-regular);
}