h1 {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 70px;
    color: var(--baseLight-color);
	font-family: var(--font-family-Ravensara-Sans);
}
.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;
	font-weight: 400;
	font-family: var(--font-family-Ravensara-Sans);
}

@media screen and (max-width: 768px){
	.singlePost{
		margin-block-start: 3rem;
	}

}

.rch-main-layout-single-agent .rch-main-content ul.wp-block-list{
	padding-inline-start: 1rem;
}

.rch-main-layout-single-agent .rch-main-content ul.wp-block-list li{
	margin-block-end: 0.75rem;
	color: var(--primary-color);
}


article.singlePost--content,
body.page-id-147 article.singlePost--content,
body.page-id-150 article.singlePost--content{
	max-width: 1024px;
	margin-bottom: 5rem;
}

body.page-id-128 article.singlePost--content{
	max-width: unset;
}

article.singlePost--content h2,
body.page-id-147 article.singlePost--content h2,
body.page-id-150 article.singlePost--content h2{
	margin-bottom: 2rem;
	font-weight: 400;
    font-size: var(--text-3xl);
	font-family: var(--font-family-Ravensara-Sans);
}

article.singlePost--content :is(h2, h3, h4, h5, h6),
body.page-id-147 article.singlePost--content :is(h2, h3, h4, h5, h6),
body.page-id-150 article.singlePost--content :is(h2, h3, h4, h5, h6){
	color: var(--primary-color);
	font-family: var(--font-family-Ravensara-Sans);
}

article.singlePost--content :is( h2 strong ,h3 strong, h4 strong, h5 strong, h6 strong){
	font-weight: 400;
	font-family: var(--font-family-Ravensara-Sans);
}

article.singlePost--content :is( h3, h4, h5, h6),
body.page-id-147 article.singlePost--content :is( h3, h4, h5, h6),
body.page-id-150 article.singlePost--content :is( h3, h4, h5, h6){
	font-style: italic;
	margin-bottom: 1rem;
}

article.singlePost--content h4,
body.page-id-147 article.singlePost--content h4,
body.page-id-150 article.singlePost--content h4{
	font-size: var(--text-2xl);
	font-weight: 400;
}

article.singlePost--content h5,
body.page-id-147 article.singlePost--content h5,
body.page-id-150 article.singlePost--content h5{
	font-size: var(--text-xl);
}

article.singlePost--content h6,
body.page-id-147 article.singlePost--content h6,
body.page-id-150 article.singlePost--content h6{
	font-size: var(--text-lg);
}

article.singlePost--content p,
body.page-id-147 article.singlePost--content p,
body.page-id-150 article.singlePost--content p{
	margin-bottom: 2.5rem;
	font-size: 18px;
}

article.singlePost--content :is(ul, ol)
body.page-id-147 article.singlePost--content :is(ul, ol), 
body.page-id-150 article.singlePost--content :is(ul, ol){
	margin-bottom: 3rem;
}

article.singlePost--content details:not(:last-child){
	margin-bottom: 1.5rem
}

article.singlePost--content details{
	background: var(--bg-color);
    border-radius: 2px;
    padding: 1rem 1.5rem;
}

article.singlePost--content details p{
	margin-block-start: 1rem;
	margin-block-end: 0;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}

article.singlePost--content details summary{
	cursor: pointer;
}


/* Home buying Journey page */
body.page-template-home-buying-journey-php header,
body.page-template-surterre-bookstore-php header{
	top: 0;
	transform: translateY(0);
	background-color: var(--primary-color);
}
body.page-template-home-buying-journey-php .buying--Journey,
body.page-template-surterre-bookstore-php .surterre--bookStore{
	padding-block-start: 7.5rem;
	margin-block-end: 5rem;
}


@media(max-width: 425px){
	article.singlePost--content p, 
	body.page-id-147 article.singlePost--content p, 
	body.page-id-150 article.singlePost--content p{
		font-size: 16px;
	}
}