.layoutjs {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin: 60px 0px;
}
.layoutjs:before {
    background-image: url(../png/grapevine.png);
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    top: -36px;
    max-width: 621px;
}
.layoutjs.isMobile:before {
	top: 261px;
	left: 50%;
    transform: translateX(-50%);
}
.layoutjs .layout-map-container {
	width: 100%; 
}

.layoutjs .layout {
	width: 100%;
	position: relative;
}

/* filters & sort */

.layoutjs .settings {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 38px;
	border-bottom: 1px solid #ccc;
	padding: 15px 16px;
	border-top: 1px solid #ccc;
	position: relative;
	padding-left: 14.3%;
}
.layoutjs .settings:after {
	content: '';
	background: #e3c893;
	width: 14px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: -2px;
	}

.layoutjs .settings:before {
    content: '';
    background: #e3c893;
    width: 122px;
    height: 5px;
    position: absolute;
    left: 0px;
    bottom: -4px;
    border-radius: 36px;
}
.layoutjs.isMobile .settings:after,
.layoutjs.isMobile .settings:before {
    content: none;
}
.layoutjs .filterPane .filter[data-type=checkbox] li label {
    color: #303030;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 18px;
}

.layoutjs .settings li {
    margin-right: 21px;
}
.layoutjs.isMobile .settings {
	font-size: 20px;
	justify-content: space-between;
    background: #fff;
    border: none;
	padding: 2px 12px;
	margin-bottom: 16px;
	box-shadow: 2px 7px 10px 1px rgba(0,0,0,0.1);
	margin: 0 20px 20px 20px;
}

.layoutjs .settings > div {
    border-right: 1px solid #CCC;
    margin-right: 28px;
    display: inline-block;
    padding-right: 29px;
}
.layoutjs .settings > div:nth-of-type(2) {
    margin-right: 29px;
    padding-right: 8px;
}
.layoutjs.isMobile .settings > div {
	margin-right: 0px;
	border-right: 0px;
	text-align: center;
	padding: 0px;
}
.layoutjs .settings .map-btn i {
    font-size: 17px;
}
.layoutjs .settings > div:last-child {
	border-right: 0px;
	margin-right: 0px;
}

.layoutjs .settings .highlight {
	border-bottom: 2px solid #5d707e;
}

.layoutjs.isMobile .settings .highlight {
	border-bottom: 0px;
	font-family: ‘poynter-oldstyle-text’, serif;
    font-size: 12.98px;
	text-transform: uppercase;
	margin: 0px;
}

.layoutjs .settings .highlight a {
	color: #5d707e;
}
.layoutjs.isMobile .settings .highlight a {
	color: #303030;
	font-size: 12.98px;
	letter-spacing: 2px;
}

.layoutjs ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

