.home .ecs-events h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

.ecs-date > span:first-of-type {
	display: none;
}

.ecs-date,
.duration.time {
	display: inline-block;
}

.home .compact.compact-1 .ecs-event .summary {
	font-size: 14px;
	vertical-align: top;
}

.ecs-event .summary > a {
	display: block;
	line-height: 20px;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.home .compact.compact-1 .ecs-event .date_thumb {
	background: transparent;
}

.home .ecs-event .date_thumb {
	position: relative;
}

.home .ecs-event .is-recurring.date_thumb:after {
	background-color: rgb(0, 196, 255);
    border-radius: 1.5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 3px;
    top:  0;
}