h2.main-events-heading {
    font-weight: 700;
    color: #000;
    margin: 50px 0 65px;
    text-align: center;
}

@media (min-width:675px){
	 h2.main-events-heading {
text-align: left;
		 font-size: 38px;
	}
}

#theeventitemsouterzone {
margin-bottom:70px;

}

#theeventitemsouterzone:after {
    content: " ";
    display: block;
    clear: both;
}


#theeventitemsleftimage {
background:url(/wp-content/uploads/2018/08/fandc-events-leftimg.jpg) 0 -40px no-repeat;
background-size:cover;
height:200px;
}
#theeventitemsleftimage img {
display:none;

}
#theeventitemsevents {
	background:#f2f2f2;
	padding:10px 20px 20px;
}

@media (min-width:675px) {
#theeventitemsinnerzone {

	display:flex;
}
#theeventitemsleftimage {

flex: 1;

background:url(/wp-content/uploads/2018/08/fandc-events-leftimg.jpg) 0 0;
background-size:cover;
min-height:410px;
}

#theeventitemsevents {
	flex: 1;
}

}




#theeventitemsevents table {

    width:100%;

}

#theeventitemsevents table th, #theeventitemsevents table td {

text-align:left;
border-bottom:1px solid #ccc;
padding:10px 5px 10px 0;
font-size:15px;
}

#theeventitemsevents table td.theeventitemsdate {
    width:90px;
    font-size:13px;
}
#theeventitemsevents table td.theeventitemsname{
	padding-right:20px;
}

#theeventitemsevents table td a {
color:#777;
}

td.theeventitemsarrow a {
display:block;
width:12px;
background:url(/wp-content/plugins/asenz-eventbrite/public/images/icon-events-rightarrow.png) no-repeat 0 0;

}


@media (min-width:768px) {

	#theeventitemsevents table th, #theeventitemsevents table td {
		font-size:16px;
	}

#theeventitemsevents table td.theeventitemsdate {
	font-size:16px;
    width:120px;
}

#theeventitemsleftimage {
margin-right:20px;
}

#theeventitemsevents {
padding:20px 30px;
}


}