/* 
Theme Name: Hello Elementor Child Makelaar Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: rw-elementor-theme
*/
/* Map
 * ---------------------------------------------------------- */
.rw-map-houses-wrapper {
  position: relative;
}

.rw-map-houses {
  width: 100%;
  height: 700px;
  margin-top: 15px;
}
.rw-map-houses .rw-cookie-placeholder {
  height: 100% !important;
  background: #fef3ea !important;
}
@media (max-width: 1000px) {
  .rw-map-houses {
    height: 65vh;
  }
}

.rw-map-popup {
  --close-btn-width: 36px;
  --accent-color: #068C94;
  --close-bg-color: #068C94;
  --close-bg-color-hover: #FF8D00;
  background: #fff;
  display: flex;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  max-width: 600px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  align-items: center;
  border-radius: 4px;
}
.rw-map-popup--hide {
  display: none;
}
.rw-map-popup__close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: var(--close-btn-width);
  height: var(--close-btn-width);
  line-height: var(--close-btn-width);
  border-radius: var(--close-btn-width);
  color: #fff;
  background: var(--close-bg-color);
  text-align: center;
  font-size: 1.1rem;
  cursor: pointer;
  border: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rw-map-popup__close img {
  width: 14px;
  flex-shrink: 0;
}
.rw-map-popup__close:hover {
  background: var(--close-bg-color-hover);
}
.rw-map-popup__image {
  position: relative;
  min-width: 150px;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rw-map-popup__image a {
  display: block;
  width: 150px;
}
.rw-map-popup__image a img {
  width: 100%;
  height: auto;
  display: block;
}
.rw-map-popup__status {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 4px 8px;
  background: var(--accent-color);
  color: #fff;
  font-size: 12px;
}
.rw-map-popup__info {
  padding: 10px 20px;
}
.rw-map-popup__title {
  color: var(--accent-color);
  font-weight: 600;
  margin: 0;
  line-height: 1;
  font-size: 22px;
}
.rw-map-popup__title a {
  text-decoration: none;
}
.rw-map-popup__city {
  margin: 0 0 5px 0;
}
.rw-map-popup__price {
  padding: 0 0 5px 0;
  color: var(--accent-color);
}
.rw-map-popup__meters {
  font-size: 12px;
}

.house-status-BESCHIKBAAR {
  display: none;
}

/* House properties
 * ---------------------------------------------------------- */
.rw-object-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--e-global-typography-text-font-size);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rw-object-features-list li {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #4f4f4f61;
}
.rw-object-features-list li .rw-object-list-label {
  width: 40%;
  flex-shrink: 0;
  display: block;
}
.rw-object-features-list li .rw-object-list-value {
  display: block;
}
@media (max-width: 767px) {
  .rw-object-features-list li {
    flex-direction: column;
    gap: 5px;
  }
  .rw-object-features-list li .rw-object-list-label {
    color: #686868;
  }
}

/* Modal
 * ---------------------------------------------------------- */
.bouwtype-modal {
  display: none;
}
.bouwtype-modal--active {
  display: flex;
}

.list-project-houses {
  --label-bg-color: #007D32;
  --border-color: #d8d8d8;
}

.list-house-number,
.list-house-header {
  display: flex;
  width: 100%;
  gap: 20px;
}

.list-house-number__item,
.list-house-header__item {
  flex-shrink: 0;
}
.list-house-number__title,
.list-house-header__title {
  width: 30%;
  font-weight: bold;
}
.list-house-number__title a,
.list-house-header__title a {
  text-decoration: none;
}
.list-house-number__status,
.list-house-header__status {
  width: 15%;
}
.list-house-number__size,
.list-house-header__size {
  width: 15%;
}
.list-house-number__rooms,
.list-house-header__rooms {
  width: 10%;
}
.list-house-number__action,
.list-house-header__action {
  margin-left: auto;
}

.list-house-header {
  font-weight: bold;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1000px) {
  .list-house-header {
    display: none;
  }
}

.list-house-number {
  margin: 0 0 5px 0;
}
.list-house-number__mobile-label {
  display: none;
}
.list-house-number__status-label {
  background: var(--e-global-color-accent);
  color: #fff;
  border-radius: 3px;
  font-size: 0.9rem;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
@media (max-width: 1000px) {
  .list-house-number {
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .list-house-number__item {
    width: 100%;
  }
  .list-house-number__mobile-label {
    display: inline-block;
  }
}

/* Read more
 * ---------------------------------------------------------- */
.read-more {
  --accent-color: #C09A5E;
  --accent-color-hover: #007D32;
  position: relative;
  padding-bottom: 30px;
}
.read-more__btn {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: var(--accent-color);
  padding: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.read-more__btn::before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("images/icon-minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}
.read-more__btn:focus-visible {
  color: var(--accent-color-hover);
}
.read-more__btn:hover {
  color: var(--accent-color-hover);
}
.read-more--active.read-more--small .read-more__inner {
  height: 160px;
}
.read-more--active .read-more__inner {
  height: 240px;
  overflow: hidden;
}
.read-more--active .read-more__btn::before {
  background-image: url("images/icon-plus.svg");
}
.read-more--active::after {
  content: "";
  display: block;
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.rw-alert {
  padding: 15px;
}
.rw-alert--info {
  background: #fff5cb;
}

/*# sourceMappingURL=style.css.map */
