/* ----- */
/* Cannapages Design styles */
/* ----- */
/* Color definitions */
.color-grey-elements {
  color: #474747ff !important;
}
.color-grey-subtitles {
  color: #979797ff !important;
}
.color-grey-elements-darker {
  color: #626262 !important;
}
.color-green-bg {
  background-color: #20603eff !important;
}

.color-green-hightlighted {
  color: #81c340ff !important;
}

.color-red-bg-light {
  background-color: #ffeeeeff !important;
  color: #474747ff !important;
}

.color-green-bg-light {
  background-color: #c8ffd5ff !important;
  color: #474747ff !important;
}

.color-dark-green-bg {
  background-color: #20603eff !important;
}

.color-grey-bg-buttons {
  background-color: #dde6e8ff !important;
}

.color-grey-bg-light {
  background-color: #dde7e97e !important;
}

/* Layout foundations */
body {
  background-color: white;
  color: #474747ff;
  font-family: "Roboto", sans-serif;
}

html {
  height: 100%;
}

body,
main {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.map,
main.map {
  height: 100%;
}

/* handling overflow */
.overflow-show {
  overflow-y: scroll !important;
}

.overflow-hide {
  overflow-y: hidden !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrolling-hide::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrolling-hide {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
  .scrolling-sm-hide::-webkit-scrollbar {
    display: none !important;
  }

  .scrolling-sm-hide {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {
  .scrolling-md-hide::-webkit-scrollbar {
    display: none !important;
  }

  .scrolling-md-hide {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
}

/* Large devices (desktops, 992px and down) */
@media (max-width: 992px) {
  .scrolling-lg-hide::-webkit-scrollbar {
    display: none !important;
  }

  .scrolling-lg-hide {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
}

/* Bullets */
.bullet {
  position: relative;
  width: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.bullet:before {
  content: "•";
  position: absolute;
  left: 1px;
}

/* Eye candy effects */
a.cover-image svg:hover,
a.cover-image img:hover,
img.cover-image svg:hover,
a.cover-image svg:hover,
img.card-img-top:hover,
a.card-img-top:hover,
img.card-img-right:hover,
a.card-img-right:hover,
img.card-img-top:hover,
a.card-img-top:hover,
img.card-img-right:hover,
a.card-img-right:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: saturate(150%);
  -webkit-filter: saturate(150%);
  -moz-filter: saturate(150%);
  -o-filter: saturate(150%);
  -ms-filter: saturate(150%);
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.16), 0 10px 20px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.drawer img.card-img-top:hover {
  border-color: red !important;
  border-style: solid;
  border-width: 3px;
}

a.teaser-cover,
img.teaser-cover,
img.card-img-top,
a.card-img-top,
img.card-img-right,
a.card-img-right,
img.card-img-top,
a.card-img-top,
img.card-img-right,
a.card-img-right {
  max-width: 100%;
  vertical-align: middle;
}

/* Titles, subtitles and texts */
h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:visited {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #5a5a5aff !important;
  transition: all 0.2s ease-in-out;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: black !important;
}

/* Size for titles mobile */
h1 {
  font-size: 1.4rem;
}
a.rounded-link {
  background-color: #dde6e8ff;
  color: #6b7280ff;
  padding: 5px 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.2rem;
}
/* bootstrap media query small mobile and landscape */
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.6rem;
  }
  a.rounded-link {
    background-color: transparent;
    color: #6b7280ff;
    padding: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.3rem !important;
  }
}

.text-muted {
  font-size: 0.9em;
}

.title,
.card-title a,
a.card-title,
.card-title a:link,
.card-title a:visited {
  font-family: "Poppins", sans-serif;
  color: #474747ff;
  transition: all 0.2s ease-in-out;
}

.title:hover,
.card-title a:hover,
a.card-title:hover {
  color: black !important;
}

.card-subtitle .card-subtitle a,
.card-subtitle a:link,
.card-subtitle a:visited {
  color: #484848 !important;
}

.card-subtitle-green .card-subtitle-green a,
.card-subtitle-green a:link,
.card-subtitle-green a:visited {
  color: #3aaf48ff !important;
}

.section-title {
  color: #6b7280ff !important;
}

.subtitle {
  color: #979797ff !important;
}

.special-heading {
  font-size: 4.2rem;
  font-weight: bolder;
  line-height: 4.2rem;
  color: #6b7280ff;
}

@media (max-width: 991.98px) {
  .special-heading {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 1.3rem;
    font-weight: normal;
  }

  h3 {
    font-size: 1rem;
    font-weight: normal;
  }
}

/* Navbar, offcanvas and UI buttons */
nav,
nav a,
nav a:link,
nav a:visited,
nav .btn {
  font-family: "Poppins", sans-serif;
  color: #474747ff !important;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

nav a:hover,
nav .btn:hover {
  opacity: 1;
}

.nav-item a::before {
  width: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  opacity: 0;
  transition: 200ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #7d7e80;
}

.nav a:hover::before {
  bottom: 2px;
  opacity: 1;
}

nav.nav-suggestions {
  font-family: "Poppins", sans-serif;
  color: #474747ff !important;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.first-nav {
  position: relative;
  z-index: 0;
}

.second-nav .search-map {
  z-index: 11;
}

.location-nav a,
.location-nav button {
  font-size: 0.9rem !important;
}

.landing-header,
.page-header,
.map-header {
  position: relative;
  z-index: 12;
}

.sidemenu-close-btn {
  position: absolute;
  top: -6px;
  right: 3%;
  z-index: 15;
}
.sidemenu-filter-close-btn {
  position: absolute;
  top: 1%;
  right: 3%;
  z-index: 15;
}

.sidemenu.offcanvas.offcanvas-start {
  background-color: white;
  height: 98%;
  top: 1%;
  left: 0%;
  width: 80%;
  border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -webkit-border-radius: 0 22px 22px 0;
  -khtml-border-radius: 0 22px 22px 0;
  overflow-y: scroll;
}

.filters.offcanvas.offcanvas-bottom {
  background-color: white;
  width: 96%;
  left: 2%;
  bottom: 0%;
  height: 98%;
  border-radius: 22px 22px 0px 0;
  -moz-border-radius: 22px 22px 0px 0;
  -webkit-border-radius: 22px 22px 0px 0;
  -khtml-border-radius: 22px 22px 0px 0;
  overflow-y: scroll;
}

.listing-categories.offcanvas.offcanvas-bottom {
  width: 96%;
  left: 2%;
  bottom: 0%;
  height: 98%;
  border-radius: 22px 22px 0px 0;
  -moz-border-radius: 22px 22px 0px 0;
  -webkit-border-radius: 22px 22px 0px 0;
  -khtml-border-radius: 22px 22px 0px 0;
  overflow-y: scroll;
}

/* sidemenu uses less space for bigger devices */
@media (min-width: 768px) {
  .sidemenu.offcanvas.offcanvas-start {
    width: 40%;
  }

  .filters.offcanvas.offcanvas-bottom {
    width: 40%;
  }

  .location-nav a,
  .location-nav button {
    font-size: normal !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .sidemenu.offcanvas.offcanvas-start {
    width: 25%;
  }

  .filters.offcanvas.offcanvas-bottom {
    width: 25%;
  }
}

/* navbar becomes mobile sidebar under lg breakpoint */
@media (max-width: 992px) {
  .sidemenu-close-btn {
    position: absolute;
    top: 14px;
    right: 3%;
  }

  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -45%;
    transition: all 0.2s ease;
    background-color: white;
    color: red;
    transition: 0.5s;
  }

  .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    background-color: white;
    color: red;
    height: auto;
    z-index: 99999;
    width: 45%;
    transition: left 0.35s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.sidebar-header-menu {
  font-size: 0.9rem;
}

.sidebar-header-menu a,
.sidebar-header-menu a:link,
.sidebar-header-menu a:visited {
  font-family: "Poppins", sans-serif;
  color: white !important;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.sidebar-header-menu a.active,
.sidebar-header-menu a.active:link,
.sidebar-header-menu a.active:visited {
  color: white !important;
}

.sidebar-header-menu a:hover {
  opacity: 1;
  color: #81c340ff !important;
}

.sidebar-header-menu a::before,
.sidebar-header-menu a::before,
.sidebar-header-menu a::before {
  width: 20px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  opacity: 0;
  transition: 200ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #81c340ff;
}

.sidebar-header-menu a.active::before,
.sidebar-header-menu a.active::before,
.sidebar-header-menu a.active::before {
  width: 20px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
  opacity: 1;
  transition: 200ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #81c340ff;
}

.sidebar-header-menu a:hover::before,
.sidebar-header-menu a:hover::before,
.sidebar-header-menu a:hover::before {
  bottom: -3px !important;
  opacity: 0;
  background-color: white !important;
}

/* mall devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .sidebar-header-menu a,
  .sidebar-header-menu a:link,
  .sidebar-header-menu a:visited {
    color: #666666ff !important;
  }

  .sidebar-header-menu a.active,
  .sidebar-header-menu a.active:link,
  .sidebar-header-menu a.active:visited {
    color: #666666ff !important;
  }
}

/*  Logo design */
img.logo-landing {
  width: 190px;
  height: auto;
}

img.logo-mobile {
  max-width: 180px;
  height: auto;
}

img.logo-horizontal {
  max-width: 220px;
  height: auto;
}

img.logo-vertical {
  max-width: 80px !important;
  height: auto;
}

img.logo-icon {
  max-width: 100%;
  width: 45px !important;
  height: auto;
}

@media (max-width: 765px) {
  img.logo-horizontal {
    max-width: 160px !important;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .logo-landing {
    width: 140px;
    height: auto;
  }

  img.logo-mobile {
    max-width: 130px;
    height: auto;
  }

  img.logo-horizontal {
    max-width: 160px !important;
    height: auto;
  }
}

@media (max-width: 340px) {
  .logo-mini {
    display: block !important;
  }

  .logo-horizontal,
  .logo-icon {
    display: none !important;
  }
}

/* Search design */

.map input[type="search"] {
  width: 100%;
  min-width: 100%;
}

.page input[type="search"] {
  width: 100%;
  min-width: 100%;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .map input[type="search"] {
    width: auto;
    min-width: 540px;
  }

  .page input[type="search"] {
    width: auto;
    min-width: 540px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .map input[type="search"] {
    width: auto;
    min-width: 350px;
  }

  .page input[type="search"] {
    width: auto;
    min-width: 350px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .map input[type="search"] {
    width: 100%;
    min-width: 100%;
  }

  .page input[type="search"] {
    width: 100%;
    min-width: 100%;
  }
}

/* mall devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .search-map {
    position: relative;
  }

  .map input[type="search"] {
    width: 100%;
    min-width: 100%;
  }

  .page input[type="search"] {
    width: 100%;
    min-width: 100%;
  }
}

.dropdown-menu {
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #fff !important;
}

.dropdown-menu a::before {
  display: none;
}

:-moz-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

::-webkit-input-placeholder {
  color: #a7aabc;
  font-weight: 200;
  line-height: 14px;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.lt-ie9 .search input {
  line-height: 26px;
}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  text-align: center;
}

input[type="search"] {
  font-family: "Poppins", sans-serif;
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 1.3rem;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  width: 100%;
}

input[type="search"]::placeholder {
  color: #bbb;
}

input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #b0f1b0ff;
  border-color: #b0f1b0ff;
  outline: none;
}

form.nosubmit {
  border: none;
  padding: 0;
}

input.nosubmit {
  /* border: 1px solid #ccccccff; */
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 48px;
  padding: 9px 40px 9px 40px;
  border-radius: 30px;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat 13px center;
}

/* mall devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  input.nosubmit {
    height: 48px;
  }
}

/* Buttons and links */
.button-custom {
  transition: all 0.2s ease-in-out !important;
}

.button-active,
a.button-active,
.btn.button-active {
  transform: scale(1.1) !important;
}
.button-active2 *,
a.button-active2 *,
.btn.button-active2 *{
  color: green !important;
  transition: color 0.5s ease-in-out !important;

}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit !important;
}

.btn,
button.btn {
  border: none;
  transition: background-color 0.3s;
  color: #6b7280ff !important;
}

.btn:hover,
button.btn:hover {
  color: white !important;
  background-color: #3bae49ff !important;
  border-color: #3bae49ff !important;
}

.btn.btn-element:hover,
button.btn.btn-element:hover {
  color: inherit !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn.btn-menu:hover,
button.btn.btn-menu:hover {
  color: inherit !important;
  filter: brightness(0.8) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn.btn-more:hover,
button.btn.btn-more:hover {
  color: white !important;
  background-color: #7b9a9eff !important;
  border-color: #7b9a9eff !important;
}

.button-grey-big {
  background-color: #dde6e8ff;
  color: #6b7280ff;
  padding: 5px 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.4rem;
}

.button-grey {
  background-color: #dde6e8ff !important;
  color: #474747ff !important;
  padding: 4px 12px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  font-size: 0.9rem;
}

.btn.active.button-blue,
.btn.button-blue {
  background-color: #99d8e5ff !important;
  color: white !important;
  padding: 6px 16px !important;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -khtml-border-radius: 30px !important;
  border-radius: 30px !important;
  font-size: 0.9rem;
}

.btn.active.button-blue:hover,
.btn.button-blue:hover {
  background-color: #40a0c3ff !important;
  /* color: #474747ff !important; */
}

.btn.button-grey-big:hover,
.btn.button-grey:hover {
  border-color: transparent !important;
  background-color: #aab8baff !important;
  color: white !important;
}

.btn.button-grey-big.active:hover,
.btn.button-grey.active:hover {
  border-color: transparent !important;
  background-color: #81c340ff !important;
  color: white !important;
}

.btn.button-grey.btn-dropdown::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-color: white;
  color: white;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.btn.active {
  color: white !important;
  border: none;
  background-color: #81c340ff !important;
}

a.btn-wide:hover,
a.btn.btn-wide:hover {
  color: #6b6b6b !important;
  background-color: #dfdfdf !important;
  border-color: #e2e2e2 !important;
}

.dropdown-toggle.button-location::after {
  display: none;
}

.dropdown-toggle.button-location::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: middle;
  content: "";
  border-color: #a4a5a5f3;
  color: #a4a5a5f3;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle.button-grey::after {
  display: none;
}

.dropdown-toggle.button-grey::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: middle;
  content: "";
  border-color: white;
  color: white;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.search-here-btn-wrapper {
  z-index: 11;
  right: 3%;
  top: 2%;
}

.btn-map:hover {
  background-color: #f0f0f0 !important;
}

/* Images definitions */
.ratio-41x51 {
  --bs-aspect-ratio: 130%;
}

.ratio-265x67 {
  --bs-aspect-ratio: 67.3%;
}

.headline-mobile {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded-canna {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.rounded-canna-15 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.rounded-canna-20 {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.rounded-canna-22 {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  border-radius: 22px;
}

.rounded-canna-top-22 {
  -moz-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  -khtml-border-top-left-radius: 22px;
  -moz-border-top-right-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  -khtml-border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.rounded-canna-26 {
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  border-radius: 26px;
}

/* Scrollables for mobile */
@media (max-width: 575.98px) {
  .scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scrolling-wrapper -webkit-scrollbar {
    display: none;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card {
  background-color: rgba(255, 255, 255, 0);
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* slide transitions */
.slide-in {
  animation: slide-in 0.6s forwards;
  -webkit-animation: slide-in 0.6s forwards;
}

.slide-up {
  animation: slide-up 0.6s forwards;
  -webkit-animation: slide-up 0.6s forwards;
}

.slide-out {
  animation: slide-out 0.4s forwards;
  -webkit-animation: slide-out 0.4s forwards;
}

.slide-down {
  animation: slide-down 0.4s forwards;
  -webkit-animation: slide-down 0.4s forwards;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes slide-up {
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide-up {
  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }

  90% {
    transform: translateX(-100%);
  }

  100% {
    opacity: 0%;
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }

  90% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 0%;
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(-100%);
  }
}

.overlay-filters {
  z-index: 12;
  bottom: 0;
  transition: 0.4s ease;
  height: 0px;
}

.overlay-listings {
  z-index: 12;
  bottom: 0;
  transition: 0.4s ease;
  height: 0px;
}

/*
 * Elements
 */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

/*
 * Footer
 */
.section-wrapper-footer {
  /* background: linear-gradient(white, #cad8da); */
  position: relative;
}

.section-wrapper-footer .container {
  z-index: 10;
  position: relative;
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1700px) {
  .magazine-ad {
    background-image: url("../images/backgrounds/footer-magazine.webp");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

/*
 * Map Page
 */
.map-page {
  z-index: 9;
}

.container-wrapper-map {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: blue;
  overflow: hidden;
}

.map-container {
  position: relative;
  /* This is the aspect ratio */
  /* widesceen and phones */
  padding-bottom: 44%;
  height: 100%;
  overflow: hidden;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.floating-sidebar {
  z-index: 10;
  top: 4%;
  left: 2%;
  height: 92%;
  width: 456px;
  background-color: white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  overflow-x: hidden !important;
}

.wrapper-sidebar-header {
  z-index: 10;
}

.wrapper-search-results-header {
  background: linear-gradient(
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 25%,
    rgb(255, 255, 255) 50%,
    rgb(255, 255, 255) 85%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-bottom: 0px;
}

.wrapper-sidebar-footer {
  z-index: 15;
  width: 100%;
  height: 35px;
  position: sticky;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(
    rgb(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.192) 25%,
    rgba(255, 255, 255, 0.555) 50%,
    rgba(255, 255, 255, 0.966) 85%,
    rgba(255, 255, 255) 100%
  );
}

.wrapper-search-results {
  position: relative;
  z-index: 0;
}

/* small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .filter-bar .filters {
    flex-wrap: nowrap !important;
  }

  .map-container {
    position: absolute;
    padding-bottom: 0px;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
  }

  .floating-sidebar {
    z-index: 8;
    top: unset;
    bottom: 0px;
    left: 0%;
    height: 64%;
    width: 100%;
    background-color: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
  }

  .wrapper-sidebar-header {
    background: white !important;
  }

  .wrapper-sidebar-footer {
    position: absolute;
  }

  .highlight-content-wrapper {
    background-color: #dde7e9f0 !important;
  }

  .wrapper-sidebar-header {
    background-color: transparent;
  }

  .wrapper-search-results {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 35%;
    overflow-y: scroll;
    z-index: 10;
    border-top: #a6a6a6ff;
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }

  .wrapper-search-results-header {
    background: none;
  }
}

/* XX-Small devices (portrait small phones, less than 376px) */
@media (max-width: 376px) {
  .wrapper-hud a {
    font-size: 0.8rem !important;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.wrapper-hud {
  background-color: #20603eff !important;
}

/* mall devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .wrapper-search-results-header {
    position: relative;
    margin-top: -40px;
    width: 100%;
    z-index: 12;
    background-color: transparent;
  }

  .wrapper-hud {
    background-color: #eef3f4 !important;
    padding-bottom: 25px;
  }

  .wrapper-hud ul li a {
    color: #474747ff !important;
  }
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 1em;
  font-size: 0.8vw;
  color: #979797ff;
  cursor: pointer;
}

.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.rating > input:checked ~ label:before {
  opacity: 1;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}
