/*---------------Home Page Cal styles----------------------*/

	div#calendarHome {
 	max-height:auto;
	width:470px;
	padding:0 1em 0 .3em;
	line-height:70%;
	color:#fff;
	font-family: "Roboto", sans-serif;
	border-right:1px solid #ccc;
	}	
	
 div#calendarHome h2.tribe-events-title {
	font-weight:700 !important;
	font-family: "Roboto", "Open Sans", sans-serif;
	font-size:1.1em;
    color:#0066A6;
	}
	
 div.tribe-mini-calendar-event {
	clear:both;
 }
 
div#calendarHome br, div#calendarHome div.tribe-events-duration, div#calendarHome span.tribe-event-time, div#calendarHome span.tribe-events-locality {display:none;}


/*---------------Calendar styles----------------------*/

div#venueCalWidget, div#venueCalWidget * {margin:0;padding:0;}
div#venueCalWidget {margin-left:.2em;}
div#venueCalWidget h4 {margin-top:.8em;}


div#venueCalWidget span.titlevenue {display:none !important;}
a.venuewidgetlink {text-decoration:none !important; border:0 !important; }

ul.tribe-venue-widget-list li {
margin:.6em 0em .6em 0em !important;
list-style:none;} 

div#venueCalWidget div.tribe-venue-widget-wrapper {padding:.7em 0 1.3em 0;}

div#venueCalWidget h3 {margin-bottom:-.5em;}
		
div#venueCalWidget {
    color:#0066A6;
	max-height:400px; 
	overflow-x:auto;
	overflow-y:auto;
	font-weight:700;
	line-height:120%;
	font-family: "Roboto", "Open Sans", sans-serif;
		}
		
div#venueCalWidget h4.tribe-event-title {
	font-weight:700 !important;
	font-family: "Roboto", "Open Sans", sans-serif;
	font-size:1.2em;
}	
 
 div.type-tribe_events {
	clear:both;
	padding:0 0 .6em 0;
 } 
  

 
 span.titlevenue {display:none;}
 span.tribe-events-venue a {color:#444 !important; font-weight: 400;} 
 span.tribe-events-venue a:hover, span.tribe-events-venue a:focus {text-decoration:none !important;}
/*Removed due to extra comma in virtual events 
span.tribe-events-venue a::after {content:", "} 
*/
		
div.tribe-events-location div {
	color:#555;
	display:inline;
	 font-weight: 400;
}

div#venueCalWidget div.tribe-events-location div {
	color:#555;
	display:inline;
}
	
div.list-date {
	border-radius: 2px;
	border:2px solid #0066A6;
	width:30px;
	text-align:center;
	float:left;
	margin:.5em 1.2em 1em 0;
	background:#0066A6;
	}
	
div.list-date span.list-dayname{
	display:block;
	padding:.3em .3em .4em 0em;
	}
	
div.list-date span.list-daynumber{
	 color:#0066A6;
	display:block;
 	padding:.3em .2em .4em 0em;
	background:#fff;
	}	

span.tribe-event-date-start, span.tribe-event-time {color:#444; font-weight:400;}	

p.tribe-events-widget-link {clear:both;margin:2em 0 .7em 0 !important;}
