.distanceSort {
	visibility: hidden;
}

div [data-sv-distanceSort] {
	opacity: 0.5;
	pointer-events:none;
}

.no-results {
	padding: 20px;
	text-align: center;
	min-height: 840px;
}

h4.no-results {
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	min-height: none;
}

.shared-layout {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* Custom styled checkboxes */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
	background: transparent;
	border: 1px solid #dac596;
	border-radius: 3px;
	width: 17px;
	height: 17px;
	font-family: FontAwesome;
	content: '\f0c8';
	color: transparent;
	position: absolute;
	top: 0px;
	left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
	width: 17px;
	height: 17px;
	font-family: FontAwesome;
	font-size: 12px;
	content: '\f00c';
	color: #fff;
	position: absolute;
	top: -1px;
	left: 3px;
	padding: 0;
}

input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
}

input[type="checkbox"]:not(:checked) + label.checked:after {
	opacity: 1;
}

input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.filter-items li > label:hover::after {
	opacity: 0.6;
}

.filters-wrapper {
	display: none;
	float: left;
	width: 300px;
}

.filters {
	padding: 20px 25px;
	background-color: #1784a1;
	overflow-y: auto;
	-webkit-overflow-scrolling : touch;
}
	.filters h2 {
		color: #fff;
		font-family: 'Knockout', Arial, Helvetica, serif;
		text-transform: uppercase;
		font-weight: 300;
	}

	.filters .close {
		display: inline-block;
		width: 15px;
		height: 15px;
		content: '';
		position: absolute;
		top: 7px;
		right: 18px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		cursor: pointer;
	}
		.filters .close i {
			color: #fff;
		}

	.filters label {
		margin-bottom: 5px;
		font-family: 'Brown-Regular', Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0.08em;
		color: #fff;
	}

	.filters .form-group {
		position: relative;
		margin-bottom: 20px;
	}
		.filters .form-group input::-webkit-input-placeholder,
		.filters .form-group input::-moz-placeholder,
		.filters .form-group input:-ms-input-placeholder,
		.filters .form-group input:-moz-placeholder {
			opacity: 1;
			color: #808080;
		}

	.filters input.shared-input.input-text {
		width: calc(100% - 40px);
		padding: 0 10px;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 8px;
		background-color: #fff;
		color: #444;
		font-family: 'Brown-Regular', Arial, sans-serif;
		font-size: 16px;
		letter-spacing: 0.08em;
		border: 1px solid #fff;
		box-shadow: none;
	}
		.filters input.shared-input.input-text:active,
		.filters input.shared-input.input-text:focus {
			box-shadow: 0 0 0 0;
			background-color: #fff;
		}

	.filters .date {
		padding: 0;
		border-radius: 4px;
		margin-bottom: 1rem;
	}

	.filters .date-sep p {
		color: #fff;
		text-align: center;
		line-height: 33px;
		font-size: 15px;
		cursor: default;
	}

	.filters input.disabled[type="checkbox"] + label,
	.filters input.disabled[type="checkbox"] {
		display: none;
	}

	.filters input.shared-input.input-date {
		padding: 0;
		margin-right: 0;
		color: #fff;
		border-bottom: none;
		margin-bottom: 0;
		text-align: center;
		background: transparent;
		border: 1px solid #fff;
		outline: 0;
		box-shadow: none;
		font-size: 13px;
		line-height: 12px;
		font-family: 'Brown-Regular', Arial, sans-serif;
		letter-spacing: 0.08em;
		cursor: pointer;
	}

	.filters button.shared-submit {
		width: 40px;
		margin: 0;
		padding: 10px 14px;
		position: absolute;
		right: 0;
		top: 0px;
		background-color: #dac596;
		vertical-align: top;
	}
		.filters button.shared-submit:hover {
			opacity: 0.8;
		}

		.filters button.shared-submit::after {
			display: none;
		}

		.filters button.shared-submit .fa {
			position: relative;
			top: 1px;
			color: #444;
		}

	.filters h3 {
		color: #444;
		font-family: 'Brown-Regular', Arial, sans-serif;
		font-size: 16px;
		letter-spacing: 0.08em;
	}

	.filters a.clear-filters {
		display: block;
		width: 100%;
		padding: 10px 0 8px;
		margin-bottom: 10px;
		font-family: 'Brown-Regular', Arial, sans-serif;
	    font-size: 15px;
	    color: #2f292b;
	    letter-spacing: 0.08em;
		background-color: #dac596;
		text-align: center;
	}
		.filters a.clear-filters:hover {
			opacity: 0.8;
		}

	.filters h4 {
		margin-bottom: 7px;
		padding-bottom: 5px;
		font-family: 'Brown-Regular', Arial, sans-serif;
		font-size: 16px;
		color: #fff;
		cursor: default;
		text-transform: uppercase;
		border-bottom: 1px solid #dac596;
		letter-spacing: 0.08em;
	}

	.filters ul.filter-items {
		padding: 0;
		margin: 0 0 25px;
		list-style: none;
	}
	.filters .daysopen ul.filter-items {
		margin: 0;
	}
	.filters .daysopen .daysopen-filter:last-child ul.filter-items {
		margin-bottom: 25px;
	}
		.filters ul.filter-items > li {
			display: none;
			margin-bottom: 6px;
			position: relative;
			color: #444;
			font-family: 'Brown-Regular', Arial, sans-serif;
			letter-spacing: 0.08em;
			font-size: 14px;
			line-height: 24px;
		}

		.filters ul.filter-items.showmore > li,
		.filters ul.filter-items > li:nth-child(-n+5) {
			display: block;
		}

		.filters ul.filter-items > li > label {
			margin: 0;
			font-family: 'Brown-Regular', Arial, sans-serif;
			letter-spacing: 0.08em;
			font-size: 14px;
			line-height: 20px;
		}

		.filters ul.filter-items > li > a {
			text-align: left;
		}

		.filters ul.filter-items > li .filter-count {
			margin-left: 5px;
			color: #fff;
		}

		.filters ul.filter-items > li.showmore > span {
			display: block;
			font-family: 'Brown-Regular', Arial, sans-serif;
			letter-spacing: 0.08em;
			font-size: 14px;
			color: #fff;
			cursor: pointer;
		}
			.filters ul.filter-items > li.showmore > span:hover {
				text-decoration: underline;
			}

			.filters ul.filter-items > li.showmore > span.less {
				display: none;
			}
				.filters ul.filter-items.showmore > li.showmore > span.less {
					display: block;
				}

				.filters ul.filter-items.showmore > li.showmore > span.more {
					display: none;
				}

			.filters ul.filter-items > li.showmore > span .fa {
				position: relative;
				top: -1px;
				left: 3px;
				font-size: 10px;
			}


