.layoutjs .wrap {
	display: flex;
	flex-wrap: nowrap;
}

.layoutjs ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.layoutjs .item i.fas {
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	color: #0088b3;
}
.layoutjs .item i.fas.fa-calendar-alt {
	vertical-align: 1px;
}
.layoutjs .truncate i.fas.fa-map-marker-alt:before {
	content: "\f3c5";
}
.layoutjs .truncate {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.layoutjs .truncate a {
	font-family: 'montserrat',sans-serif;
	color: #000!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}
.layoutjs .truncate i.fa.fa-map-marker {
	color: #007da1;
}

.layoutjs .filterPane {
	position: relative;
	width: 300px;
	min-width: 300px;
	padding: 0 15px;
	background-color: #007da1;
	padding-top: 25px;
	z-index: 25;
}
.layoutjs .filterPane .listing-splash {
	position: absolute;
	width: 100%;
	opacity: 0.15;
	top: 50%;
	z-index: -1;
}
.layoutjs .filterPane legend.filterLabel {
	background: none;
	color: #fff;
	font-family: 'montserrat',sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
}

.layoutjs .filterPane a, .layoutjs .settings a, .layoutjs .pager a {
	color: #0f91b1;
}
.layoutjs .filterPane .filter fieldset {
	border: none;
	padding: 5px 0px;
	margin: 0px;
}

.layoutjs .filterPane .highlight, .layoutjs .settings .highlight {
	font-weight: 900;
}
.layoutjs .settings .sort .highlight {
	border-right: solid 1px #007da1;
}
.layoutjs .filterPane .highlight, .layoutjs .settings .highlight i.fa.fa-angle-right,
.layoutjs .pager.bottom-pager .layoutjs .settings .highlight i.fa.fa-angle-right {
	color: #0078a0;
}

.layoutjs .filterPane .highlight a, .layoutjs .settings .highlight a, .layoutjs .pager .highlight a {
	color: #f0a539;
}
@media only screen and (max-width: 64em) {
	.layoutjs .filterPane .highlight a, .layoutjs .settings .highlight a, .layoutjs .pager .highlight a {
		color: #008aac;
	}
	.layoutjs .settings li {
		margin-right: 0px!important;
		display: inline-block;
		padding-right: 10px;
	}
	.layoutjs .filterPane .filter {
		padding: 0px!important;
	}
}


.layoutjs .filterPane .filter { margin-bottom: 10px; overflow: hidden; border: none; padding: 0px 0px 0px 15px; width: 100%;}
.layoutjs .filterPane button.resetButton-tablet-up {
	font-family: 'montserrat',sans-serif;
	background-color: #f0a539;
	width: 95%;
	padding: 8px 0;
	font-weight: 600;
}
@media only screen and (max-width: 640px) {
	.layoutjs .filterPane button.resetButton-tablet-up  {
		display: none!important;
	}
}
.layoutjs .filterPane .filter .filterLabel {
	font-family: 'montserrat', sans-serif;
	color: #fff!important;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 600;
}

.layoutjs .filterPane .filter[data-type=daterange] button span { pointer-events: none; }

.layoutjs .filterPane .filter[data-type=keyword] input {
	width: 70%;
	float: left;
	margin: 0;
}

.layoutjs .filterPane .filter[data-type=keyword] button {
	width: 20%;
	height: 37px;
	float: left;
	margin: 0;
	padding: 0;
}

.layoutjs .filterPane .filter[data-type=checkbox] li {
	display: flex;
	margin-bottom: 10px;
	align-items: baseline;
}
.layoutjs .filterPane ul label {
	color: #fff!important;
	font-size: 16px;
	padding-left: 15px;
	font-family: 'montserrat',sans-serif;
}
@media only screen and (max-width: 64em) {
	.layoutjs .filterPane ul label,
	.layoutjs .filterPane .filter .filterLabel {
		color: #008aac;
	}
}

.layoutjs .filterPane ul label span {
	color: #f0a539;
	font-family: 'montserrat',sans-serif;
}

.layoutjs .filterPane .filter[data-type=checkbox] input {
	margin-bottom: 0px;
}

.layoutjs .filterPane .filter[data-type=checkbox] .expander {
	cursor: pointer;
	color: #f0a539;
}
input[type="text"]::placeholder {
	color: #d0d0d0;
}
.layoutjs .filterPane .filter[data-type=keyword] input {
	width: 195px;
	float: left;
	margin: 0;
	height: 40px;
	font-size: 15px;
	padding: 0 10px 0 10px;
	font-weight: 600;
	border-color: #fff;
	box-shadow: unset;
	border: solid 1px #eee;
}
@media only screen and (max-width: 641px) {
	.layoutjs .filterPane .filter[data-type=keyword] input {
		width: 87%;
	}
}
.layoutjs .filterPane .filter[data-type=keyword] input:focus {
	box-shadow: none;
}

.layoutjs .filterPane .filter[data-type=keyword] button {
	width: 52px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
}

.layoutjs .filterPane .filter[data-type=checkbox] li {
	display: flex;
	margin-bottom: 10px;
	align-items: baseline;
	position: relative;
}

input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
	position: absolute;
	opacity: 0;
	z-index: 9999;
	margin: 0;
	width: 15px;
	height: 15px;
}

input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:before {
	font-family: FontAwesome;
	color: transparent;
}

input[type="checkbox"]:not(:checked) + label:after, input[type="checkbox"]:checked + label:after {
	font-family: "fontAwesome";
	font-weight: 400;
	content: '\f14a';
	color: #0078a0;
	position: absolute;
	top: -2px;
	left: 2px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\f00c';
	border: 2px solid #f0a539;
	height: 16px;
	width: 16px;
	background: #f0a539;
	font-size: 14px;
	margin-top: 5px;
	border-radius: 2px; 
}

input[type="checkbox"]:not(:checked) + label:after {
	content: '\f0c8';
	color: green;
	content: '';
	border: #f0a539 solid 2px;
	width: 16px;
	height: 16px;
	background: transparent;
	margin-top: 5px;
	border-radius: 2px;
}


.layoutjs .filterPane .filter[data-type=checkbox] input {
	margin-bottom: 0px;
}

.layoutjs .filterPane .filter[data-type=checkbox] .expander {
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}


.layoutjs .filterPane ul {
	list-style: none;
	margin-left: 0;
}

.layoutjs .layout {
	width: 100%;
}
@media only screen and (min-width: 64em) {
	.layoutjs .layout .content {
		margin: 20px 60px 40px;
	}
}
@media only screen and (min-width: 1500px) {
	.layoutjs .layout .content {
		padding: 25px 60px 40px 60px;
	}
}
.layoutjs .settings {
	display: flex;
	justify-content: center;
	background-color: #f3f4f4;
	height: 45px;
	align-items: center;
}
.layoutjs .settings .rss-link {
	position: absolute;
	left: 30px;
}

.layoutjs .settings > div {
	display: inline-block;
	font-family: 'montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.layoutjs .settings .view {
	margin-left: -4%;
}
.layoutjs .settings .view i.fa.fa-th,
.layoutjs .settings .view i.fa.fa-list,
.layoutjs .settings .view i.fa.fa-map-marker-alt  {
	margin-right: 3px;
}
.layoutjs .settings > div:last-child {
	border-right: 0px;
	margin-right: 0px;
	position: relative;
	margin-right: -20%;
	margin-left: 5%;
}
@media only screen and (max-width: 1020px) {
	.layoutjs .settings > div:last-child {
		margin-right: -7%;
		margin-left: 0%;
	}
}
.layoutjs .settings .settings-label {
	display: inline-block;
	color: #0f91b1;
	padding-right: 15px;
	font-weight: 900;
	font-size: 14px;
}
.layoutjs .settings .settings-label:nth-of-type(2) {
	font-weight: 600;
}
.layoutjs .settings ul {
	display: inline-block;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: inherit;
	line-height: 1.5;
	padding-right: 20px;
}
.layoutjs .settings li {
	margin-right: 10px;
	display: inline-block;
	padding-right: 10px;
	font-weight: 100;
}
.layoutjs .settings li:last-of-type {
	padding-left: 10px;
}
.layoutjs .pager {
	margin-left: 15px;
	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width: 641px) {
	.layoutjs .pager.bottom-pager {
		background-color: #f9f9f9;
		margin-left: 0;
		height: 50px;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
	.layoutjs .end-listing a.back-to-top {
		position: relative;
		display: inline-block!important;
		margin-bottom: 0px!important;
		padding-top: 15px;
		font-family: 'montserrat', sans-serif;
		font-weight: 600;
	}
	.layoutjs .pager.bottom-pager ul {
		margin-right: 0!important;
	}
	.layoutjs .end-listing {
		display: flex;
		width: 100%;
		background-color: #f9f9f9;
		margin-left: 0;
		height: 80px;
		align-items: center;
		flex-direction: column;
	}
	.layoutjs .settings .rss-link {
		display: none;
	}
}
.layoutjs .end-listing a.back-to-top {
	display: none;
}
.layoutjs .pager.bottom-pager {
	background-color: #f9f9f9;
	margin-left: 0;
	height: 50px;
	align-items: center;
	margin-bottom: 65px;
}
.layoutjs .pager.bottom-pager ul {
	margin-right: 17%;
	color: #0078a0;
}
.layoutjs .pager.bottom-pager li.info {
	margin: 0 10px;
}
.layoutjs .pager li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #0f91b1;
	font-family: 'montserrat',sans-serif;
	font-weight: 300;
	vertical-align: -webkit-baseline-middle;
}
.layoutjs .pager li i.fa.fa-angle-left,
.layoutjs .pager li i.fa.fa-angle-right {
	font-weight: 900;
	font-size: 23px;
	margin-right: -5px;
	color: #98ccd9;
}
.layoutjs .content {
	margin: 20px;
}
.layoutjs .content.list {
}
.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;
	box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
	max-width: 269px;

}
.layoutjs .content .item {
	position: relative;
}
.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 .content .item .image {
	text-align: center;
	width: 100%;
	min-height: 100px;
}
.layoutjs .content.grid .item .image img {
	width: 100%;
	border: solid #fff 2px;
}
.layoutjs .content.list .item .image {
	width: 170px;
	min-width: 170px;
}
.layoutjs .content .item .image a {
	position: relative;
	display: block;
}
.layoutjs .content .item .image .featured {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	font-family: 'montserrat',sans-serif;
	font-size: var(--text-sm);
	font-weight: 600;
	line-height: var(--leading-none);
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	color: #f0a539;
	padding: var(--space-1) var(--space-2);
	height: 32px;
}

