/*
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
-------------------------------------- */
.homey_notification .notify.text-danger ~ .notify.text-danger{
  display: none;
}


.new_reser_request_data input{
    margin-bottom: 10px;
}

.new_reser_request_data ~ .custom.search-message{
    margin-bottom: 20px;
}

.cubixsol-single-listing-booking-calendar-js .days li.selected,
.cubixsol-single-listing-booking-calendar-js .days li:hover:not(.day-disabled) {
  background-color: #4773ec !important;
  color: #fff
}
.main-search-calendar-wrap .days li.in-between,
.cubixsol-single-listing-booking-calendar-js .days li.in-between {
  background-color: rgba(84, 196, 217, 0.2)!important;
}
.cubixsol-single-listing-booking-calendar-js .days li.homey-not-available-for-booking:hover {
  background-color: transparent !important;
  color: #949ca5;
}


@media (max-width: 1200px) {
    .search-calendar.cubixsol-single-listing-booking-calendar-js.arrive_active:after,
  .search-calendar.cubixsol-single-listing-booking-calendar-js.arrive_active:before {
      display: none;
    }
  }

  .search-calendar.cubixsol-single-listing-booking-calendar-js.depart_active:after, .search-calendar.cubixsol-single-listing-booking-calendar-js.depart_active:before {
    left: 86%;
  }
  @media (max-width: 991px) {
    .search-calendar.cubixsol-single-listing-booking-calendar-js.depart_active:after, .search-calendar.cubixsol-single-listing-booking-calendar-js.depart_active:before {
      left: 91%;
    }
  }
  .search-calendar.cubixsol-single-listing-booking-calendar-js.arrive_active:after, .search-calendar.cubixsol-single-listing-booking-calendar-js.arrive_active:before {
    left: 60%;
  }
  @media (max-width: 991px) {
    .search-calendar.cubixsol-single-listing-booking-calendar-js.arrive_active:after, .search-calendar.cubixsol-single-listing-booking-calendar-js.arrive_active:before {
      left: 71%;
    }
  }