.results-wrapper { background-color: #f4f4f4; }

ul.options {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border-top: 1px solid #d8d7d7;
	border-bottom: 1px solid #d8d7d7;
}
	ul.options.ot-only [data-sv-viewby="map"] {
		display: none;
	}

	ul.options > li {
		display: inline-block;
		vertical-align: top;
		opacity: 1;
	}
		ul.options > li.title,
		ul.options > li.sort-title {
			padding: 10px 5px;
			font-family: 'Freight Display W01 Bold', Times, Georgia;
			font-size: 14px;
			line-height: 27px;
			padding-left: 15px;
			letter-spacing: 0.08em;
			color: #444;
			opacity: 1;
		}

		ul.options > li > span {
			display: inline-block;
			position: relative;
			top: 2px;
			left: 2px;
			cursor: default;
		}

		ul.options > li > a {
			display: inline-block;
			padding: 11px 12px 9px;
			font-family: 'Brown-Regular', Arial, sans-serif;
			font-size: 14px;
			line-height: 25px;
			color: #999;
			text-align: center;
			border-bottom: 2px solid transparent;
		}
			ul.options > li > a.selected,
			ul.options > li > a.active,
			ul.options > li > a:hover { 
				color: #1784a1; 
				border-bottom: 2px solid #1784a1;
			}

			ul.options > li > a.view-option.selected,
			ul.options > li > a.view-option.active,
			ul.options > li > a.view-option:hover {
				color: #1784a1;
				border-bottom: 2px solid #1784a1;
			}

ul.mobile-options {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0px;
	list-style: none;
	background-color: #fff;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	text-align: center;
	z-index: 200;
}
	ul.mobile-options > li {
		display: inline-block;
		vertical-align: top;
		border-right: 1px solid #cbcbcb;
		width: 32%;
	}

	ul.mobile-options li.sort-disabled {
		pointer-events: none;
		opacity: 0.5;
	}

	ul.mobile-options > li:last-of-type {
		border-right: 0;
	}
		ul.mobile-options > li > a {
			display: block;
			padding: 11px 10px 8px;
			font-family: 'Brown-Regular', Arial, sans-serif;
			letter-spacing: 0.08em;
			font-size: 14px;
			line-height: 22px;
			color: #111111;
			text-align: center;
			text-transform: uppercase;
		}

	ul.mobile-options li.active > a .fa:not(.fa-search) {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		transform: rotate(180deg);
	}

	ul.mobile-options ul.options {
		border: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	ul.mobile-options .options-dropdown {
		position: absolute;
		left: 0;
		z-index: 10;
		display: none;
	}
		ul.mobile-options > li.active > .options-dropdown {
			display: block;
		}

		ul.mobile-options .options-dropdown.centered {
			width: 100%;
			right: 0;
			left: 0;
		}

		ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
			width: 290px;
			text-align: left;
			border-top: 1px solid #cbcbcb;
		}

		ul.mobile-options > li.active > .options-dropdown > ul.options {
			display: inline-block;
			width: 100%;
			vertical-align: top;
			border-top: 1px solid #cbcbcb;
		}


.shared-map .infoWindow h5 {
	margin: 0;
	font-size: 20px;
	font-family: 'Brown-Regular', Arial, sans-serif;
	letter-spacing: 0.08em;
	line-height: 22px;
	color: #333333;
}
	.shared-map .infoWindow h5 a { 
		font-family: 'Brown-Regular', Arial, sans-serif;
		letter-spacing: 0.08em;
		font-weight: normal;
		color: #333333; 
	}


.shared-map .shared-action-items {
	margin-bottom: 0;
}

.shared-map .infoWindow ul.contactInfo {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
	.shared-map .infoWindow ul.contactInfo > li {
		margin-bottom: 5px;
		font-family: 'Brown-Regular', Arial, sans-serif;
		letter-spacing: 0.08em;
		font-size: 13px;
		line-height: 22px;
		color: #1d1d1d;
	}
		.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
			padding-right: 10px;
		}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
	color: #3fa4ad;
	text-transform: uppercase;
	font-weight: normal;
}

