/*
Theme Name: Adler Real State Version 0
Theme URI: http://adler.rechat.com/?v=0
Author: Rechat
Author URI: https://Rechat.com/
Description: this in exclusive for Rechat
Version: 1.0
Text Domain: adler-v5
*/*,
*::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;
}

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%;
	margin-top: 0 !important;
}

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

img {
    vertical-align: middle;
}

:root {
    --direction: ltr;
    --font-family: "CabinetGrotesk-Variable", sans-serif;

    /* base-color */
    --baseLight-color: #ffffff;
    --baseDark-color: #000000;

    /* bg-color */
    --bg-light: #FAF8F4;
    --bg-cream: #E9E1D6;
    --bg-orange: #C66A3C;
    --bg-orange-dark: #B24E1C;
    --bg-green: #2F4F3E;
    --bg-green-dark: #1A412C;
    --bg-brown: #2B2720;
    --bg-dark: #151410;
    --bg-footer: #15130f;

    /* text-color */
    --gray-primary: #151410;
    --gray-secondary: #3B3B3B;
    --text-light: #FAF8F4;
	--gray-contrast-secondary :#E9E0D6;


    /* border-color */
    --border-color: #CBCCCA;


    /* border-radius */
    --border-radius-4: 4px;
    --border-radius-6: 6px;
    --border-radius-24: 24px;


    /* line-height */
    --line-height120: 120%;
    --line-height150: 150%;

    /* 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 */

    --text-8xl: 4.375rem;
    /* 70px */
}

/*********************
START: PUBLIC
*********************/
body {
    margin: 0;
    padding: 0;
    direction: var(--direction);
    overflow-x: hidden !important;
    background-color: var(--bg-cream);
    font-family: var(--font-family);
}


/* title and text*/
.light {
    color: var(--baseLight-color);
}

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

.gray-primary {
    color: var(--gray-primary)
}

.gray-secondary {
    color: var(--gray-secondary);
}

.center {
    text-align: center;
}


/* font-size: 70px , 48px */
.title--large,
.title--middle {
    font-weight: 400;
    font-style: normal;
    line-height: var(--line-height120);
    text-transform: capitalize;
}

/* font-size: 20px , 18px */
.text--middle,
.text--small {
    font-weight: 400;
    font-style: normal;
    line-height: var(--line-height150);
}

/* btn */
.btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding-inline: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 400;
    column-gap: 0.5rem;
    border-radius: var(--border-radius-6);
}

.btn--md {
    padding-block: 0.75rem;
}

.btn--sm {
    padding-block: 0.375rem;
}

/* btn--primary */
.btn--primary {
    background-color: var(--bg-orange);
    color: var(--baseLight-color);
}

.btn--primary:hover,
.btn--primary:focus {
    background-color: var(--bg-orange-dark);
}

.btn--primary:disabled {
    opacity: 0.5;
}

.search_address_input__field_wrapper{
	border-radius: 24px;
	background-color: transparent;
	border: 1px solid var(--border-color);
}

.search_address_input__field_wrapper .rechat-text-field,
.search_address_input__field_wrapper .rechat-text-field::placeholder{
	color: var(--bg-green-dark);
}

.search_address_input__field_wrapper:focus-within {
    border-color: var(--bg-green-dark);
}
/* heroInner section */
.heroInner{
	position: relative;
	padding-block:10rem;
}

ul.rch-neighborhoods-archive li.item .content-container .button-wrapper .btn:hover {
    color: var(--gray-primary);
}

body.post-type-archive-neighborhoods .heroInner{
	padding-block-end: 0 !important;
}


.listing-card .listing-card__image{
	border-radius: 12px;
}
/* pagination */
.pagination{
	margin-block-start: 2rem;
}

/* breadcrumb */
.breadcrumb--content {
    position: relative;
    z-index: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    text-transform: capitalize;
    color: var(--baseLight-color);
	display: none !important;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	padding-block-end: 0.25rem;
}

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

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

.breadcrumb li>span {
    color: var(--Gray-1);
}


/* connect section */
.connect {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.connect::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.2);
}

.connect--content {
    min-height: 100vh;
    max-width: 1100px;
    display: flex;
    align-items: center;
    margin-inline: auto;
    padding-block: 3rem;
    justify-content: space-between;
}

.connect--text {
	width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 6rem;
    color: var(--baseLight-color);
}

.connect--text ul li {
    padding-block: 1.5rem;
}

.connect--text ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.connect--text ul li p{
	margin-block-start: 0.5rem;
}

.connect--form {
	 width: 55%;
	padding:2rem 1.5rem;
    border-radius: var(--border-radius-4);
    background-color: var(--bg-light);
}

.rch-lead-capture-form > h2,
.form-group label{
	display: none;
}

.form-group{
	margin-block-end: 2rem;
}

