.date_has_event {
	cursor:pointer;
}

.event_date {
  font-weight: bold;
}

.date_icon {
  float: left;
}

.month {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}

.calendar_title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.upcoming_event_title {
    display: block;
}

.block-number, .block-icon, .big-icon {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0 15px 5px 0;
}

.uk-blog-date .uk-event-date, .uk-event-time .uk-event-date, .block-number .digit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.24) inset, 0 10px 15px rgba(255, 255, 255, 0.14) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    display: block;
    font-size: 24px;
    line-height: 0;
    min-height: 20px;
    padding: 20px 10px 0;
    color: white;
    background-color: #7a7251;
}

.block-number .bottom {
    background-color: #847c27 !important;
}
.block-number .bottom {
    height: 6px;
}

.block-number .bottom {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.upcoming_event_container {
    height: 65px;
}

.upcoming_event_container .event_title {
    font-size: 13px;
    font-weight: normal;
}

.block-number {
    min-height: 60px !important;
    min-width: 50px !important;
    text-align: center;
}