.layoutjs .content .item .tripbuilder{
	position: absolute;
	top: 0;
	right: 0;
}

.layoutjs .content .item .tripbuilder a{
	font-size: 26px;
	position: relative;
	font-family: fontawesome;
	width: 32px;
}

.layoutjs .content .item .tripbuilder .addTrip:before{
	content: "\f004";
	color: #000;
	opacity: 0.5;
}

.layoutjs .content .item .tripbuilder .addTrip:after{
	content: "\f08a";
	color: #fff;
	position: absolute;
	right: 0;
	width: 32px;
}
.layoutjs .content .item .tripbuilder .removeTrip:before{
	content: "\f004";
	color: #d42727
}

.layoutjs .content .item .mini-date-container {
	color: #fff;
	font-size: 16px;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	background: linear-gradient(#007b9c, #97d3c4);
	position: absolute;
	top: 2px;
	left: 2px;
	height: 70px;
	width: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.layoutjs .content .item .mini-date-container span.month {
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 15px;
}
.layoutjs .content .item .mini-date-container span.day {
	font-size: 23px;
}
.layoutjs .content .item .info {
	padding: 10px 20px 35px;
	word-break: break-word;
	display: flex;
	flex-direction: column;
}
.layoutjs .content .item .info li.date-range {
	font-family: 'itc-officina-sans-pro', sans-serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
}
.layoutjs .content .item .info li {
	margin-bottom: 5px;
	color: #414042;
	font-size: 14px;
	font-family: 'montserrat',sans-serif;
	font-style: normal;
	font-weight: 400;
}
.layoutjs .content .item .info li.recurrence {
	line-height: 1.3em;
}
.layoutjs .content.list .item .info {
	padding: 0 10px;
	height: auto;
}

.layoutjs .content .item .info h4 { margin-bottom: 10px; }
.layoutjs .content .item .info h4 .title { 
	font-size: 21px; 
	color: #007da1;
	font-family: 'itc-officina-sans-pro bold', sans-serif;
	line-height: 30px;
	letter-spacing: 1px;
}

.layoutjs .content .item .info-list {
	list-style: none;
	margin: 0;
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.layoutjs .content .item .info-list span {
	font-family: 'montserrat',sans-serif;
	color: #0f0f0f;
	font-size: 13px;
	letter-spacing: 1px;
}

.layoutjs .content .item .actions{ margin-top: auto; }

.layoutjs .content .item .actions .actionButton{
	margin-top: 5px;
	color: #007da1;
	padding: 6px 0px;
    display: inline-block;
    font-size: 14px;
	font-family: 'montserrat',sans-serif;
}

.layoutjs .content .item .actions .buttonAdditional{
	font-size: 12px;
}

.layoutjs .map,
.layoutjs .gMapContainer,
.layoutjs .gMapHolder {
	width: 100%;
	height: 100%;
}
.layoutjs .gMapHolder {min-height: 500px;}

.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
}

/* mobile css */
.layoutjs.isMobile .settings {
	font-size: 20px;
	display: flex;
	justify-content: center;
}
.layoutjs.isMobile .pager {
	display: none;
}
.layoutjs.isMobile .pager.bottom-pager {
	display: contents!important;
}

.layoutjs.isMobile .settings > div {
	margin-right: 0px;
	border-right: 0px;
	flex: 1;
	text-align: center;
}
.layoutjs.isMobile .filterPane { display: none; }
.layoutjs.isMobile .filterPane.mobileFilterActive {
	display: block;
	position: fixed;
	z-index: 1;
	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: 9%;
	overflow-y: auto;
}
.layoutjs.isMobile .filterPane.mobileFilterActive ul label {
	color: #008aac!important;
}
.layoutjs.isMobile .filterPane .fa-spin {
	position: absolute;
	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; 
	font-family: 'montserrat',sans-serif;
	background-color: #fff;
	text-transform: uppercase;
	font-family: 'montserrat',sans-serif;
	letter-spacing: 2px;
	border: solid 2px #008aac;
	padding: 8px;
	font-size: 12px;
	border-radius: 4px;
	font-weight: 600;
	color: #008aac;
}
.layoutjs.isMobile .mobileHeader .resetButton {
	background-color: #fff;
	font-family: 'montserrat',sans-serif;
}
.layoutjs.isMobile button#datepicker-trigger {
	color: #fff;
	background-color: #008aac;
	font-family: 'montserrat',sans-serif;
}

.layoutjs.isMobile .settings .highlight {
	border-bottom: 0px;
}
.layoutjs.isMobile .filterPane .sort {
	margin-bottom: 10px;
	margin-bottom: 10px;
	color: #008aac;
	font-size: 16px;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	line-height: 26px;
}
.layoutjs.isMobile .filterPane .sort li {
	display: inline-block;
	margin-right: 10px;
}
.layoutjs.isMobile .pager {
	text-align: center;
}

.layoutjs.isMobile .content {
	flex-flow: column;
	margin: 20px;
}

.layoutjs.isMobile .content.list .item .image {
	width: 200px;
	min-width: 115px;
}
@media only screen and (max-width: 641px) {
	.layoutjs.isMobile .content.list .item .image {
		width: 100px;
		min-width: 100px;
		border: solid 1px #fff;
	}
}

@media only screen and (max-width: 64em) {
	.layoutjs .settings .rss-link {display: none;}
}

.layoutjs .content .item .tripbuilder a{font-size: 22px;}

.layoutjs.isMobile .content .item .info h4 .title{font-size: 16px;}

.layoutjs.isMobile .content .item .mini-date-container {
	font-size: 12px;
	height: 50px;
	width: 50px;
}

.layoutjs.isMobile .content .item .mini-date-container span.month { font-size: 10px;}
.layoutjs.isMobile .content .item .mini-date-container span.day { font-size: 17px;}

@supports (display: grid) {
	.layoutjs .content.grid {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
	}
	
	.layoutjs .content.grid .item {
		margin-bottom: 0px;
		box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
		z-index: 2;
	}
}
.layoutjs .content.grid .item.featured::before {
		background-image: url('https://res.cloudinary.com/simpleview/image/upload/v1571083758/featured_liistings_splash_ue5wfb.png');
		content: "";
		position: absolute;
		width: 7%;
		height: 300px;
		left: -22px;
		z-index: 1;
	}
/* 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}

.datepicker-trigger > span{ display: inline-block; } /* fixes MS Edge bug (#8295099) "pointer-events: none; on spans don't work" */

.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;
}

.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;}

.contentRender_name_plugins_events_layout_list {
	margin-bottom: 40px;
}