/*
Theme Name: First Step Realty LLC
Theme URI: https://www.firststeprealtysc.net/
Author: Rechat
Author URI: https://Rechat.com/
Description: This is Exclusive For Rechat
Version: 1.0
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
textarea,
a {
  cursor: pointer;
  outline: none;
  background: 0 0;
  text-decoration: none;
  font-family: var(--font-family);
}

h1 {
  text-transform: none !important;
}

button:focus,
input:focus,
textarea:focus,
a:focus,
input::placeholder,
textarea::placeholder {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

:root {
  --direction: ltr;
  --font-family: "Geist";
  --primary-color: #B1D4E0;
  --secondary-color: #2271b1;
  --baseLight-color: #ffffff;
  --baseDark-color: #000000;
  --bg-color: #f7f6f2;
  --bg-footer: #0f3333;
  --box-color: #edece6;
  --text-color: #201001;
  --text-color-2: #353537;
  --global-section-padding: 96px;

  --border-color: #717979;
  --border-color-2: #c6cccc;
  --border-radius30: 30px;
  --border-radius60: 60px;

  --line-height150: 150%;
  --line-height160: 160%;
  --line-height170: 170%;

  /* font-size */
  --text-xs: 0.75rem;
  /* 12px */
  --text-sm: 0.875rem;
  /* 14px */
  --text-base: 1rem;
  /* 16px */
  --text-lg: 1.125rem;
  /* 18px */
  --text-xl: 1.25rem;
  /* 20px */
  --text-2xl: 1.5rem;
  /* 24px */
  --text-3xl: 1.875rem;
  /* 30px */
  --text-4xl: 2.25rem;
  /* 36px */
  --text-5xl: 3rem;
  /* 48px */
  --text-6xl: 3.5rem;
  /* 56px */
  --text-7xl: 4rem;
  /* 65px */
}

body {
  margin: 0;
  padding: 0;
  direction: var(--direction);
  overflow-x: hidden !important;
  font-family: var(--font-family);
}
.rch-loader {
  border: 3px solid rgb(170 169 169 / 30%);
  border-top-color: #d0cece;
  z-index: 3;
  border-right-color: var(--primary-color) !important;

}

.swiper-initialized .rch-loader {
  display: none !important;
}

picture.rch-fallback-logo-listing {
  background-color: #000;
  border-radius: var(--border-radius30);
  aspect-ratio: 4 / 4.9;
  object-fit: cover;
  margin-block-end: 1.25rem;
  border-radius: var(--border-radius30);
  display: flex;
  align-items: center;
  justify-content: center;
}

picture.rch-fallback-logo-listing img {
  object-fit: contain !important;
  aspect-ratio: unset !important;
  padding: 2rem;
}

.adler--versions {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #3c3c3c;
  border-top: 1px solid #fff;
  z-index: 1000;
  width: 100%;
}

.adler--versions ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5rem;
}

.adler--versions ul li a {
  display: block;
  color: #fff;
}


/* for images of single listing page */
.rch-top-img-slider .rch-right-top-slider picture,
.rch-top-img-slider .rch-left-top-slider picture{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
	border-radius: 10px;
    animation: rch-skeleton-loading 1.5s infinite;
}


@keyframes rch-skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.rch-top-img-slider .rch-right-top-slider picture img{
	max-height: 223px;
}
/*  */

.rch-status-filter-listing .rch-other-inside-filters input[type="checkbox"]:checked::before,
.rch-map-view input[type="checkbox"]:checked::before {
    background-color: var(--secondary-color) !important;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 13;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal--content {
  margin: auto;
  width: auto;
  height: 95%;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal--header {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 100;
}

.modal--close {
  color: var(--baseLight-color);
  font-size: 3rem;
  transition: all 0.5s;
}

.modal--body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal--body video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* modal */

/* modal slider in rechat plugin */
.rch-imgs-modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}

.rch-imgs-modal {
  z-index: 1001;
}

.rch-imgs-modal .rch-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-width: 800px;
  border-radius: 15px;
  border: 1px solid rgba(126, 139, 150, 0.5);
}

.rch-imgs-modal .rch-img-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  cursor: pointer;
}

.rch-houses-mySwiper2 {
  height: 70vh;
  width: 100%;
  margin-block-end: 5px;
}

.rch-imgs-modal .swiper-slide {
  background-size: cover;
  background-position: center;
}

.rch-imgs-modal .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.rch-houses-mySwiper2 .swiper-button-next,
.rch-houses-mySwiper2 .swiper-button-prev {
  border: 1px solid rgba(126, 139, 150, 0.5);
  padding: 0.25rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: var(--text-color-2);
  z-index: 1;
  background-color: white;
}

.rch-houses-mySwiper2 .swiper-button-next:after {
  margin-left: 3px;
}

.rch-houses-mySwiper2 .swiper-button-next:after,
.rch-houses-mySwiper2 .swiper-button-prev:after {
  font-size: 1rem;
}

