/* -------------- calendar page ------------------- */
.ai1ec-calendar-toolbar {
	display:none;
}

.ai1ec-popover.ai1ec-popup .ai1ec-event-avatar {
    width: 94%!important;
}
.ai1ec-event-avatar img {
    min-height: auto!important;
}
.ai1ec-popup-excerpt{
	padding: 5px 2px;
}

/*
.ai1ec-month-view .ai1ec-day.has_event_this_day.has_event_this_day .ai1ec-event-container:first-of-type {
/ *	right: 52%!important;* /
}
.ai1ec-month-view .ai1ec-day.has_event_this_day.has_event_this_day .ai1ec-event-container:last-of-type {
	/ * left: 52%!important; * /
}*/
.ai1ec-month-view .ai1ec-event-container.ai1ec-event-id-9030 {display:none!important;}

.ai1ec-month-view .ai1ec-day.has_event_this_day a {
	color:#333!important;
	text-transform:none;
}

.ai1ec-month-view .ai1ec-day.has_event_this_day .ai1ec-event {
	height: auto;
    white-space: normal;
	display: flex;
    flex-direction: column-reverse;
}
.ai1ec-month-view .ai1ec-day.has_event_this_day .ai1ec-event .ai1ec-event-time {
    font-size: 13px;
    color: #008080;
	background-color: transparent;
}