/*
	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; }

.shared-list ul.no-bullets {
    list-style: none;
    margin: 0;
}

/* MAPS */

.shared-list .gMapContainer {position: relative;}
.shared-list .shared-map .map-toggle .isOpen { display:none; }
.shared-list .shared-map .map-toggle .isClosed {display: block;}
.shared-list.map-open .shared-map .map-toggle .isOpen { display: block; }
.shared-list.map-open .shared-map .map-toggle .isClosed { display: none; }
.shared-list.map-open .gMapContainer { height: 600px; }
.shared-list .gMapContainer .gMapHolder { height: 600px; }
.shared-list.map-open .gMapHolder { display:block; }

.shared-list .no-results{text-align: center;}

/* Shared Layout */
.shared-list {
	margin-bottom: 40px;
}
.gm-style-iw {
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	overflow: visible;

}

.gm-style-iw,
.gm-style-iw div{
	min-width: 305px !important;
	overflow: visible !important;
}
.gm-style-iw ~ div{
	height: 40px !important;
	width: 46px !important;
	top: -18px !important;
	right: -27px !important;
}
.gm-style-iw ~ div img{display: none}
.gm-style-iw ~ div:after{
	content: "";
	pointer-events: none;
	cursor: pointer;
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(/includes/public/assets/images/listings/close.svg);
	background-repeat: no-repeat;
	margin: 0;
}

