.events-widget-display {
	margin: 25px;
	padding: 25px;
}

.events-widget-display > h1 {
	color: #fff;
	text-shadow: 1px 1px 2px black;
}

.events-widget-display .events-widget-item {
	/* background-color: #ffcc00;
	-webkit-box-shadow: 10px 10px 20px #777777;
	box-shadow: 10px 10px 20px #777777; 
	margin: 30px;
	padding: 20px; */
	word-wrap: break-word;
	margin-top: 15px;
	height: 100%;
}

	/* Extra small devices (phones, 600px and down) */
	@media only screen and (max-width: 600px) {
		.events-widget-display {
			margin: 25px;
			padding: 0px;
		}
	}

	/* Small devices (portrait tablets and large phones, 600px and up) */
	@media only screen and (min-width: 600px) {

	}

	/* Medium devices (landscape tablets, 768px and up) */
	@media only screen and (min-width: 768px) {

	}

	/* Large devices (laptops/desktops, 992px and up) */
	@media only screen and (min-width: 992px) {

	}

	@media only screen and (min-width: 1024px) {

	}

	@media only screen and (min-width: 1100px) {

	}

	/* Extra large devices (large laptops and desktops, 1200px and up) */
	@media only screen and (min-width: 1200px) {

	}

.events-widget-display .events-widget-item b,
.events-widget-display .events-widget-item strong {
	color: #990000;
}

.events-widget-display .events-widget-item h1 {
	font-size: 1.2em !important;
	font-style: italic;
	margin: 0;
}

.events-widget-display .events-widget-item p {
	margin: 0 0 0.5em 0;
}

.events-widget-display .slick-prev:before,
.events-widget-display .slick-next:before {
	color: #000;
}

.vsoe .x-main .events-widget-display li::before {
	display: none;
}

.vsoe .x-main .events-widget-display ul:not(.mainul) {
	margin: 0px;
}

.full-calendar-button {
	margin-top: 50px;
}

.events-widget-item .event-context {
	float: left;
	width: 85%;
}



.events-widget-item .date-time-wrap {
	float: left;
	margin: 0 15px 0 0;
	width: 10%;
	min-width: 50px;
	max-width: 30px;
	background: #cccccc;
	background-color: rgb(51, 51, 51);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

.events-widget-item .date-time-wrap span {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	content: "";
	font-size: 16px;
	padding: 3px;
}

.events-widget-item .date-time-wrap span:after {
	clear: both;
	display: table;
	width: 100%;
	content: "";
}

.events-widget-item .date-time-wrap span:first-child {
	padding-bottom: 0;
}

.events-widget-item .date-time-wrap span:nth-child(2) {
	font-size: 20px;
	padding: 0 3px 3px;
}

.events-widget-item .date-time-wrap span:last-child {
	background: #990000;
}

.events-widget-item .date-time-wrap.compact-view {
	float: left;
	margin: 6px 15px 0 0;
	width: 35px;
	min-width: 35px;
	max-width: 35px;
	background: #cccccc;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

.events-widget-item .date-time-wrap.compact-view span {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	content: "";
	font-size: 12px;
	line-height: 11px;
	padding: 0 5px;
}

.events-widget-item .date-time-wrap.compact-view span:after {
	clear: both;
	display: table;
	width: 100%;
	content: "";
}

.events-widget-item .date-time-wrap.compact-view span:first-child {
	padding-top: 3px;
}

.events-widget-item .date-time-wrap.compact-view span:nth-child(2) {
	font-size: 16px;
	padding-bottom: 4px;
}

.events-widget-item .date-time-wrap.compact-view span:last-child {
	background: #990000;
	line-height: 13px;
	padding: 2px 0;
}

.events-widget-item .date-time-wrap.compact-view span:last-child:after {
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin-left: -5px;
	width: 40px;
	content: "";
	background: white;
}