/*
Theme Name: Leos Template
Author: Maxim Folko
Version: 4.1
Text Domain: leos
*/
.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  height: calc(1.5em + 0.75rem + 10px);
  line-height: 45px;
}
.property-card__price {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.18px;
  border-bottom: 0;
}
.property-card__title {
  color: #101010;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.property-card__content {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0.75em;
  text-align: center;
}
.about_img:after {
  content: "";
  background: linear-gradient(
    90deg,
    #e9eaf0 73.97%,
    rgba(243, 244, 249, 0) 99.71%
  );
  position: absolute;
  width: 30%;
  z-index: 000000;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
}
a.btn.btn-primary:hover {
  border-radius: 68px;
  background: linear-gradient(
    313deg,
    #ecc772 7.44%,
    #b9934c 41.86%,
    #eec973 76.28%
  );

  /* shadow */
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border: 0;
}
.phone_site:hover {
  border-radius: 500px;
  background: var(
    --grad,
    linear-gradient(226deg, #ecc772 2.29%, #b9934c 51.15%, #eec973 100%)
  );
  color: #fff;
  font-weight: 600;
}

.phone_site:hover .text {
  border-radius: 53px;
  background: #000052;
  color: #fff;
}
.wpcf7 input[type="submit"] {
  background-color: #e9eaf0 !important;
  border: 1px solid #fff !important;
  color: #000052 !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
}
.wpcf7 input[type="submit"]:hover {
  border-radius: 68px;
  background: linear-gradient(
    313deg,
    #ecc772 7.44%,
    #b9934c 41.86%,
    #eec973 76.28%
  ) !important;

  /* shadow */
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border: 0 !important;
}
.home_form .col-lg-2 {
  border-left: 1px solid #fff;
}
.menu_left a {
  font-size: 15px !important;
}
.block_anum:hover {
  width: 40% !important;
  max-width: 40% !important;
  flex: auto !important;
  transition: 0.3s;
}
.form-row:hover .block_anum img {
  opacity: 0.5;
}

.block_anum:hover img {
  opacity: 1 !important;
}
.form-row:hover .block_anum {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  transition: 0.3s;
}

.block_anum {
  height: 41vh;
  transition: 0.3s;
}
.phone_site:hover .text svg * {
  fill: #fff;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

body.single-commercial-property .topimage,
body.single-commercial-property .fixed-search {
  display: none !important;
}

.call-btn-mobile.wats {
  background-color: #25d366;
  bottom: 51px;
}

@media screen and (width>992px) {
  .phone a {
    font-size: clamp(1em, 2vw + 0.25em, 1.25em);
    text-wrap: nowrap;
  }
}
.form-check.form-check-inline.buy-rent {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
  padding-top: 35px;
}

.form-check.form-check-inline.buy-rent .check-line {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.form-check.form-check-inline.buy-rent .check-line .form-check-input {
  margin-inline: 0 !important;
}

.form-check.form-check-inline.buy-rent .check-line label.form-check-label {
  padding-inline: 5px;
}

.property-search .btn-search,
.wpcf7 input[type="submit"] {
  background-color: #92a1b5;
}

@media screen and (width<768px) {
  .form-check.form-check-inline.buy-rent {
    flex-direction: row;
    gap: 20px;
    padding-block: 10px;
  }
}

.mh200 {
  max-height: 200px;
}
span.wpcf7-spinner {
  position: absolute;
}

body:is(
    .category,
    .single-post,
    .page,
    .page-template-property-search,
    .page-template-commercial-property-search,
    .archive
  )
  .topimage {
  background-image: none !important;
}

@media screen and (width <= 768px) {
  body:is(
      .page-template-property-search,
      .page-template-commercial-property-search
    )
    .topimage {
    min-height: 5.5vh;
  }
}
@media screen and (width > 768px) {
  body:is(.category, .single-post, .archive, .page) .topimage {
    min-height: 20vh;
  }
  body:is(
      .page-template-property-search,
      .page-template-commercial-property-search
    )
    .topimage {
    min-height: 12.5vh;
  }
  body:is(.single-project) .section-intro {
    padding-top: 12vh !important;
  }
  .form-row {
    display: flex;
  }

  .block_anum {
    flex: 1;
    transition: flex 0.3s ease;
  }

  .container:hover .block_anum {
    flex: 0.15;
  }

  .container .block_anum:hover {
    flex: 2 !important;
  }
}

a[href*="#contacform"] {
  position: relative;
  top: 60px;
  margin-top: 65px;
}

@media screen and (width <= 768px) {
  body.home .section-middleform_home {
    padding: 20px;
  }
  body.home
    .section-middleform_home
    :is([style*="border-left"], [style*="border-right"]) {
    border: none !important;
  }
  body.home .recs-slider .rec-item {
    height: auto;
    min-height: 470px;
  }
  .seo_cc {
    margin-inline: 0;
  }
  .section-faq .accordion .card > .card-header .btn {
    padding: 10px 40px 10px 10px;
  }
  .text_fqa :is(h4, h3, h2, h1, h5) {
    font-size: 56px;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -1.12px;
  }
  .text_fqa p {
    font-size: 25px;
    line-height: 1.15;
  }
  .col-12.d-flex.align-items-center:has(p.text_small),
  .section-properties .d-flex.align-items-center.justify-content-center {
    flex-direction: column;
  }
  .section-middleform p.text_small {
    text-align: center;
  }
  .middleform input {
    margin-block: 5px;
  }
  .section-recs .title h4,
  .section-about .title-heading {
    text-align: center;
  }
  .nav-sidebar:not(.active) + .hamburguer-icon {
    top: 50%;
    transform: translate(0, -50%);
  }
  .article-card__title {
    right: 50%;
    transform: translateX(50%);
  }
}
.property-card .sold-badge {
  width: 71px;
  height: 71px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: rgb(255, 255, 255);
  z-index: 1;
  line-height: 50px;
  display: flex;
  align-items: center;
  transform: rotate(28deg);
  justify-content: center;
  background-size: cover;
  padding: 0;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
}
.project-card .proj-type-badge {
  background-image: url("/wp-content/themes/nadlancoda/assets/icons/Frame%201321316444.svg");
}
.project-card .proj-type-badge-populated {
  background-image: url("/wp-content/themes/nadlancoda/assets/icons/Frame%201321316445.svg");
}
.project-card .proj-type-badge,
.project-card .proj-type-badge-populated {
  width: 85px;
  height: 85px;
  top: 7px;
  left: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: rgb(255, 255, 255);
  z-index: 1;
  line-height: 50px;
  display: flex;
  align-items: center;
  transform: rotate(330deg);
  justify-content: center;
  background-size: cover;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  position: absolute;
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

@media screen and (width > 768px) {
  header span.tel-phone {
    font-size: 22px;
  }
}

.title-heading{
    line-height: 1.4;
    font-weight: 700;
}

.article-card__title {
    right: 50%;
    transform: translateX(50%);  
}
.logo-header-image {
  max-height: 75px;
}

@media (min-width: 1452px) {
    .main-menu.menu_left > ul > li > a {
      font-size: 18px !important;
  }
}

.fixed-sidebar .social a[href*="facebook"] {
 display: none; 
}
.entry p
{
	margin-bottom: 0.8em;
}
.entry p:last-of-type
{
	margin-bottom: 1em;
}

.img_b img{
  max-width: 250px;
  width: 100%;
}

@media screen and (width < 768px) {
 .img_b img{
    max-width: 150px;
    width: 100%;
  } 
}

@media screen and (width > 1700px) {
  .main-menu > ul#menu-header-menu-right-1 > li > a {
     font-size: 20px;
     font-weight: 600;
  }
}

footer .ilpc-consent-p label .ilpc-external-label {
    color:  white !Important;
}