/*
Theme Name: TaxiPark Child Theme
Theme URI: http://taxipark.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Taxipark
Template: taxipark
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, grid-layout, custom-logo, full-width-template
Text Domain: taxipark

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Calendar */

/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
background: #ffc61a;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title{
	font-weight:bold;
	color:#000 !important;
}

/* Previous/Next month arrow background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next{
	background-color: #ffc61a;
	border-left-color:#fff;
	border-left-style: solid;
	border-left-width:2px;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
background-color: #ffc61a;
	//opacity:0.35;
	background-color: #ffc61a;
	border-right-color:#fff;
	border-right-style: solid;
	border-right-width:2px;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
border-top-style: none;
}
/* Previous/Next month arrows if not allowed, and calendar dates that are not available */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 1;
}

/* Days of the week header background color */
.ui-datepicker-calendar thead {
background-color: #000000;
}

/* Days of the week header font color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
color: #ffc61a !important;
}

/* Past calendar days background color (not available) */
.ui-datepicker-calendar tbody {
background-color: #fff;;
}

/* Available calendar days background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
background-color: #ffc61a !important;
}

/* Available calendar day hover background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
background-color: #28BC0D !important;
		font-weight:bold;
}

/* Fully booked calendar days */
.wc-bookings-date-picker .ui-datepicker td.fully_booked a,
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
background-color: #9D3414 !important;
		font-weight:bold;
}

/* Days not bookable based on the availability rules */
.wc-bookings-date-picker .ui-datepicker td.not_bookable {
background-color: #FFFFFF !important;
}

/* Today's date on calendar background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a {
background-color: #ffc61a !important;
	color: #000 !important;
	font-weight:bold;
}

/* Time Blocks */
#wc-bookings-booking-form .block-picker li a {
background-color: #FFFFFF !important;
}

/* Time Blocks Hover */
#wc-bookings-booking-form .block-picker li a:hover {
background-color: #000000 !important;
}

/* Selected Date*/
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
/background-color: #28BC0D !important;
	/font-weight:bold;
}

/* Selected Time Block */
#wc-bookings-booking-form .block-picker li a.selected {
background: #ffffff !important;
}


/* End --- Calendar */

