/*
Theme Name: Boostly Child
Theme URI: https://boostly.co.uk/themes
Template: boostly-theme
Author: Boostly
Author URI: https://boostly.co.uk/
Description: Boostly is a powerful booking platform that lets you run a residential or commercial
Tags: right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,post-formats,theme-options,translation-ready
Version: 1.0.0
Updated: 2023-03-23 11:03:46
GitHub Theme URI: tomboostly/boostly-theme-child
GitHub Theme URI: https://github.com/tomboostly/boostly-theme-child
*/

/* Listing Page - Availability Calendar  */
/* .availability-section ul.days li.day-available.reservation_start,
.single-listing-calendar-wrap .days .reservation_start{
    background: linear-gradient(to bottom right,#fff 50%,#fff 50%);
}

.availability-section ul.days li.day-available.reservation_end,
.single-listing-calendar-wrap .days .reservation_end{
    background: linear-gradient(to top right,#fff 50%,#fff 50%);
}

.single-listing-calendar-wrap .days .reservation_start:hover,
.single-listing-calendar-wrap .days .reservation_start.selected{
    background: #f4f6f7;
}

.single-listing-calendar-wrap .days .reservation_end:hover,
.single-listing-calendar-wrap .days .reservation_end.selected{
    background: #f4f6f7;
}

.availability-section ul.days li.day-available{
    background: #fff;
} */
/* Listing Page - Availability Calendar  */


/* #single-booking-search-calendar li.reservation_start::after, */
#single-booking-search-calendar li.restricted_checkin::after {
    background-color: #f4f6f7 !important;
    content: "" !important;
    z-index: 1 !important;
    padding-bottom: 100% !important;
    -webkit-transform: skewX(-45deg) !important;
    -ms-transform: skewX(-45deg) !important;
    transform: skewX(-45deg) !important;
    -webkit-transform-origin: 0 100% !important;
    -ms-transform-origin: 0 100% !important;
    transform-origin: 0 100% !important;
    position: absolute !important;
    width: 3.5em !important;
    left: 0px !important;
    top: 0 !important;
}

/* #single-booking-search-calendar li.reservation_end::before, */
#single-booking-search-calendar li.restricted_checkout::before {
  background-color: #f4f6f7 !important;
  content: "" !important;
  z-index: 1 !important;
  padding-bottom: 100% !important;
  -webkit-transform: skewX(-45deg) !important;
  -ms-transform: skewX(-45deg) !important;
  transform: skewX(-45deg) !important;
  -webkit-transform-origin: 0 100% !important;
  -ms-transform-origin: 0 100% !important;
  transform-origin: 100% 0 !important;
  position: absolute !important;
  width: 3.5em !important;
  left: 0px !important;
  top: 0 !important;
}