.shared-items-container {
	padding: 20px 0;
	width: 100%;
}

.shared-items {
	margin-bottom: 4px;
}

.shared-items .container {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	flex-direction: row;
	align-content: flex-start;
}

.shared-items .shared-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	border-bottom: 0;
	padding-bottom: 0;
}

.layout-grid .shared-items .shared-item {
	display: flex;
	flex-direction: column;
	max-width: 261px;
	width: 38%;
	margin: 0 10px 20px;
	padding-bottom: 0;
	border-bottom: 0;
}

@media only screen and (max-width: 640px) {
	.layout-grid .shared-items .shared-item {
		width: 100%;
		margin: 0 10px 20px;
	}
}

.layout-list .shared-items .shared-item {
	display: flex;
	width: 95%;
	margin-bottom: 20px;
	padding-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
	.layout-list .shared-items .shared-item {
		width: 75%;
	}
}

.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a {
	width: 100%;
}

.shared-items .shared-item .image-container {
	position: relative;
	margin-bottom: 0;
	overflow: initial;
}
	.layout-map .shared-items .shared-item .image-container {
		border-radius: 0;
	}

	.shared-items .shared-item .image-container a {
		display: inline;
	}
		.shared-items .shared-item .image-container a:hover {
			opacity: 1;
		}

		.shared-items .shared-item .image-container a img {
			width: 100%;
			max-width: 100%;
			height: 100%;
			border: 0 !important;
		}

