/*
Theme Name: Hendon Child
Theme URI: http://hendon.mikado-themes.com
Description: A child theme of Hendon
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: hendon
Template: hendon
*/

.ics-calendar-month-grid td.empty > .day {
    background-color: white;
}
.ics-calendar-month-grid td.has_events > .day {
    background-color: #ffbfbf !important
}
.ics-calendar-month-grid ul.events {
    display: none;
}
.ics-calendar-month-grid .day {
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ics-calendar-month-grid .day > span {
    font-size: 22px;
    color: #7c8a95;
}

.ics-calendar-month-grid th {
    color: #7c8a95 !important;
    font-size: 16px !important;
    background: white !important;
    font-weight: bold !important;
}
.ics-calendar-month-grid td {
    border-color: rgba(12,7,5,.1);
}
.ics-calendar-arrow-nav > a {
    cursor: pointer !important;
}
.ics-calendar {
    background: white;
  padding: 15px;
  border-radius: 10px;
}




