﻿.SREventList_Container .event-item, .SREventList_Container .event-item-alt
{
	font-size:17px;
}

.SREventList_Container .event-title a
{
	color:#804880;
	text-decoration: none;
	font-size:22px;
	font-weight: bold;
	margin:15px 0px 5px 0px;
	display: block;
}

.SREventList_Container .event-thumb
{
	float:left;
}

.SREventList_Container .event-thumb img
{
	width:160px;
	height:160px;
	margin-right:10px;
}

.SREventList_Container .event-arrow
{
	display:none;
}

/*.SREventList_Container .event-dates, 
.SREventList_Container .event-times, 
.SREventList_Container .event-location
{
	font-size:15px;
}*/

.clear_float
{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}


/*--- Desktop Override Styles ---*/
@media only screen and (max-width:1919px){
	
	.SREventList_Container .event-item, .SREventList_Container .event-item-alt
	{
		font-size:12px;
	}

	.SREventList_Container .event-title a
	{
		color:#804880;
		text-decoration: none;
		font-size:14px;
		font-weight: bold;
		margin:15px 0px 5px 0px;
		display: block;
	}

	.SREventList_Container .event-thumb img
	{
		width:75px;
		height:75px;
		margin-right:5px;
	}

	/*.SREventList_Container .event-dates, 
	.SREventList_Container .event-times, 
	.SREventList_Container .event-location
	{
		font-size:12px;
	}*/
}