.layoutjs .settings .map-btn {
	cursor: pointer;
	font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 18px;
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.layoutjs .settings .settings-label {
	display: inline-block;
	color: #303030;
	font-size: 18px;
	line-height: 26px;
	font-family: ‘poynter-oldstyle-text’, serif;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	font-weight: 500;
	padding-right: 11px;
}

.layoutjs .settings ul {
	display: inline-block;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: inherit;
	line-height: 1.5;
}

.layoutjs .settings li, .layoutjs .settings li a {
	display: inline-block;
	font-family: "mr-eaves-xl-modern", sans-serif;
	color: #525252;
	font-size: 18px;
}
.layoutjs .settings li a i {
    font-size: 16px;
}
.layoutjs.isMobile .filterPane { display: none; }

.layoutjs .filterPane {
	position: relative;
	width: 250px;
	min-width: 250px;
	padding: 0 15px;
}

.layoutjs.isMobile .filterPane.mobileFilterActive {
	display: block;
	position: fixed;
	z-index: 12;
	background-color: #FFF;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	width: 100%;
	padding: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-y: auto;
}


.layoutjs.isMobile .filterPane .fa-spin {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.layoutjs.isMobile .mobileHeader {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.layoutjs.isMobile .mobileTitle {
	flex: 1;
	text-align: center;
}

.layoutjs.isMobile .mobileHeader button {
	margin-bottom: 0px;
	padding: 10px 20px; 
	background: #7a4850;
}

.layoutjs.isMobile .mobileHeader .resetButton {
	background-color: #999;
}

.layoutjs.isMobile .filterPane .sort {
	margin-bottom: 10px;
}

.layoutjs.isMobile .filterPane .sort li {
	display: inline-block;
	margin-right: 10px;
}
.layoutjs.isMobile .filterPane .sort li a {
	color: #5d707e;
}

.layoutjs .filterPane .filter {
    margin-bottom: 10px;
}

.layoutjs .filterPane .filter[data-type="keyword"] {
	 /* Avoid any ancestor element with overflow property except "overflow: visible" */
	top: 0;
	z-index: 1;
}

.layoutjs.isMobile .filterPane .filter[data-type="keyword"],
.layoutjs.isMobile .filterPane .filter .filterLabel {
	position: initial;
}

.layoutjs .filterPane .filter[data-type="keyword"]:not(:root:root) {/* safari only */
	position: relative;
}

.layoutjs .filterPane .filter .keyword {
	padding: 20px 0 15px;
	z-index: 1;
}

.layoutjs .filterPane .filter .keyword .keyword-input {
	display: flex;
}

.layoutjs .filterPane .filter[data-type="keyword"] .filterLabel {
	 /* Avoid any ancestor element with overflow property except "overflow: visible" */
	 top: 0;
	 font-family: "mr-eaves-xl-modern", sans-serif;
	 text-transform: uppercase;
	 color: #303030;
	 font-size: 19px;
	 margin-bottom: 3px;
	 letter-spacing: 1.5px;
}


.layoutjs .filterPane .filter[data-type=keyword] input {
	margin: 0;
	height: 44px;
}

.layoutjs .filterPane .filter[data-type=keyword] button {
	width: 82px;
	height: 44px;
	margin: 0;
	padding: 0;
	background: #7a4850;
}

.layoutjs .filterPane .filter > fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.layoutjs .filterPane .filter[data-type="checkbox"] .filterLabel {
	padding: 5px 0;
	
	 /* Avoid any ancestor element with overflow property except "overflow: visible" */
	z-index: 0;
	margin: 0;
	background: transparent;
	font-family: ‘poynter-oldstyle-text’, serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #303030;
	font-weight: 500;
	margin-bottom: 12px;
}

.layoutjs .filterPane .filter[data-type=toggle] .form-label {
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #222;
}

.layoutjs .filterPane .filter[data-type="checkbox"] .filterLabel:not(:root:root) {/* Safari only */
	top: 0;
}

.layoutjs .filterPane .filter[data-type=daterange] button span { pointer-events: none; }

.layoutjs .filterPane .filter[data-type=checkbox] li {
	display: flex;
	align-items: baseline;
	position: relative;
	margin-left: 17px;
	margin-bottom: 1px;
	cursor: pointer;
}

.layoutjs .filterPane .filter[data-type=checkbox] input {
	margin-bottom: 0px;
}

.layoutjs .filter[data-type=checkbox] .custom-checkbox {
	display: block;
	position: absolute;
	top: 4px;
	left: -17px;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #303030;
	color: #303030;
	border-radius: 2px;
	font-size: 8px;
}

.layoutjs input[type="checkbox"]:focus + label .custom-checkbox {
	outline: 1px dashed #303030;
}

.layoutjs input[type="checkbox"] + label .custom-checkbox i {
	opacity: 0;
}
.layoutjs input[type="checkbox"]:checked + label .custom-checkbox i {
	opacity: 1;
	font-size: 10px;
    position: relative;
}
.layoutjs .filterPane .filter[data-type=toggle] .toggle .toggle-decorator {
	position: relative;
	display: block;
	padding: 2px;
	width: 4em;
	height: calc(2em + 4px);
	border-radius: 2em;
	border: 2px solid #a8a8a8;
	background-color: #a8a8a8;
	transition: all .4s ease;
	outline: 0;
	cursor: pointer;
	user-select: none;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle input:checked + .toggle-decorator {
	border: 2px solid #008CBA;
	background-color: #008CBA;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle input:focus + .toggle-decorator {
	border: 2px solid #222;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle .toggle-decorator::after {
	content: "";
	position: relative;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	font-size: 0.7em;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	background-color: #fff;
	transition: all .2s ease;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle .toggle-decorator.has-label::after {
	content: attr(data-label);
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle input:checked + .toggle-decorator::after {
	left: 50%;
}

/* Datepicker */
/* Daterange / foundation override */
.layoutjs.isMobile .filterPane.mobileFilterActive .asd__wrapper--full-screen {
	overflow-y: auto;
}

.layoutjs.isMobile .filterPane.mobileFilterActive .asd__mobile-close {
	display: none;
}

.datepicker-trigger { margin: 0; }

/* fixes MS Edge bug (#8295099) "pointer-events: none; on spans don't work" */
.datepicker-trigger > span { display: inline-block; }

.asd__month table {
	background: inherit;
	margin-bottom: auto;
	border: none;
}

.asd__month table tr.even,
.asd__month table tr.alt,
.asd__month table tr:nth-of-type(even) {
	background: inherit;
}

.asd__day--disabled button,
.asd__day--empty button { background-color: #fff; }

.asd__wrapper button{
	font-family: inherit;
	margin: auto;
	background-color: inherit;
	border-color: inherit;
	color : inherit;
	font-family: "mr-eaves-xl-modern", sans-serif;
}

.asd__action-buttons button { 
	outline: none;
}

.asd__wrapper button:hover, 
.asd__wrapper button:focus, 
.asd__wrapper .button:hover, 
.asd__wrapper .button:focus{
	color: inherit;
	background-color: transparent;
}

.asd__month button { line-height: inherit; }

/* Datepicker Quick Links styles */
.layoutjs .quicklinks {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	margin-top: 12px;
}
.layoutjs .rss-link a {
    color: #7a4850;
}
.layoutjs .quicklinks button {
	margin: 0;
	padding: 0;
	background-color: inherit;
	color: inherit;
	text-transform: uppercase;
    letter-spacing: 1px;
    color: #303030;
}
button.highlight {
    text-decoration: underline;
}
/* Datepicker inline mode (Calendar is always open) styles */
.layoutjs .datepicker-cont { max-width:220px; }
.layoutjs  .filterLabel,
.layoutjs .datepicker-cont span.filterLabel {
    padding: 5px 0;
    z-index: 0;
    margin: 0;
    background: transparent;
    font-family: ‘poynter-oldstyle-text’, serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 12px;
}
.layoutjs div#datepicker-trigger span {
    color: #525252;
    text-align: center;
    display: block;
    font-family: ‘poynter-oldstyle-text’, serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #303030;
    margin-bottom: 12px;
}
.layoutjs  li.distance {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin: 5px 0px;
}
.layoutjs.isMobile  li.distance {
    font-size: 14px;
}
.layoutjs ul.info-list li.recurrence {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    /* margin-bottom: 8px; */
	line-height: 1;
    margin-bottom: 3px;
}
.layoutjs .asd__wrapper {
	margin: 0 auto;
	border: none;
	max-width: 220px;
}

.layoutjs.isMobile .filterPane.mobileFilterActive .asd__wrapper--full-screen { position: relative;}

.layoutjs .asd__wrapper .asd__inner-wrapper { margin-left: -220px !important; }

.layoutjs .asd__change-month-button { padding: 0; }

.layoutjs .asd__days-legend {
	padding: 0;
	max-width: 220px;
}

.layoutjs .asd__month {
	padding: 15px 0 0;
	max-width: 220px;
}

.layoutjs .asd__month-name {
	font-size: 1.1em;
	margin: 0 0 40px;
	color: #303030;
    font-family: ‘poynter-oldstyle-text’, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.layoutjs .asd__day {
	line-height: 30px;
	height: 30px;
}

/* items */
.layoutjs .no-results {
	margin-top: 80px;
	text-align: center;
}

.layoutjs .content {
	/* width: 100%; */
	margin: 0 40px;
	margin-bottom: 23px;
}

.layoutjs .content.grid {
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
}

.layoutjs .content.grid .item {
	flex: 0 0 30%;
	margin-bottom: 10px;
	display: flex;
    flex-direction: column;
}

.layoutjs .content .item {
	position: relative;
	background: #fff;
	box-shadow: 2px 6px 10px rgba(0,0,0,0.1);
}
.layoutjs .content.grid button[data-quickview-button]{
	background-color: transparent;
	color: #824550;
	padding: 0;
	margin: 0;
	text-align: right;
	position: absolute;
	right: 12px;
	bottom: 6px;
}

.layoutjs .content.list button[data-quickview-button]{
	background-color: transparent;
	color: #824550;
	padding: 0;
	margin: 0;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 15px;
}

@media(min-width: 64em) {
.layoutjs .content.list button[data-quickview-button]{
	background-color: transparent;
	color: #824550;
	padding: 0;
	margin: 0;
	text-align: right;
	position: absolute;
	bottom: 12px;
	left: 15px;
	right: unset;
	}
}
.layoutjs .content.list .item {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.layoutjs.isMobile .content.list .item {
	margin-bottom: 0px;
	padding-bottom: 3px;
	box-shadow: none;
}
.layoutjs .content .item .image {
	text-align: center;
	-ms-flex: 0 0 auto;
}

.layoutjs .content.grid .item .image img {
	width: 100%;
}

.layoutjs .content.list .item .image {
	width: 200px;
	min-width: 200px;
}

.layoutjs .content .item .image a {
	position: relative;
	display: block;
}

.layoutjs .content .item .image .featured {
	position: absolute;
	top: 0;
	left: 0;
	background: #009fc3;
	color: #FFF;
	padding: 0 5px;
	font-size: 12px;
}

.layoutjs .content .item .tripbuilder{
	position: absolute;
	top: 0;
	right: 0;
}

.layoutjs .content .item .tripbuilder a{
	font-size: 26px;
	position: relative;
	font-family: 'Font Awesome 5 Free';
	width: 32px;
}

/* FontAwesome Heart solid */
.layoutjs .content .item .tripbuilder .addTrip:before{
	content: "\f004";
	font-weight: 900;
	color: #000;
	opacity: 0.5;
}

/* FontAwesome Heart outline */
.layoutjs .content .item .tripbuilder .addTrip:after{
	content: "\f004";
	font-weight: 400;
	color: #fff;
	position: absolute;
	right: 0;
	width: 32px;
}

.layoutjs .content .item .tripbuilder .removeTrip:before{
	content: "\f004";
	font-weight: 900;
	color: #d42727
}

.layoutjs .content .item .mini-date-container {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 5px;
    left: 15px;
    display: flex;
    flex-direction: column;
    font-family: ‘poynter-oldstyle-text’, serif;
    justify-content: center;
    align-items: center;
}
.layoutjs.isMobile .content .item .mini-date-container {
    top: 5px;
    left: 5px;
}
.layoutjs .content .item span.month {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.layoutjs .content .item span.day {
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
}
.layoutjs.isMobile .content .item span.day {
    font-size: 27px;
}
.layoutjs .content .item .info {
	padding: 11px 20px 15px 20px;
	word-break: break-word;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.layoutjs .content.list .item .info {
	padding: 10px 14px;
	height: auto;
	width: 100%;
	position: relative;
}

.layoutjs .content .item .info h4 { margin-bottom: 3px; }

.layoutjs .content .item .info h4 .title{line-height: 1.2; font-size: 20px;font-family: ‘poynter-oldstyle-text’, serif;color: #303030;text-transform: uppercase;letter-spacing: 1px;font-weight: 500;}

.layoutjs .content .item .info-list {
	list-style: none;
	margin: 0;
	font-size: 12px;
	color: #666;
}

.layoutjs .content .item .actions{ margin-top: auto; }

.layoutjs .content .item .actions .actionButton{
	margin-top: 5px;
	background-color: #008CBA;
	color: #fff;
	padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
}

.layoutjs .content .item .actions .buttonAdditional{
	font-size: 12px;
}

.layoutjs .content .fa-spinner {
	position: absolute;
	top: 250px;
	left: calc(50% - 30px);
}

.layoutjs.isMobile .content .fa-spinner {
	top: 200px;
}

.layoutjs.isMobile .content {
	flex-flow: column;
	margin: 0 20px;
}

.layoutjs.isMobile .content.list .item .image {
	width: 95px;
	min-width: 95px;
}

.layoutjs .content .item .tripbuilder a { font-size: 22px; }

.layoutjs.isMobile .content .item .info h4 .title { font-size: 14px; }

.layoutjs.isMobile .content .item .mini-date-container { font-size: 12px; }

@supports (display: grid) {
	.layoutjs .content.grid {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
	
	.layoutjs .content.grid .item {
		margin-bottom: 0px;
	}
}



/* map */
.layoutjs .layout-container {
	width: 100%; 
	flex: 1;
}

.layoutjs .layout-container .content-map-wrapper { display: flex; }

.layoutjs .layout-container .map { width: 100%; }

.layoutjs .layout-container .map .gMapHolder { 
	height: auto; 
	height: 100vh;
	min-height: 500px; 
}

.layoutjs .layout-container.map-open .layout { flex: 3 }

.layoutjs .layout-container.map-open .map {
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	flex: 2;
	top: 0;
	height: 100vh;
}

@media screen and (min-width: 64em) {
	.layoutjs .layout-container .map .gMapHolder{ height: 100vh; }
}



.layoutjs .settings li.map-btn {
	padding: 0 30px;
	margin: 0;
	border-left: 1px solid #CCC;
}

.layoutjs .settings li.map-btn button {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 33px;
	font-size: 22px;
}

.layoutjs .content .item.active { outline: 5px solid #008CBA; }

.infoWindow.core-styles h5 a {
    text-decoration: none;
    font-size: 20px;
}

/* pager */

.layoutjs .pager {
	margin-bottom: 10px;
	text-align: right;
	padding: 0 60px;
}

.layoutjs .pager li {
	display: inline-block;
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 16px;
	color: #000;
	vertical-align: middle;
}
.layoutjs .pager li.info {
    padding: 0 23px;
}

.layoutjs .pager li i {
    font-size: 22px;
    color: #000;
}
.layoutjs.isMobile .pager {
	text-align: center;
	background: #fff;
    margin: 0 20px;
    padding: 23px 0px;
}

/* facility search/compare */
.layoutjs .compare {
	position: relative;
}

.layoutjs .compare .compare-toggle {
	position: relative;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
	font-size: 22px;
	color: #222;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
}

.layoutjs .compare .compare-toggle.badged::after {
	content: attr(data-count);
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: 600;
	color: red;
	border-radius: 4px;
	background-color: #ffb4b4;
	transform: translateX(25%);
}

.layoutjs .compare .compare-toggle[disabled] {
	color: #999;
	pointer-events: none;
}

.layoutjs .compare .compare-toggle:hover,
.layoutjs .compare .compare-toggle:focus {
	background-color: whitesmoke;
}

.layoutjs .compare .compare-toggle.open {
	color: hsl(210, 100%, 52%);
}

.layoutjs .compare .compare-click-outside {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.layoutjs .click-to-compare-menu {
	position: absolute;
	z-index: 10;
	top: calc(100% + 20px);
	right: 0;
	margin-bottom: 32px;
	padding-top: 16px;
	width: 100vw;
	max-width: 288px;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #fff;
	overflow: hidden;
}

@media (min-width: 40em) {
	.layoutjs .click-to-compare-menu {
		max-width: 420px;
	}	
}

.layoutjs .click-to-compare-menu > * {
	display: block;
	margin: 0;
	padding: 0 24px;
}

.layoutjs .click-to-compare-menu .compare-title {
	margin-bottom: 12px;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.1;
}

.layoutjs .click-to-compare-menu .compare-actions {
	display: flex;
	justify-content: flex-end;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: whitesmoke;
}

.layoutjs .click-to-compare-menu .compare-clear {
	margin: 0;
	margin-right: 24px;
	padding: 0;
	background: transparent;
	color: #203f99;
	transition: none;
}

.layoutjs .click-to-compare-menu .compare-link {
	padding:  8px 24px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #0b205e;
	background-color: #203f99;
}

.layoutjs .click-to-compare-menu .compare-chits {
	margin-bottom: 12px;
	padding: 0 12px;
}

.layoutjs .click-to-compare-menu .compare-chit {
	display: flex;
	align-items: baseline;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 8px;
    padding: 8px 14px;
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
    color: #222;
    border-radius: 4px;
    border: none;
    background-color: transparent;
}

.layoutjs .click-to-compare-menu .compare-chit:hover {
    background-color: whitesmoke;
}

.layoutjs .click-to-compare-menu .compare-chit .fa {
	display: block;
	margin-left: 24px;
    color: hsl(225, 6%, 51%);
}

.layoutjs .click-to-compare {
	display: flex;
	align-items: baseline;
	margin: 0;
	margin-left: -8px;
	padding: 5px 8px;
	font-size: 0.9rem;
	color: #222;
	text-align: left;
	border-radius: 6px;
	background-color: transparent;
}

.layoutjs .click-to-compare .fas {
	margin-right: 8px;
	font-size: 1rem;
	color: hsl(225, 6%, 51%);
}

.layoutjs .click-to-compare.compare-remove .fas {
	color: hsl(210, 100%, 52%);
}

.layoutjs .click-to-compare:hover,
.layoutjs .click-to-compare:focus {
	background-color: whitesmoke;
}

.layoutjs .truncate {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 6px;
}
.layoutjs .truncate a {
	color: #000000;
}
.layoutjs .truncate i {
    font-size: 15px;
    margin-right: 7px;
}
.layoutjs.isMobile .truncate {
	font-size: 12px;
}
.layoutjs.isMobile .truncate i {
    font-size: 15px;
    margin-right: 7px;
}
.layoutjs .filterPane.stickyContainer {
	top: 0;
	width: 300px;
	padding: 72px 31px 30px 30px;
	overflow: auto;
}

.layoutjs .filterPane .btn-bg {
	 /* Avoid any ancestor element with overflow property except "overflow: visible" */
	 bottom: 0;
	 padding: 0;
	 background: transparent;
}

.layoutjs .filterPane .btn-bg button {
	margin: 0;
	background: #824550;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "caslons-egyptian", sans-serif;
	padding: 12px 46px;
}



.layoutjs .filterPane .filter[data-type=checkbox] .expander {
	cursor: pointer;
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 16px;
	color: #303030;
	margin: 14px 0px 19px 0px;
}

.layoutjs .filterPane .filter[data-type=checkbox] .expander i {
    margin-left: 3px;
}
.layoutjs .settings-mobile {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	font-size: 25px;
}

.layoutjs .settings-mobile .filter-mobile,
.layoutjs .settings-mobile .view-mobile {
	width: 50%;
	text-align: center;
}

.layoutjs .settings-mobile .view-mobile .active {
	display: none;
} 

.layoutjs .filterPane .view-results {
	position: fixed;
	bottom: 30px;
	right: 40px;
	width: 145px;
	font-size: 25px
}

/* Two-Stage Filter Styles */
.layoutjs [data-type="twostage"] .stage-one {
	display: flex;
	justify-content: space-between;
	margin: 0;
	margin-bottom: 3px;
	padding: 6px;
	width: 100%;
	text-align: left;
	color: inherit;
	background: transparent;
}

.layoutjs [data-type="twostage"] .stage-one[disabled] {
	pointer-events: none;
	cursor: default;
	opacity: 0.7;
}

.layoutjs [data-type="twostage"] .stage-one.locked {
	pointer-events: none;
}

.layoutjs [data-type="twostage"] .stage-one i {
	margin-left: 12px;
}

.layoutjs [data-type="twostage"] .stage-one + .filter { padding-left: 6px; }
