:root{
	--nexus-light-blue: #63B8E7;
	--nexus-dark-blue: #003F63;
	--nexus-text: #0D1317;
	--nexus-yellow: #FDBE4D;
	--nexus-orange: #F17949;
	--nexus-teal: #00B7C7;
}


body:not(.page-template-template-search) #nexusSearch{
	margin: auto auto 100px auto;
}
.page-title-wrap .listing-switch-view{
	display: none;
}



/* FILTERS */
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .view-switch,
#nexusSearch #filterBar #layoutSwitcherHolder .switch-holder .layout-switch {
	border: 1px solid rgb(84 89 95 / 20%);
	color: var(--nexus-text);
	font-family: inherit !important;
}
#nexusSearch #filterBar #switchesHolder .switches .switch-holder .view-switch.active,
#nexusSearch #filterBar #layoutSwitcherHolder .switch-holder .layout-switch.active {
	background: #f3f4f9; */
	font-weight: 600;
}

.field-keyword-wrapper .field-keyword {
	color: #54595F;
}
.field-keyword-wrapper .fa-search {
	color: #54595F;
}
.field-keyword-wrapper .field-keyword:focus {
	box-shadow: 0 0 10px rgba(255, 151, 46, .3);
	outline: none;
}

#nexusSearch #filterBar #filtersHolder .filters-toggle {
	background: #f3f4f9;
	color: #54595F;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle:hover {
	background: #e1e3ec;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle.active {
	background: var(--nexus-yellow);
	color: var(--nexus-dark-blue);
}
#nexusSearch #filterBar #filtersHolder .filters-toggle .dropdown-menu {
	color: #54595F;
}
#nexusSearch #filterBar #filtersHolder .filters-toggle .dropdown-menu li.selected,
#nexusSearch #filterBar #filtersHolder .filters-toggle .dropdown-menu li:hover {
	background: var(--nexus-yellow);
	color: var(--nexus-dark-blue);
}

#viewingBar #currentView {
	padding: 0px 15px 0px 15px;
	font-family: inherit !important;
}
#viewingBar .filter-badge {
	color: white;
	background-color: var(--nexus-light-blue);
	font-family: inherit !important;
	padding: 0px 10px;
}

#nexusFilterModalHeader .modalTitle {
	color: var(--nexus-text);
	font-family: inherit;
}
#nexusSearchFilters .filter .filter-label {
	color: var(--nexus-text);
	font-family: inherit;
}
#nexusSearchFilters .input-group input:focus + label,
#nexusSearchFilters .input-group input:not(:placeholder-shown) + label {
	color: var(--nexus-light-blue);
}
#nexusSearchFilters .filter.plusminus .plusminus-row .plusminus-label {
	font-family: inherit;
	color: var(--nexus-dark-blue);
}
#nexusSearchFilters .filter.plusminus .plusminus-row .input-container input {
	color: var(--nexus-text);
}
#nexusSearchFilters .filter.plusminus .plusminus-row .plusminus-button:first-of-type {
	border-color: #dedede;
}
#nexusSearchFilters .filter.plusminus .plusminus-row .plusminus-button:first-of-type:hover{
	border-color: var(--nexus-dark-blue);
}
#nexusSearchFilters .filter.plusminus .plusminus-row .plusminus-button:last-of-type {
	color: var(--nexus-dark-blue);
	border: 1px solid var(--nexus-dark-blue);
}
#nexusFilterModalHeader #modalCloseButton i {
	color: var(--nexus-dark-blue);
}
#nexusFilterModalFooter #modalApplybutton {
	background: var(--nexus-dark-blue) !important;
	color: white;
}
#nexusFilterModalFooter #modalApplybutton:hover{
	background: var(--nexus-yellow) !important;
	color: var(--nexus-dark-blue);
}

.reset-button {
	color: var(--nexus-yellow) !important;
	background: none !important;
}



/* CARDS */
.resort-card{
	border-radius: 6px;
	border: 1px solid #ddd;
	border-top: 4px solid var(--nexus-dark-blue);
}
.resort-card .card-image{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}
.card-content .info-block{
	border: 1px solid rgb(84 89 95 / 20%);
}
.card-content .info-block .arrow {
	color: var(--nexus-dark-blue);;
}
.card-content .card-location{
	align-items: center;
}
.card-content .card-title,
.card-content .card-title a {
	color: var(--nexus-text);
}
.card-content .feature-item {
	border-radius: 6px;
	color: #54595F;
	background: #f3f4f9;
	border: 1px solid rgb(84 89 95 / 20%);
}
.card-content .info-text {
	color: black !important;
	font-weight: 500;
}
.resort-card .card-content .info-text:not(.no-available)>span:last-child {
	font-family: inherit !important;
	color: var(--nexus-dark-blue);
}
.resort-card .rl-toggle-button {
	color: #54595f;
	background: #f3f4f9;
	border: 1px solid rgb(84 89 95 / 20%);
}
.resort-card .rl-toggle-button:hover,
.resort-card .rl-toggle-button:focus{
	background: #e1e3ec;
}

