/* BOOKING CALENDAR CSS */

.elementor-shortcode p.price {
    display: none;
}
.ph-calendar-month {
    padding: 30px 0;
}
.ph-calendar-weekdays {
	padding: 15px !important;
}
ul#ph-calendar-days {
    padding: 20px 0 !important;
}
ul.ph_booking_no_place_left li {
    min-height: 20px !important;
}
li.ph-calendar-date {
    padding: 50px 0;
}
.month-year-wraper,
ul.ph-calendar-weekdays li,
span.ph_calendar_day{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
}
ul#ph-calendar-days {
    border: 1px solid #ccc;
}
.ph-calendar-month {
    background: #5595cf !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.ph-addon-container {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}
p.form-row.phive-addons input {
    padding: 8px 10px;
    width: 30%;
    border-radius: 5px;
    border: none;
}
.ph-addon-container {
    background-color: #BBDDFC;
    margin: 0;
    padding: 20px;
}