/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

ul.rules-options li:last-child{display: none}

.reservation-user-fields {
}

.reservation-user-fields:after {
    content: "";
    display: block;
    clear: both;
}

.reservation-user-fields .reservation-left-field,
.reservation-user-fields .reservation-right-field  {
    float: left;
    width: calc(50% - 5.1px);
    margin-bottom: 10px;
}

.reservation-user-fields .reservation-left-field {
    margin-right: 10px;
}

.reservation-user-fields #new_reser_request_discount_code {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .reservation-user-fields .reservation-left-field,
    .reservation-user-fields .reservation-right-field  {
        width: 100%;
    }
}

.calender_sub_price {
    font-size: 10px;
    font-style: italic;
    line-height: 4px;
    color: #058ca3;
    position:absolute;
    width: 100%;
}

.block-availability-calendars .calender_sub_price {
    color: #058ca3;
    bottom: 7px;
}

body.home .listing-wrap .item-wrap .item-price:before,
body.single-listing .overlay-booking-btn .overlay-booking-price:before{
    content: "ab";
    font-size: 13px;
    margin-right: -5px;
}

body.single-listing .overlay-booking-btn .overlay-booking-price.no-ab:before {
    content: "";
    margin-right: 0;
}

.search-calendar ul.days > li:hover:not(.day-disabled){
    background-color: #f3cb6e;
}

.single-listing-booking-calendar-js ul.days > li:hover:not(.day-disabled) {
    background-color: #f3cb6e !important;
}

.single-listing-booking-calendar-js ul.days > li.homey-not-available-for-booking:hover {
    background-color: transparent !important;
}
