h1 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 70px;
  font-family: var(--font-family-Tenor);
  color: var(--baseLight-color);
}
.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.3), rgba(0, 0, 0, 0.3));
}

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

.rch-agents-list h2 {
  font-size: var(--text-6xl);
  font-family: var(--font-family-Tenor);
  text-align: center;
  margin-block-end: 2rem;
}

/*********************
START: SINGLE POST
*********************/
.singlePost {
  padding-block: 49px;
  background-color: var(--Gray-1);
}

.singlePost--content {
  width: 90%;
  margin-inline: auto;
}

hr {
  margin-block: 1.5rem;
}

body.page-template-listing-php .singlePost--content {
  width: 100%;
}

.singlePost--content h1,
.singlePost--content h2,
.singlePost--content h3,
.singlePost--content h4,
.singlePost--content h5,
.singlePost--content h6 {
  margin-block: 3rem 1rem;
  color: var(--Gray-9);
}

.singlePost--content p {
  color: var(--Gray-9);
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  margin-block-end: 1.5rem;
}

.singlePost--content strong {
  color: var(--Gray-9);
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin-block-end: 1.5rem;
}

body:not(.post-type-archive-agents) .singlePost--content ul,
body:not(.post-type-archive-agents) .singlePost--content ol {
  background-color: var(--DeepTeal);
  margin-block: 1rem 1.5rem;
  padding: 2rem 4rem;
  list-style: disc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

body:not(.post-type-archive-agents) .singlePost--content ol li,
body:not(.post-type-archive-agents) .singlePost--content ul li {
  color: var(--baseLight-color);
  line-height: 150%;
}

.singlePost--content p a,
.singlePost--content ol li a,
.singlePost--content ol li a {
  color: var(--Yarrow);
}

.singlePost--content table {
  width: 100%;
  border-collapse: collapse;
}

.singlePost--content table,
.singlePost--content table th,
.singlePost--content table td {
  border: 1px solid var(--Ocean);
}

.singlePost--content table th,
.singlePost--content table td {
  padding: 0.5rem;
}

.singlePost--content table thead tr {
  background-color: var(--Ocean);
  color: var(--baseLight-color);
}

.singlePost--content table thead tr th:not(:last-child) {
  border-right: 1px solid var(--baseLight-color);
}

.nh-table-label {
  text-align: center;
  margin-block-end: 1rem;
  color: var(--DeepTeal);
}

.singlePost--content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

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

.singlePost--content .alignright {
  float: right;
}

.singlePost--content .alignleft {
  float: left;
}

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

body:not(.post-type-archive-agents):not(.single-neighborhoods) .singlePost--content img {
  width: initial;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  margin-block: 40px;
  display: block;
  border-radius: 2px;
}

/* form */
/* .singlePost--content .rch-leads-form-block {
    width: 75%;
    background-color: var(--baseLight-color);
    border-radius: 4px;
    padding: 2rem 1.5rem;
}

.rch-leads-form-block form{
	background: transparent;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rch-leads-form-block form .form-group{
	width: 48%;
}

.rch-leads-form-block form .form-group:nth-child(12){
	width: 100%;
}


.rch-leads-form-block form label{
	color: var(--Gray-7);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; 
	margin-block-end: 0.5rem;
}

.rch-leads-form-block form .form-group input, 
.rch-leads-form-block form .form-group textarea{
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	background: var(--Gray-1);
}

.rch-leads-form-block form .form-group input::placeholder, 
.rch-leads-form-block form .form-group textarea::placeholder{
	color: #B3B3B3;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; 
}
.rch-main-layout-single-agent .rch-right-main-layout-single-agent form button, 
.rch-leads-form-block form button{
	border: none;
	background: var(--navy-color);
    color: var(--Gray-1);
	max-width: 300px;
    margin-inline: auto;
    margin-block-start: 1rem;
}
 */
body.single-agents .map-listing-grid__empty-state {
  height: auto !important;
}

body.single-agents .list-pagination__root {
  padding: 0;
}

body.single-neighborhoods .neighborhoodSingle .container,
body.page-id-25 .singlePost .container {
  grid-template-columns: 1fr 97% 1fr;
}

.container .rechat-shell {
  padding-inline: 0;
}

.listing-card img {
  margin-block: 0;
}

.listing-card p {
  margin-block-end: 0;
}

.listing-card .listing-card__properties .listing-card__attributes {
  flex-wrap: wrap;
}
/*********************
END: SINGLE POST
*********************/
.more-blog-title {
  text-align: center;
  margin-block-end: 2rem;
  font-size: var(--text-6xl);
  font-family: var(--font-family-Tenor);
}

body.page-id-10589 .rch-leads-form-block,
body.page-id-10593 .rch-leads-form-block,
body.page-id-10610 .rch-leads-form-block{
  max-width: 900px;
  margin-inline: auto;
  width: 100%;
  margin-block-start: 3rem;
}
/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
  .singlePost--content h1 {
    font-size: var(--text-4xl);
  }

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

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

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

  .singlePost--content ol li,
  .singlePost--content ul li,
  .singlePost--content p {
    font-size: var(--text-xl);
  }
}

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

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

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

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

  .singlePost--content ol li,
  .singlePost--content ul li,
  .singlePost--content p {
    font-size: var(--text-lg);
  }
}

@media screen and (max-width: 1319px) {
  .singlePost--content {
    width: 95%;
  }

  .singlePost--content h1 {
    font-size: var(--text-3xl);
  }

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

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

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

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

@media screen and (max-width: 992px) {
  .more-blog-title,
  .rch-agents-list h2 {
    font-size: var(--text-5xl);
  }
}

@media screen and (max-width: 768px) {
  .singlePost--content {
    width: 100%;
  }

  .singlePost--content h1 {
    font-size: var(--text-2xl);
  }

  .more-blog-title,
  .rch-agents-list h2 {
    font-size: var(--text-4xl);
  }
}

@media screen and (max-width: 576px) {
  .more-blog-title,
  .rch-agents-list h2 {
    font-size: var(--text-3xl);
  }
}

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

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

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