/*
Theme Name:  Zante Child
Template:    zante
Author:      Eagle-Themes
Theme URI:   https://eagle-themes.com/themes/zante
Author URI:  https://eagle-themes.com
Description: Zante is a WordPress Theme crafted for your hotel & resort website.
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.form-control input{
	width: 100%;
	border:none;
}
.form-control select{
	width: 100%;
	border: none;
}
.search_booking.btn{
	width: 100%;
}
#booking_search_form .form-control .hasDatepick, #booking_search_form .form-control select{
	width: 100% !important;
}

.room-list-item{
    margin-bottom:30px;
    background:#fff;
    border:1px solid #eaeaea;
    border-radius:1px;
    position:relative
}
.room-list-item-grid{
    display:grid;
    grid-template-columns:5fr 5fr 3fr;
    column-gap:20px
}
.room-list-item .featured-room{
    position:absolute;
    top:10px;
    left:10px;
    line-height:26px;
    padding:0 10px;
    background:#fff;
    border-radius:2px;
    color:#858a99;
    font-size:13px;
    box-shadow:0 1px 4px rgba(0,0,0,.03)
}
.room-list-item .featured-room i{
    background:#deb666;
    border-radius:50%;
    width:18px;
    height:18px;
    font-size:12px;
    line-height:18px;
    text-align:center;
    color:#fff;
    margin-right:6px
}
.room-list-item figure{
    position:relative;
    margin:0;
    padding:0
}
.room-list-item .room-no-image{
    display:flex;
    height:100%;
    min-height:210px;
    align-items:center;
    justify-content:center;
    margin:0;
    background:#f2f2f2;
    color:#a8a8a8;
    padding:50px
}
.room-list-item img{
    width:100%
}
.room-list-item .room-details{
    padding:12px 0;
    overflow:hidden
}
.room-list-item.sidebar-none .room-details{
    padding:30px 0
}
.room-list-item.sidebar-none .room-details .title a{
    font-size:22px
}
.room-list-item .room-details p{
    font-size:15px;
    line-height:25px;
    margin:10px 0
}
.room-list-item .room-services{
    margin-top:20px;
    overflow:hidden
}
.room-list-item .room-services:after{
    content:'';
    display:block;
    clear:both
}
.room-list-item.sidebar-none .room-services{
    margin-top:40px
}
.room-list-item .room-services .room-service-item{
    display:inline-block;
    padding:5px 12px;
    border:1px dashed #dedede;
    margin-right:15px;
    margin-top:5px;
    border-radius:2px;
    cursor:pointer;
    vertical-align:middle
}
.room-list-item .room-services .room-service-item:last-child{
    margin-right:0
}
.room-list-item .room-services .room-service-item i{
    font-size:14px;
    display:block
}
.room-list-item .room-services .room-service-item img{
    max-height:14px;
    max-width:inherit;
    width:auto;
    display:block;
    user-drag:none;
    user-select:none;
    -moz-user-select:none;
    -webkit-user-drag:none;
    -webkit-user-select:none
}
.room-list-item .room-services .room-service-item:hover{
    background:#f5f3f0;
    color:#858a99
}
.eb-room-price-breakdown{
    margin-top:40px
}
.room-breakdown-item{
    display:grid;
    grid-template-columns:5fr 5fr 3fr;
    column-gap:20px;
    padding:5px 12px;
    background:#f6f8fb;
    font-size:14px;
    border-radius:2px;
    margin-top:20px
}
.room-breakdown-item .value{
    margin-left:auto
}
.room-breakdown-item .value{
    margin-left:auto
}
.room-services{
    position:relative
}
.room-services .dragscroll{
    display:flex;
    justify-content:space-between;
    overflow:hidden;
    cursor:grab;
    overflow-x:scroll;
    box-sizing:content-box
}
.room-services .dragscroll::-webkit-scrollbar{
    width:0;
    background:0 0
}
.room-list-item.sidebar-none .room-price .price-amount{
    font-size:24px
}
.room-list-item.sidebar-none .room-price .text-before-price{
    font-size:24px
}
.room-list-item .room-price-search .eb-btn{
    padding:4px 10px;
    width:100%
}
.room-list-item.room-list-item-archive .btn{
    width:auto;
    margin:0 auto;
    background:#fff;
    border-style:solid;
    border-color:#fff;
    border-width:0;
    color:#deb666;
    padding:4px 12px;
    border-radius:50px;
    font-size:14px;
    font-weight:800
}
.room-list-item.room-list-item-archive .btn:hover{
    background:#b69854;
    border-color:#b69854;
    color:#fff
}
.room-list-item.room-list-item-archive .btn i{
    right:14px;
    margin-top:-2px;
    vertical-align:middle;
    border-radius:50%;
    line-height:20px;
    height:20px;
    width:20px;
    background:#deb666;
    margin-left:8px;
    margin-right:0;
    color:#fff;
    font-size:6px;
    text-align:center
}
.room-list-item.room-list-item-archive .btn:hover i{
    background:#fff;
    color:#deb666
}
.room-list-item .room-price-search .btn .booking-text{
    display:block;
    -webkit-animation:ebfadeIn .5s;
    animation:ebfadeIn .5s
}
.room-list-item .room-price-search .btn .total-price-text{
    display:none
}
.room-list-item .room-price-search .btn:hover .booking-text{
    display:none;
    -webkit-animation:ebfadeIn .5s;
    animation:ebfadeIn .5s
}
.room-list-item .room-price-search .btn:hover .total-price-text{
    display:block;
    -webkit-animation:ebfadeIn .5s;
    animation:ebfadeIn .5s
}
.room-list-item .room-details .title{
    margin:0;
    line-height:30px
}
.room-list-item .room-details .title a{
    font-size:20px;
    text-decoration:none
}
.room-list-item .room-price-search .seasonal-pricing{
    display:block;
    margin:0;
    font-size:13px;
    color:#d52925
}
.room-list-item .price-details{
    font-size:12px;
    cursor:pointer
}
.room-list-item .room-price-details{
    position:relative;
    height:100%;
    border-left:1px solid #ebebeb
}
.room-list-item .room-price-search{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:30px;
    text-align:center;
    padding:22px 12px;
    display:-webkit-box;
    -webkit-box-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column
}
.room-list-item .normal-price{
    font-size:20px;
    color:#606060;
    font-weight:600
}
.room-list-item .text-before-price{
    font-size:16px
}
.room-list-item .per-night-text{
    display:block;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:13px;
    font-weight:600
}
.room-list-item .select-booking-dates-notice{
    font-size:11px;
    font-weight:600;
    background:#f1f2f3;
    color:#979797;
    border-radius:2px;
    line-height:24px;
    cursor:pointer
}
.room-list-item .min-max-booking-nights-notice{
    font-size:11px;
    font-weight:600;
    background:#fdf3e5;
    color:#b7a48a;
    border-radius:2px;
    line-height:24px
}
.room-list-item .not-available-notice{
    font-size:11px;
    font-weight:600;
    background:#fbe8e8;
    color:#bd9b9b;
    border-radius:2px;
    line-height:24px
}
.wp-block-booking-booking .booking_search_result_item a{
	    border: none;
    padding: 0;
    margin: 0;
}
.wp-block-booking-booking .booking_search_result_item img.booking_featured_image{
	border: none;
    float: none;
    width: auto !important;

}
.wp-block-booking-booking .title a{
	float:none;
	background: none;
}
.wp-block-booking-booking .title a .booking_search_result_title{
	display: inline;
    font-size: 22px;
    margin: 0;
    line-height: 30px;
}
.wp-block-booking-booking .room-price .normal-price{
	display:block;
	font-size:24px;
	color:#606060;
}
.wp-block-booking-booking .room-price .per-night-text{
	display:block;
	text-transform: uppercase;
    margin-bottom: 25px;
}
.wp-block-booking-booking .room-list-item.room-list-item-archive .btn {
    width: auto;
    margin: 0 auto;
    background: #fff !important;
    border-style: solid;
    border-color: #fff;
    border-width: 0;
    color: #deb666 !important;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px !important;
    font-weight: 800 !important;
	display:inline-block !important;
	float:none;
}
.availability-calendar-list-availability li span.available{
    background-color: #00D025 !important;
}
#custom-booking-form label{
    margin: 15px 0 0 0;
}
#custom-booking-form .form-control{
    padding: 0 !important;
    margin:10px 0;
}
#custom-booking-form .form-control span{
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}
#custom-booking-form .form-control span input{
    width:100% !important;
    border: none !important;
    background: none;
}
#custom-booking-form .button-theme input[type=button]{
    background: #deb666;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}
footer .widget{
    padding:0 !important;
}
