.shared-list h3.no-results  { height: 300px; line-height: 300px;  text-align: center; }

/* FILTER STYLING */
.shared-list { padding-bottom: 80px; }
.shared-list ::-webkit-input-placeholder { color: #b95915; }
.shared-list :-moz-placeholder { /* Firefox 18- */ color: #b95915; }
.shared-list ::-moz-placeholder {  /* Firefox 19+ */ color: #b95915; }
.shared-list :-ms-input-placeholder { color: #b95915; }
#ui-datepicker-div { z-index: 750 !important; }
.ui-datepicker .ui-datepicker-title select { font-size: 15px !important; }

.shared-filter .shared-input {
	float: left;
	margin-right: 6%;
	margin-bottom: 0;
	border: none;
	border-radius: 3px;
	width: 44%;
	height: 50px;
	font-family:'Aktiv Grotesk W01 Regular';
	font-size: 15px;
	color: #959595;
	background-color: #fff;
	box-shadow: inset 0 2px 2px #d8d8d8;
}
.shared-filter .shared-input:focus,
.shared-filter .shared-input:active {
	box-shadow: none;
	box-shadow: inset 0 2px 2px #d8d8d8;
	border: none;
	background-color: #fff;
}
.shared-filter .shared-input::-webkit-input-placeholder {
	color: #959595;
}
.shared-filter .shared-input:-moz-input-placeholder {
	color: #959595;
}
.shared-filter .shared-input::-moz-input-placeholder {
	color: #959595;
}
.shared-filter .shared-input::-ms-input-placeholder {
	color: #959595;
}

.shared-filter .shared-select { margin-bottom: 25px; }
.shared-filter .shared-amenities,
.shared-filter .shared-select {
	float: left;
	-moz-appearance: none;
	margin-right: 6%;
	padding: 7px 10px;
	border-radius: 3px;
	border: none;
	width: 44%;
	height: 50px;
	font-family:'Aktiv Grotesk W01 Regular';
	font-size: 15px;
	color: #444;
	background-color: #bdd500;
	background-image: url(/includes/public/assets/shared/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.shared-filter .shared-amenities {
	line-height: 36px;
	background-image: url(/includes/public/assets/shared/plus-amen.svg);
	background-size: 25px;
	background-position: right 14px center;
}
.shared-filter .shared-amenities.close {
	background-image: url(/includes/public/assets/shared/minus-amen.svg);
}
.shared-filter .shared-select.multi {
	height: 125px;
	background-image: none;
}
.shared-filter .shared-submit {
	display: block;
	border-radius: 6px;
	border: 2px solid #c6d932;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 50px;
	font-family:'Aktiv Grotesk W01 Medium';
	font-size: 19px;
	line-height: 48px;
	color: #444;
	text-align: center;
	background: rgb(225,244,0);
	background: -moz-linear-gradient(top,  rgba(225,244,0,1) 0%, rgba(189,229,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,244,0,1)), color-stop(100%,rgba(189,229,0,1)));
	background: -webkit-linear-gradient(top,  rgba(225,244,0,1) 0%,rgba(189,229,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(225,244,0,1) 0%,rgba(189,229,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(225,244,0,1) 0%,rgba(189,229,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(225,244,0,1) 0%,rgba(189,229,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f400', endColorstr='#bde500',GradientType=0 );
	box-shadow: inset 0 50px 11px rgba(0,0,0,0.0);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

.shared-filter .shared-submit:hover {
	box-shadow: inset 0 50px 11px rgba(0,0,0,0.1);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}


/* PAGER */
.shared-list .sharedPagerContainer {
	text-align: center;
	height: 34px;
	line-height: 34px;
}
.shared-list .sharedPagerContainer .prv-end,
.shared-list .sharedPagerContainer .prv,
.shared-list .sharedPagerContainer .nxt,
.shared-list .sharedPagerContainer .nxt-end {
	background-image: url("/includes/public/assets/shared/paging.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.theme_microrestaurant.shared-list .sharedPagerContainer .prv-end,
.theme_microrestaurant .shared-list .sharedPagerContainer .prv-end,
.theme_microrestaurant.shared-list .sharedPagerContainer .prv,
.theme_microrestaurant .shared-list .sharedPagerContainer .prv,
.theme_microrestaurant.shared-list .sharedPagerContainer .nxt,
.theme_microrestaurant .shared-list .sharedPagerContainer .nxt,
.theme_microrestaurant.shared-list .sharedPagerContainer .nxt-end,
.theme_microrestaurant .shared-list .sharedPagerContainer .nxt-end {
	background-image: url("/includes/public/assets/shared/paging-orange.png");
}
.shared-list .sharedPagerContainer .prv-end { background-position: 0 0; }
.shared-list .sharedPagerContainer .prv { background-position: -30px 0; margin-left: 5px; }
.shared-list .sharedPagerContainer .nxt { background-position: -60px 0; margin-right: 5px; }
.shared-list .sharedPagerContainer .nxt-end { background-position: -90px 0; }
.shared-list .sharedPagerContainer .disabled { opacity: .7; cursor: default; }

.shared-list .sharedPagerContainer .pageText {
	display: inline-block;
	vertical-align: top;
	font-family:'Aktiv Grotesk W01 Light1370681';
	font-size: 15px;
	font-style: normal;
	color: #444;
	margin: 0 16px;
}
.shared-list .sharedPagerContainer .pageText .of { font-family:'Aktiv Grotesk W01 Light1370681'; font-size: 15px; }
.shared-list .sharedPagerContainer .pageText em { font-style: normal; color: #444;}

.shared-list .listings-title {
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

/* ITEM */
.shared-list .item {
	position: relative;
	margin: 0 0 10px 0;
	padding: 35px 0;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.shared-list .item .border-wrap { overflow: hidden;}
.shared-list .item.dtn, .shared-list .item.row.featured { border-top: 4px solid #009fc3; }
/*.shared-list .item.dtn .border-wrap,
.shared-list .item.featured .border-wrap { border-top: none; padding-top: 0; }*/

.shared-list .item .map-action {
	position: absolute;
	z-index: 1;
	right: 0;
	width: 30px;
	height: 45px;
}

.eventsContainer.shared-list .item .map-action { position: relative; }
.shared-list .item ul.actions.booking { margin-bottom: 10px; list-style: none; }
.shared-list .item .map-action a {
	display: block;
	text-indent: -9999px;
	height: 30px;
	background-image: url("/includes/public/assets/shared/map-pin.svg");
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.theme_microrestaurant.shared-list .item .map-action a,
.theme_microrestaurant .shared-list .item .map-action a {
	background-image: url("/includes/public/assets/shared/map_pin-orange.png");
	background-size: auto 100%;
}
.shared-list .item .map-action a.nrw { display: block; }
.shared-list .item .map-action a.rw { display: none; }
.theme_microrestaurant.shared-list .item .map-action a.nrw { display: none; }
.theme_microrestaurant.shared-list .item .map-action a.rw { display: block; }

.shared-list .item .detail-c1 { position: relative; float: left; width: 240px; }
.shared-list .item .detail-c2 { float: right; padding-left: 270px; margin-left: -240px; width: 100%;}
.shared-list .item .detail-c1 .featured { position: absolute; left: 0; top: 0; display: none; }
.shared-list .item.featured .detail-c1 .featured { display: none; }
.shared-list .item.partner .detail-c1 .featured { display: none; }
.shared-list span.featured {
	display: none;
	background: #009fc3;
	color: #fff;
	font-size: 12px;
	padding: 0 9px;
	border: 1px solid #10c8f1;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	z-index: 2;
}
.shared-list .item.dtn .detail-c1 .featured { display: block; }
.shared-list .detailGallery .placeHolder,
.shared-list .item .detail-c1 .placeHolder {
	width: 226px;
	height: 140px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #cdc8c3;

}
.shared-list .item.featured .detail-c2,
.shared-list .item.dtn .detail-c2 {}
.shared-list .item .detail-c2 .inner {
	height: 100%;
	position: relative;
}
.shared-list .item .detail-c2 .inner p {
	margin-bottom: 0;
}
.shared-list .thumb-holder {
	position: relative;
	display: block;
	max-width: 240px;
}
.shared-list .item img {}
.shared-list .item img.thumb { position: absolute; width: 240px; height: 149px; left: 0; top: 0; }
.shared-list .item a.markerLink, .shared-list .item a.markerLink:hover {
	cursor: pointer;
}
.shared-list .item .detail-c1 a.markerLink, .shared-list .item .detail-c1  a.markerLink:hover {
	background: url(/includes/public/assets/shared/item-pin.png);
	position: absolute;
	width: 39px;
	height: 63px;
	right: 17px;
	top: 4px;;
	overflow: hidden;
	text-indent: -1000px;
	z-index: 2;
}

.shared-list .item a {
	text-decoration: none;
	font-size: inherit;
}
.shared-list .item .phone { display: inline-block; margin-top: 8px; }
.shared-list .item .sep { color: #b95915; font-size: 16px;  }
.shared-list .item a {
	color: #00bbe3;
}
.shared-list .item a.detail-c1 {
	display: block;
	position: relative;
}
.shared-list .item a.detail-c1 .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shared-list .item .action-items { display: block; margin: 6px 0; }
.shared-list .item .action-items .muppet { margin-left: 10px; }
.shared-list .item .action-items .muppet:first-child { margin-left: 0; }
.shared-list .item .action-items a {
	margin-right: 10px;
	font-family:'Aktiv Grotesk W01 Medium';
	font-size: 15px;
}
.shared-list .item .action-items a.more {
	color: #00bbe3;
}
.shared-list .item .action-items a.trip {
	color: #63c4ab;
}
.theme_microrestaurant.shared-list .item .action-items a.trip,
.theme_microrestaurant .shared-list .item .action-items a.trip {
	color: #f39128;
}

.shared-list .item .rw-details li {
	display: none !important;
}
.shared-list .item .rw-details li.lf {
	display: block !important;
}
.theme_microrestaurant.shared-list .item .rw-details {
	display: block;
	margin: 0;
	margin: 10px 0px;
}
.theme_microrestaurant.shared-list .item .rw-details li {
	display: block !important;
	margin: 0;
	margin-right: 10px;
	height: 65px;
	line-height: 40px;
}
.theme_microrestaurant.shared-list .item .rw-details li > img{
	display: inline-block;
}

.shared-list .item .action-items a.opentable { display: none; }
.theme_microrestaurant.shared-list .item .action-items a.opentable {
	display: inline-block;
	margin-bottom: 15px;
	padding: 4px 16px;
	height: 42px;
	font-family:'Aktiv Grotesk W01 Medium';
	font-size: 16px;
	line-height: 30px;
	color: #444;
	border-radius: 6px;
	border: 2px solid #c6d932;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 26%, rgba(229,239,155,0) 55%, rgba(194,216,21,0.28) 94%, rgba(189,213,0,0.28) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(255,255,255,0)), color-stop(55%,rgba(229,239,155,0)), color-stop(94%,rgba(194,216,21,0.28)), color-stop(100%,rgba(189,213,0,0.28)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 26%,rgba(229,239,155,0) 55%,rgba(194,216,21,0.28) 94%,rgba(189,213,0,0.28) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 26%,rgba(229,239,155,0) 55%,rgba(194,216,21,0.28) 94%,rgba(189,213,0,0.28) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 26%,rgba(229,239,155,0) 55%,rgba(194,216,21,0.28) 94%,rgba(189,213,0,0.28) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 26%,rgba(229,239,155,0) 55%,rgba(194,216,21,0.28) 94%,rgba(189,213,0,0.28) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c7bdd500',GradientType=0 );
}
.shared-list .item .action-items a.opentable img { margin-left: 10px; }

.shared-list .item .action-items a.view-menu {
    margin-bottom: 15px;
    padding: 6px 20px;
    height: 42px;
    display: inline-block;
    font-family: 'Aktiv Grotesk W01 Medium';
    font-size: 16px;
    line-height: 26px;
    color: #f39128;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #f39128;
    background-color: #fff;
    -webkit-transition: all .15s;
       -moz-transition: all .15s;
    	-ms-transition: all .15s;
    	 -o-transition: all .15s;
    		transition: all .15s;
}

.shared-list .item .action-items a.view-menu:hover {
    color: #fff;
    background-color: #f39128;
}

.shared-list .item .action-items .nrw { display: inline-block; }
.shared-list .item .action-items .rw { display: none; }
.theme_microrestaurant.shared-list .item .action-items .nrw,
.theme_microrestaurant .shared-list .item .action-items .nrw { display: none; }
.theme_microrestaurant.shared-list .item .action-items .rw,
.theme_microrestaurant .shared-list .item .action-items .rw { display: inline-block; }
.shared-list .item ul.info-list {
	font-family:'Aktiv Grotesk W01 Light1370681';
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shared-list .item ul.info-list li {
	display: block;
	padding: 0;
	line-height: 26px;
	color: #444;
}
.shared-list .item ul.info-list .rw-partner .rw-partner-icon {
	display: none;
	width: 28px;
	height: 28px;
	background-image: url("https://res.cloudinary.com/simpleview/image/upload/v1433187768/clients/grandrapids/sponsors-_0b2b35ea-2425-466c-8f58-d7b63403ce5a.jpg");
	background-size: 200px;
	background-repeat: no-repeat;
}
.theme_microrestaurant.shared-list .item ul.info-list .rw-partner .rw-partner-icon { display: block; }
.shared-list .item ul.info-list .rw-partner .rw-partner-icon.supporting-partner { background-position: -19px -9px; }
.shared-list .item ul.info-list .rw-partner .rw-partner-icon.major-media-partner { background-position: -92px -9px; }
.shared-list .item ul.info-list .rw-partner .rw-partner-icon.major-partner { background-position: -157px -9px; }

.shared-list .item .date-label {
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px 10px;
	font-family:'Aktiv Grotesk W01 Medium';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background-color: #bdd500;
}
.theme_microrestaurant.shared-list .item .date-label,
.theme_microrestaurant .shared-list .item .date-label {
	background-color: #ee3424;
}

.shared-list .item ul.info-list li > .header { font-family:'Aktiv Grotesk W01 Medium'; }

.shared-list .item ul.info-list .distance { }
.shared-list .item h4 { margin: 0 0 15px 0; padding-right: 30px; color: #444; }
.shared-list .item h4 a {
	font-family: "ff-good-headline-web-pro-con",sans-serif;
	font-size: 30px;
	color: inherit;
}
.shared-list .item .label {
	color: #333;
}

.shared-detail .shared-list .item .markerLink {
	display: none;
}


/* MAPS */
.shared-list .gMapContainer {
	position: relative;
	margin-top: 20px;
}
.theme_microrestaurant.shared-list .gMapContainer,
.theme_microrestaurant .shared-list .gMapContainer { display: none; }
.shared-list.map-open .gMapContainer,
.map-open .shared-list .gMapContainer {
	border: 1px solid #c6c2bb;
}
.shared-list .showGMap {
	position: relative;
	border: 1px solid #c6c2bb;
	min-height: 60px;
	font-family:'Aktiv Grotesk W01 Medium';
	font-size: 16px;
	color: #444;
	background-image: url(/includes/public/assets/shared/map.png);
}
.theme_microrestaurant.shared-list .showGMap,
.theme_microrestaurant .shared-list .showGMap { display: none; }
.shared-list .showGMap:before {
	content: "";
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: 0;
	background-image: url("/includes/public/assets/shared/shadows.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.shared-list.map-open .showGMap,
.map-open .shared-list .showGMap {
	position: relative;
	top: -60px;
	border: none;
	border-bottom: 1px solid #c6c2bb;
	background-image: none;
}
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed {
	position: absolute;
	left: 50%;
	bottom: -1px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 4px 4px 0 0;
	border: 1px solid #c6c2bb;
	border-bottom: none;
	height: 40px;
	width: 180px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	background-color: #fff;
	cursor: pointer;
}
.shared-list .showGMap .isClosed:before {
	content: "";
	position: absolute;
	height: 10px;
}
.shared-list.map-open .isOpen,
.map-open .shared-list .isOpen {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 4px 4px 0 0;
	border: 1px solid #c6c2bb;
	border-bottom: none;
	height: 40px;
	width: 180px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	background-color: #fff;
	cursor: pointer;
}
.shared-list.map-open .showGMap .isClosed,
.map-open .shared-list .showGMap .isClosed { display: none; }
.shared-list .showGMap .handle .icon {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-image: url("/includes/public/assets/shared/map-pin.svg");
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.theme_microrestaurant.shared-list .showGMap .handle .icon {
	background-image: url("/includes/public/assets/shared/map_pin-orange.png");
	background-size: auto 100%;
}
.shared-list .showGMap .handle .handle-arrow {
	display: inline-block;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	background-image: url("/includes/public/assets/shared/handle-arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.map-open .shared-list .showGMap .handle .handle-arrow,
.shared-list.map-open .showGMap .handle .handle-arrow {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.shared-list .gMapContainer .gMapHolder { height: 340px; }
.shared-list.map-open .gMapHolder,
.map-open .shared-list .gMapHolder { display:block; }


/*** Tablet ***/
@media only screen and (max-width: 1024px) {}

/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-filter .shared-submit{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.shared-filter .shared-submit {
  		margin-top: 0px;
	}
	.shared-list .showGMap {
		margin: 0 -15px;
		border-left: none;
		border-right: none;
	}
	.shared-filter .shared-amenities,
	.shared-filter .shared-select { margin-right: 0; width: 100%; }
	.shared-filter .shared-input { margin-right: 0; margin-bottom: 25px; width: 100%; }

	.shared-filter .shared-select.multi {
		position: relative;
		height: 50px;
		padding-top: 50px;
		padding-bottom: 0;
		background-image: url(/includes/public/assets/shared/multi-select-bg.gif);
		background-position: left center;
	}

	.shared-list .item h4,
	.shared-list ul.info-list { padding-right: 30px; }
	.shared-list .item img.thumb { position: relative; display: block; margin: 0 auto 20px; width: 281px; height: auto; }
	.shared-list .item img.sizer { display: none; }
	.shared-list .item { max-width: 100%; margin-left: auto; margin-right: auto; }
	.shared-list .item .border-wrap { margin: 0 15px; }
	.shared-list .item .detail-c1 .thumb-holder { max-width: 100%; }
	.shared-list .item .detail-c1 { float: none; width: 100%; }
	.shared-list .item .detail-c2 { float: none; padding-left: 0; margin-left:0; width: 100%; }

	.shared-list .item ul.info-list li { line-height: 16px; font-size: 13px; }
	.shared-list .item .phone { margin-top: 16px; }
	.shared-list .item .action-items a { font-size: 13px; }
	.shared-list .item .action-items { margin-top: 16px; }
	.shared-detail .mobile-layout-block {
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.shared-list .item .date-label {
		margin-bottom: 0px;
		margin-right: 0;
		padding: 0;
		font-size: 14px;
		line-height: 14px;
		color: #bdd500;
		background-color: #fff;
	}

	.coupons.shared-list .item ul.info-list li { display: none; }
	.coupons.shared-list .item ul.info-list .info-price { display: block; }
	.coupons.shared-list .item ul.info-list li.action-items { display: block; margin-top: 0px; }
	.coupons.shared-list .item .detail-c1 { float: left; width: 90px; }
	.coupons.shared-list .item .detail-c2 { float: right; padding-left: 100px; margin-left: -90px; }
	.coupons.shared-list .item .map-action { float: right !important; position: absolute !important; }
	.coupons.shared-list .item h4 { margin-bottom: 5px !important; }
	.coupons.shared-list .item h4 a { font-family:'Aktiv Grotesk W01 Medium'; font-size: 15px; line-height: 15px; }
	.coupons.shared-list .item .border-wrap { margin: 0; }
	.coupons.shared-list .item { padding: 5px 15px; }

	.eventsContainer.shared-list .item ul.info-list li { display: none; }
	.eventsContainer.shared-list .item ul.info-list li.action-items { display: block; margin-top: 0px; }
	.eventsContainer.shared-list .item .detail-c1 { float: left; width: 90px; }
	.eventsContainer.shared-list .item .detail-c2 { float: right; padding-left: 100px; margin-left: -90px; }

	.eventsContainer.shared-list .item.tour .detail-c2{
	    float: none;
	    width: 100%;
	    margin-top: 180px;
    	padding-left: 105px;
	}

	.eventsContainer.shared-list .item.tour .detail-c2 .map-action{
	    left: -5px;
	    top: -33px;
	}

	.eventsContainer.shared-list .item .map-action { float: right !important; position: absolute !important; }
	.eventsContainer.shared-list .item h4 { margin-bottom: 5px !important; }
	.eventsContainer.shared-list .item h4 a { font-family:'Aktiv Grotesk W01 Medium'; font-size: 15px; line-height: 15px; }
	.eventsContainer.shared-list .item .border-wrap { margin: 0; }
	.eventsContainer.shared-list .item { padding: 5px 0; }
}

/* t - 255059 */
@media only screen and (max-width: 640px) {
	.eventsContainer.shared-list .item ul.info-list li.location{display:block;}
}