.tctc_event_date,
.tctc_event_location,
.tctc_event_attendance_mode
{
	font-weight:bold;
	margin:5px 0 7px 0;
}

.Postponed .tctc_event_date,
.Cancelled .tctc_event_date,
.Cancelled  .tctc_event_location
{
    text-decoration: line-through;
}



.fa,.far
{
	width:20px;
	text-align:center;
}

.tctc_single_event_who, .tctc_single_event_organizer, .tctc_single_event_link
{
	padding-bottom:5px;
}

.tctc_single_event_link
{
	padding-top:15px;
	padding-bottom:25px;
}

.tctc_event_label	
{
	font-weight:bold;
}

.tctc_event_image
{
	width:30%;
	float:left;
	margin-top: 15px;
}

article.event
{
	width:65%;
	float:right;
}

@media only screen and (max-width: 1020px)
{
	#main {
		width: 95%;
		float: none;
	}
}

@media only screen and (max-width:767px)
{
	.tctc_event_image
	{
		width:100%;
		float:none;
	}

	.tctc_event_image img
	{
		width:80%;
		margin: 0 auto;
		display:block;
	}
	
	article.event
	{
		width:100%;
		float:none;
	}
}