/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.13
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */

.xcodee-distance{
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 0 11px;
    font-weight: 500px;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-size: 12px;
    background: linear-gradient(90deg, #13e6c6, #0b8775);
    border-radius: 50px;
    line-height: 27px;
}

@media (max-width: 1024px) {
    .xcodee-distance {
        font-size: 10px;
    }
}

/* For displays under 860px */
@media (max-width: 860px) {
    .xcodee-distance {
        font-size: 12px;
    }
}

.xcodee-distance-4{
    color:white;
    position: absolute;
    bottom: 15px; right: 0px; 
    background-color: red; 
    padding: 0 11px;
    border-radius: 50px; 
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-size: 12px;
    background: linear-gradient(90deg, #13e6c6, #0b8775);
     line-height: 27px;
}

.category_name span{
    display:flex;
    max-width: 170px;
}

#location-info{
    font-family: Open sans-serif;
    margin-top: -25px;
    font-size: 16px;
}

#current-city{
    font-weight: 700;
    color: #11ceb2;
}

@media (max-width: 768px) {
    #location-info{
        margin-top: 10px;
    }
}

.all-front-calendars .calendar-reserved.start_reservation:not(.has_past),
.all-front-calendars .calendar-reserved.end_reservation:not(.has_past) {
  background: #b6dad4!important;
}

.wprentals_allinone_wrapper
  .booking-calendar-wrapper-allinone
  .calendar-reserved.has_past {
  background: linear-gradient(
    135deg,
    #eceff3 0%,
    #eceff3 50%,
    #eceff3 51%,
    #eceff3 100%
  ) !important;
  color: #d0d5de !important;
}

.wprentals_allinone_wrapper
  .booking-calendar-wrapper-allinone
  .calendar_pad_title.has_past {
  background-color: #eceff3 !important;
  color: #d0d5de !important;
  cursor: auto;
}

/* Property/item calendar step styling fix by Mohamed */
.booking-calendar-wrapper-in .calendar-reserved.calendar-today,
.booking-calendar-wrapper-in .calendar-reserved.calendar-today .rentals_reservation{
     background-color: #484848 !important;
     color: #d0d5de !important;
}