/*
 *  * styles for events in Upcoming section
 *   * on front page. This should be handled
 *    * by tribe-events/tribe-events.css, but
 *     * for some reason it's not working
 *      * --bj 10/25/2017
 *       */

.idss-upcoming .tribe-mini-calendar-event .speakername {
    color: #acc936;
    font-weight: bold;
    font-size: 18px;
}

.idss-upcoming .tribe-mini-calendar-event .list-date {
	margin: 2% 3% 0 0;
}

.idss-upcoming .tribe-mini-calendar-event .list-info h2.tribe-events-title {
        font-size: 18px;
	margin-bottom: 5px;
	line-height: 22px;
}

.idss-upcoming .tribe-mini-calendar-event .list-info h2.tribe-events-title a {
	color: #1f76aa;
}

.idss-upcoming .tribe-mini-calendar-event .list-info .speakername {
	color: #404041;
	line-height: 22px;
}

.idss-upcoming .tribe-mini-calendar-event .list-info .tribe-events-duration {
	font-size: 14px;
}

.idss-upcoming .tribe-mini-calendar-event .list-date .list-dayname {
	font-size: 18px;
	line-height: 1.8;
}

.idss-upcoming .tribe-mini-calendar-event .list-date .list-daynumber {
	font-size: 18px;
	line-height: 2;
}

