.widget-featured-events {
	background-color: #7fc7bc;
	margin-bottom: 50px;
}
.widget-featured-events .events-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
.widget-featured-events .view-all {
	position: absolute;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: 'Aroma 2 LT W05 Bold';
	letter-spacing: 0.5px;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -59px;
	z-index: 100;
}
.widget-featured-events .description {
	display: none;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}
.widget-featured-events .content-col {
	background-color: #fff;
	position: relative;
}
.widget-featured-events .slider-col {
	padding-top: 85px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.widget-featured-events .slider {}
.widget-featured-events .slick-arrows{
	top: 171px;
	z-index: 100;
}
.widget-featured-events .item {
	height: auto;
	overflow: hidden;
	position: relative;
}
.widget-featured-events .item .image-container {
	position: relative;
	display: block;
}
.widget-featured-events .item .image-container img {width: 100%;}
.widget-featured-events .item .content-container {
	background-color: #fff;
	padding: 14px 10px 40px;
}
.widget-featured-events .item .title {
	font-size: 24px;
	font-family:'Aroma 2 LT W05 Bold';
	text-transform: uppercase;
	line-height: 28px;
	color: #f16548;
	display: block;
	margin-bottom: 30px;
	font-weight: 500;
	min-height: 84px;
}
.widget-featured-events .item .text-label,
.widget-featured-events .item .date,
.widget-featured-events .item .location {
	display: block;
	color: #231f20;
	font-size: 18px;
	font-family:'Avenir Next LT W05 Bold';
	font-weight: 500;
	line-height: 20px;
}
.widget-featured-events .item .location {margin-bottom: 17px;}
.widget-featured-events .item .text-label {margin-bottom: 4px;}
.widget-featured-events .item .date {margin-bottom: 5px;}
.widget-featured-events .item .location {color: #f8971d;}
.widget-featured-events .item .item-description {
	color: #231f20;
	font-size: 1em;
	font-family: 'Avenir Next LT W05 Regular';
	font-weight: 400;
	line-height: 1.4705em;
}
.widget-featured-events .item .date-banner {
	position: absolute;
	top: 25%;
	left: 0;
	background-color: #211645;
	color: #fff;
	padding: 8px 10px 12px;
}
.widget-featured-events .item .date-banner .day {
	font-family: 'Triump W05 Bold';
	font-size: 41px;
	border-bottom: solid 2px #fff;
	line-height: 41px;
	padding-bottom: 4px;
}
.widget-featured-events .item .date-banner .month {
	font-family:'Triump W05 Regular';
	font-size: 25px;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: 7px;
	font-weight: 500;
}
.widget-featured-events .item .trip-builder {
	position: absolute;
	bottom: -98px;
	right: -107px;
	background-color: #f8971d;
	color: #fff;
	height: 150px;
	width: 150px;
	border-radius: 50%;
}
.widget-featured-events .item .trip-builder,
.widget-featured-events .item .date-banner {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.widget-featured-events .item .trip-builder i {
	position: absolute;
	top: 27px;
	left: 20px;
	color: #fff;
	font-size: 22px;
}
@media only screen and (min-width: 40.063em) {
	/*tablet - > 641px < 1025px */
	.widget-featured-events {position: relative;}
	.widget-featured-events .item {
		margin-left: 10px;
		margin-right: 10px;
	}
	.widget-featured-events .description {
		display: block;
		padding-top: 40px;
		padding-right: 55px;
	}
	.widget-featured-events .content-col {
		background-color: transparent;
		padding-left: 10px;
		padding-bottom: 70px;
	}
	.widget-featured-events .events-logo {margin-left: 20px;}
	.widget-featured-events::before {
		content: "";
		height: 139px;
		background-color: #fff;
		left: 0;
		width: 100%;
		position: absolute;
		top: 0;
	}
	.widget-featured-events .slider-col {
		padding-top: 10px;
		padding-right: 10px;
	}
	.widget-featured-events .view-all {
		text-align:left; 
		left: 10px;
		bottom: 10px;
	}
	.widget-featured-events .slick-arrows {
		bottom: 40px;
		top: auto;
		width: 135px;
		right: 0;
		left: auto;
	}
}
@media only screen and (min-width: 64.063em) {
	/*desktop > 1024px*/
	.widget-featured-events {padding-bottom: 80px;}
	.widget-featured-events .view-all {bottom: 10px;}
	.widget-featured-events .slider-col {padding-right: 0;}
	.widget-featured-events .slider-col::before {
		content: "";
		bottom: -52px;
		right: 10px;
		display: block;
		height: 50px;
		width: 134px;
		background-image: url("/includes/public/assets/images/pattern-triangles-white.png");
		top: auto;
		position: absolute;
	}
	.widget-featured-events .slick-arrows {
		width: 142px;
		bottom: 42px;
	}
	.widget-featured-events .item .trip-builder {
		bottom: -127px;
		right: -130px;
	}
	.widget-featured-events .item:hover .trip-builder {
		bottom: -98px;
		right: -107px;
	}
	.widget-featured-events .item .date-banner {left: -69px;}
	.widget-featured-events .item:hover .date-banner{left: 0;}
	.widget-featured-events .description {
		font-size: 17px;
		line-height: 28px;
		padding-right: 40px;
	}
	.widget-featured-events .events-logo {margin-left: 0;}
}