#currentValueHolder{
	/* display: none; */
}

/* Main Search Component */
#nexusSearch{
	width:100%;
	margin: 50px auto 100px auto;
	min-height: 350px;
}
#nexusSearch #filterBar{
	display: flex;
	padding:5px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 52, 102, 0.1);
	border-bottom: 1px solid rgba(0, 52, 102, 0.1);
	border-radius: 8px;
}

#nexusSearch #filterBar #switchesHolder .switches {
	margin-bottom: 0;
	display: flex;
	gap: 15px;
	align-items: center;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder{
	display: flex;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .view-switch{
	padding: 8px 16px;
	border: .1px solid #e7f0ff;
	background: transparent;
	color: #003466;
	cursor: pointer !important;
	font-size: 14px;
	transition: all 0.3s ease;
	font-family: 'Gothic A1' !important;
	margin-left: -1px;
	border-radius: 0;
	font-weight: 500;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .view-switch.active{
	background: #e7f0ff;
	font-weight: bold;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .view-switch:first-child{
	margin-left: 0;
	border-radius: 8px 0 0 8px;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .view-switch:last-child{
	border-radius: 0 8px 8px 0;
}

#nexusSearch #filterBar #switchesHolder .switches .switch-holder .type-switch {
	padding: 0px 16px;
	border: 0px solid #e7f0ff;
	background: transparent;
	color: #003466;
	cursor: pointer !important;
	font-size: 14px;
	transition: all 0.3s ease;
	margin-left: -1px;
	border-radius: 0 !important;
	font-family: 'Gothic A1' !important;
	font-weight: 500;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .type-switch.active{
	color: #003466;
	font-weight: bold;
	border-bottom: 2px solid #9CFF08;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .type-switch:first-child{
	margin-left: 0;
	border-radius: 8px 0 0 8px;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .type-switch:last-child{
	border-radius: 0 8px 8px 0;
}

#nexusSearch #filterBar #switchesHolder .switches .switch-holder.single-resort .type-switch{
	padding: 8px 16px;
	border: .1px solid #e7f0ff;
	background: transparent;
	color: #003466;
	cursor: pointer !important;
	font-size: 14px;
	transition: all 0.3s ease;
	font-family: 'Gothic A1' !important;
	margin-left: -1px;
	border-radius: 0;
	font-weight: 500;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder.single-resort .type-switch.active{
	background: #e7f0ff;
	font-weight: bold;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder.single-resort .type-switch:first-child{
	margin-left: 0;
	border-radius: 8px 0 0 8px !important;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder.single-resort .type-switch:last-child{
	border-radius: 0 8px 8px 0 !important;
}

#nexusSearch #filterBar #filtersHolder{
	display: flex;
	gap:10px;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle{
	padding: 0px 20px;
	background: #e7f0ff;
	color: #003466;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	transition: all 0.3s ease;
	white-space: nowrap;
	position: relative;
	min-height: 37px;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle i{
	margin-left: 10px;
	font-size: 13px;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle:hover{
	background: #d0e0f0;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle.active{
	background: #9CFF08;
	color: #003466;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left:auto;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	min-width: 200px;
	z-index: 1000;
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: capitalize;
	color: #003466;
	font-weight: 600;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle .dropdown-menu li {
	padding: 10px 15px;
	cursor: pointer;
	transition: background 0.3s ease;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle .dropdown-menu li.selected,
#nexusSearch #filterBar #filtersHolder .filters-toggle .dropdown-menu li:hover {
	background: #f0f4f8;
}


#nexusSearch #filterBar #layoutSwitcherHolder .switch-holder{
	display: flex;
}
#nexusSearch #filterBar #layoutSwitcherHolder .switch-holder .layout-switch{
	padding: 8px 16px;
	border: .1px solid #e7f0ff;
	background: transparent;
	color: #003466;
	cursor: pointer !important;
	font-size: 14px;
	transition: all 0.3s ease;
	font-family: 'Gothic A1' !important;
	margin-left: -1px;
	border-radius: 0;
	font-weight: 500;
}
#nexusSearch #filterBar #layoutSwitcherHolder .switch-holder .layout-switch.active{
	background: #e7f0ff;
	font-weight: bold;
}
#nexusSearch #filterBar #layoutSwitcherHolder .switch-holder .layout-switch:first-child{
	margin-left: 0;
	border-radius: 8px 0 0 8px;
}
#nexusSearch #filterBar #layoutSwitcherHolder .switch-holder .layout-switch:last-child{
	border-radius: 0 8px 8px 0;
}

/* Filter Bar - Scroll & Mobile */
#nexusFilterBarHolder{
	transition: .3s ease all;
}
#nexusFilterBarHolder.sticky-filter-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	box-shadow: none !important;
}
#nexusFilterBarHolder.sticky-filter-bar #filterBar{
	box-shadow: none !important;
	padding: 5px 5% !important;
}

#mobileFilterBarHolder.fixed{
	position: fixed;
	/* top:0; */
	right:0;
	left:0;
	z-index: 100;
}
#mobileFilterBar{
	background: #e7f0ff;
	color: #003466;
	width: 100%;
	padding:10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mobileFilterBar .tabs{
	display: flex;
}
#mobileFilterBar .tabs .separator{
	color: #b3b3b3;
	font-size: 20px;
}
#mobileFilterBar .tabs .tab-button {
	color: #b3b3b3;
	background: transparent;
	border: none;
	text-align: center;
	outline: 0;
	display: inline-block;
	opacity: .7;
	margin: 0;
}
#mobileFilterBar .tabs .tab-button>span{
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5px;
	line-height: 25px;
	display: inline-block;
	font-family: "Century Gothic", Sans-serif;
	font-size: 13px;
}
#mobileFilterBar .tabs .tab-holder:last-child .tab-button{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#mobileFilterBar .tabs .tab-button:hover,
#mobileFilterBar .tabs .tab-button.active {
	cursor: pointer;
	opacity: 1;
	color: #003466;
	border-bottom: 2px solid #9CFF08;
}
#mobileFilterBar #mobileFiltersToggle{
	display: flex;
	align-items: center;
	border: 1px solid #003466;
	padding: 5px 10px;
	border-radius: 12px;
	cursor: pointer;
	font-size: 13px;
}
#mobileFilterBar #mobileFiltersToggle i{
	margin-left: 5px;
	font-size: 13px;
}

/* Search Results */
#nexusSearch #nexusSearchResultsHolder{
	display: block;
}
#nexusSearch #nexusSearchResultsHolder #nexusSearchResults{
	position: relative;
	width: 100%;
}
#nexusSearch #nexusSearchResultsHolder #nexusSearchResults .tab-content {
	display: none;
}
#nexusSearch #nexusSearchResultsHolder #nexusSearchResults .tab-content.active {
	display: block;
	width: 100%;
}
#nexusSearch #nexusSearchResultsHolder #nexusSearchResults .item-listing-wrap{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}


/* Listings */
.load-more{
	background: #347ade !important;
	color: white !important;
	display: block !important;
	text-align: center !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
	font-size: 1.2em !important;
	line-height: 2em;
	border-radius: 12px;
}
.load-more:hover {
  background: rgba(52, 122, 222, 0.751) !important;
  cursor: pointer; 
}