/*!
Theme Name: resort
Theme URI: http://underscores.me/
Author: Rubiq
Author URI: https://rubiq.in
Description: Hotels and Resorts
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: resort
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

resort is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


a#rateModalBtn {
    top: auto !important;
    bottom: 50%;
}
a#rateModalBtn.rateModalBtn {
    font-size: 1rem !important;
    width: 46px !important;
    color: #fff !important;
    background: #ef7f1d !important;
}

.booking-engine-wrap, .booking-engine-innerwrap{
	position: relative;
	z-index: 1000; 
    background: #fff;

}


.booking-engine-wrap div.Configure-quickBook-Widget .input.inputRoom {
    display: none;
}
.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .prop-lists input.checkinDate.HeaderDropDown,
.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .checkinDate.startDate,
.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .formGroup+.formGroup .input .checkinDate.endDate, 
.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .checkinDate.promocode {
    margin-right: 20px;
    padding: 10px 15px;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.booking-engine-wrap .Configure-quickBook-Widget .MbsSearchWidget .formGroup .input.prop-loc-list .caret {
    margin: 10px 0;
}
.booking-engine-wrap .Configure-quickBook-Widget .MbsSearchWidget .formGroup label.lbl {
    padding: 5px 15px;
    font-weight: 500;
}

.booking-engine-innerwrap .Configure-quickBook-Widget .MbsSearchWidget .formGroup label.lbl {
    padding: 5px 15px;
    font-weight: 500;
    
}
.booking-engine-wrap .Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    height: auto !important;
    padding: 0 30px;
    margin-left: 15px;
}


.booking-engine-wrap .Configure-quickBook-Widget .MbsSearchWidget .formGroup.promocode {
    display: none;
}

.booking-engine-innerwrap .Configure-quickBook-Widget .MbsSearchWidget .formGroup label.lbl {
    color: #000 !important;
}



@media (max-width: 767px) {
    .home .booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .guestsearchTxt {
        display: none !important;
    }
}

.Configure-quickBook-Widget .MbsSearchWidget .formGroup .menu{
    top: auto !important;
    bottom: 100% !important;
}



.Configure-quickBook-Widget button.searchBtn {
    height: auto !important;
    padding: 0 30px;
    border-color: #383838 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
    background-color: white !important;
    text-decoration: none;
    color: #000 !important;
}

.Configure-quickBook-Widget button.searchBtn:hover {
    background: #383838 !important;
    color: #ffffff !important;
}

.Configure-quickBook-Widget .MbsSearchWidget {
    background: #c9c9c9 !important;
}
.booking-engine-innerwrap div#quickbook-widget .MbsSearchWidget {
    background: #c9c9c9c9 !important;
    color: #000000 !important;
    width: max-content !important;
    padding: 12px;
    border-radius: 15px;
}