.rch-houses-mySwiper2 .swiper-button-prev:after {
  margin-right: 3px;
}

.rch-houses-mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
}

.rch-imgs-modal .swiper-slide {
  background-size: cover;
  background-position: center;
}

.rch-imgs-modal .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.rch-houses-mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.rch-houses-mySwiper {
  height: 10vh;
  box-sizing: border-box;
  padding: 10px 0;
}
/* modal slider in rechat plugin */

/* only only only archive listing page  */
.container-archive-listing {
  width: 97%;
  margin-inline: auto;
}
/* only only only archive listing page  */

.rch-listing-list,
.rch-listing-list ~ .rch-listing-skeleton-loader {
  --columns: 2;
}
/* title */
.center {
  text-align: center;
}

.light {
  color: var(--baseLight-color);
}

.dark {
  color: var(--text-color);
}

.title--medium {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

/* title */

/* text */
.text--medium {
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height150);
  letter-spacing: 0.22px;
}

.text--large {
  font-weight: 450;
  line-height: 32px;
  letter-spacing: 0;
}

/* button */
/* bnt-public */
button[type="submit"],
.btn {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  border-radius: var(--border-radius60);
  padding: 0.75rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transition: all 0.5s;
  letter-spacing: 0.2px;
}

.btn--icon > img {
  width: 20px;
  height: 20px;
  margin-inline-start: 0.25rem;
}

.btn--green {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--baseDark-color);
}

.btn--green.btn--icon img{
	filter: brightness(0);
}

.btn--outline__green {
  color: var(--baseDark-color);
  border: 1px solid var(--secondary-color);
}

.btn--white {
  color: var(--baseLight-color);
  border: 1px solid var(--baseLight-color);
}

.btn--text__green {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  padding: 0;
}

/* bnt-public */