/* Filters */
.shared-list .shared-filter {
	margin-bottom: 30px;
	background-color: #f6f3e5;
	padding: 20px 0;
}
@media only screen and (max-width: 40em) {
	.shared-list .shared-filter {
		padding-bottom: 10px;
	}
}
.shared-list .shared-filter label,
.shared-list .shared-filter input {
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f292b;
}
.shared-list .shared-filter input.shared-input,
.shared-list .shared-filter .shared-select,
.shared-list .shared-filter .shared-select.amenities {
	background-color: transparent;
	height: 35px;
	line-height: 35px;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #2f292b;
	padding-left: 0;
	padding-right: 0;
}
.shared-list .shared-filter input.shared-input{
	padding-left: 15px;
	color: #2f292b;
}
.shared-list .shared-filter .shared-select,
.shared-list .shared-filter .shared-select.amenities {color: #928e88;}

.shared-list .shared-filter .shared-select span{
	display: block;
	padding-left: 15px;
	padding-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shared-list .shared-filter .shared-select:before{
	content: "";
	pointer-events: none;
	cursor: pointer;
	background-image: url(/includes/public/assets/images/listings/arrow-down-noback.png);
	height: 40px;
	width: 46px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
}

.shared-list .shared-filter .shared-select.open:before{
	transform: rotate(180deg);
	top: -2px;
}

.shared-list .shared-filter .shared-select.amenities:before{
	background-image: url(/includes/public/assets/images/listings/fa-plus.png);
}

.shared-list .shared-filter .shared-select.amenities.open:before {
	background-image: url(/includes/public/assets/images/listings/fa-minus.png);
}

.shared-list .shared-filter .dropdown{
	position: absolute;
	display: none;
	background-color: #f6f3e5;
	top: 51px;
	left: 15px;
	padding-left: 10px;
	max-height: 250px;
	min-width: 500px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 15;
	border: 1px solid #2f292b;
}

@media only screen and (min-width: 64.063em) {
	.shared-list .shared-filter .dropdown.two{
		left: auto;
		right: 15px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.shared-list .shared-filter .dropdown.two{
		left: 15px;
		right: auto;
	}
	.shared-list .shared-filter .dropdown.one,
	.shared-list .shared-filter .dropdown.three{
		left: auto;
		right: 15px;
	}
}


.shared-list .shared-filter .shared-select.open + .dropdown{display: block;}
.shared-list .shared-filter .dropdown label{
	width: 100%;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f292b;
	padding: 6px 2px 3px 8px;
	margin-top: 4px;
	display: block;
	position: relative;
	z-index: 1;
}

.shared-list .shared-filter .dropdown label input{
	margin: 0;
	width: auto;
	display: inline;
}
.shared-list .shared-filter .dropdown label div {
	display: inline;
	position: relative;
	top: -1px;
}

.shared-list .shared-filter button.red { font-size: 16px; }
.theme-wedding .shared-list .shared-filter button.red {background-color: #e08485;}
.theme-wedding .shared-list .shared-filter button.red:hover {background-color: #cb5151;}
.shared-list .shared-filter button:after { font-size: 20px; }


@media only screen and (max-width: 40em) {
	.shared-list .shared-filter .dropdown{
		width: 230px !important;
		min-width: auto;
	}
	.shared-list .shared-filter .dropdown.one,
	.shared-list .shared-filter .dropdown.two,
	.shared-list .shared-filter .dropdown.three{
		left: 15px;
		right: auto;
	}

	.shared-list .shared-filter button.red {
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: 20px;
		width: 100%;
	}
	.shared-list .shared-filter button.red:after {
		top: 50%;
		right: 28%;
	}
}


.shared-list .shared-filter .price,
.shared-list .shared-filter .deal {
	float: left;
	width: auto;
	vertical-align: top;
	margin-bottom: 20px;
}
.shared-list .shared-filter .price-filter { margin-right: 20px; }
.shared-list .shared-filter .price-filter .price,
.shared-list .shared-filter .deal-filter {
	float: left;
	width: 35px;
	height: 35px;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 35px;
	color: #574d50;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #574d50;
	cursor: pointer;
}
.shared-list .shared-filter .deal label{
	position: relative;
    top: -1em;
    max-width: 4em;
    height: 1em;
}
.shared-list .shared-filter .deal i{
	font-size: 20px;
}

.shared-list .shared-filter .price-filter .price.active,
.shared-list .shared-filter .price-filter .price.selected,
.shared-list .shared-filter .deal-filter.active,
.shared-list .shared-filter .deal-filter.selected {
	background-color: #574d50;
	color: #f6f3e5;
}

.shared-list .shared-filter .deal-filter:not(.selected){display: block !important;}
.shared-list .shared-filter .deal-filter.selected{display: none;}
/* Map */
.shared-list .shared-map [data-gMapContainer] {
	margin-bottom: 40px;
}
.shared-list .shared-map [data-mapHolder] {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}
/*#myMap,
#myMap img {
	width: 100%;
	height: 100vh;
	max-width: 100%;
}*/
.shared-list .shared-map .map-toggle {
	position: relative;
}
@media only screen and (max-width: 40em) {
	.shared-list .shared-map .map-toggle {margin-bottom: 20px;}
}

.shared-list .shared-map .map-toggle button,
#myMap .close-reveal-modal {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	width: auto;
	height: 40px;
	font-family: 'Brown-Regular', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #0087a4;
	line-height: 44px;
	text-align: center;
	border: 2px solid #0087a4;
	padding: 0 12px;
	margin: 0 auto;
	vertical-align: middle;
}
/*#myMap .close-reveal-modal {
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
}*/
.shared-list .shared-map .map-toggle button:after,
.shared-list .shared-map [data-closeMap]:after,
#myMap .close-reveal-modal:after { display: none; }

.shared-list .shared-map .map-toggle button .fa,
.shared-list .shared-map [data-closeMap] .fa{
	margin-left: 5px;
}

/*.shared-list .shared-map [data-closeMap] {
	display: none;
}*/


/* Sort & Pager */
.shared-sort-pager {
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #2f292b;
	margin-bottom: 10px;
}

.shared-sort-pager .head-title {
	font-family: 'Knockout', Arial, Helvetica, serif;
	font-size: 37px;
	font-weight: 300;
	color: #313131;
	line-height: 1em;
	margin: 0px auto 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 0;
}

.shared-sort-pager .head-title > div {
	position: relative;
	display: inline-block;
	background-color: #fff;
	width: auto;
	padding: 20px 0px 20px 0px;
	z-index: 2;
}

.shared-sort-pager .head-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: ' ';
	height: 1px;
	width: 98%;
	border-top: 1px solid #e7e5d7;
	z-index: 1;
}

@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
	.shared-sort-pager .head-title {
		font-size: 62px;
		line-height: 66px;
	}
}

@media only screen and (min-width: 1025px) {
	.shared-sort-pager .head-title {
		font-size: 67px;
		line-height: 70px;
	}
}

.shared-sort-pager.bottom {}
.shared-sort-pager .sort {
	margin: 20px 0;
	text-align: left;
	position: relative;
}
@media only screen and (min-width: 1025px) {
	.shared-sort-pager .sort { margin: 0; }
}
.shared-sort-pager .sort .title {
	line-height: 40px;
	padding-right: 5px;
}
.shared-sort-pager .sort a {
	color: #0087a4;
}
.shared-sort-pager .sort div:not(.dropdown) a:after {
	content: '|';
	color: #0087a4;
	padding: 0 7.5px;
	font-weight: normal;
}
.shared-sort-pager .sort a:last-child:after {
	content: none;
}
.shared-sort-pager .sort a.selected {
	font-weight: bold;
}
.shared-sort-pager .sort div,
.shared-sort-pager .sort .sortby {
	float: left;
}
.shared-sort-pager .sort div { width: 25%; }
.shared-sort-pager .sort .sortby {
	width: 75%;
	color: #0087a4;
	background-color: #FAFAFA;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem;
	border-radius: 0;
	height: 2.3125rem;
	position: relative;
}

.shared-sort-pager .sort .sortby span{
	text-align: left;
	display: block;
	line-height: 23px;
}

.shared-sort-pager .sort .sortby:before{
	content: "";
	pointer-events: none;
	cursor: pointer;
	background-image: url(/includes/public/assets/images/listings/arrow-down-noback-blue.png);
	height: 40px;
	width: 46px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
}

.shared-sort-pager .sort .sortby.open:before{
	transform: rotate(180deg);
	top: -2px;
}

.shared-sort-pager .sort .dropdown{
	position: absolute;
	display: none;
	color: #0087a4;
	background-color: #FAFAFA;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	top: 40px;
	left: 72px;
	padding-left: 10px;
	max-height: 200px;
	min-width: 217px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 15;
}



.shared-sort-pager .sort .sortby.open + .dropdown{display: block;}
.shared-sort-pager .sort .dropdown a{
	width: 100%;
	display: block;
	text-align: left;
	padding: 10px 0;
}



.shared-sort-pager .pager {
	color: #0087a4;
	text-align: right;
	line-height: 40px;
	margin: 20px 0;
}
.shared-sort-pager .pager a {
	display: inline-block;
	vertical-align: middle;
	color: #0087a4;
	font-size: 30px;
	padding: 0 10px;
}
.shared-sort-pager .pager a img {
	width: 15px;
	height: 15px;
}
.shared-sort-pager .pager a:first-child {
	padding-left: 0 !important;
}
.shared-sort-pager .pager a:last-child {
	padding-right: 0 !important;
}
@media only screen and (min-width: 1025px) {
	.shared-sort-pager .pager { margin-top: 0; }
}
@media only screen and (max-width: 48em) {
	.shared-sort-pager.top .pager a {
		padding: 0 12px;
	}
}
@media only screen and (max-width: 40em) {
	.shared-sort-pager .sort .title,
	.shared-sort-pager .sort select {
		width: 100%;
		text-align: left;
	}
	.shared-sort-pager.top .pager a {
		padding: 0 10px;
	}
}
.shared-sort-pager .pager a.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.shared-sort-pager .pager a.prev,
.shared-sort-pager .pager a.next {
	border: 1px solid #e7e5d7;
}
.shared-sort-pager .pager a .fa {
	pointer-events: none;
}
.shared-sort-pager .pager span {
	color: #2f292b;
	display: inline-block;
	vertical-align: middle;
}
.shared-sort-pager .pager .current {
	font-weight: bold;
	padding-left: 5px;
}
.shared-sort-pager .pager .of {
	padding: 0 5px;
}
.shared-sort-pager .pager .total {
	padding-right: 5px;
}
@media only screen and (max-width: 40em) {
	.shared-sort-pager .sort,
	.shared-sort-pager .pager {
		text-align: center;
	}
	.shared-sort-pager .pager .of { padding: 0; }
}

/* Items */
.shared-items {}

.shared-items ul[class*="block-grid-"] > li {
	padding-bottom: 40px;
}
.shared-items ul[class*="block-grid-"] > li.double-wide {
	width: 100%;
	padding-bottom: 60px;
}
@media only screen and (max-width: 40em) {
	.shared-items ul[class*="block-grid-"] > li.double-wide {
		padding-bottom: 40px;
	}
}
.shared-items ul li.empty {
	display: none;
}
.shared-items .item {
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e5d7;
}
.shared-items .item:last-child { border-bottom: 0 none; }
.shared-items .item .image-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	display: block;
}
.image-container img {
	width: 100%;
	max-width: 260px;
	border: 1px solid #e7e5d7 !important;
}

@media only screen and (max-width: 40em) {
	.image-container img {max-width: none;}
}


.shared-items .item .details-container .ta-info {
	position: relative;
	display: block;
	width: auto;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}

.shared-items .item .details-container .ta-info > ul,
.shared-items .item .details-container .ta-info > span,
.shared-items .item .details-container .ta-info > div {display: inline-block;}

.shared-items .item .details-container .ta-info.left-cont {min-height: 30px;}
.shared-items .item .details-container .ta-info .right-cont {
	float: right;
}
.shared-items .item .details-container .ta-info .left-cont,
.shared-items .item .details-container .ta-info .left-cont .ta-rating,
.shared-items .item .details-container .ta-info .left-cont .ta-reviews {
	display: inline-block;
	float: left;
	width: 70%;
}

.shared-items .item .details-container .ta-info .right-cont { text-align: right; }
.shared-items .item .details-container .ta-info .right-cont .ta-cost,
.shared-items .item .details-container .ta-info .ta-cost,
.shared-items .item .details-container .ta-info .right-cont .trip-add,
.shared-items .item .details-container .ta-info .trip-add { width: auto; }

.shared-items .item .details-container .ta-info .right-cont .trip-add,
.shared-items .item .details-container .ta-info .trip-add  { font-size: 20px; }
.shared-items .item .details-container .ta-info .right-cont .trip-add a,
.shared-items .item .details-container .ta-info .trip-add a { color: #2f292b }
.shared-items .item .details-container .ta-info .right-cont .trip-add.remove a,
.shared-items .item .details-container .ta-info .trip-add.remove a {color: #cc3131;}



.shared-items .item .details-container .ta-info .ta-cost {
    letter-spacing: 0.2em;
    margin-right: 20px;
    color: #918f8f;
}


.shared-items .item .details-container .ta-info .ta-cost .active {
    color: #000;
}

.shared-items .item .details-container .ta-rating{margin: 0 0 20px 0;}

.shared-items .item .details-container .ta-rating,
.shared-items .item .details-container .ta-reviews,
.shared-items .item .details-container .ta-reviews h4{
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.shared-items .item .details-container .ta-reviews .reviews-rating-line-text{
	font-size: 14px;
	position: relative;
	top: -4px;
}

.shared-items .item .details-container .ta-reviews h4{margin-bottom: 5px;}

.shared-items .item .details-container .ta-info .left-cont .ta-reviews .reviews-rating-line-text{
	position: relative;
	top: -4px;
}

@media only screen and (max-width: 40em) {
	.shared-items .item .details-container .ta-reviews{
		margin: 20px 0;
	}
}

.shared-items .item .details-container .ta-info .left-cont .ta-rating,
.shared-items .item .details-container .ta-info .left-cont .ta-reviews,
.shared-items .item .details-container .ta-info .right-cont .ta-cost,
.shared-items .item .details-container .ta-info .right-cont .trip-add,
.shared-items .item .details-container .ta-info .trip-add {
	display: inline-block;
	width: auto;
	line-height: 1.5;
	vertical-align: middle;
	text-transform: uppercase;
}

.shared-items .item .details-container .ta-info .left-cont .ta-rating {
	margin-right: 20px;
}

.shared-items .item .details-container .ta-info .right-cont .ta-cost {
	letter-spacing: 0.2em;
	margin-right: 20px;
	color: #918f8f;
}
.shared-items .item .details-container .ta-info .right-cont .ta-cost .active { color: #000; }

@media only screen and (max-width: 40em) {
	.shared-items .item .details-container .ta-info .right-cont,
	.shared-items .item .details-container .ta-info .left-cont {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	.shared-items .item .details-container .ta-info .right-cont .trip-add,
	.shared-items .item .details-container .ta-info .left-cont .ta-reviews { float: right; }
}

.shared-items .item .details-container .title,
.shared-items .item .details-container .title a {
	color: #0087a4;
	font-size: 21px;
	line-height: 1em;
	margin-bottom: 15px;
	font-family:'Freight Display W01 Bold', Times, Georgia;
	font-weight: 300;
	letter-spacing: 0.08em;
}
@media only screen and (min-width: 1025px) {
	.shared-items .item .details-container .title,
	.shared-items .item .details-container .title a { font-size: 32px; }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.shared-items .item .details-container .title,
	.shared-items .item .details-container .title a {
		font-size: 27px;
	}
}
.shared-items .item .details-container .title a {
	font-family:'Freight Display W01 Bold', Times, Georgia;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.shared-items .item .details-container .title h5.second-title{
    font-size: 14px;
    font-family: 'Brown-Regular', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
    font-style: italic;
    color: #6b6b6b;
}

.shared-items .item .details-container .address {
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.shared-items .item .details-container .address ul{
	list-style-type: none;
	margin: 0;
}
.shared-items .item .details-container .address .distance {
	font-style: italic;
	color: #f26c4f;
}



.shared-items .item .details-container .address a:hover{
	color: #84dde3;
}

.shared-items .item .details-container .line2 ul li {
	margin: 0px; 
}
.shared-items .item .details-container .line2 ul li > * {
	display: inline-block;
}
.shared-items .item .details-container .line2 ul li:after {
	content: "|";
	padding: 0px 5px;
}
.shared-items .item .details-container .line2 ul li:last-child:after { display: none; }

@media only screen and (max-width: 40.063em) {
	.shared-items .item .details-container .weblink{
		word-break : break-all;
	}
}

.shared-items .item .details-container .listing-amenities {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.shared-items .item .details-container .listing-amenities .amenity {
	display: inline-block;
	margin-right: 10px;

}
.shared-items .item .details-container .listing-amenities .amenity img { width: 80%; }

.shared-items .item .details-container .category {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: 0.08em;
	margin-top: 10px;
}
.shared-items .item .details-container .category span { text-transform: uppercase; }
/*.shared-items .item .details-container .category a{margin-right: 10px;}*/

.shared-items .item .description p {
	position: relative;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
	.shared-items .item .details-container .address .line1 { margin-bottom: 15px; }
	.shared-items .item .details-container .address .distance {
		display: block;
		width: 100%;
	}
}
.shared-items .item .description .more-link {
	position: relative;
	float: right;
	display: inline-block;
	background-color: #0087a4;
	color: #fff;
	line-height: 32px;
	padding: 0 10px;
	text-align: center;
	transition: all ease .5s;
	vertical-align: middle;
}
.shared-items .item .description .more-link > a {
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #fff;
}