/*
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.11
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

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

.social_share_wrapper {
	display: none !important;
}

#access .menu li:hover>a, 
#access .menu li:hover>a:active, 
#access .menu li:hover>a:focus {
	color: #125322;
}

#access a {
	font-size: 16px;
}

.wpestate_booking_class.off.disabled.calendar-reserved, .calendar-reserved, .calendar-legend-reserved {
	background-color: #ccebd4 !important;
}

.all-front-calendars .calendar-reserved.start_reservation {
	background: linear-gradient(135deg,  #edf6f6 0%,#edf6f6 50%,#ccebd4 51%,#ccebd4 100%)
}

.all-front-calendars .end_reservation {
	background: linear-gradient(135deg,  #ccebd4 0%,#ccebd4 49%,#edf6f6 50%,#edf6f6 100%)
}


.wpestate_calendar.start_reservation, .wpestate_booking_class.start_reservation {
	background: linear-gradient(135deg,  #ffffff 0%,#ffffff 50%, #ccebd4 51%, #ccebd4 100%)!important
}

.wpestate_calendar.end_reservation, .wpestate_booking_class.end_reservation {
	background: linear-gradient(135deg, #ccebd4 0%, #ccebd4 49%, #ffffff 50%, #ffffff 100%);
}


.daterangepicker .calendar-table td.off.end-date, 
.daterangepicker .calendar-table td.off.start-date, 
.daterangepicker .calendar-table td.active, 
.daterangepicker .calendar-table td.active:hover,
.daterangepicker .calendar-table td.active, 
.daterangepicker .calendar-table td.active:hover {
	background-color: #4a8058 !important;
	background: #4a8058 !important;
}

.daterangepicker td.in-range {
	background-color: #d4e8d9 !important;
}