.tribe-mini-calendar-event .list-info h2 {
	font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0;
}
.tribe-mini-calendar-event .list-info h2 a {
	color: #963CBD;
	text-decoration: none;
}
.tribe-mini-calendar-event .list-info h2 a:hover {
	color: #562F68;
	text-decoration: none;
}
.tribe-mini-calendar-event .list-date .list-daynumber {
    color: #e7edee;
    display: block;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}
.tribe-mini-calendar-event .list-date .list-dayname {
    background: #fff;
    color: #963CBD;
    display: block;
    font-size: 15px;
    letter-spacing: .5px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}
.tribe-mini-calendar-event .list-date {
    background: #963CBD;
    box-sizing: border-box;
    display: inline;
    float: left;
    font-weight: 800;
	font-family: 'open sans', sans-serif;
    margin: 10px 5% 10px 0;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    width: 15%;
}
