/*
 * Grid
 */

.items-grid {
	padding-top: 30px;
	margin: 0 -25px;
}
.items-grid > li::before {content: none;}
.item-container .no-results {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 46px;
	font-size: 20px;
	color: #c1c1c1;
}
/* > 641px  */
@media only screen and (min-width: 40.063em){
	.items-grid {margin: 0 -20px;}
	.items-grid > li {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*  > 1024px  */ 
@media only screen and (min-width: 64.063em) { 
	.items-grid {
		padding-top: 0;
		padding-bottom: 20px;
	}
}


/*
 * Item
 */

.list-item {margin-bottom: 20px;}
.list-item .image {
	display: block;
	position: relative;
}
.list-item .image img {width: 100%;}
.list-item .content {
	border-top: solid 2px #fff;
	padding: 8px 15px 10px 15px;
	background-image: url("/includes/public/assets/images/pattern-topography.png");
	background-color: #053e68;
	background-position: left 663px bottom -355px;
	position: relative;
	background-size: 695px auto;
}
.list-item.dtn-item .content {
	background-color: #fc6818;
	background-image: url("/includes/public/assets/images/pattern-topography-orange.png");
}
.list-item .content .title {
	font-size: 24px;
	line-height: 27px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 400;
	display: block;
	color: #fff;
	min-height: 60px;
	margin-bottom: 0;
}
.list-item .content .links {
	width: 100%;
}
.list-item .content .links .links-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
			justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.list-item .content .button {margin-bottom: 0px;}
.list-item.dtn-item .content .button {
	background-color: #053e68;
}
.list-item .content .map-marker {
	position: relative;
	top: 3px;
	color: #fff;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	/* padding-top: 3px;
	padding-left: 26px;
	padding-bottom: 5px; */
}
.list-item .content .map-marker img {
	position: relative;
	width: 20px;
	top: -3px;
}
.list-item .content .weblink {
	/* padding-top: 3px;
	padding-bottom: 5px; */
	color: #fff;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
}
.list-item .coupon-date-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 50px;
	border: solid 2px #fff;
	font-size: 25px;
	line-height: 21px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background-color: rgba(14,47,70,0.95);
	color: #fff;
	text-transform: uppercase;
	padding-top: 12px;
	width: 265px;
}
.list-item .event-date-banner {
	background-color: #3571b5;
	color: #fff;
	text-align: center;
	border: solid 2px #fff;
	height: 80px;
	width: 80px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 400;
	position: absolute;
	top: 10px;
	left: 10px;
	padding-top: 10px;
}
.list-item .event-date-banner .month {
	display: block;
	font-size: 25px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.list-item .event-date-banner .day {
	display: block;
	font-size: 35px;
	font-weight: 700;
	line-height: 31px;
}
.list-item .featured-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	width: 100%;
	color: #fff;
	font-family: "mostra-nuova",sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	background-color: #3571b5;
}
/* .list-item .featured-banner::before {
	position: absolute;
	top: -82px;
	left: -122px;
	background-color: #3571b5;
	width: 190px;
	height: 145px;
	transform: rotate(-39deg);
	content: "";
} */
.list-item .featured-banner i {
	color: #fff;
	font-size: 27px;
	position: relative;
	z-index: 2;
}
.list-item .distance {
	font-size: 15px;
	color: #f68100;
}
/*  > 1024px  */ 
@media only screen and (min-width: 64.063em) {
	.list-item .content .title {min-height: 65px;}
}


/*
 * Item on detail page
 */
.shared-detail .list-item .map-marker {display: none;}