/* Hide various elements */
.ai1ec-calendar-toolbar,
.home .ai1ec-event-summary-footer,
.single-ai1ec_event .nv-meta-list,
.single-ai1ec_event .nv-thumb-wrap
{
	display: none;
}
/* force body font size (default is often too small) */
.ai1ec-month-view a.ai1ec-event-container, .ai1ec-week-view a.ai1ec-event-container, .ai1ec-oneday-view a.ai1ec-event-container, .ai1ec-month-view .ai1ec-event-time, .ai1ec-week-view .ai1ec-event-time, .ai1ec-oneday-view .ai1ec-event-time, .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time, .ai1ec-agenda-view .ai1ec-event-description, .ai1ec-btn-group > .ai1ec-btn-sm, .ai1ec-btn-group > .ai1ec-btn, .ai1ec-btn-group > .ai1ec-dropdown-menu, .ai1ec-btn-group > .ai1ec-popover, .ai1ec-popup-title, .ai1ec-popup-excerpt {
  font-size: var(--bodyfontsize) !important;
}
/* Remove gradient bg from agenda view */
.ai1ec-agenda-view .ai1ec-date {
	background: transparent;
}
/* Make event titles look like headings in agenda view */
.ai1ec-agenda-view .ai1ec-event-title {
	font-size: var(--h4fontsize) !important;
	font-family: var(--headingsfontfamily),var(--nv-fallback-ff);
}
/* Force left-aligned event titles on single page */
.entry-header {
  text-align: left;
}
/* Don't show repeats (more relevant to the admin; could confuse visitors) */
.ai1ec-recurrence {
	display: none !important;
}
