/*********************
START: SINGLE POST
*********************/
.singlePost--content {
    width: 80%;
    margin-inline: auto;
}

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

.rch-agents-list-items.rch-listing-list{
	margin-block-end: 3rem;
}

.rch-listing-pagination{
	margin-block-end: 5rem;
}

/* 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);
	display: block;
    margin-inline: auto;
    margin-block: 2rem;
}

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

.singlePost--content p{
    line-height: var(--line-height150);
}

/* img */

.singlePost--content .head {
    color: #A48A58;
    font-weight: 300;
	text-transform: capitalize;
}

.singlePost--content .title {
    font-weight: 500;
}

.singlePost--content .location {
    font-weight: 600;
    margin-block: 1rem 1.5rem;
}

.singlePost--content .time {
    font-weight: 300;
}

.related-posts{
    margin-block-start: 10rem;
}
.related-posts .title{
    margin-block-end: 10rem;
}

body.single-neighborhoods header{
	background: var(--box-color-1);
}

body.single-neighborhoods .singlePost--content.text{
	margin-top: 8rem;
}



/*********************
START: IMAGE SECTION
*********************/
.image-section {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/img/heroInner-contact.jpg);
    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: 500;
    letter-spacing: 2px;
    font-size: 70px;
    font-family: var(--font-family-Poppins);
    color: var(--baseLight-color);
}

/*********************
END: IMAGE SECTION
*********************/


/*********************
START: TESTIMONIALS
*********************/
.testimonials {
    padding-top: calc(2 / 4* var(--global-section-padding)) !important;
    padding-bottom: calc(2 / 4* var(--global-section-padding)) !important;
}

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

.testimonials__item {
    margin-block-end: 24px;
    padding: 36px 0;
    font-size: 16px;
    color: #5C5C5C;
}

.testimonials-list__item-content> p{
	font-weight: 300 !important;
    letter-spacing: 1px;
    line-height: 1.6 !important;
}

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

/*********************
END: TESTIMONIALS
*********************/

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

    .singlePost--content .head,
    .singlePost--content .location,
    .singlePost--content .time {
        font-size: var(--text-xl);
    }
	
	.singlePost--content p{
        font-size: var(--text-lg);
    }
}

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

    .singlePost--content .head,
    .singlePost--content .location,
    .singlePost--content .time {
        font-size: var(--text-xl);
    }
	
	.singlePost--content p{
        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) {
	.singlePost--content p{
        font-size: var(--text-base);
    }
}

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

}

@media screen and (max-width: 768px) {
    .singleContent--content h1 {
        font-size: var(--text-2xl);
    }
	
	.singlePost--content {
		width: 100%;
	}
	
	.custom-intro__title {
        font-size: 32px;
    }

    .testimonials ul{
        padding-inline: 24px;
    }

    .author__name {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0.75px;
    }

    .testimonials .author__image {
        min-width: 72px;
        min-height: 72px;
        max-width: 72px;
        max-height: 72px;
        margin-right: 16px;
    }
}

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

    .singlePost--content .head,
    .singlePost--content .location,
    .singlePost--content .time {
        font-size: var(--text-lg);
    }
	
	.related-posts .title{
		margin-block-end: 2rem;
	}
	
	.related-posts {
   	 margin-block-start: 5rem;
	}

}

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

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