html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-testimonial .elementor-testimonial-content,
.elementor-widget-testimonial .elementor-testimonial-name,
.elementor-testimonial-wrapper .elementor-testimonial-job {
/*	font-family: "neue-haas-grotesk-display", sans-serif;*/
}
/* Links
--------------------------------------------- */
a {
	color: var(--e-global-color-text);
	text-decoration: none;
	/*background-color: transparent;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	transition: background-size .3s;*/
}
a:visited {
	color: var(--e-global-color-text);
}
a:hover,
a:focus,
a:active {
	color: var(--e-global-color-text);
	/*background-size: 100% 1px;*/
}
.elementor-element a:hover {
	color: var( --e-global-color-accent );;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
a[href$=".jpg"],
a[href$=".png"],
a[href$=".svg"],
a.no-underline {
	/*background-size: 0;*/
}
.custom-logo-link {
	display: block;
	background-image: none;
}
.custom-logo {
	max-width: 170px;
	height: auto;
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.orange {
	color: var( --e-global-color-accent );
}
.blue {
	color: var( --e-global-color-text );
}
.blue2 {
	color: #0240d8;
}
/* General */
.text-gold {
	color: var( --e-global-color-accent );;
}
.text-center {
	text-align: center;
}
.inline-block {
	display: inline-block;
}
.acf-map {
    width: 100%;
    height: calc(100vh - 115px);
    height: calc(100vh - 220px);
    border-radius: 25px 0 0 25px;
}
.single-listing .acf-map {
    height: 500px;
    border-radius: 25px;
}
.acf-map img {
   max-width: inherit !important;
}
.no-margin-bottom {
	margin-bottom: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #084AEF1A;
	border: 1px solid #084AEF1A;
	border-radius: 25px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
/*button.btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover {
	border-color: #0842D2;
	background-color: #0842D2;
	color: #fff;
}*/
button.btn.btn-icon.btn-block:hover,
button.btn.btn-icon.btn-block:focus {
	background-color: var( --e-global-color-accent );
}
button.btn:active,
button.btn:focus,
input[type="button"].btn:active,
input[type="button"].btn:focus,
input[type="reset"].btn:active,
input[type="reset"].btn:focus,
input[type="submit"].btn:active,
input[type="submit"].btn:focus {
	/*border-color: #0842D2;
	background-color: #0842D2;
	color: #fff;*/
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #023fd8;
	border: 1px solid rgba(8, 74, 239, 0.1);
	background-color: rgba(8, 74, 239, 0.1);
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	width: 100%;
	box-sizing: border-box;
/*  font-family: "neue-haas-grotesk-display", sans-serif;*/
  border-radius: 25px;
  transition: 0.3s;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="number"].bg-white,
.search-filter-advanced select {
	background-color: #fff;
	font-weight: 500;
	font-family: "Plus Jakarta Sans", Sans-serif;
	letter-spacing: 0;
}
.bg-white + .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid rgba(8, 74, 239, 0.1);
	font-weight: 500;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	/*color: #111;*/
	border-color: #ccc;
	outline: none;
	box-shadow: 0 0 5px #ccc;
}
select,
textarea {
	width: 100%;
}
.elementor-button {
	position: relative;
}
.btn svg {
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
	fill: #1243cc;
	z-index: 1;
}
.btn-icon,
.simplefavorite-button {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background-color: var( --e-global-color-accent );
	border: 0;
	padding: 0;
	position: relative;
}
.btn-icon.btn-outline,
.btn-w-icon.btn-outline .elementor-button,
.simplefavorite-button {
	background-color: transparent;
	border: 1px solid #e6ecfb;
}
.btn-icon.btn-outline:hover {
	background-color: var( --e-global-color-text );
	border-color: var( --e-global-color-accent );
}
.btn-icon:hover svg,
.btn-icon:focus svg,
.btn-w-icon:hover svg {
	fill: var( --e-global-color-accent );
}
.btn.btn-icon.btn-block:hover svg,
.btn.btn-icon.btn-block:focus svg,
.btn.btn-icon.btn-block:active svg {
	fill: var( --e-global-color-accent );
}
.btn-icon.btn-circle .elementor-button-wrapper {
	width: 100%;
	height: 100%;
}
.btn-icon.btn-circle .elementor-button-wrapper .elementor-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.btn-icon.btn-circle.btn-outline {
	border: 1px solid #e5ecfd;
}
.btn-icon.btn-circle.btn-outline:hover {
	background-color: transparent;
}
.btn-icon.btn-circle:hover svg,
.btn-icon.btn-circle:focus svg {
	fill: var( --e-global-color-text );
}
.btn-primary,
.btn-secondary,
.btn-orange,
.btn-blue {
	background-color: #fff;
	border: 1px solid #084AEF1A;
	border-radius: 25px;
/*	font-family: "neue-haas-grotesk-display", sans-serif;*/
	font-weight: 600;
	color: var( --e-global-color-text );
	letter-spacing: 0.02em;
	padding: 0.5rem 1rem;
	position: relative;
}
.btn-primary {
	background-color: #084AEF1A;
	border: 1px solid #084AEF1A;
}
.btn-orange {
	background-color: var( --e-global-color-accent );
/*	border: 1px solid var( --e-global-color-accent );*/
	border: 0;
}
.btn-blue {
	background-color: #094af0;
	border: 1px solid #094af0;
	color: var( --e-global-color-accent );
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #084AEF1A;
}
.show-map:hover {
	background-color: #094af0;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active/*,
button.btn.btn-secondary:hover,
button.btn.btn-secondary:focus,
button.btn.btn-secondary:active*/ {
	/*background-color: var( --e-global-color-accent );
	color: var( --e-global-color-text );
	border-color: var( --e-global-color-accent );*/
}
.btn-secondary.toggle-filter:focus,
.btn-secondary.toggle-filter:active {
	border-color: #084AEF1A;
	background-color: #fff;
	color: var( --e-global-color-text );
}
button.btn.btn-secondary:hover {
	background-color: transparent;
}
.btn-text {
	position: relative;
	top: -2px;
}
.btn-blue .btn-text {
	color: var( --e-global-color-accent );
}
.button-custom-outside .elementor-swiper-button {
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.button-custom-outside .elementor-swiper-button.elementor-swiper-button-prev {
	left: -100px !important;
}
.button-custom-outside .elementor-swiper-button.elementor-swiper-button-next {
	right: -100px !important;
}
.button-custom-outside .elementor-swiper-button:hover svg {
	fill: white !important;
}
.btn-w-icon .elementor-button-content-wrapper {
	display: flex;
}
.elementor-swiper-button svg {
	z-index: 1;
}
.btn-full .elementor-button {
	width: 100%;
}
.show-map {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}
.select2-dropdown {
	background: #fff; 
}
.select2-container {
	/*width: 100% !important; /*responsive**/
/*	font-family: "neue-haas-grotesk-display", sans-serif;*/
	font-weight: 600;
}
.select2-container--default {
	height: 40px;
	display: block;
	width: auto !important;
}
.select2-container--default .select2-selection--single {
	border: 0;
	background-color: #084AEF1A;
	border-radius: 25px;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
/*	font-size: 0.9em;*/
	text-align: left;
	color: #023fd8;
	padding-left: 1rem;
	padding-right: 2rem;
	border-radius: 15px;
	line-height: 40px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: 20px 20px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 5px;
}
.select2-container--open .select2-dropdown--below {
	border: 0;
}
.select2-results {
	background-color: #084AEF1A;
}
.select2-results__option {
	padding-right: 1rem;
	padding-left: 1rem;
	white-space: nowrap;
}
.select2.select2-container {
	width: 100% !important;
}
.select2-container--open .select2-dropdown--above {
	border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/icon-v.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 17px !important;
  width: 10px !important;
  margin: auto !important;
  top: 15px !important;
  left: auto !important;
  right: 10px !important;
}
/*.select2-container--default .select2-results__option--selected {
	background-color: #084AEF1A;
	color: var( --e-global-color-text );
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #084AEF1A;
	color: var( --e-global-color-text );
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
	height: 50px;
	border: 0;
	background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #084AEF1A;
	line-height: 50px;
	font-size: 0.9em;
	text-align: left;
	color: #023fd8;
	border-radius: 25px;
	padding-left: 1rem;
	padding-right: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	right: 10px;
}
.select2-results {
	color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
}*/
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* General */
.d-flex {
	display: flex;
}
.justify-content-between {
	justify-content: space-between;
}
.align-items-center {
	align-items: center;
}
.gap-10 {
	gap: 10px;
}
.gap-20 {
	gap: 20px;
}
.hidden {
	display: none;
}
body {
	background-color: #fff;
	color: #fff;
	margin: 0;
	/*font-family:"neue-haas-grotesk-text";*/
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5714;
	color: var(--e-global-color-text);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a,
ul.menu li a::after {
	  -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
img {
	max-width: 100%;
}
img.svg {
	width: 100%;
}
#primary img {
	height: auto;
}
p {
	margin-bottom: 0.9rem;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}
.container-fluid-right {
	padding-left: calc(((100% - 1280px) / 2) + 0px);
}
.container-fluid-left {
	padding-right: calc(((100% - 1280px) / 2) + 0px);
}

#main {
	position: relative;
	overflow: clip;
	padding-bottom: 50px;
}
.tax-location #main,
.page-template-template-search #main {
	padding-bottom: 0;
	min-height: calc(100vh - 170px);
}
.tax-location .search-filter,
.page-template-template-search .search-filter {
	margin-top: 100px;
	position: fixed;
	width: 100%;
}
.section-listing {
	margin-top: 195px;
}
.location-text {
	margin-top: 240px;
}
.location-text + .section-listing {
	margin-top: 0;
}

.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  transition: .3s linear;
  z-index: 999;
  padding: 0;
}
.single-listing .elementor-location-header,
.tax-location .elementor-location-header,
.page-template-template-search .elementor-location-header {
	background-color: #e5ecfd;
}
.single-listing .elementor-location-header .main-header,
.tax-location .elementor-location-header .main-header,
.page-template-template-search .elementor-location-header .main-header {
	background-color: #0842d2;
}
.elementor-location-header .main-header {
  background: rgba(0, 25, 254, 0.75);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 0.3s;
}
.menu-hovered .elementor-location-header .main-header {
  background: rgba(0, 25, 254);
}
.elementor-location-header.nav-up {
    top: -120px;
}
.page-template-template-search .elementor-location-header.nav-up,
.tax-location .elementor-location-header.nav-up,
.menu-hovered .elementor-location-header.nav-up {
    top: 0;
}
/*.elementor-location-header .elementor-nav-menu li,*/
.elementor-location-header .jet-mega-menu-container > ul > li { 
  display: inline-block;
  position: static;
  z-index: 1;
}
/*.elementor-location-header .elementor-nav-menu li.menu-item-has-children a.*/
.elementor-location-header .jet-mega-menu-container > ul > li.menu-item-has-children a {
	padding-right: 35px;
}
/*.elementor-location-header .elementor-nav-menu li.menu-item-has-children .sub-arrow,*/
.elementor-location-header .jet-mega-menu-container > ul > li.menu-item-has-children .sub-arrow {
	position: absolute;
	right: 10px;
}
/*.elementor-location-header .elementor-nav-menu a,*/
.elementor-location-header .jet-mega-menu-container > ul > li > a { 
  float: left;
}
.elementor-location-header .elementor-nav-menu a:hover { 
}
#magic-line { 
  position: absolute;
  top: 2px; 
  left: 0; 
  width: 0;
  height: 42px; 
  background: rgba(255, 255, 255, 0.15);
  z-index: 0;
  border-radius: 25px;
  list-style: none;
}
.home .menu-home .menu-image {
	opacity: 0;
}
.home .menu-home .hovered-image {
	opacity: 1;
}
.menu-image-hover-wrapper {
	position: relative;
	width: 20px;
	height: 20px;

	display: inline-block;
	top: 5px;
}
.menu-image-hover-wrapper img {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
}
.menu-image-hover-wrapper .hovered-image {
	margin-left: 0 !important;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner {
	padding: 0;
}
.elementor-location-header .jet-mega-menu-container a {
	padding: 13px 18px;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__dropdown {
	position: relative;
	left: -15px;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner {
/*	position: relative;*/
	background-color: transparent;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner {
	opacity: 0;
	transition: 0s;
	transition-delay: 0s;
}
.menu-hovered .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner {
	opacity: 1;
	transition: 0.3s;
	transition-delay: 0s;
}
/*.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner::before*/
.main-header-bg {
	position: absolute;
	content: "";
	left: 1px;
	top: 0;
	height: 100%;
	background-color: rgba(0, 25, 254, 0.75);
	border-radius: 0 0 50px 50px;
	z-index: -1;

	width: calc(100% - 2px);
	top: 30px;
	max-height: 0;
	transition: 0.3s;
	opacity: 0;
}
.menu-hovered .main-header-bg {
	max-height: 1000px;
	opacity: 1;
}
/*.main-header {
	position: relative;
	z-index: 1;
}*/
#magic-line {
	top: 5px;
}

/* Home */
.home .form-container {
	box-shadow: none;
}
.home .form-container > div {
	flex-basis: 100%;
}
.search-filter-home p {
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.5em;
	font-weight: 600;
	color: var( --e-global-color-accent );
}

/* Listing page */
.response-loading {
	flex-grow: 1;
	flex-basis: 100%;
}
.search-filter {
	background-color: rgba(8, 74, 239, 0.1);
	background-color: #e5ecfd;
	padding-top: 25px;
	padding-bottom: 25px;
	position: sticky;
	top: 0;
	z-index: 3;
	margin-top: 100px;
}
.search-filter-advanced {
	position: absolute;
	width: 35%;
	min-height: 300px;
	background-color: #fff;
	right: 0;
	margin-top: 25px;
	border-radius: 25px 0 0 25px;
	transform: translateX(100%);
	transition: 0.3s;
	padding-bottom: 20px;
	color: var( --e-global-color-text );
}
.search-filter-advanced.opened {
	transform: translateX(0);
	z-index: 2;
}
.search-filter-advanced-heading {
	background-color: #ced8f6;
	border-top-left-radius: 25px;
	padding: 1rem 1.5rem;
	font-size: 1.1em;
	font-weight: 600;
	color: #023fd8;
}
.close-advanced-filter {
	color: #023fd8;
}
.search-filter-advanced .form-group {
	padding: 1.5rem 1.6rem 0;
}
.search-form .search-filter-advanced label {
	display: block;
	font-weight: 600;
	padding-bottom: 10px;
}
.form-container {
	display: flex;
	background-color: #fff;
	border-radius: 50px;
	padding: 15px 20px;
	box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.form-container > div {
	flex-basis: 50%;
}
.form-container-left {
	display: flex;
}
.form-container-right {
	display: flex;
	justify-content: flex-end;
}
.form-group {
	margin-right: 10px;
	flex-basis: calc(33% - 20px);
}
.search-form label {
	display: none;
}
.search-filter + .container-fluid-right {
	min-height: calc(100vh - 220px);
}
.section-listing {
	display: flex;
	flex-direction: row-reverse;
}
.listing-map {
	background-color: #ccc;
	flex-basis: 50%;
	height: 400px;
	border-radius: 50px 0 0 50px;
	position: sticky;
	top: 115px;
	margin-bottom: 275px;

	height: calc(100vh - 220px);
	top: 220px;
	margin-bottom: 50px;
}
.listing-entries {
	flex-basis: 50%;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
}
.listing-entries #response {
	min-height: calc(100vh - 220px);
	margin-bottom: 50px;
}
.page-template-templatetax-location .elementor-location-footer {
/*	display: none;*/
}
@media (min-width: 1600px) {
	.main-header-bg {
		top: 55px;
	}
	.listing-map {
		flex-basis: 52.5%;
	}
	.listing-entries {
		flex-basis: 47.5%;
	}
}
.home .listing-entries {
	max-width: 900px;
	margin: auto;
}
#product-listing,
.favorites-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
	padding-bottom: 40px;
}
.listing-entry {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 25px;
	flex-basis: calc(50% - 20px);
	position: relative;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}
.home .listing-entry,
.saved-listing .listing-entry {
	flex-basis: calc(33% - 20px);
}
.listing-entry.marker-hover {
	transform: scale(1.05);
}
.icon-map {
	display: inline-block;
	width: 17.25px;
	height: 15px;
	background: url(../images/ff-icon-map.svg) no-repeat 0 0;
	background-size: 17.25px 15px;
	margin-right: 10px;
}
.icon-filter {
	display: inline-block;
	width: 17.25px;
	height: 15px;
	background: url(../images/ff-icon-filter.svg) no-repeat 0 0;
	background-size: 17.25px 15px;
	margin-right: 10px;
}
#filter-button {
	display: none;
}
#filter-button .icon-filter {
	margin-right: 0;
	position: relative;
	z-index: 1;
}

.icon-sort {
	display: inline-block;
	width: 17.25px;
	height: 15px;
	background: url(../images/ff-icon-sort.svg) no-repeat 0 0;
	background-size: 17.25px 15px;
	position: relative;
	z-index: 1;
}
.orderby-filter {
	position: absolute;
	width: 50%;
	left: 50%;
	margin-top: -20px;
	padding-right: 20px;
	display: flex;
	justify-content: flex-end;
}
.orderby-filter .select2-selection,
.orderby-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}
.product-search-subheading {
	width: 80%;
}
.product-search-subheading p,
.product-search-subheading h1 {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.2em;
	color: #07297c;
}
.badges-filter {
	display: flex;
}
.badges-filter a {
	color: #023fd8;
}
.badges-filter a::after {
	content: "/";
	margin-left: 10px;
	margin-right: 10px;
}
.badges-filter a:last-child::after {
	display: none;
}
.pagination {
	gap: 20px;
}
.loadmore {
	margin-top: 10px;
	margin-bottom: 30px;
	display: inline-block;
	cursor: pointer;
}
.infobox-wrapper img {
	max-width: 100% !important;
}
.listing-entry-image {
	text-align: center;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	min-height: 200px;
	background: url(../images/location-pin.png) no-repeat center;
	background-size: 80px;
}
.listing-entry .single_place {
	flex-grow: 1;
}
.listing-entry-image img {
	width: auto;
	height: 200px;
	padding-top: 50px;
	padding-bottom: 50px;
	object-fit: cover;
	border-radius: 25px;
}
.listing-entry-image.has-photo img {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}
.listing-entry-logo {
	position: absolute;
	margin-top: -20px;
	right: 20px;
	background-color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #fff;
}
.listing-entry-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-entry-detail {
	padding: 1.5rem 1rem 1rem 1.5rem;
	font-weight: 600;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.product-entry-detail h3 {
	color: var( --e-global-color-text );
	line-height: 1.2em;
	font-size: 1.05em;
	margin-bottom: 1rem;
	letter-spacing: 0.02em;
}
.product-entry-detail .d-flex {
	font-size: 0.7em;
	margin-top: auto;
	font-weight: 500;
}
.product-entry-detail .d-flex p,
.product-entry-detail .d-flex h4 {
	flex-basis: 50%;
	font-weight: 600;
	color: var( --e-global-color-text );
	letter-spacing: 0.02em;
}
.product-entry-detail .d-flex p {
	flex-basis: 100px;
	margin-right: 1rem;
}
.product-entry-detail .d-flex h4 {
	flex-grow: 1;
}
.product-entry-detail .d-flex strong {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2em;
	display: block;
	margin-top: 2px;
}
.listing-entry-buttons {
	padding: 0 1rem 1.5rem;
	font-size: 0.9em;
	margin-top: auto;
	gap: 1rem;
}
.listing-entry-buttons .btn-primary {
	flex-grow: 1;
	text-align: center;
	max-width: 160px;
}
.saved-listing .product-entry-detail .d-flex p,
.marker-popup-content .product-entry-detail .d-flex p {
	flex-basis: 120px;
}
.saved-listing .listing-entry-buttons .btn-primary,
.marker-popup-content .listing-entry-buttons .btn-primary {
	max-width: 120px;
}

.no-image img {
	display: block;
	border-radius: 25px;
}
.single-gallery .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #e5ecfd;
	border: 0;
	color: #0038a8;
	letter-spacing: 0.03em;
	font-size: 0.9em;
}
.single-gallery li {
	display: none;
}
.single-gallery li:nth-child(1),
.single-gallery li:nth-child(2),
.single-gallery li:nth-child(3) {
	display: block;
}
.single-gallery ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.single-gallery li a,
.single-gallery li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-gallery ul li:nth-child(1) {
	grid-area: 1 / 1 / 3 / 3;
}
.single-gallery ul li:nth-child(2) { 
	grid-area: 1 / 3 / 2 / 4;
}
.single-gallery ul li:nth-child(3) {
	grid-area: 2 / 3 / 3 / 4;
} 
.single-gallery ul li:nth-child(1) img {
	border-radius: 25px 0 0 25px;
	max-height: 650px;
}
.single-gallery ul li:nth-child(2) img {
	border-radius: 0 25px 0 0;
	max-height: 320px;
}
.single-gallery ul li:nth-child(3) img {
	border-radius: 0 0 25px 0;
	max-height: 320px;
}

