/* Schedule item */
.zrgcore-schedule-item {
	background: var(--zrg-bg-secondary-color);
	border: 1px solid rgba(255, 255, 255, 0.2);
	height: 126px;
	width: 236px;
	padding-top: 30px;
	padding-left: 30px;
}
.zrgcore-schedule-item h3 {
	margin-bottom: 7px;
}
.zrgcore-schedule-item p {
	opacity: 0.7;
	margin-bottom: 0;
}
.zrgcore-schedule-time {
	color: var(--zrg-primary-color);
}
.zrgcore-schedule-item .row > div {
	margin-top: 0;
	margin-bottom: 15px;
}
/* MEDIA */
@media only screen and (max-width: 576px) {
	.zrgcore-schedule-item {
		padding: 20px 0 20px 20px;
	}
}
