/*
	This file will contain stylings that applies globally to the following layout pages: events, listings, offers
*/
.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; }

.shared-list .shared-filter .shared-input {
	padding: 0 12px;
	border: 1px solid #e1e1e1;
	background: #fff;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	box-shadow: none;
}

.shared-list .shared-filter .shared-input::-webkit-input-placeholder {
 color: #525252;
}
.shared-list .shared-filter .shared-input:-moz-placeholder { /* older Firefox*/
 color: #525252;
}
.shared-list .shared-filter .shared-input::-moz-placeholder { /* Firefox 19+ */ 
 color: #525252;
} 
.shared-list .shared-filter .shared-input:-ms-input-placeholder { 
color: #525252;
}

.shared-list .shared-filter .shared-amenities,
.shared-list .shared-filter .shared-select {
	-moz-appearance: none;
	font-size: 16px;
	background: #fff;
	color: #333333;
	font-weight: bold;
	background-image: url(/includes/public/assets/shared/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right center; 
	padding: 7px 10px;
	height: 40px;
	border: 1px solid #e1e1e1;
}
.shared-list .shared-filter .shared-select.multi {
	height: auto;
	background-image: none;
}
.shared-list .shared-filter .shared-submit {
	color: #FFF;
	border: none;
	padding: 7px;
	width: 100%;
	font-weight: normal;
	letter-spacing: 3px;
	border-radius: 0;
	transition: initial;
	margin-bottom: 0;
	height: 40px;
}

/* 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: 16px;
	height: 20px;
	vertical-align: middle;
	color: #d11242;
}
.shared-list .sharedPagerContainer .prv-end { background-position: 0 0; }
.shared-list .sharedPagerContainer .prv { background-position: -17px 0; }
.shared-list .sharedPagerContainer .nxt { background-position: -36px 0; }
.shared-list .sharedPagerContainer .nxt-end { background-position: -55px 0; }
.shared-list .sharedPagerContainer .disabled { background-position-y: -20px; }

.shared-list .sharedPagerContainer .pageText {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-style: normal;
	color: #333;
}
.shared-list .sharedPagerContainer .pageText .of { font-size: 16px; }
.shared-list .sharedPagerContainer .pageText em { font-style: normal; color: #333;}

/* ITEM */
.shared-list .item {
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
	background: #fff;
}
.shared-list .item .border-wrap { border: 1px solid #e1e1e1; 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 .detail-c1 { position: relative; float: left;}
.shared-list .item .detail-c2 { float: right; padding-left: 220px; margin-left: -220px; width: 100%;}
.shared-list .item .detail-c1 .featured { position: absolute; left: 0; top: 0; display: none; }
.shared-list .item.featured .detail-c1 .featured { display: block; }
.shared-list .item.partner .detail-c1 .featured { display: block; }
.shared-list span.featured {
	display: inline-block;
	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;
}
.shared-list .item img {}
.shared-list .item .featured{
	display: none;
}
.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; }
.shared-list .item .sep { color: #b95915; font-size: 16px;  }
.shared-list .item a {
	color: #000018;
}
.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-top: 10px; }
.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 {
	color: #009fc3;
	font-size: 16px;
}
.shared-list .item ul.info-list {
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shared-list .item ul.info-list li {
	display: block;
	padding: 0;
	line-height: 21px;
	color: #000018;
}
.shared-list .item ul.info-list li a{
	color: #000018;
}

.shared-list .item ul.info-list .distance { }
.shared-list .item h4 { margin: 0; color: #b95915; }
.shared-list .item h4 a {
	font-size: 26px;
	color: inherit;
}
.shared-list .item .label {
	color: #333;
}

.shared-list .item span.label{
	background: transparent;
	font: 16px/16px Arial,Helvetica,sans-serif;
	padding: 0;
}

/* MAPS */
.shared-list .gMapContainer {
	position: relative;
	margin-top: 20px;
}
.shared-list .gMapContainer {  }
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed{
    max-width: 150px;
    display: block;
    background: #0081c6;
    color: #FFF;
    border: none;
    padding: 9px;
    font-weight: normal;
    letter-spacing: 3px;
    border-radius: 0;
    transition: initial;
    margin-bottom: 0;
    height: 40px;
    text-align: center;
    font-family: "Nexa W01 Heavy";
    cursor: pointer;
    text-transform: uppercase;
}

.shared-list.map-open .isOpen, .coupons.map-open .isOpen { 
    max-width: 150px;
    display: block;
    background: #0081c6;
    color: #FFF;
    border: none;
    padding: 9px;
    font-weight: normal;
    letter-spacing: 3px;
    border-radius: 0;
    transition: initial;
    margin-bottom: 0;
    height: 40px;
    text-align: center;
    font-family: "Nexa W01 Heavy";
    cursor: pointer;
    text-transform: uppercase;
}

.shared-list.map-open .showGMap .isClosed, .coupons.map-open .showGMap .isClosed { display: none; } 
.shared-list .gMapContainer .gMapHolder { height: 400px; }
.shared-list.map-open .gMapHolder { display:block; }



/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-list .item {
		margin-left: auto;
		margin-right: auto;
	}
	.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%; }
} 	

/*** tablet only ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	.shared-list .shared-filter .shared-amenities{
		margin-bottom: 20px;
	}
} 