@charset "utf-8";

.em-calendar section.em-cal-days {
	display: grid;
	grid-template-columns: repeat(7,1fr);
}
.em-calendar .em-cal-head>div {
}
.em-cal-day {
	outline: 1px solid #000;
	background-color: #fff;
	text-align: center;
}
.em-cal-head.size-large, .limited-icon, .em-cal-event, .em-cal-day-limit, .em-cal-events-content {
	display: none!important;
	visibility: hidden;
}
.em-cal-days .eventful {
	background-color: #f8b42d;
}
@media screen and (max-width: 768px) {
	.em-calendar {
		font-size: 3.2vw;
		font-weight: 700;
	}
	.em-cal-day {
		padding: 3.2vw 0;
	}
}
@media screen and (min-width: 769px) {
	.em-calendar {
		font-size: 1.2rem;
		font-weight: 700;
	}
	.em-cal-day {
		padding: 1.5rem 0;
	}
}