.form-group input,
.form-group textarea{
	width: 100%;
	font-size: var(--text-base);
    padding-block: 0.75rem;
	border-top: 0 !important;
	border-left: 0 !important; 
	border-right: 0 !important;
	font-family: var(--font-family);
	border-bottom: 1px solid var(--border-color);
}

.form-group textarea{
	min-height: 150px;
	margin-block-end: 0.5rem;
}

.rch-submit-btn{
	margin-inline-start: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding-inline: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 400;
    padding-block: 0.75rem;
    column-gap: 0.5rem;
    border-radius: var(--border-radius-6);
    background-color: var(--bg-orange);
    color: var(--baseLight-color);
	border: 1px solid var(--bg-orange);
}

.rch-submit-btn button:hover{
	font-family: var(--font-family);
	background-color: var(--bg-orange-dark);
}

/*********************
END: PUBLIC
*********************/
/* agent page */
body.post-type-archive-agents .heroInner{
	padding-block-end: 0 !important;
}

body.post-type-archive-agents .singlePost{
	margin-block-start: -3rem;
}

.rch-top-filter form#rch-agent-search-form input {
    background-color: transparent;
    padding-inline-start: 10%;
    border: 1px solid var(--border-color);
    height: 40px;
	padding-inline-start: 8%;
	border-radius: var(--border-radius-4);
}

ul.rch-archive-agents li, .rch-archive-regions-offices li{
    background-color: var(--bg-light); 
}

ul.rch-archive-agents li picture img{
	aspect-ratio: 4 / 4.5;
    object-fit: cover;
    border-radius: 5px;
}
.rch-main-layout-single-agent .rch-right-main-layout-single-agent form, .rch-leads-form-block form,
.rch-single-house-main-layout .rch-single-right-main-layout form{
    background-color: var(--bg-light);
	border-radius: var(--border-radius-4);
}

.form-group input, .form-group textarea{
	border-radius: 0 !important;
}

.rch-main-layout-single-agent .rch-right-main-layout-single-agent form button, 
.rch-leads-form-block form button,
.rch-single-house-main-layout .rch-single-right-main-layout button{
	position: relative;
    cursor: pointer;
    overflow: hidden;
    padding-inline: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 400;
    column-gap: 0.5rem;
    border-radius: var(--border-radius-6);
	padding-block: 0.75rem;
	background-color: var(--bg-orange);
    color: var(--baseLight-color);
	border: 1px solid var(--bg-orange);
}

ul.rch-single-agents-social li{
	background-color: var(--bg-orange) !important;
}

.rch-agents-list h2{
	margin-bottom: 2rem;
	font-size: var(--text-4xl);
}

body.single-agents .heroInner{
	display: none;
}

body.single-agents .content-area{
	margin-block-start: 0 !important;
}

ul.rch-single-agents-social li a img{
	margin-block-end: 0;
	filter: brightness(0) invert(1);
}

.rch-agents-list .listing-card:hover {
	box-shadow: unset !important;
    background-color: var(--baseLight-color) !important;
}

/* active-listings page */
.container-map,
.content-area{
	margin-block: 6rem;
}

.rch-left-top-slider .rch-load-images {
	border: none;
}

.rch-main-description-single-house h2,
.rch-single-price-house,
.rch-formatted-data-summary ul li b{
	font-weight: 400;
	color: var(--gray-primary);
}

.facilities-in-single-houses ul li img{
	filter: brightness(0.1);
}

.rch-main-description-listing.collapsed{
	mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 40%,
    rgba(0,0,0,0.4) 70%,
    rgba(0,0,0,0) 100%
  );

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 40%,
    rgba(0,0,0,0.4) 70%,
    rgba(0,0,0,0) 100%
  );
}

/* listing-detail page */
.rch-left-top-slider .rch-load-images{
	background-color: var(--bg-orange);
	color: var(--baseLight-color);
}

.rch-left-top-slider .rch-load-images img{
	filter: brightness(0) invert(1);
}

.rch-single-left-main-layout{
	background-color: var(--bg-light);
	border-radius: var(--border-radius-4);
	padding:0 1.5rem 1.5rem 1.5rem;
}

.rch-disclaimer-show{
	border-radius: var(--border-radius-4);
}

.rch-formatted-data-summary{
	border-top: 0 !important;
	padding-block-start: 0;
}

.rch-show-more-btn:focus{
	box-shadow: unset;
}
/*********************
START: HEADER
*********************/
header {
    z-index: 10;
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* header--menu__items */
.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(--bg-light);
    box-shadow: 12px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

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);
    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;
}


/* header--logo */
.header--logo > a > img {
    max-width: 100%;
    width: 182px;
    height: 40px;
	filter: brightness(0) saturate(100%) invert(7%) sepia(6%) saturate(463%) hue-rotate(26deg) brightness(92%) contrast(90%);
}

/* header--logo */

/* header--btn */
.header--btn {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}

