body.single-neighborhoods .rechat-button.variant-ghost{
	color: var(--baseLight-color) !important;
}

.rch-top-single-agent .rch-left-top-single-agent h1{
	color: var(--baseLight-color) !important;
}
/*********************
START: SINGLE POST
*********************/
.singlePost--content {
    width: 80%;
    margin-inline: auto;
}
.neighborhoods-template-default .singlePost--content {
    width: 100%;
}
/* img */
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.singlePost--content img {
    width: initial;
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius10);
}

.singlePost--content h1,
.singlePost--content h2,
.singlePost--content h3,
.singlePost--content h4,
.singlePost--content h5,
.singlePost--content h6 {
    color: var(--baseLight-color);
    text-align: left;
    margin-block: 2rem 0.75rem;
    font-weight: 500;
}

.singlePost--content p,
.singlePost--content ul li, 
.singlePost--content ol li{
	margin-block-end: 1rem;
	line-height: 170%;
	color: var(--baseLight-color);
}

.singlePost--content ul li, 
.singlePost--content ol li{
	margin-inline-start: 1.5rem;
}

.related-neighbour{
	margin-block: 5rem;
}

.related-neighbour h2{
	margin-inline: auto;
	text-align: center;
	margin-block-end: 2rem;
}

.related-neighbour ul.rch-neighborhoods-archive li{
	margin-block-end: 0 !important;
}

ul.wp-block-list{
	list-style: disc;
	border: 1px solid var(--border-color);
    padding: 1rem 1rem 1rem 3rem;
    border-radius: 10px;
    margin-block: 1rem 1.5rem;
}

ul.wp-block-list li:not(:last-child){
	margin-block-end: 0.75rem;
}

/* img */
.singlePost{
    padding-block: 5.5rem;
    border-bottom: 1px solid var(--border-color-2);
}

.blogs .title{
    text-align: center;
    margin-block-end: 3rem;
}

.singlePost--content.page{
	width: 100%;
}

.image-section {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--baseLight-color);
    position: relative;
    height: 600px;
}

.image-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30));
}

.custom-intro {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-intro__title {
    margin-bottom: 0px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.25;
	text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 70px;
    color: var(--baseLight-color);
}

.testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.testimonials ul {
    padding-inline: 128px;
    max-width: 1080px;
    margin-inline: auto;
}

.testimonials__item {
    margin-block-end: 24px;
    padding: 36px 0;
    font-size: 16px;
    color: var(--text-color-1);
}

.testimonials .name__position {
    display: flex;
    align-items: center;
    margin-block-end: 24px;
}

.testimonials .author__image {
    min-width: 96px;
    min-height: 96px;
    max-width: 96px;
    max-height: 96px;
    border-radius: 50%;
    overflow: hidden;
    background: #E7E7E7;
    margin-right: 24px;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.testimonials .author__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author__name {
    font-size: 43px;
    line-height: 56px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
	color: var(--baseLight-color);
}

.testimonials-list__item-content p {
    font-weight: 300 !important;
    letter-spacing: 1px;
    line-height: 1.6 !important;
    color: var(--baseLight-color);
}
/*********************
END: SINGLE POST
*********************/
@media screen and (min-width: 1440px) {
    .singleContent--content h1 {
        font-size: var(--text-4xl);
    }

    .singleContent--content h2 {
        font-size: var(--text-3xl);
    }

    .singleContent--content h3 {
        font-size: var(--text-2xl);
    }

    .singleContent--content h4 {
        font-size: var(--text-xl);
    }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    .singleContent--content h1 {
        font-size: var(--text-3xl);
    }

    .singleContent--content h2 {
        font-size: var(--text-2xl);
    }

    .singleContent--content h3 {
        font-size: var(--text-xl);
    }

    .singleContent--content h4 {
        font-size: var(--text-lg);
    }
}

@media screen and (max-width: 1319px) {
    .singleContent--content h1 {
        font-size: var(--text-3xl);
    }

    .singleContent--content h2 {
        font-size: var(--text-2xl);
    }

    .singleContent--content h3 {
        font-size: var(--text-xl);
    }

    .singleContent--content h4 {
        font-size: var(--text-lg);
    }
}

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

@media screen and (max-width: 992px) {
	.testimonials ul {
        padding-inline: 40px;
    }
}

@media screen and (max-width: 768px) {
    .singleContent--content h1 {
        font-size: var(--text-2xl);
    }
	
	.custom-intro__title {
        font-size: 32px;
    }
	
	.testimonials ul {
        padding-inline: 24px;
    }
	
	.author__name {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0.75px;
    }
}

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

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

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