/****************************
event list style
*****************************/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
                                               
					
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 23.4%;
}
.span_2_of_3 {
	width: 48.4%; 
}
.span_1_of_3 {
	width: 22.0%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/****************************
event common
*****************************/

h2.tribe-events-page-title{
	font-family: 'apercu','Roboto Condensed', sans-serif;
	text-transform: none;
	color: #847870;
	font-size: 36px;
	margin-bottom: 40px;
	font-weight: bold;
	margin: 10px 0px;
}

h2.tribe-events-list-event-title {
	font-family: 'apercu','Roboto Condensed', sans-serif;
	font-weight: bold;
}

h2.tribe-events-single-event-title {
	font-family: 'apercu','Roboto Condensed', sans-serif;
	font-weight: bold;	
}
.tribe-events-list-event-title a{
	color: #847870;
}

.tribe-meta label{
	display: none;
}

/****************************
event widget style for front page
*****************************/
.hfeed ol{
     overflow: hidden;
     margin-right: -20px;
}
.hfeed li{
     float: left;
     margin: 0 20px 20px 0;
     width:30%;
}
.hfeed li:hover{
	background-color: #fdffc8;
}

.hfeed img{border: 5px #fff solid;}
.hfeed img:hover{border: 5px #fdffc8 solid;}


.entry-title, .widget-title{
	font-family: 'apercu','Roboto Condensed', sans-serif;
	color: #847870;
	height: 38px;
	overflow: hidden;
}


#tribe-events-adv-list-widget-3 .tribe-events-event-image{
	text-align: center;
	height: 170px;
	overflow: hidden;
	margin:12px auto;
}

/*  GO FULL WIDTH AT LESS THAN 780 PIXELS */
@media only screen and (max-width: 780px) {
	.hfeed li{
		width: 100%; 
	}
}


#tribe-events-pg-template{
	max-width: 1170px;
}

.event-featured-image{
	margin:15px 0 ;
}

#event-date{
	text-align:center;
	border:1px solid;
	margin:15px 0;
}

#event-venue{
	text-align:center;
	border:1px solid;
	margin:15px 0;	
}

.tribe-events-gmap {
	display	:none;
}

.event-sidebar{
	margin-top:30px;
}

.tribe-events-pg-template{
	padding-top:70px;
}


.iCal .tribe-events-button {
	font-family: 'apercu','Roboto Condensed', sans-serif;
	background-color: #666;
	color: #fff;
	background-image: none;
	font-size: 10px;
	font-weight:200;
	padding: 6px 9px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	line-height: normal;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	margin-right:5px;
}


.tribe-event-category{
	margin-bottom:20px;
}

.tribe-events-related-events-title{
	font-family: 'apercu','Roboto Condensed', sans-serif;
}
.tribe-related-events-title a{
	font-family: 'apercu','Roboto Condensed', sans-serif;
	color: #847870;
}