/* nav-icon */
.nav-icon {
    cursor: pointer;
    transition: transform 0.5s;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: var(--gray-primary);
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    transition: all 0.2s ease-in-out;
}

.nav-icon.open:before {
    transform: translateY(6px) rotate(135deg);
}

.nav-icon.open:after {
    transform: translateY(-8px) rotate(-135deg);
}

.nav-icon.open div {
    transform: scale(0);
}


.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 {
    color: var(--gray-primary);
    background-color: var(--baseLight-color);
}

/* header--btn */

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

/*********************
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: FOOTER
*********************/
footer {

    background-color: var(--bg-footer);
}

/* footer--up */
.footer--up {
    padding-block: 5rem;
    border-bottom: 1px solid #373632;
}

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

.footer--up>ul>li {
    width: 24%;
    color: var(--baseLight-color);
}

.footer--up>ul>li .headerWidget {
    margin-block-end: 2rem;
}

.footer--up>ul>li .headerWidget h4 {
    font-size: var(--text-2xl);
    font-weight: 500;
    text-transform: uppercase;
}

.footer--up>ul>li ul.menu {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}


.footer--up>ul>li ul.menu>li a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: var(--text-lg);

}

/* footer--down */
.footer--down {
    padding-block: 5rem;
}

.footer--down__text {
    width: 75%;
}

.footer--down__text h5 {
    font-weight: 300;
}

.footer--down__text p {
    font-weight: 300;
    color: var(--gray-contrast-secondary);
    margin-block: 2rem 3.5rem;
}

.footer--down .powered a{
  font-weight: 700;
  border-bottom: 1px solid var(--baseLight-color);
  color: var(--baseLight-color);
}

.footer--down>ul.social {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-block-start: 3.5rem;
}

/*********************
END: FOOTER
*********************/


/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {

    /* public */
    .title--large {
        font-size: var(--text-8xl);
    }

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

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

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

@media screen and (min-width: 1320px) and (max-width: 1439px) {

    /* public */
    .title--large {
        font-size: var(--text-7xl);
    }

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

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

@media screen and (max-width: 1319px) {

    /* public */
    .title--large {
        font-size: var(--text-7xl);
    }

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

@media screen and (max-width: 1200px) {
	/* public */
	.heroInner{
		padding-block:8rem;
	}


    /* footer */
    .footer--down__text {
        width: 100%;
    }

    .footer--up>ul>li .headerWidget h4 {
        font-size: var(--text-xl);
    }
}

@media screen and (max-width: 992px) {

    /* public */
	.heroInner{
		padding-block:6rem;
	}

    .title--large {
        font-size: var(--text-6xl);
    }
	
	.title--middle{
		font-size: var(--text-3xl);
	}

    /* footer */
    .footer--up>ul {
        row-gap: 1.5rem;
        flex-wrap: wrap;
    }

    .footer--up>ul>li {
        width: 49%;
        border-radius: var(--border-radius-6);
        border: 1px solid var(--baseLight-color);
    }

    .footer--up>ul>li .headerWidget {
        padding: 0.75rem;
        margin-block-end: 0rem;
        background-color: var(--baseLight-color);
        color: var(--gray-primary);
        border-top-left-radius: var(--border-radius-4);
        border-top-right-radius: var(--border-radius-4);
    }

    .footer--up>ul>li .bodyWidget {
        padding: 1rem 1rem 2rem 1rem;
    }
	
	.rch-agents-list h2{
		font-size: var(--text-3xl);
	}
}

@media screen and (max-width: 768px) {

    /* public */
    .title--large {
        font-size: var(--text-5xl);
    }

    /* connect */
    .connect--content {
        row-gap: 2rem;
        flex-direction: column-reverse;
    }

    .connect--text,
    .connect--form {
        width: 100%;
    }


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

@media screen and (max-width: 576px) {

    /* public */
    .title--large {
        font-size: var(--text-4xl);
    }

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

    .header--logo > a > img {
        width: 150px;
        height: 30px;
    }

    .header--btn {
        column-gap: 1rem;
    }

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

    .footer--up>ul>li .headerWidget h4 {
        font-size: var(--text-lg);
    }

    .footer--up>ul>li ul.menu>li a {
        font-size: var(--text-base);
    }
}

@media screen and (max-width: 470px) {

    /* header */
    nav.header--menu__items {
        width: 270px;
        padding: 2.75rem 1.5rem;
    }
}

@media screen and (max-width: 425px) {

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

    .header--logo > a > img {
        width: 130px;
        height: 25px;
    }
	
	.rch-agents-list h2{
		font-size: var(--text-2xl);
		text-align: center;
	}
}

@media screen and (max-width: 375px) {

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

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


/*********************
START: 
*********************/
/*********************
END: 
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1320px) and (max-width: 1439px) {}

@media screen and (max-width: 1319px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 375px) {}

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