/*
Edit styles for The Event Calendar
*/

/* Change space between events listed in Events Widget on homepage */


.hfeed.vcalendar{
     margin-left: 5px; /* taking away the big left margin */
}
.tribe-events-adv-list-widget  .duration {
        margin-bottom: 5px !important;  
	display: inline;
	font-weight: normal; /* taking away the boldness of dates */
}

.tribe-events-adv-list-widget .entry-title {
    font-size: 15px; /* event title size */
    margin-bottom: 5px !important; 
    font-weight: bold;
}
.tribe-events-adv-list-widget ol li {
        margin-bottom: 5px !important; 
	list-style: none;
}
 




