  .pac-event-item {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-bottom: 10px;
	padding-top: 15px;
}

.pac-event-item .event-details {
	display: unset;
	display: flex;
	flex-direction: column-reverse;
}

.pac-event-item .event-line1 {
	font-weight: bold;
	margin-top: 5px;
}


.pac-event-item .events-image {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);

}
.pac-event-item .events-image img	{filter: brightness(100%);
	transition: all 1s ease;
}			
.pac-event-item .events-image img:hover {
	transform: scale(1.05);
}		
.pac-event-item .calwidget {
	display: flex;
	flex-direction: column;
	text-align: center;
	max-height: 50px;
	padding-right: 15px;
	border-right: solid 1px #c2c2c2;
	margin-right: 15px;
}
.pac-event-item .detail-wrap {
	display: flex;
	flex-direction: row;
	margin-left:15px;
	margin-top: 8px;
}
.pac-event-item .event-description {
	margin-top: 15px;
}
.pac-event-item .event-title {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.1em;
}

.pac-event-item  .subtitle {
	font-size: 18px;
}
.pac-event-item .day {
	font-size: 20px;
	font-weight: bold;
}
.pac-event-item .month {
	font-size: 18px;
	color: #6c6c6c;
	text-transform: uppercase;
	font-weight: bold;
}
.pac-event-item.compact .day {
	font-size: 18px;
}
.pac-event-item.compact .month {
	font-size: 16px;
}
.pac-event-item .event-line2 {
	margin-top: 5px;
}
.pac-event-item.compact .events-image {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	margin-left: 0px;
	flex-basis:100%;
}
@media only screen and (min-width: 1200px) {

	.pac-event-item .event-details {
		display: unset;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.pac-event-item.compact .event-details {
		display: unset;
		display: flex;
		flex-direction: column-reverse;
	}

	.pac-event-item .events-image {

		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 15px;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
		margin-left: 15px;
		align-self: start;
		flex-basis: 50%;
	}

	.pac-event-item.compact .events-image {
		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 15px;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
		margin-left: 0px;

	}

	.pac-event-item .detail-wrap {

		display: flex;
		flex-direction: row;
		flex-basis: 50%;
		margin-top: 0px;
	}

	.pac-event-item.compact .detail-wrap {

		display: flex;
		flex-direction: row;
		margin-left: 0px;
		margin-top: 8px;
		flex-basis: unset;
	}

}		

/* Simplify display on IE */	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.pac-event-item {
		display: block;
	}

	.pac-event-item .event-details {
		display: block;
	}

	.pac-event-item .calwidget {
		display: none;
	}

	.pac-event-item .detail-wrap {
		display: block;
	}


	.pac-event-item .event-details {
		display: block;
	}

	.pac-event-item.compact .event-details {
		display: block;
	}

	.pac-event-item .detail-wrap {
		display: block;
	}

	.pac-event-item.compact .detail-wrap {
		display: block;

	}

}
