/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
section {
  padding-top: 60px;
}
@media (max-width: 767px) {
  section {
    padding-top: 45px;
  }
}
section.nl-pagenav {
  padding-top: 55px;
}
@media (max-width: 767px) {
  section.nl-pagenav {
    padding-top: 45px;
  }
}
section.nl-feature {
  padding-top: 30px;
}
section.pl-contact {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  section.pl-contact {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

/* ===== NEWS LISTING (nl) ===== */
/* VIEW MORE */
@media (max-width: 640px) {
  .sec-header {
    max-width: 100%;
  }
}

.nl-testimonials .sec-header.with-cta .view-more:link, .nl-testimonials .sec-header.with-cta .view-more:visited,
.nl-news .sec-header.with-cta .view-more:link,
.nl-news .sec-header.with-cta .view-more:visited,
.nl-site-progress .sec-header.with-cta .view-more:link,
.nl-site-progress .sec-header.with-cta .view-more:visited,
.nl-events .sec-header.with-cta .view-more:link,
.nl-events .sec-header.with-cta .view-more:visited,
.nl-community .sec-header.with-cta .view-more:link,
.nl-community .sec-header.with-cta .view-more:visited {
  color: #53a700;
}
@media (max-width: 640px) {
  .nl-testimonials .sec-header.with-cta .view-more span,
.nl-news .sec-header.with-cta .view-more span,
.nl-site-progress .sec-header.with-cta .view-more span,
.nl-events .sec-header.with-cta .view-more span,
.nl-community .sec-header.with-cta .view-more span {
    display: none;
  }
}

/* FILTER POST */
@media (max-width: 767px) {
  .nl-filter {
    display: none;
  }
}

@media (max-width: 991px) {
  .search-property-mob {
    padding-top: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .search-property-mob.fixed-search {
    top: 0;
    margin: 0;
  }
}

/* 

/* FEATURE CARDS */
.nl-testimonials .feature-info .mini .card-item:not(:last-of-type),
.nl-events .feature-info .mini .card-item:not(:last-of-type),
.nl-community .feature-info .mini .card-item:not(:last-of-type),
.nl-news .feature-info .mini .card-item:not(:last-of-type) {
  position: relative;
  margin: 0;
  padding: 5px 0 40px;
}
.nl-testimonials .feature-info .mini .card-item:not(:last-of-type)::after,
.nl-events .feature-info .mini .card-item:not(:last-of-type)::after,
.nl-community .feature-info .mini .card-item:not(:last-of-type)::after,
.nl-news .feature-info .mini .card-item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #94a2bf;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* FILTER */
.nl-filter .fp-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nl-filter .fp-container p {
  margin-right: 13px;
}

/* FEATURE */
.nl-pagenav .sec-header {
  padding: 0;
}
@media (max-width: 640px) {
  .nl-pagenav {
    padding-top: 30px;
  }
}

/* SITE PROGRESS */
@media (max-width: 480px) {
  .nl-site-progress .cardlist--carousel, .nl-site-progress .owl-item {
    max-width: 183px;
  }
}
@media (max-width: 480px) {
  .nl-site-progress .cardlist--carousel .card-item .asset .property-info .progress .date {
    margin-left: 0;
  }
}