.card-content .card-labels span.label {
	padding: 7px 15px 5px !important;
	border-radius: 6px !important;
}

.card-deck table thead {
	background: #f3f4f9;
	border: 1px solid rgb(84 89 95 / 20%);
}
.resort-card .recent-listings table th,
.card-deck table th {
	color: #54595f;
	font-size: 13px;
}

.resort-card .recent-listings table td a,
.card-deck table a{
	display: flex;
	background: #f3f4f9;
	border-radius: 8px;
	padding: .2rem .5rem;
	transition: background 0.3s ease, transform 0.2s ease;
	max-width: 150px;
	width: 150px;
	justify-self: end;
	justify-content: space-between;
	color: var(--nexus-dark-blue);
}
.resort-card .recent-listings table td a:hover,
.card-deck table a:hover{
	background: #e1e3ec;
	color: var(--nexus-dark-blue);
}

.td-type .label.status-color-29,
.card-labels .label.status-color-399,
.property-labels-wrap .label.status-color-399{
	background: var(--nexus-dark-blue);
}

.load-more {
	background: var(--nexus-dark-blue) !important;
	border-radius: 6px;
	transition: .4s ease all;
}
.load-more:hover{
	background: var(--nexus-yellow) !important;
	color: var(--nexus-dark-blue) !important;
}

.make-offer-form .gfield{
	margin: 0 !important;
	padding:0 !important;
}
.make-offer-form .gfield a{
	padding:0;
	margin:0;
}
.make-offer-form .gfield a:before{
	display: none;
}
.make-offer-form .gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.property-card {
	border-radius: 6px;
	border: 1px solid #ddd;
	border-top: 4px solid var(--nexus-dark-blue);
}
.property-card .card-image{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 6px;
}
.property-card .card-content {
	padding: 10px 20px;
}
.property-card .card-content .price-main{
	color: var(--nexus-text);
}
.property-card .card-content .card-title,
.property-card .card-content .card-title a{
	color: var(--nexus-orange);
	font-size: 16px !important;
	font-weight: 600;
	margin-bottom: 0;
}
.card-content .resort-name {
	font-family: 'inherit';
	font-weight: 600;
	font-size: 1.3em !important;
	color: #222222;
	margin-bottom: 5px;
}
.card-property-details{
	margin:20px 0;
}
.property-details-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 10px;
}
.property-details-grid .property-field-line {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	border-radius: 4px;
}
.property-details-grid .property-field-line i {
	margin-right: 8px;
	color: #666;
	font-size: 13px;
	width: 20px;
	text-align: center;
	margin-top: 2px;
}
.property-details-grid .property-field-line strong {
	display: block;
	font-size: 13px;
	color: #333;
	margin-bottom: 2px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.property-details-grid .property-field-line span {
	font-size: 13px;
	color: #555;
	letter-spacing: 0.2px;
}
.property-card .card-end {
	margin-top: 0;
}

.property-card-agent-row{
	padding: 0 5px;
}
.property-card-agent-row .item-author,
.property-card-agent-row .item-date,
.property-card-agent-row .item-author a {
	font-size: 10px;
}


.card-year-points-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.card-year-points-row .card-year-points-item {
	display: flex;
	align-items: center;
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 14px;
	background: #fff;
	border: 2px solid var(--nexus-light-blue);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	min-width: 100px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	line-height: 1;
}
.card-year-points-row .card-year-points-item i {
	color: var(--nexus-light-blue);
	font-size: 18px;
}
.card-year-points-row .card-year-points-item strong {
	font-weight: 600;
	color: var(--nexus-dark-blue);
	font-size: 14px;
	text-align: center;
	margin: 0 5px;
}
.card-year-points-row .card-year-points-item span {
	font-size: 14px;
	color: var(--nexus-dark-blue);
	text-align: center;
}


/* Single Property */
.single-property .listing-tabs .nav-tabs .nav-link {
	color: var(--nexus-text) !important;
	background-color: #f6f7f7 !important;
}
.single-property .listing-tabs .nav-tabs .nav-link.active,
.single-property .listing-tabs .nav-tabs .nav-link:hover{
	color: var(--nexus-dark-blue) !important;
	border-bottom-color: var(--nexus-dark-blue) !important;
}
.property-details-card {
	border-top: 4px solid var(--nexus-dark-blue) !important;
}
.property-details-card h2 i {
	color: var(--nexus-yellow) !important;
}




/* Media Responsiveness */
@media only screen and (min-width: 769px){
	#module_properties{
		display: flex !important;
		gap: 0; !important;
		margin: 0 -15px !important;
	}
}
@media only screen and (max-width: 768px){
	#main-wrap{
		margin-top: 0px !important;
	}
}
@media only screen and (min-width: 769px) and (max-width:991px){
	
}
@media only screen and (min-width: 991px){
	
}
@media only screen and (max-width: 991px){
	
}
@media only screen and (max-width: 1200px){
	#header-mobile{
		box-shadow: none !important;
	}
}