.widget-featured-events {
	font-size:15px;
}

.today {
	background:#efefef;
	padding:5px;
	padding-left: 0;
}

.event {
	position: relative;
	margin:1.2ex 0;
	display: block;
	width: 90%;
	overflow:hidden;
	text-overflow:ellipsis;
	clear: both;
	display: flex;
	align-items:flex-start;
}

.event a.over {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	text-decoration:none;
}
.event-date {
	width:auto;
	max-width:20%;
	min-width: 2.2em;
	margin-right:.5em;
	font-size:22px;
	border:1px solid #fefefe;
	border-top-width:10px;
}

.cal-icon {
	text-align: center;
	background: #fff;
	padding:.05rem .2rem;
  color:#565656;
	height: auto;
	min-height: 42px;
	min-width: 52px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

}

.month {
	font-weight:900;
	text-transform: uppercase;
	font-size:60%;
}

.day {
	font-weight:700;
	line-height: 13px;
}


.event-detail {
	float:left;
	width:auto;
	max-width: 70%;
	font-size: 1em;
	line-height: 2ex;
	padding:0;
}

.event-detail a {
	line-height:auto;
}

p.event-category, 
.start-time {
    color:#707070;
    text-transform:uppercase;
    font-size:11px;
    margin:0 !important;
}

.start-time.lower {
	text-transform:none;
}

@media screen and (min-width:769px) and (max-width:920px) {
	.event-date {
		font-size:20px !important;
	}
}