.splitting .char,
.splitting.lines .word {
  vertical-align: top;
  display: inline-block;
  transform: translateY(100%);
  transition: 0.8s;
  opacity: 0;
  will-change: auto;
}
.splitting .word {
  position: relative;
  display: inline-block;
  margin: -0.15em;
  padding: 0.15em;
  vertical-align: top;
  overflow: hidden;
}
body:not(.elementor-editor-active) .hero .animated {
  opacity: 0;
}
body:not(.elementor-editor-active) .hero .animated.eds-scroll-visible {
  opacity: 1;
}
/*.splitting.enable .char,*/
.animated.eds-scroll-visible .splitting .char {
  transform: translateY(0);
  transition-delay: calc(0.01s * var(--char-index));
  opacity: 1;
}
.animated.eds-scroll-visible .splitting.lines .word {
  transform: translateY(0);
  transition-delay: calc(0.01s * var(--word-index));
  opacity: 1;
}

span[style="text-decoration: underline;"] span {
}
span[style="text-decoration: underline;"] span {
  text-decoration: none !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  transform: translateY(50%);
  transition: 0.6s;
  opacity: 0;
  display: inline-block;
}
span[style="text-decoration: underline;"] span.word {
  padding-right: 5px;
}
span[style="text-decoration: underline;"] span.word:last-child {
  padding-right: 0;
}
.enable span[style="text-decoration: underline;"] span {
  transform: translateY(0);
  transition-delay: calc(0.1s * var(--line-index));
  opacity: 1;
}
.show-map-container {
	display: none;
}
.single-page-title {
	color: var( --e-global-color-80a3a0d );
  font-family: "neue-haas-grotesk-display", Sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 2000px) {
	.container {
		max-width: 1440px;
	}
	.form-container {
		padding: 20px;
	}
	.elementor-location-header {
		height: 130px;
	}
	.single-listing .elementor-location-header {
		height: 160px;
	}
	.search-filter {
		margin-top: 130px;
	}
	.search-filter-home p {
		font-size: 1.75em;
	}
	.container-fluid-right {
		padding-left: calc(((100% - 1880px) / 2) + 0px);
	}
	.container-fluid-left {
		padding-right: calc(((100% - 1880px) / 2) + 0px);
	}
	.button-custom-outside .elementor-swiper-button.elementor-swiper-button-prev {
		left: -140px !important;
	}
	.button-custom-outside .elementor-swiper-button.elementor-swiper-button-next {
		right: -140px !important;
	}
	.btn-icon,
	.listing-entry .simplefavorite-button /*,
	.simplefavorite-button*/ {
		width: 3rem;
		height: 3rem;
	}
	/*.loop-item .simplefavorite-button {
		width: 2.5rem;
		height: 2.5rem;
	}*/
	.select2-container--default,
	.select2-container--default .select2-selection--single,
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 48px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 48px;
	}
	.search-filter-advanced {
		width: 27%;
	}
	.search-filter-advanced-heading {
		padding: 1.75rem 2.5rem;
		font-size: 1.4em;
	}
	.icon-filter {
		width: 1em;
		height: 1em;
		background-size: 1em 1em ;
		margin-right: 1.2rem;
	}
	.search-filter-advanced .form-group {
		padding: 1.75rem 2.5rem 0;
	}
	.search-form .search-filter-advanced label {
		font-size: 1.4em;
	}
	input[type="number"].bg-white,
	.search-filter-advanced select {
		font-size: 1.1em;
		padding: 0.75rem 1.25rem;
	}
}
@media (max-width: 1320px) {
	.container-fluid-right {
		padding-left: 30px;
	}
	.container-fluid-left {
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.menu-image-hover-wrapper {
		top: 0;
	}
}
@media (max-width: 1200px) {
	.button-custom-outside .elementor-swiper-button.elementor-swiper-button-next {
		right: -60px !important;
	}
	.button-custom-outside .elementor-swiper-button.elementor-swiper-button-prev {
		left: -60px !important;
	}
	.listing-entry {
		flex-basis: calc(100% - 20px);
	}
}
@media (max-width: 767px) {
	.container-fluid-right {
		padding-left: 0;
	}
	.container-fluid-left {
		padding-right: 0;
	}
	.button-custom-outside .elementor-swiper-button.elementor-swiper-button-next {
		right: -20px !important;
	}
	.button-custom-outside .elementor-swiper-button.elementor-swiper-button-prev {
		left: -20px !important;
	}
	.section-listing {
		flex-direction: column;
		margin-top: 220px;
	}
	.search-filter-advanced {
		width: 90%;
		overflow: scroll;
		height: calc(100vh - 300px);
	}
	.listing-map {
		flex-basis: 100%;
		top: auto;
		position: relative;
		height: calc(100vh - 200px);
		margin-bottom: 0;
		display: none;
		border-radius: 0;
	}
	.listing-entries {
		flex-basis: 100%;
		padding: 20px 30px 40px;
	}
	.listing-entry,
	.home .listing-entry,
	.saved-listing .listing-entry {
		flex-basis: 100%;
	}
	.acf-map {
		/*border-radius: 0 0 25px 25px;*/
		border-radius: 0;
	}
	.form-container {
		justify-content: space-between;
		background-color: transparent;
		box-shadow: none;
	}
	.form-container .form-group {
		flex-basis: auto;
		flex-grow: 1;
	}
	.form-container .form-group select {
		padding-right: 30px;
		background-color: #fff;
	}
	.form-container > div {
		flex-basis: auto;
		flex-grow: 1;
	}
	#sort-button,
	.form-container-right {
		/*position: absolute;
    right: 20px;
    top: 120px;*/
    display: none;
	}
	#filter-button {
		display: block;
	}
	.form-container .btn.btn-block {
		min-width: 40px;
		margin-right: 10px;
	}
	.search-form .form-container .btn.btn-block {
		margin-right: 0;
	}
	.dialog-widget .search-form .form-container .btn.btn-block {
		margin-top: 15px;	
		margin-right: auto;
	}
	.form-container-right .icon-filter {
		width: 15px;
		margin-right: 0;
	}
	.form-container-right .icon-filter + .btn-text {
		display: none;
	}
	.form-container-right .btn-secondary {
		width: 40px;
		height: 40px;
		padding: 0;
	}
	.show-map-container {
		position: sticky;
		bottom: 20px;
		margin-bottom: 5rem;
		display: block;
		z-index: 1;
	}
	.show-map {
		display: inline-block;
		width: 150px;
		left: calc(50% - 75px);
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}
	.show-map.visible {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
	.single-gallery .btn {
		border-radius: 0;
		padding: 0.25rem 0.5rem;
	}
	.single-gallery ul li:nth-child(1) img,
	.single-gallery ul li:nth-child(2) img,
	.single-gallery ul li:nth-child(3) img {
		border-radius: 0;
	}
	.orderby-filter .btn-icon.btn-outline:hover {
		background-color: var( --e-global-color-accent );
		color: var( --e-global-color-text );
	}
	.no-image img {
		border-radius: 0;
	}
	.listing-entry-buttons .btn-primary {
		max-width: 110px;
	}
}