/* input */
form input[type="email"],
form input[type="text"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form textarea {
  text-align: left;
  width: 100%;
  padding: 0.75rem !important;
  border: 1px solid var(--border-color);
  background-color: var(--baseLight-color) !important;
}

form input[type="email"],
form input[type="text"],
form input[type="search"],
form input[type="number"],
form input[type="tel"] {
  border-radius: var(--border-radius60) !important;
}

form textarea {
  height: 140px;
  border-radius: var(--border-radius30) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: var(--baseLight-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: none;
}

form input[type="submit"] {
  margin-block-start: 0;
  color: var(--baseLight-color);
  background-color: var(--secondary-color);
  border: var(--secondary-color);
  border-radius: var(--border-radius35);
  padding: 0.75rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

/* input */

/* pagination */
.pagination {
  margin-inline: auto;
  margin-block: 5rem;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li > span,
.pagination ul li > a {
  padding: 0.5rem 0.75rem;
  min-width: 3rem;
  min-height: 2rem;
  background-color: var(--box-color1);
  color: var(--border-color1);
  margin-inline: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.pagination ul li > span.page-numbers.current {
  background-color: var(--border-color1);
  color: var(--baseLight-color);
}

/* pagination */

/* heroInner */
.heroInner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
	background-position: center;
}

.heroInner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 26, 26, 0.4);
}

.heroInner--search {
  background-position: bottom center;
  margin-block-end: 80px !important;
}

.heroInner--content {
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.heroInner--content > h1 {
  width: 63%;
}

.heroInner--content .description p,
.heroInner--content > p {
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-block-start: 1.5rem;
  width: 50%;
}

.heroInner--content .description {
  display: flex;
  justify-content: center;
}

/* breadcrumb */
.breadcrumb--content {
  margin-block-end: 2.5rem;
  position: relative;
  z-index: 0;
  width: 50%;
  margin-inline: auto;
}

.breadcrumb {
  color: var(--border-color1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  text-transform: capitalize;
  line-height: var(--line-height160);
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child) a {
  margin-inline-end: 0.75rem;
}

.breadcrumb li:not(:first-child) {
  margin-inline-start: 0.75rem;
}

.breadcrumb {
  color: #d7d7d7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.breadcrumb li > span {
  font-weight: 600;
  color: var(--primary-color);
  line-height: normal;
  font-style: normal;
}

/* heroSlider */
.heroSlider {
  height: 100vh;
  position: relative;
  margin-block-end: 0 !important;
  z-index: 0;
}

.heroSlider.heroSlider--neighborhood {
  margin-block-end: 80px !important;
}

.heroSlider > button {
  position: absolute;
  bottom: 200px;
  right: 40px;
  z-index: 1;
  border-radius: 40px;
  opacity: 0.9;
  background: rgba(41, 51, 51, 0.9);
  color: var(--baseLight-color);
  padding: 0.65rem 1.25rem;
  border: none;
}

.heroSlider > button img {
  filter: invert(1);
}

.heroSlider .swiper {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.heroSlider .indexSwiper {
  height: 100%;
  width: 100%;
  position: relative;
}

.heroSlider .indexSwiper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(13, 26, 26, 0.5);
}

.heroSlider .indexSwiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.heroSlider .indexSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroSlider .thumbsSwiper {
  height: 140px;
  box-sizing: border-box;
  position: absolute;
  bottom: 39px;
}

.heroSlider .thumbsSwiper .swiper-slide {
  width: 25%;
  border-radius: 20px;
  height: 100%;
}

.heroSlider .thumbsSwiper .swiper-slide img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroSlider .thumbsSwiper .swiper-slide img {
  border-radius: 20px;
}

.heroSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroSlider .swiper-button-next:after,
.heroSlider .swiper-button-prev:after {
  content: unset;
}

.heroSlider .swiper-button-prev,
.heroSlider .swiper-rtl .swiper-button-next {
  left: 40px;
}

.heroSlider .swiper-button-next,
.heroSlider .swiper-rtl .swiper-button-prev {
  right: 40px;
}

.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
  top: 40% !important;
}

/* heroSlider */
/* heroInner */

/* Newsletter */
.newsletter--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsletter--text {
  width: 55%;
}

.newsletter--text form {
  margin-block: 1.25rem 1.5rem;
}

.newsletter--text form label {
  display: flex;
  align-items: flex-start;
  margin-block: 1.1rem 1.5rem;
}

.newsletter--text form .form-group label {
  display: none;
}

.newsletter--text form label > div {
  font-weight: 300;
  line-height: var(--line-height150);
  letter-spacing: 0.16px;
  margin-block-start: -0.3rem;
  margin-inline-start: 0.5rem;
}

.newsletter--text form button[type="submit"] {
  color: var(--primary-color);
  border: 1px solid rgba(0, 128, 128, 0.9);
  background-color: transparent;
  margin-block-start: 1.5rem;
}

.newsletter--img {
  width: 40%;
  position: relative;
}

.newsletter--img::before {
  position: absolute;
  content: "";
  left: 0;
  top: -40px;
  background-image: url("./assets/img/rectangle.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.newsletter--img img,
.newsletter--img::before {
  /* width: 480px; */
  width: 90%;
  height: 600px;
}

.newsletter--img img {
  display: block;
  object-fit: cover;
  margin-inline-start: auto;
  border-radius: 250px 250px 30px 30px;
}

/* Newsletter */

/* event page */
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input{
	margin-inline-start: 2rem;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input:focus{
	outline: none !important;
	border: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
	background: var(--primary-color);
    color: var(--baseDark-color);
    border-radius: 100px;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover{
	background: var(--primary-color);
    color: var(--baseDark-color);
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
	border: 1px solid var(--primary-color);
	color: var(--baseDark-color);
	border-radius: 100px;
}
/*********************
END: PUBLIC
*********************/

/*********************
START: HEADER
*********************/
body.listing-single-page .content-area{
	padding-block-start: 4rem;
}

.container-map{
	padding-block-start: 9rem;
	margin-block-start: 0;
}

header {
  z-index: 1;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 100%;
}

.tribe-events-header.tribe-events-header--has-event-search{
	z-index: unset;
}

.header {
  border-radius: var(--border-radius60);
  background: #A6A6A6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem;
}

.header > div{
	width: 33.33%;
}

.header > div.header--logo{
	text-align: center;
}

/* header--btn */
.header--btn {
  display: flex;
  justify-content: flex-end;
}

.header--btn a.btn {
  color: var(--primary-color);
  padding: 0.5 2rem !important;
  border: 1px solid var(--primary-color);
}

.searchForm--content {
  position: relative;
}

.searchForm > img {
  cursor: pointer;
  width: auto;
  vertical-align: middle;
  margin-inline-end: 1rem;
}

.searchForm--content {
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius60);
  padding-inline: 0.25rem;
  padding-block: 0.15rem;
  background-color: var(--baseLight-color);
  position: absolute;
  right: 10%;
  width: 30%;
  top: 80px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.searchForm--content.active {
  display: flex;
}

.searchForm--content .btn {
  color: var(--baseLight-color);
  background-color: var(--primary-color);
  border-radius: var(--border-radius60);
  padding: 0.45rem 1rem;
  border: 1px solid var(--primary-color);
  font-size: var(--text-base) !important;
}

.searchForm--content input[type="search"] {
  width: 75%;
  border: none;
  padding: 0.5rem 0.75rem;
  min-height: 40px;
  color: var(--baseDark-color);
}

/* searchForm */

/* header--menu__title */
.header--menu__title {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header--menu__title > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-inline-start: 0.5rem;
}

.header--menu__items {
  overflow-y: auto;
}

nav.header--menu__items {
  position: fixed;
  top: 0;
  width: 380px;
  left: -100%;
  height: 100%;
  z-index: 2;
  padding: 3.75rem 2.5rem;
  transition: all 0.8s;
  background: var(--box-color);
  box-shadow: 12px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

nav.header--menu__items.active {
  left: 0;
}

nav.header--menu__items ul li a {
  color: var(--text-color-2);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  display: block;
  padding-block-end: 1rem;
}

nav.header--menu__items ul li:not(:last-child) a {
  border-bottom: 1px solid var(--border-color-2);
  margin-block-end: 1rem;
}

nav.header--menu__items .header--menu__close {
  cursor: pointer;
  margin-block-end: 3.75rem;
  color: var(--text-color-2);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

nav.header--menu__items .header--menu__social {
  margin-block-start: 5.75rem;
}

nav.header--menu__items .header--menu__social > a {
  display: flex;
  align-items: center;
  margin-block-end: 0.6rem;
}

nav.header--menu__items .header--menu__social > a img {
  margin-inline-end: 0.5rem;
	    width: 20px;
    height: auto;
}

nav.header--menu__items .header--menu__social span {
  color: #555;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* header--logo */
.header--logo img {
  max-width: 100%;
    width: 110px;
    height: auto;
}

/* header--logo */

/* header--btn */
.header--btn {
  display: flex;
  align-items: center;
}

.header--btn a.btn {
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.46px;
}

.header--btn a.btn--white {
  margin-inline-end: 1rem;
  border: 1px solid var(--border-color2);
}

/* header--btn */

/*********************
  END: HEADER
*********************/

/*********************
START: FOOTER
*********************/
footer {
  background-color: #B1D4E0;
}

.footer--up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-start: 100px;
  color: var(--baseDark-color);
}

.footer--up h6 {
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.3px;
  width: 25%;
}

.footer--up p {
  width: 70%;
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height150);
  letter-spacing: -0.32px;
}

.footer--up img.logo-footer-color{
	max-width: 200px;
}

.footer--middle {
  margin-block: 3.75rem 2.5rem;
}

.footer--middle > ul {
  display: flex;
  justify-content: space-between;
}

.footer--middle > ul > li {
  width: 24%;
}

.footer--middle > ul > li .headerWiget {
  margin-block-end: 1.5rem;
}

.footer--middle > ul > li > .headerWiget h3 {
  color: var(--baseDark-color);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.52px;
}

.footer--middle > ul > li .bodywidget ul > li {
  margin-block-end: 0.5em;
}

.footer--middle > ul > li .bodywidget ul > li a {
  color: var(--baseDark-color);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height150);
  letter-spacing: -0.36px;
}

.footer--middle .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-inline-start: auto;
  margin-block-start: 1rem;
  column-gap: 0.5rem;
  width: 24%;
}

.footer--middle .social a img{
/* 	filter: brightness(0); */
	width: 1.5rem;
}

.footer--middle .social a:nth-child(2) img{
	filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(2105%) hue-rotate(208deg) brightness(102%) contrast(106%);
}

.footer--down {
  color: var(--baseDark-color);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height150);
  letter-spacing: -0.4px;
  margin-inline: auto;
  padding-block: 1.25rem;
  border-top: 1px solid #61615f;
}

.footer--contact{
	color: var(--baseDark-color);
	display: flex;
    flex-direction: column;
    row-gap: 1rem;
	width: 60%;
}


.footer--contact> div{
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.25rem;
	font-size: var(--text-lg);
	line-height: var(--line-height160);
}

.footer--contact> div p,
.footer--contact> div a{
	font-style: italic;
}

.footer--contact> div span{
	font-weight: 600;
}

/* .footer--contact> div:last-child{
	display: none;
} */
/*********************
END: FOOTER
*********************/

/*********************
START: SINGLE LISTING and SINGLE AGENT
*********************/
/* single agent */
.heroInner--agent {
  background-position: bottom center;
}

.single-agents .heroInner {
  margin-block-end: 80px !important;
}

.rch-top-single-agent .rch-left-top-single-agent picture,
.rch-profile-image {
  border-radius: var(--border-radius30) !important;
}

.rch-top-single-agent .rch-left-top-single-agent h1 {
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.rch-left-top-slider .rch-load-images {
  border-radius: var(--border-radius60) !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--baseDark-color) !important;
}

.rch-left-top-slider .rch-load-images img {
  filter:  brightness(0);
}
h1.rch-single-address {
  margin-block-start: 80px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.main-des-single-house > h2,
.facilities-in-single-houses > h2 {
  color: var(--baseDark-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.rch-house-menu a:hover {
  color: var(--primary-color) !important;
}

.main-des-single-house p {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 160% !important;
  margin-block: 18px 40px !important;
}

.facilities-in-single-houses ul li {
  color: #111;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.facilities-in-single-houses {
  margin-block-end: 30px;
}

#local-content-widget {
  padding-block: 40px 120px;
}

#local-content-widget > iframe {
  border-radius: 20px;
}

.rch-single-house-main-layout .rch-single-right-main-layout,
.rch-main-layout-single-agent .rch-right-main-layout-single-agent {
  margin-block-end: 20px;
}

.rch-single-house-main-layout .rch-single-right-main-layout form,
.rch-main-layout-single-agent .rch-right-main-layout-single-agent form,
.rch-leads-form-block form {
  border-radius: 25px !important;
  background:#f1f1f1 !important;
  padding-block: 2rem !important;
}

.facilities-in-single-houses ul li img{
	filter: brightness(0) saturate(100%) invert(36%) sepia(45%) saturate(796%) hue-rotate(164deg) brightness(100%) contrast(99%);
}

.rch-single-house-main-layout .rch-single-right-main-layout form h2,
.rch-main-layout-single-agent .rch-right-main-layout-single-agent form h2 {
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  margin-block-end: 32px !important;
}

.rch-single-house-main-layout .rch-single-right-main-layout .form-group,
.rch-main-layout-single-agent .rch-right-main-layout-single-agent .form-group {
  margin-block-end: 1.25rem !important;
}

.rch-single-house-main-layout .rch-single-right-main-layout label,
.rch-main-layout-single-agent .rch-right-main-layout-single-agent label {
  color: #717979;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-block-end: 4px;
}

.rch-single-house-main-layout .rch-single-right-main-layout .form-group input,
.rch-single-house-main-layout
  .rch-single-right-main-layout
  .form-group
  textarea,
.rch-main-layout-single-agent
  .rch-right-main-layout-single-agent
  .form-group
  input,
.rch-main-layout-single-agent
  .rch-right-main-layout-single-agent
  .form-group
  textarea {
  border: 1px solid rgba(164, 170, 170, 0.9) !important;
}

.rch-single-house-main-layout .rch-single-right-main-layout .form-group input,
.rch-main-layout-single-agent
  .rch-right-main-layout-single-agent
  .form-group
  input {
  border-radius: var(--border-radius60);
}

.rch-single-house-main-layout
  .rch-single-right-main-layout
  .form-group
  textarea,
.rch-main-layout-single-agent
  .rch-right-main-layout-single-agent
  .form-group
  textarea {
  border-radius: 20px !important;
}

.rch-single-house-main-layout
  .rch-single-right-main-layout
  .form-group
  input::placeholder,
.rch-single-house-main-layout
  .rch-single-right-main-layout
  .form-group
  textarea::placeholder,
.rch-main-layout-single-agent
  .rch-right-main-layout-single-agent
  .form-group
  input::placeholder,
.rch-main-layout-single-agent
  .rch-right-main-layout-single-agent
  .form-group
  textarea::placeholder {
  color: rgba(113, 121, 121, 0.6) !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.12px;
}

#leadCaptureForm button[type="submit"] {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  color: var(--baseDark-color);
}

.rch-house-main-details{
	margin-block-start: 60px;
}
/*********************
END: SINGLE LISTING and SINGLE AGENT
*********************/

.neighborhoodSinglePost p {
  color: #444 !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-block-end: 1.5rem;
}

.related-neighbour h2.lp-h2 {
  font-weight: 500;
}
li.theme-active a {
  background: white;
  padding: 5px 15px;
  border-radius: 6px;
  pointer-events: none;
  color: black !important;
}

.listing-card__status{
	border-radius: 100px;
	background: var(--primary-color);
}
/*********************
START: container and its media
*********************/
/* container  */
.container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1320px 1fr;
  grid-template-areas: ". content .";
}

.container > * {
  grid-area: content;
}

@media screen and (min-width: 1920px) {
  .container {
    grid-template-columns: 1fr 1400px 1fr;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .container {
    grid-template-columns: 1fr 1330px 1fr;
  }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
  .container {
    grid-template-columns: 1fr 1310px 1fr;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1319px) {
  .container {
    grid-template-columns: 1fr 1140px 1fr;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .container {
    grid-template-columns: 1fr 970px 1fr;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    grid-template-columns: 1fr 750px 1fr;
  }
}

@media screen and (max-width: 768px) {
  .container {
    grid-template-columns: 1fr 95% 1fr;
  }
}

/*********************
END: container and its media
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
  section {
    margin-block-end: 140px;
  }

  button[type="submit"],
  .btn {
    font-size: var(--text-xl) !important;
  }
	
	button[type="submit"].rch-search-submit-btn{
		font-size: var(--text-base) !important;
	}

  .title--medium {
    font-size: 50px;
  }

  .text--medium {
    font-size: 22px;
  }

  .heroInner--content .description p,
  .heroInner--content > p {
    width: 48%;
    font-size: var(--text-2xl);
  }

  .newsletter--text form {
    margin-inline-end: 12rem;
  }

  .newsletter--text p.text--medium {
    margin-inline-end: 9.5rem;
  }

  nav.header--menu__items ul li a {
    font-size: 26px;
  }

  nav.header--menu__items .header--menu__close {
    font-size: 22px;
  }

  nav.header--menu__items .header--menu__social span {
    font-size: var(--text-xl);
  }

  /* footer */
  .footer--up h6 {
    font-size: var(--text-7xl);
  }

  .footer--middle > ul > li .headerWiget h3 {
    font-size: 26px;
  }

  .footer--middle > ul > li .bodywidget ul > li a {
    font-size: var(--text-lg);
  }

  .footer--down {
    font-size: var(--text-xl);
  }

  .rch-top-single-agent .rch-left-top-single-agent h1 {
    font-size: 32px !important;
  }

  h1.rch-single-address {
    font-size: 40px !important;
  }

  .rch-single-price-house {
    font-size: 35px !important;
  }

  .main-des-single-house > h2,
  .facilities-in-single-houses > h2 {
    font-size: var(--text-2xl);
  }

  .main-des-single-house p,
  .facilities-in-single-houses ul li,
  .neighborhoodSinglePost p {
    font-size: var(--text-xl) !important;
  }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
  section {
    margin-block-end: 130px;
  }

  button[type="submit"],
  .btn {
    font-size: var(--text-lg) !important;
  }

  .title--medium {
    font-size: var(--text-5xl);
  }

  .text--medium {
    font-size: var(--text-xl);
  }

  .heroInner--content .description p,
  .heroInner--content > p {
    width: 49%;
    font-size: var(--text-xl);
  }

  .newsletter--text form {
    margin-inline-end: 9rem;
  }

  .newsletter--text p.text--medium {
    margin-inline-end: 5rem;
  }

  nav.header--menu__items ul li a {
    font-size: var(--text-2xl);
  }

  nav.header--menu__items .header--menu__close {
    font-size: var(--text-xl);
  }

  nav.header--menu__items .header--menu__social span {
    font-size: var(--text-lg);
  }

  /* footer */
  .footer--up h6 {
    font-size: var(--text-6xl);
  }

  .footer--middle > ul > li .headerWiget h3 {
    font-size: var(--text-2xl);
  }

  .footer--middle > ul > li .bodywidget ul > li a {
    font-size: var(--text-lg);
  }

  .footer--down {
    font-size: var(--text-lg);
  }

  .rch-top-single-agent .rch-left-top-single-agent h1 {
    font-size: var(--text-3xl) !important;
  }

  h1.rch-single-address {
    font-size: var(--text-4xl) !important;
  }

  .rch-single-price-house {
    font-size: var(--text-3xl) !important;
  }

  .main-des-single-house > h2,
  .facilities-in-single-houses > h2 {
    font-size: var(--text-2xl);
  }

  .main-des-single-house p,
  .facilities-in-single-houses ul li,
  .neighborhoodSinglePost p {
    font-size: var(--text-lg) !important;
  }
}

@media screen and (max-width: 1319px) {
  section {
    margin-block-end: 120px;
  }

  button[type="submit"],
  .btn {
    font-size: var(--text-lg) !important;
  }

  .title--medium {
    font-size: var(--text-5xl);
  }

  .text--medium {
    font-size: var(--text-xl);
  }

  .heroInner--content > h1 {
    width: 65%;
  }

  .breadcrumb--content,
  .heroInner--content > p {
    width: 55%;
  }

  .newsletter--img {
    width: 45%;
  }

  .newsletter--text {
    width: 50%;
  }

  .newsletter--text form {
    margin-inline-end: 0;
  }

  .newsletter--text h2.title--medium br {
    display: none;
  }

  .newsletter--text p.text--medium {
    margin-inline-end: 0;
  }

  nav.header--menu__items ul li a {
    font-size: var(--text-xl);
  }

  nav.header--menu__items .header--menu__close {
    font-size: var(--text-lg);
  }

  nav.header--menu__items .header--menu__social span {
    font-size: var(--text-lg);
  }

  /* footer */
  .footer--up h6 {
    font-size: var(--text-5xl);
  }

  .footer--middle > ul > li .headerWiget h3 {
    font-size: var(--text-2xl);
  }

  .footer--down {
    font-size: var(--text-lg);
  }

  .rch-top-single-agent .rch-left-top-single-agent h1 {
    font-size: var(--text-2xl) !important;
  }

  h1.rch-single-address {
    font-size: var(--text-4xl) !important;
  }

  .rch-single-price-house {
    font-size: var(--text-3xl) !important;
  }

  .main-des-single-house > h2,
  .facilities-in-single-houses > h2 {
    font-size: var(--text-xl);
  }
}

@media screen and (max-width: 1200px) {
  section {
    margin-block-end: 110px;
  }

  .modal--content {
    width: 60%;
  }

  .text--medium {
    font-size: var(--text-lg);
  }

  .heroInner--content > h1 {
    width: 70%;
  }

  .heroInner--content .description p,
  .heroInner--content > p {
    width: 60%;
  }

  .breadcrumb--content,
  .heroInner--content > p {
    width: 60%;
  }

  .newsletter--text,
  .newsletter--img {
    width: 48%;
  }

  .newsletter--img img,
  .newsletter--img::before {
    height: 550px;
  }

  .newsletter--img::before {
    top: -30px;
  }

  nav.header--menu__items ul li a {
    font-size: var(--text-lg);
  }

/*   .header--logo img {
        width: 230px;
        height: auto;
  } */

  .footer--middle > ul > li .headerWiget h3 {
    font-size: var(--text-xl);
  }
	
   .footer--up img.logo-footer-color {
     max-width: 180px;
   }

  h1.rch-single-address {
    font-size: var(--text-3xl) !important;
  }

  .rch-single-price-house {
    font-size: var(--text-2xl) !important;
  }
}

@media screen and (max-width: 992px) {
  section {
    margin-block-end: 100px;
  }

  button[type="submit"],
  .btn {
    font-size: var(--text-base) !important;
  }

  .modal--content {
    width: 70%;
  }

  .title--medium {
    font-size: var(--text-4xl);
  }

  .heroInner--content > h1,
  .heroInner--content .description p,
  .heroInner--content > p,
  .breadcrumb--content {
    width: 70%;
  }

  .newsletter--img img,
  .newsletter--img::before {
    height: 425px;
    width: 93%;
  }

  .newsletter--img::before {
    top: -20px;
  }

  /* header */
  .searchForm--content {
    right: 15%;
    width: 35%;
  }

/*   .header--logo img {
    width: 120px;
    height: 30px;
  } */
	
  /* footer	*/
	.footer--contact{
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
  section {
    margin-block-end: 90px;
  }
	
	.rch-formatted-data-summary ul li b{
		font-size: 2rem;
	}
	
	.rch-formatted-data-summary ul li {
		width: 50%;
	}
		
	.breadcrumb--content{
		margin-block-end: 2rem;
	}

  .modal--content {
    width: 80%;
  }

  .title--medium {
    font-size: var(--text-3xl);
  }

	.container-map {
    padding-block-start: 5rem;
	}
	
  .heroInner--content > h1,
  .heroInner--content .description p,
  .heroInner--content > p,
  .breadcrumb--content {
    width: 80%;
  }

  .rch-imgs-modal .rch-modal-content {
    width: 85%;
  }

  .newsletter--content {
    flex-direction: column;
  }

  .newsletter--text {
    width: 100%;
    margin-block-start: 2rem;
  }

  .newsletter--img {
    width: 100%;
  }

  .newsletter--img img,
  .newsletter--img::before {
    width: 380px;
    height: 450px;
  }

  .newsletter--img img {
    margin-inline: auto;
  }

  .newsletter--img::before {
    left: 40%;
    transform: translateX(-40%);
  }

  .heroSlider .swiper-button-next,
  .heroSlider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .heroSlider .swiper-button-next,
  .heroSlider .swiper-rtl .swiper-button-prev {
    right: 30px;
  }

  .heroSlider .swiper-button-prev,
  .heroSlider .swiper-rtl .swiper-button-next {
    left: 30px;
  }

  .heroSlider > button {
    right: 30px;
  }

  /* header */
  .header {
    padding-inline: 2rem;
  }

  nav.header--menu__items {
    width: 350px;
  }

  .searchForm--content {
    right: 3%;
    width: 45%;
    top: 70px;
  }

/*   .header--logo img {
    width: 100px;
    height: 22px;
  } */

  /* footer */
  .footer--up {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer--up > * {
    width: 100% !important;
  }

  .footer--up h6 {
    margin-block-end: 1rem;
  }
	
  .footer--up img.logo-footer-color {
    max-width: 160px;
    margin-inline: auto;
    margin-block-end: 1.5rem;
  }

  .footer--middle > ul {
    flex-wrap: wrap;
  }

  .footer--middle > ul > li {
    width: 49%;
    margin-block-end: 1rem;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius30);
  }

  .footer--middle > ul > li .headerWiget {
    padding: 1rem;
    background-color: var(--primary-color);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .footer--middle > ul > li .bodywidget {
    padding: 0 1rem 1rem 1rem;
  }

  .footer--middle .social {
    width: auto;
    justify-content: center;
  }

  .footer--down {
    font-size: var(--text-base);
  }

  h1.rch-single-address {
    font-size: var(--text-2xl) !important;
  }

  .rch-single-price-house {
    font-size: var(--text-xl) !important;
  }
}

@media screen and (max-width: 576px) {
   section {
    margin-block-end: 80px;
  }
	
	.breadcrumb--content{
		margin-block-end: 1.5rem;
	}
	
  .modal--content {
    width: 90%;
  }

  .text--medium {
    font-size: var(--text-base);
  }

  .heroInner--content > h1,
  .heroInner--content .description p,
  .heroInner--content > p,
  .breadcrumb--content {
    width: 90%;
  }

  .newsletter--img img,
  .newsletter--img::before {
    width: 300px;
    height: 380px;
  }

  .heroSlider .swiper-button-next,
  .heroSlider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .heroSlider .swiper-button-next,
  .heroSlider .swiper-rtl .swiper-button-prev {
    right: 25px;
  }

  .heroSlider .swiper-button-prev,
  .heroSlider .swiper-rtl .swiper-button-next {
    left: 25px;
  }

  .heroSlider > button {
    right: 25px;
  }

  /* header */
  .header {
    padding-inline: 1.5rem;
  }

  .searchForm--content {
    width: 60%;
  }

  nav.header--menu__items {
    width: 300px;
  }

  .header--logo img {
    width: 90px;
/*     height: 19px; */
  }

  .header--btn a.btn {
    font-size: var(--text-xs) !important;
    padding: 0.25rem 1rem;
  }

  .searchForm > img {
    margin-inline-end: 0.25rem;
    width: 20px;
    height: 20px;
  }

  .footer--up h6 {
    font-size: var(--text-4xl);
  }

  .pagination ul li > span,
  .pagination ul li > a {
    padding: 0.5rem 0.5rem;
    min-width: 2rem;
    margin-inline: 0.25rem;
    border-radius: 5px;
  }
	
	.rch-listing-list, 
	.rch-listing-list ~ .rch-listing-skeleton-loader {
		--columns: 1;
	}
}

@media screen and (max-width: 470px) {
	section {
    margin-block-end: 70px;
  }
  .heroInner--content > h1,
  .heroInner--content .description p,
  .heroInner--content > p,
  .breadcrumb--content {
    width: 95%;
  }

  .newsletter--img img,
  .newsletter--img::before {
    width: 250px;
    height: 330px;
  }

  .newsletter--img::before {
    top: -15px;
  }

  .newsletter--img::before {
    left: 37%;
    transform: translateX(-40%);
  }

  .rch-imgs-modal .rch-modal-content {
    width: 95%;
  }

  /* header  */
  .header {
    padding-inline: 1rem;
    padding-block: 0.75rem;
  }

  .header--menu__title > span {
    font-size: var(--text-base);
    margin-inline-start: 0.25rem;
  }

  .header--logo img {
    width: 80px;
/*     height: 17px; */
  }

  nav.header--menu__items {
    width: 270px;
    padding: 2rem 1.25rem;
  }

  nav.header--menu__items .header--menu__close {
    margin-block-end: 2.5rem;
  }

  nav.header--menu__items .header--menu__close,
  nav.header--menu__items ul li a,
  nav.header--menu__items .header--menu__social span {
    font-size: var(--text-base);
  }

  nav.header--menu__items ul li:not(:last-child) a {
    margin-block-end: 0.75rem;
  }

  nav.header--menu__items ul li a {
    padding-block-end: 0.75rem;
  }

  nav.header--menu__items .header--menu__social {
    margin-block-start: 2rem;
  }

  nav.header--menu__items .header--menu__close {
    margin-block-end: 2rem;
  }

  .searchForm--content {
    width: 70%;
  }

  .searchForm > img {
    margin-inline-end: 0.25rem;
    width: 17px;
    height: 17px;
  }

  .header--btn a.btn {
    font-size: 10px !important;
    padding: 0.15rem 0.5rem !important;
  }

  .header--menu__title > img {
    width: 30px;
  }

  .searchForm--content input[type="search"]::placeholder,
  .searchForm--content input[type="search"],
  .searchForm--content .btn {
    font-size: var(--text-sm);
  }
	
	.rch-house-main-details{
	margin-block-start: 30px;
	}
}

@media screen and (max-width: 425px) {
	.rch-house-main-details{
		margin-block-start: 0;
	}
	
  .heroSlider .swiper-button-next,
  .heroSlider .swiper-button-prev {
    width: 20px;
    height: 20px;
  }

  .heroSlider .swiper-button-next,
  .heroSlider .swiper-rtl .swiper-button-prev {
    right: 22px;
  }

  .heroSlider .swiper-button-prev,
  .heroSlider .swiper-rtl .swiper-button-next {
    left: 22px;
  }

  .heroSlider > button {
    right: 22px;
  }

  /* header */
  .header--menu__title > span {
    display: none;
  }

  nav.header--menu__items {
    width: 250px;
  }

  .searchForm--content {
    width: 80%;
  }

  .searchForm > img {
    width: 17px;
    height: 17px;
  }

  /* footer */
  .footer--middle > ul > li {
    width: 100%;
  }

  .main-des-single-house > h2,
  .facilities-in-single-houses > h2 {
    font-size: var(--text-lg);
  }
	
	.footer--up{
		padding-block-start: 60px;
	}
	
   .footer--up img.logo-footer-color {
    max-width: 140px;
  }
}

@media screen and (max-width: 375px) {
  .searchForm--content {
    width: 93%;
  }

  .title--medium {
    font-size: var(--text-2xl);
  }

  .newsletter--img::before {
    left: 35%;
    transform: translateX(-40%);
  }
}

@media screen and (max-width: 375px) {
  .newsletter--img::before {
    content: unset;
  }

  nav.header--menu__items {
    width: 230px;
  }
}

/*********************
  END: MEDIA
  *********************/
