/* 
   Homepage & Events styles 
*/

/*  Break Points
@media only screen and (max-width: 980px)
@media only screen and (max-width: 767px)
*/

/* Events List */

.tribe-events-widget-events-list__view-more {
	display: none;
}

.tribe-mini-calendar-event .list-date {
	background: #004d71!important;
	margin: 10px 25px 10px 0;
	width: 75px!important;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
	font-size: 17px!important;
}

.tribe-mini-calendar-event .list-info h2 {
    font-size: 18px!important;
    font-weight: 700;
    line-height: 1.35!important;
    margin-bottom: 0px!important;
    margin-top: 0;
	font-family: open sans;
	text-transform: none!important;
	padding-bottom: 5px!important;
}

.tribe-mini-calendar-event .list-date .list-dayname {
	color: #004d71!important;
}

.tribe-mini-calendar-event {
	border-bottom: 1px dotted #8cb7c9!important;
}

/*
@media only screen and (max-width: 980px) {
	h2 {
	font-size: 24px;
	line-height: 1.2;
	}
	
	h3 {
	font-size: 22px;
	line-height: 1.2;
	}

}

@media only screen and (max-width: 767px) {
	h2 {
	font-size: 20px;
	line-height: 1.2;
	}
	
	h3 {
	font-size: 20px;
	line-height: 1.2;
	}
}
*/