/*!
Theme Name: Friendly Housing
Version: 1.0.0
Text Domain: friendly-housing
*/
@font-face {
  font-family: "Caveat";
  src: url("/wp-content/uploads/2023/11/Caveat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("/wp-content/uploads/2023/11/Caveat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  /* Semibold font weight */
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("/wp-content/uploads/2023/11/Caveat-Medium.ttf") format("truetype");
  font-weight: 500;
  /* Medium font weight */
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("/wp-content/uploads/2023/11/Caveat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "VinaSans";
  src: url("/wp-content/uploads/2023/11/VinaSans-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* Lora Regular */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Lora Bold */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* Lora Italic */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* Lora Bold Italic */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* Lora Medium */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Lora Medium Italic */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* Lora SemiBold */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Lora SemiBold Italic */
@font-face {
  font-family: "Lora";
  src: url("/wp-content/themes/friendlyhousing/fonts/Lora/Lora-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/wp-content/themes/friendlyhousing/fonts/Source Sans Pro/source-sans-pro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/wp-content/themes/friendlyhousing/fonts/Source Sans Pro/source-sans-pro-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .container {
    max-width: 87%;
  }
}

main,
.main {
  min-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #111C36;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5625em;
  margin: 0 0 1.25rem;
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.btn-primary {
  background: #FC5830;
  border-color: #FC5830;
  color: #fff;
}
.btn-primary:hover {
  background: #c32903;
  border-color: #c32903;
  color: #fff;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu li a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu li a:hover {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}

html {
  background-color: #111c36;
}

.d-none {
  display: none;
}

body.home:not(.loading-completed) header,
body.home:not(.loading-completed) .main,
body.home:not(.loading-completed) footer {
  visibility: hidden;
}

header .headerScroll {
  background-color: rgba(0, 0, 0, 0);
}
header .headerScroll.header-scrolled {
  background-color: #111c36;
}
@media (max-width: 767px) {
  header .headerScroll {
    max-height: 100px;
  }
}

.page-template-woningaanbod .main {
  bottom: 20px;
  background-color: #fff;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.house-listings {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .house-listings {
    flex-wrap: wrap;
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .house-listings {
    margin-top: 60px;
  }
}
.house-listings__sidebar {
  flex: 0 0 33%;
}
.house-listings__sidebar__mobile-btn {
  justify-content: center;
}
@media (max-width: 767px) {
  .house-listings__sidebar__mobile-btn {
    display: flex;
  }
}
@media (min-width: 768px) {
  .house-listings__sidebar__mobile-btn {
    display: none;
  }
}
.house-listings__sidebar form {
  box-shadow: 0 0 10px #04070f1f;
  padding: 25px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .house-listings__sidebar form:not(.expanded) {
    display: none;
  }
}
@media (max-width: 767px) {
  .house-listings__sidebar {
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  .house-listings__sidebar {
    max-width: 320px;
  }
}
.house-listings__results {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .house-listings__results {
    margin: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .house-listings__results {
    justify-content: center !important;
  }
  .house-listings__results .house-list-item {
    flex: 0 0 70% !important;
  }
}
@media (min-width: 1025px) {
  .house-listings__results {
    margin: 0 50px;
  }
}
.house-listings .sidebar-filter__item {
  border-top: 1px solid #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.house-listings .sidebar-filter__item h4 {
  color: #224891;
  margin: 0 0 15px 0;
}
.house-listings .sidebar-filter .checkbox-filter {
  display: block;
  margin: 10px 0;
}
.house-listings .sidebar-filter .checkbox-filter input {
  margin-right: 15px;
}

.house-list-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 3px 15px #00000012 !important;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}
.house-list-item a:hover {
  box-shadow: 0 3px 15px #0000002B !important;
}
.house-list-item__image {
  padding: 5px;
  position: relative;
  margin: 7px 7px 15px 7px;
  height: 265px;
}
.house-list-item__image img {
  border-radius: 5px;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.house-list-item__image__overlay {
  background-color: rgba(25, 83, 159, 0.75);
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  align-items: center;
  right: 0;
  text-align: center;
  top: 0;
  text-transform: uppercase;
}
.house-list-item__image__overlay span {
  font-size: 18px;
}
.house-list-item__type-label {
  background: #19539f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  padding: 5px 10px;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.house-list-item__price {
  color: #fc5830;
  font-weight: 600;
  font-size: 22px;
}
.house-list-item__price span {
  color: #fc5830;
  font-weight: normal;
  font-size: 18px;
}
.house-list-item__location {
  color: #224891;
  font-size: 18px;
}
.house-list-item__price, .house-list-item__location, .house-list-item__specifications {
  padding: 0 15px;
  margin-bottom: 10px;
}
.house-list-item__specifications {
  display: flex;
}
.house-list-item__specifications ul li {
  display: inline-block;
}
.house-list-item__specifications__item {
  margin-right: 15px;
  display: flex;
  font-size: 13px;
  color: #404040;
}
.house-list-item__specifications__item img {
  height: auto;
  width: 20px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .house-list-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  .house-list-item {
    flex: 0 0 48%;
  }
}
@media (min-width: 2000px) {
  .house-list-item {
    flex: 0 0 30%;
  }
}

.single-house h2 {
  font-size: 39px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-house h2 {
    font-size: 27px;
  }
}
.single-house header .headerScroll {
  background-color: #111c36 !important;
}
.single-house .house {
  background-color: #fff;
}
@media (max-width: 767px) {
  .single-house .house {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .single-house .house {
    padding-top: 235px;
  }
}
.single-house .house-header {
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.7s ease-in-out;
  opacity: 1;
}
@media (min-width: 768px) {
  .single-house .house-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 20;
  }
  .single-house .house-header--hide {
    opacity: 0;
    visibility: hidden;
  }
}
.single-house .house-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.single-house .house-header__inner__left {
  flex: 1 0 auto;
}
.single-house .house-header__inner__left .buttons,
.single-house .house-header__inner__left .price {
  display: none !important;
}
@media (max-width: 767px) {
  .single-house .house-header__inner__left .buttons {
    display: flex !important;
    text-transform: uppercase;
  }
  .single-house .house-header__inner__left .price {
    display: block !important;
  }
  .single-house .house-header__inner__left__info {
    display: flex;
    margin-bottom: 10px;
  }
  .single-house .house-header__inner__left__info .buttons {
    margin-left: auto;
  }
  .single-house .house-header__inner__left__info .btn {
    padding: 6px 20px;
  }
}
.single-house .house-header__inner__right {
  text-align: right;
}
@media (max-width: 767px) {
  .single-house .house-header__inner__right {
    display: none;
  }
}
.single-house .house-header .social-share {
  display: block;
  margin-right: 10px;
  position: relative;
}
.single-house .house-header .social-share button {
  background-color: #111c36;
  color: #fff;
  margin: 0;
}
.single-house .house-header .social-share button svg {
  vertical-align: middle;
}
.single-house .house-header .social-share .dropdown-menu {
  position: absolute;
  transform: translateY(10px);
}
.single-house .house-header .social-share .dropdown-menu:not(.open) {
  display: none;
}
@media (min-width: 992px) {
  .single-house .house-header .social-share {
    display: block;
  }
}
.single-house .house-header .house-type-label {
  background: #19539f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  padding: 5px 10px;
}
.single-house .house-header .price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #FC5830;
  margin: 0;
  margin-bottom: 5px;
}
.single-house .house-header .price span {
  font-size: 21px;
}
@media (min-width: 992px) {
  .single-house .house-header .price body.body--scrolled .house-page .house-header .price {
    display: inline-block;
    font-size: 13px;
  }
}
.single-house .house-header .buttons {
  display: flex;
  justify-content: flex-end;
}
.single-house .house-header .btnRespondToOffer {
  margin-bottom: 0;
  margin-right: 10px;
}
.single-house .house-header h1 {
  margin: 0;
  font-size: 36px;
}
.single-house .house-header h1 span {
  font-family: "Lora";
  font-weight: bold;
  color: #acacac;
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .single-house .house-header .house-type-label {
    font-size: 16px;
  }
  .single-house .house-header .price {
    font-size: 20px;
  }
  .single-house .house-header .price span {
    font-size: 14px;
  }
  .single-house .house-header .btnRespondToOffer {
    font-size: 11px;
  }
  .single-house .house-header h1 {
    font-size: 27px;
  }
  .single-house .house-header h1 span {
    font-size: 18px;
  }
}
.single-house .house-main {
  /*
  &__maps-and-registration {
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;

    &__maps {
      flex: 0 0 50%;
    }

    &__registration {
      flex: 0 0 50%;
      background: url('img/hh-eindhoven-bg-scaled-v1.png') 0 0 no-repeat padding-box;
      background-size: cover;

      &__title {
        font-family: 'Lora';
        font-weight: bold;
        font-size: 45px;
        color: #fff;

        span {
          color: $primary;
        }
      }
    }

    .google-maps {
      height: 600px;
      width: 100%;
    }
  }
   */
}
.single-house .house-main__images {
  margin: 48px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .single-house .house-main__images {
    margin: 48px 0;
  }
}
@media (min-width: 768px) {
  .single-house .house-main__images {
    margin: 48px 0 9em 0;
  }
}
.single-house .house-main__images__left {
  flex: 0 0 50%;
}
.single-house .house-main__images__right {
  flex: 0 0 50%;
}
.single-house .house-main__images .main-image {
  position: relative;
  display: block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .single-house .house-main__images .main-image {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .single-house .house-main__images .main-image {
    min-height: 536px;
  }
}
.single-house .house-main__images .main-image img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.single-house .house-main__images .image-thumbnails {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: grid;
}
.single-house .house-main__images .image-thumbnails a {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .single-house .house-main__images .image-thumbnails a {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .single-house .house-main__images .image-thumbnails a {
    height: 265px;
  }
}
.single-house .house-main__images .image-thumbnails a .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
}
.single-house .house-main__images .image-thumbnails a .overlay span {
  color: #224891;
  font-weight: bold;
}
.single-house .house-main__images .image-thumbnails a img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.single-house .house-main__images .info-section {
  display: flex;
  justify-items: center;
  align-items: center;
  box-shadow: 0 0 15px #04070f15;
  padding: 20px 15px;
}
.single-house .house-main__images .info-section__item {
  flex: 0 0 33%;
  display: flex;
  align-items: center;
}
.single-house .house-main__images .info-section__item img {
  margin-right: 10px;
  height: 30px;
}
@media (max-width: 767px) {
  .single-house .house-main__images {
    flex-wrap: wrap;
  }
  .single-house .house-main__images__left {
    margin-bottom: 50px;
  }
  .single-house .house-main__images__left, .single-house .house-main__images__right {
    flex: 1 1 100%;
  }
}
.single-house .house-main__content {
  display: flex;
}
.single-house .house-main__content__description {
  font-size: 16px;
  flex: 1;
}
@media (max-width: 767px) {
  .single-house .house-main__content__description {
    margin-bottom: 3em;
  }
}
.single-house .house-main__content__description__text {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  position: relative;
}
.single-house .house-main__content__description__text.expanded {
  max-height: 100%;
}
.single-house .house-main__content__description__text.expanded .house-main__content__description__read-more {
  display: none;
}
.single-house .house-main__content__description__text:not(.expanded)::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9));
  bottom: 0;
  content: "";
  height: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.single-house .house-main__content__description__read-more {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 40px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: #111c36;
  text-decoration: none;
}
.single-house .house-main__content__description__read-more span {
  display: block;
}
.single-house .house-main__content__contact {
  flex: 1;
}
@media (max-width: 767px) {
  .single-house .house-main__content__contact .contact-cta {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .single-house .house-main__content__contact {
    margin-left: 7.5em;
  }
}
@media (max-width: 767px) {
  .single-house .house-main__content {
    flex-wrap: wrap;
  }
  .single-house .house-main__content__description, .single-house .house-main__content__contact {
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-house .house-main__content {
    flex-wrap: wrap;
  }
  .single-house .house-main__content__description, .single-house .house-main__content__contact {
    flex: 1 1 100%;
    margin-bottom: 2em;
  }
}
.single-house .house-main__specifications {
  margin: 4em 0;
  display: block;
}
.single-house .house-main__specifications__list {
  display: flex;
  flex-wrap: wrap;
}
.single-house .house-main__specifications__list__item {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  color: #111C36;
  font-size: 20px;
  font-family: "Source Sans Pro";
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
}
@media (max-width: 767px) {
  .single-house .house-main__specifications__list__item {
    flex: 1 1 100%;
  }
}
.single-house .house-main__specifications__list__item__title {
  flex: 0 0 50%;
  font-weight: 600;
}
.single-house .house-main__specifications__list__item__value {
  flex: 0 0 50%;
}
.single-house .house-location-and-registration {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .single-house .house-location-and-registration {
    padding: 2em 0;
  }
}
@media (min-width: 768px) {
  .single-house .house-location-and-registration {
    padding: 4em 0;
  }
}
.single-house .house-location-and-registration__location {
  flex: 0 0 50%;
}
.single-house .house-location-and-registration__registration {
  flex: 0 0 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-house .house-location-and-registration__registration::before {
  background-image: url("img/hh-eindhoven-bg-scaled-v1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  z-index: 1;
}
.single-house .house-location-and-registration__registration > * {
  z-index: 2;
}
.single-house .house-location-and-registration__registration__title {
  font-family: "Lora";
  font-weight: bold;
  font-size: 45px;
  color: #fff;
  text-align: center;
}
.single-house .house-location-and-registration__registration__title span {
  color: #FC5830;
}
.single-house .house-location-and-registration__registration__sub-text {
  font-family: "Source Sans Pro";
  color: #fff;
  font-size: 27px;
}
.single-house .house-location-and-registration__registration .btn-signup {
  text-transform: uppercase;
  font-size: 25px;
}
.single-house .house-location-and-registration .google-maps {
  height: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .single-house .house-location-and-registration__location, .single-house .house-location-and-registration__registration {
    flex: 1 1 100%;
    text-align: center;
  }
  .single-house .house-location-and-registration__registration {
    padding: 50px;
  }
  .single-house .house-location-and-registration__registration__title {
    font-size: 30px;
  }
  .single-house .house-location-and-registration__registration__sub-text {
    font-size: 17px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-house .house-location-and-registration__location, .single-house .house-location-and-registration__registration {
    flex: 1 1 100%;
    text-align: center;
  }
  .single-house .house-location-and-registration__registration {
    padding: 80px;
  }
}

.contact-cta {
  background-color: #224891;
  background-image: url("/wp-content/uploads/2023/11/watermerk-friendlyhousing-1-1.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  animation-duration: 2s;
  border-radius: 40px;
  padding: 50px;
  /*
  .gform_button {
    font-family: "Caveat" !important;
    font-size: 33px !important;
    padding: 8px 10px !important;
  }

   */
}
.contact-cta__header__title {
  color: var(--e-global-color-51db241);
  font-family: "Caveat", Sans-serif;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-cta__header p {
  text-align: left;
  color: var(--e-global-color-51db241);
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact-cta__header__title {
    font-size: 30px !important;
  }
  .contact-cta__header p {
    font-size: 18px !important;
  }
}
.contact-cta__form #input_1_5 {
  block-size: 130px;
  min-block-size: unset;
}

@media (max-width: 767px) {
  .related-houses {
    padding: 2em 0 3em 0;
  }
}
@media (min-width: 768px) {
  .related-houses {
    padding: 4em 0 6em 0;
  }
}
.related-houses__title {
  font-family: "Lora";
  font-weight: bold;
  font-size: 45px;
  color: #111c36;
  text-align: center;
  margin-bottom: 1.5em;
}
.related-houses__list {
  display: flex;
  justify-content: space-between;
}
.related-houses__list .house-list-item:nth-child(3), .related-houses__list .house-list-item:nth-child(4) {
  display: none;
}
@media (max-width: 767px) {
  .related-houses__list .house-list-item {
    flex: 0 0 100%;
    display: none;
  }
  .related-houses__list .house-list-item:nth-child(1) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .related-houses__list .house-list-item {
    flex: 0 0 48%;
  }
}
@media (min-width: 1025px) {
  .related-houses__list .house-list-item {
    flex: 0 0 30%;
  }
  .related-houses__list .house-list-item:nth-child(3) {
    display: block;
  }
}
@media (min-width: 2000px) {
  .related-houses__list .house-list-item {
    flex: 0 0 22%;
  }
  .related-houses__list .house-list-item:nth-child(4) {
    display: block;
  }
}

.recently-added {
  padding: 2em 0;
}
.recently-added__title {
  font-family: "Lora";
  font-weight: bold;
  font-size: 45px;
  color: #111c36;
  text-align: center;
}
.recently-added__list {
  display: flex;
  justify-content: space-between;
}
.recently-added__list .house-list-item__image img {
  height: 100% !important;
}
.recently-added__list .house-list-item:nth-child(4) {
  display: none;
}
@media (max-width: 767px) {
  .recently-added__list .house-list-item {
    flex: 0 0 100%;
    display: none;
  }
  .recently-added__list .house-list-item:nth-child(1) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .recently-added__list .house-list-item {
    flex: 0 0 48%;
  }
  .recently-added__list .house-list-item:nth-child(3), .recently-added__list .house-list-item:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1025px) {
  .recently-added__list .house-list-item {
    flex: 0 0 30%;
  }
}
@media (min-width: 2000px) {
  .recently-added__list .house-list-item {
    flex: 0 0 22%;
  }
  .recently-added__list .house-list-item:nth-child(4) {
    display: block;
  }
}

.homepage-search {
  background-color: #111C36;
  padding: 25px;
  width: 100%;
  border-radius: 10px;
}
.homepage-search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage-search select,
.homepage-search button {
  height: 50px;
}
.homepage-search__item {
  flex: 0 1 20%;
  max-width: 250px;
}
.homepage-search__item select {
  background-color: #FFFFFF33;
  border: 0;
  color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.homepage-search__item select option {
  color: #111C36;
}
.homepage-search__button {
  flex: 0 1 10%;
  text-align: center;
}
.homepage-search__button button {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .homepage-search-form {
    flex-wrap: wrap;
  }
  .homepage-search__item {
    margin-bottom: 15px;
  }
  .homepage-search__item, .homepage-search__button {
    flex: 0 1 100%;
    max-width: unset;
  }
  .homepage-search__button button {
    width: 100%;
  }
}

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