.shared-items .shared-item .image-container .image-date-block {    
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	text-align: center;
}

.offers .shared-items .shared-item .image-container .image-date-block {
	display: none;
}

.shared-items .shared-item .image-container .image-date-block .inner {
	background: #fff;
	display: inline-block;
	padding: 4px 10px;
	font-family: 'Century Gothic W01 Bold';
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	background: #415573;
}

.layout-list .shared-items .shared-item .image-container .image-date-block {
	bottom: 0px;
}

.layout-map .shared-items .shared-item .image-container .image-date-block {
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	width: auto;
}

.shared-items .shared-item .image-container .image-date-block span {
	display: inline-block;
}

.layout-list .shared-items .shared-item .image-container,
.layout-map .shared-items .shared-item .image-container {
	flex: 1;
}

.layout-list .shared-items .shared-item .image-container img {
	display: block;
	width: 100%;
}

.layout-list .shared-items .shared-item .image-container {
	flex: 1;
}
@media only screen and (min-width: 40.063em) {
	.layout-list .shared-items .shared-item .image-container {
		flex: 3;
	}
}

.layout-map .shared-items .shared-item .image-container {
	overflow: hidden;
}

.layout-map .shared-items .shared-item .image-container img {
	height: 100%;
	width: auto;
	position: absolute;
	max-width: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 40.063em) {
	.layout-list .shared-items .shared-item .image-container {
		overflow: hidden;
	}

	.layout-list .shared-items .shared-item .image-container img {
		height: 100%;
		width: auto;
		position: absolute;
		max-width: none;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.layout-map .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address a {
	color: #415573;
	margin-bottom: 0;
}

.shared-items .shared-item .contents {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: left;
	background-color: #fff;
	height: 100%;
}

.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
	position: relative;
	flex: 2;
	height: auto;
}
@media only screen and (min-width: 40.063em) {
	.layout-list .shared-items .shared-item .contents,
	.layout-map .shared-items .shared-item .contents {
		flex: 3;
	}
	.layout-map .shared-items .shared-item .contents {
		padding-left: 10px;
	}
}

.shared-items .shared-item .contents h2 {
	margin: 0 0 10px 0;
	font-family: 'Freight Display W01 Bold', Times, Georgia;
	font-size: 20px;
	line-height: 20px;
	color: #0087a4;
	letter-spacing: 0.08em;
}
	.shared-items .shared-item .contents h2 > a {
		color: inherit;
		font-family: inherit;
	}

.shared-items .shared-item .contents h3 {
	font-size: 13px;
	font-family: "Brown-Regular", sans-serif;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
	color: #6b6b6b;
}

.shared-items .shared-item .contents .pr-date {
	display: inline-block;
	font-family: "Brown-Regular", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2f292b;
	margin-bottom: 8px;
}

.shared-items .shared-item .contents .contents-top {
	padding: 8px 10px 4px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.shared-items .shared-item .contents .contents-middle {
	margin-top: auto;
	margin-bottom: 0;
}

.shared-items .shared-item .contents .contents-middle .buy-tickets {
	background-color: #008CBA;
	padding: 8px 12px;
	text-align: center;
	align-self: flex-end;
	justify-self: flex-end;
	color: #fff;
}

.shared-items .shared-item .contents .viator-cont {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.shared-items .shared-item .contents .viatorBtn {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 15px 35px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #cc3131;
	font-size: 14px;
}

.shared-items .shared-item .contents .viatorBtn i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.shared-items .shared-item .contents .contents-middle .buy-tickets.no-ticket-url {
	background-color: #6f6f6a;
}

.shared-items .shared-item .contents .contents-middle .buy-tickets a,
.shared-items .shared-item .contents .contents-middle .buy-tickets p {
	color: #fff;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.shared-items .shared-item .contents .contents-bottom {
	margin-top: 0;
	margin-bottom: 0;
}

.shared-items .shared-item .contents .website-link {
	padding-top: 10px;
	font-family: 'Brown-Regular', Arial, sans-serif;
	font-size: 14px;
	color: #cc3131;
	letter-spacing: 0.08em;
}

.shared-items .shared-item .contents .buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.layout-list .shared-items .shared-item .contents .buttons {
		width: 100%;
	}

	.shared-items .shared-item .contents .buttons .btn {
		padding: 6px 15px;
		color: #0087a4;
		text-align: center;
		font-size: 16px;
		font-family: 'Century Gothic W01 Bold', Arial, Helvetica;
		border: 2px solid #0087a4;
	}
		.shared-items .shared-item .contents .buttons .btn:hover {
			opacity: 0.8;
		}

@media only screen and (min-width: 40.063em) {
	.shared-items .shared-item .contents .buttons .btn {
		width: 48%;
		margin: 0;
	}

	.layout-list .shared-items .shared-item .image-container {
		flex: 2;
	}

	.layout-list .shared-items .shared-item .contents {
		padding-left: 10px;
	}
}

.shared-items .shared-item .content-block,
.shared-items .shared-item .content-mid {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.shared-items .shared-item ul.content-details {
	margin: 0;
	margin-left: 1px;
	list-style: none;
	max-width: 80%;
}
	.shared-items .shared-item ul.content-details.inline-details {
		display: flex;
		height: 100%;
		justify-content: space-between;
	}

/*
	.shared-items .shared-item ul.content-details:last-of-type {
		margin-top: auto;
	}
*/

	.shared-items .shared-item ul.content-details > li {
		margin-bottom: 7px;
		position: relative;
	}
		.shared-items .shared-item ul.content-details > li {
			padding-left: 25px;
			font-family: 'Brown-Regular', Arial, sans-serif;
			font-size: 14px;
			line-height: 1.5;
			color: #2f292b;
			letter-spacing: 0.08em;
		}

		.shared-items .shared-item ul.content-details > li a,
		.shared-items .shared-item ul.content-details > li span {
			display: inline-block;
			font-family: inherit;
			color: inherit;
			line-height: inherit;
		}
			.shared-items .shared-item ul.content-details > li span {
				cursor: default;
			}

		.shared-items .shared-item ul.content-details > li.categories a {
			color: #0087a4;
		}

		.shared-items .shared-item ul.content-details.inline-details li:last-of-type {
			padding-left: 0;
		}

		.shared-items .shared-item ul.content-details > li.quickview {
			margin-bottom: 0;
		}
			.shared-items .shared-item ul.content-details > li.quickview a {
				color: #0087a4;
			}
		.shared-items .shared-item .general-bookingurl {
			margin: -5px -10px 5px;
		}
		.shared-items .shared-item .general-bookingurl > a {
			display: block;
			padding: 8px 10px 5px;
			text-align: center;
			color: white;
			font-size: 12px;
			font-family: 'Brown-Regular', Arial, sans-serif;
			line-height: 1;
			text-transform: uppercase;
			background: #1784A1;
		}
		.layout-list .shared-items .shared-item .general-bookingurl {
			margin-top: 0;
			margin-left: 0px;
		}
		.layout-list .shared-items .shared-item .general-bookingurl > a {
			display: inline-block;
		}
		.shared-items .shared-item ul.content-details > li::before {
			display: inline-block;
			position: absolute;
			left: 0;
			font-family: 'FontAwesome';
			color: #2f292b;
		}
			.shared-items .shared-item ul.content-details > li.distance::before {
				top: 3px;
				content: '\f1ba';
				font-size: 13px;
			}
			.shared-items .shared-item ul.content-details > li.address::before {
				top: -1px;
				left: 2px;
				content: '\f041';
			}
			.shared-items .shared-item ul.content-details > li.neighborhood::before {
				left: -1px;
				content: '\f278';
			}
			.shared-items .shared-item ul.content-details > li.categories::before {
				width: 19px;
				height: 13px;
				left: -1px;
				top: 3px;
				content: '';
				background-image: url('/includes/public/assets/images/icons/tag_icon.png');
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
			}
			.shared-items .shared-item ul.content-details > li.phone::before {
				content: '\f095';
			}
			.shared-items .shared-item ul.content-details > li.quickview::before {
				top: -1px;
				left: -1px;
				color: #0087a4;
				content: '\f06e';
			}
			.shared-items .shared-item ul.content-details > li.dates::before {
				top: 0px;
				content: '\f073';
				font-size: 14px;
				line-height: 21px;
			}

.shared-items .shared-item ul.content-details > li.categories {
	display: none;
}

@media only screen and (min-width: 64.063em) {
	.shared-items .shared-item ul.content-details > li.categories {
		display: block;
	}
}

.shared-items .shared-item .contents .wwoz-logo,
.shared-items .shared-item .contents .small-logo {
	display: inline-block;
	align-self: end;
	/* position: absolute;
	bottom: 2px;
	right: 0; */
}
	.shared-items .shared-item .contents .wwoz-logo img {
		width: 36px;
		height: 31px;
	}
	
	.shared-items .shared-item .contents .small-logo {
		width: 36px;
	}

@media only screen and (min-width: 40.063em) {
	.shared-items .shared-item .contents .wwoz-logo {
		/* bottom: 38px; */
	}
		.shared-items .shared-item .contents .wwoz-logo img {
			width: 50px;
			height: 42px;
		}
		
		.shared-items .shared-item .contents .small-logo {
			width: 50px;
		}
}

.listings-wrapper .image-options {
	width: 100%;
	position: absolute;
	top: 5px;
	right: 0;
	left: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media only screen and (min-width: 40.063em) {
	.listings-wrapper .image-options {
		padding: 0 5px;
	}
}
	.listings-wrapper .image-options .opt {
		display: inline-block;
		margin-bottom: 5px;
		padding: 5px 10px 4px;
		background-color: rgba(0, 0, 0, 0.1);
		color: #fff;
		font-family: 'Brown-Regular', Arial, sans-serif;
		letter-spacing: 0.08em;
		font-size: 13px;
		text-transform: uppercase;
		z-index: 2;
	}
		.listings-wrapper .image-options .opt:first-child {
			background-color: rgba(0, 0, 0, 0.5);
		}

		.listings-wrapper .image-options .opt:nth-child(1n+2) {
			background-color: rgba(0, 0, 0, 0.5);
		}


.shared-items .shared-item .contents-bottom {
	padding: 5px 10px;
	background-color: #fff;
	border-top: 1px solid #d8d7d7;
}
	.layout-list .shared-items .shared-item .contents-bottom {
		border-top: 0;
		padding-top: 0;
	}

	.layout-list .shared-items .shared-item .contents-bottom .inline-details {
		flex-direction: row;
	}

	.shared-items .shared-item .contents-bottom .inline-details li {
		margin-bottom: 0;
	}
		.shared-items .shared-item .contents-bottom .inline-details li:last-of-type {
			margin-top: auto;
			text-align: right;
		}

/* Pagination */
.layout-map .pagination {
	display: none;
}

.pagination-container.top-container {
	margin-bottom: 0px;
}
	.pagination-container.top-container .pager {
		display: none;
	}

.pagination .total {
	font-size: 14px;
	line-height: 27px;
}
	.pagination .total b {
		font-family: 'Brown-Regular', Arial, sans-serif;
	}

.pagination .pager {
	text-align: center;
}
	.pagination .pager ul {
		margin: 0;
		padding: 0;
		list-style: none;
		cursor: default;
	}
		.pagination .pager ul > li {
			display: inline-block;
			font-family: 'Brown-Regular', Arial, sans-serif;
			letter-spacing: 0.08em;
			font-size: 14px;
			color: #444;
			cursor: default;
		}
			.pagination .pager ul > li > a {
				display: inline-block;
				padding: 5px 10px;
				color: #1784a1;
			}
				.pagination .pager ul > li > a.disabled {
					color: #1d1d1d;
					opacity: 0.3;
					cursor: default;
				}

				.pagination .pager ul > li > a .fa {
					position: relative;
					top: 3px;
					font-size: 24px;
					line-height: 0;
				}


.overlay {
	display: none;
	width: 100%;
	height: calc(100% - 43px);
	position: absolute;
	top: 43px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 5;
}
	.overlay.active {
		display: block;
	}


.listings-bottom {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
	.listings-bottom .gap-column {
		display: block;
	}

	.listings-bottom > .row > div {
		line-height: 27px;
		padding: 10px 0px;
		vertical-align: middle;
	}

.back-to-btn {
	margin-top: 10px;
	font-family: 'Brown-Regular', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.08em;
	color: #444;
	text-align: center;
	cursor: pointer;
}


@media only screen and (min-width: 64.063em) {
	.layout-list .shared-items .shared-item .contents {
		flex : 5;
		padding-left: 15px
	}
		.layout-list .shared-items .shared-item .contents h2 {
			font-size: 20px;
			line-height: 24px;
		}

	ul.options {
		display: block;
		text-align: center;
	}
		ul.options li.sort-disabled {
			pointer-events: none;
			opacity: 0.5;
		}

		ul.options > li.sort-title,
		ul.options > li.pagination {
			padding-left: 50px;
		}

	.results-wrapper {
		margin-left: 300px;
	}
		.hide-filters .results-wrapper {
			margin-left: 0;
		}

	.results .spacer {
		display: block;
		width: 100%;
		height: 20px;
	}

	.mobile-options {
		display: none;
	}

	.filters-wrapper {
		display: block;
	}

	.filters h4 {
		margin-top: 0px;
	}

	.filters a.clear-filters {
		margin-top: 30px;
	}

	.filters .close {
		display: none;
	}

	.layout-list .shared-items .shared-item .contents .actions {
		display: block;
	}

	.overlay.active {
		display: none;
	}

	.pagination-container.top-container {
		position: relative;
		top: 14px;
	}
		.pagination-container.top-container .pager {
			display: block;
		}
}

@media only screen and (max-width: 64em) {
	.layout-list .shared-items .shared-item .contents .address {
		margin-bottom: 0;
	}

	.layout-list .shared-items .shared-item .contents .actions .qv-btn {
		position: relative;
		left: 0;
		bottom: 0;
	}

	ul.options > li.sort-option > span {
		display: none;
	}

	ul.options > li.title {
		display: none;
	}
}

.shared-map-container {
	display: none;
}
	.layout-map .shared-map-container {
		position: relative;
		display: block;
	}

	.layout-map .shared-items .container {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: calc(100% - 139px);
	}

	.layout-map .shared-items-container {
		display: none;
	}

@media (max-width: 1025px) {
	.layout-map .shared-items .container {
		height: calc(100% - 132px);
	}
}

@media (max-width: 640px) {
	.layout-map .shared-items .container {
		height: calc(100% - 127px);
	}
}

.shared-map .gMapContainer,
.shared-map .gMapHolder {
	width: 100%;
	min-height: calc(100vh - 47px);
}

.shared-map-container .item-list-header {
	padding: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
}
	.shared-map-container .item-list-header h3 {
		margin: 0;
		font-family: 'Freight Display W01 Bold', Times, Georgia;
		font-weight: normal;
		font-size: 18px;
		line-height: 14px;
		color: #444;
		cursor: default;
	}

	.shared-map-container .item-list-header .map-counter {
		display: inline-block;
		font-family: 'Freight Display W01 Bold', Times, Georgia;
		font-size: 13px;
		line-height: 14px;
		text-align: right;
		color: #444;
		cursor: default;
		flex: 2;
	}

.shared-map-container .shared-items {
	width: 100%;
	max-width: 350px;
	height: 83px;
	margin: 15px;
	position: absolute;
	left: 0;
	bottom: auto;
	z-index: 90;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	overflow: hidden;
	transition: all ease .5s;
}
	.shared-map-container .shared-items.open {
		height: calc(100% - 30px);
	}

.shared-map-container .shared-items .map-bottom {
	display: block;
	transition: all ease .5s;
}
	.shared-map-container .shared-items.open .map-bottom {
		height: 99%;
		transition: all ease 1.5s;
	}

@media (min-width: 64.063em) {
	.shared-map-container .shared-items.open .map-bottom {
		height: 100%;
	}
}

.shared-map-container .result-trigger {
	background: #e9d9b0;
	padding: 10px;
	color: #444;
	cursor: pointer;
	text-align: center;
	font-family: 'Brown-Regular', Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 0.08em;
}
	.shared-map-container .result-trigger .collapse {
		display: none;
	}

	.shared-map-container .result-trigger .expand,
	.shared-map-container .shared-items.open .result-trigger .collapse {
		display: inline-block;
	}

	.shared-map-container .shared-items.open .result-trigger .expand {
		display: none;
	}

.shared-map-container .shared-items .shared-item {
	box-shadow: none !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #e3e3e3;
	display: flex;
	min-height: 82px;
	align-items: flex-start;
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.shared-map-container .shared-items {
		max-width: 250px;
	}
}

.shared-map-container .shared-items .buttons {
	display: flex;
	justify-content: space-evenly;
	padding: 16px 0;
	border-top: 1px solid #ccc;
}
	.shared-map-container .shared-items .buttons button {
		display: block;
		background-color: #e9d9b0;
		font-family: 'Brown-Regular', Arial, sans-serif;
		letter-spacing: 0.08em;
		color: #444;
		text-align: center;
		padding: 3px 40px 1px;
	}
		.shared-map-container .shared-items .buttons button::after {
			display: none;
		}
		.shared-map-container .shared-items .buttons button:not(.disabled):hover {
			opacity: 0.8;
		}

@media (max-width: 1025px) {
	.shared-map-container .shared-items .buttons { padding: 15px 30px; }
	.shared-map-container .shared-items .buttons button { padding: 3px 25px 0px; }
}

.shared-map-container .shared-items li {
	padding-bottom: 0 !important;
}

.shared-map-container [data-sv-open-map] {
	display: inherit;
}

.trip-builder {
	display: none;
}
@media only screen and (min-width: 64.063em) {
	.trip-builder {
		display: block;
	}	
}
	.trip-builder a {
		display: block;
		font-family: 'Brown-Regular', Arial, sans-serif;
		font-size: 14px;
		line-height: 1.8;
		color: #2f292b;
		letter-spacing: 0.08em;
	}
		.trip-builder a .fa {
			padding-right: 2px;
		}


/* ======== COOLINARY LAYOUT PRO ======== */
.coolinary-type .filters {
	background-color: #231f20;
}

.coolinary-type .filters h4 {
	color: #f7a81b;
}

.coolinary-type .filters button.shared-submit,
.coolinary-type .filters a.clear-filters {
	background-color: #0087a4;
	color: #fff;
	transition: all ease .5s;
}

.coolinary-type .filters button.shared-submit .fa {
	color: #fff;
}
.coolinary-type .shared-items-container .shared-item .trip-builder {
	display: none;
}