.heroInner--singleBlog {
  background-position: center bottom;
  /* margin-block-end: 80px !important; */
}

.heroInner--singleBlog .heroInner--content h1 {
  width: 48%;
}

body.single-agents #leadCaptureForm button[type="submit"] {
  max-width: 300px;
  margin-inline: auto;
}
/*********************
START: SINGLE POST
*********************/
.singlePost {
  padding-block: 49px;
  background-color: var(--Gray-1);
  margin-block-start: 7rem;
}

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

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

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

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

.singlePost--content article ul,
.singlePost--content article ol {
  background-color: var(--Gray-3);
  margin-block-end: 1.5rem;
  padding: 2rem;
  list-style: disc;
}

.singlePost--content article ol li,
.singlePost--content article ul li {
  line-height: var(--line-height150);
  color: var(--Gray-9);
}

.singlePost--content article ol li:not(:last-child),
.singlePost--content article ul li:not(:last-child) {
  margin-block-end: 1rem;
}

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

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

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

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

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

.singlePost--content article img {
  width: initial;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  margin-block: 40px;
  display: block;
  border-radius: 2px;
}

/*********************
END: SINGLE POST
*********************/

/*********************
START: COMMENTS
*********************/
.mycm {
  width: 70%;
  margin-inline: auto;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-cookies-consent {
  margin-block-end: 1rem;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 49%;
}

.comment-notes {
  color: var(--baseLight-color);
}

#reply-title {
  color: var(--secondary-color);
  margin-block-end: 1rem;
  display: flex;
  justify-content: space-between;
}

.logged-in-as {
  margin-block-end: 1rem;
  color: var(--baseLight-color);
}

.logged-in-as > a {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  font-size: var(--text-lg);
  font-weight: 600;
  padding-block-end: 2px;
  line-height: var(--line-height160);
}

.comment-form .comment-form-comment textarea,
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  margin-block: 0.5rem;
  color: var(--baseLight-color);
}

.comment-form .comment-form-cookies-consent input {
  margin-inline-end: 0.5rem;
}

.form-submit .submit {
  margin-inline-start: auto;
}

.UnderAllCm {
  margin-block-start: 2rem;
}

.UnderAllCm ol {
  list-style-type: none;
}

.comment-respond {
  padding-block: 1.5rem;
}

.comment-body {
  border-bottom: 1px solid var(--border-color);
  margin-block-end: 1.5rem;
}

.avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-inline: 0.5rem;
}

.comment-author,
.comment-details {
  color: var(--baseLight-color);
}

.comment-details {
  margin-block: 1rem;
}

.comment-text p {
  line-height: var(--line-height160);
  margin-block-start: 1rem;
}

.reply {
  padding: 0.5rem 2rem;
  margin-block-start: 2rem;
  border-radius: var(--border-radius-60);
  background: var(--secondary-color);
  color: var(--baseLight-color);
  border: 1px solid var(--secondary-color);
  width: max-content;
  margin-inline-start: auto;
}

.comment-reply-title small a,
.comment-edit-link {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  margin-inline-start: 0.5rem;
}

.Forimgcm {
  display: flex;
  align-items: center;
}

/*********************
END: COMMENTS
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
  .singlePost--content article h1 {
    font-size: var(--text-4xl);
  }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1319px) {
  .heroInner--singleBlog .heroInner--content h1 {
    width: 50%;
  }

  .singlePost--content {
    width: 95%;
  }

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

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

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

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

@media screen and (max-width: 1200px) {
  .heroInner--singleBlog .heroInner--content h1 {
    width: 65%;
  }
}

@media screen and (max-width: 992px) {
  .heroInner--singleBlog .heroInner--content h1 {
    width: 80%;
  }
}

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

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

@media screen and (max-width: 576px) {
  .heroInner--singleBlog .heroInner--content h1 {
    width: 95%;
  }
}

@media screen and (max-width: 425px) {
  .heroInner--singleBlog .heroInner--content h1 {
    width: 100%;
  }
}

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

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