/* Posts */

.single-post #main-content {
  background-color: #fefefe;
}

.posts-display .et_pb_row {
  width: 100%;
}

.single-post #main-content .main-posts-heading .et_pb_text_inner h1,
.main-posts-heading-new-2 .et_pb_title_container h1.entry-title {
  color: #7b6c93;
  /* font-size: 40px !important;
    line-height: 45px;
  */
  font-size: 35px !important;

  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  /*padding-bottom: 20px; */
}

.single-post #main-content .main-posts-heading .et_pb_text_inner h5,
.main-posts-heading-new-2 .et_pb_title_container h5 {
  color: #44546a;
  /*  font-size: 26px !important;
  line-height: 36px; */

  font-size: 24px !important;
  line-height: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
  /*transform: translateY(-20px);*/
  /* transform: translateY(-30px); */
}

.single-post #main-content .main-posts-heading .et_pb_text_inner span,
.main-posts-heading-new-2 .et_pb_title_container h1.entry-title span {
  display: block;
  margin-top: 30px;
  color: #44546a;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.posts-display .et_pb_section {
  padding: 0 !important;
}
.posts-display h3 {
  color: #44546a;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
.posts-display .et_pb_row p,
.single-post .posts-display .et_pb_text {
  font-family: 'Montserrat', 'sans-serif';
  color: #44546a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 20px;
}

.posts-display .et_pb_post_content_0_tb_body.et_pb_post_content a {
  color: #e5bc14 !important;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
}
.posts-display .et_pb_post_content_0_tb_body.et_pb_post_content a:hover {
  transform: scale(1.02);
  color: #6e5c7d !important;
}
.posts-display h4 {
  color: #44546a;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 50px;
  text-transform: uppercase;
}

.posts-display h4 strong {
  font-weight: 500;
}

.single-post .et_pb_row {
  padding: 32px 0 0 0;
}
.single-post .et_pb_section_0_tb_body.et_pb_section {
  /*  padding-bottom: 0px; */
}

.single-post .entry-meta-cat {
  display: inline;
  color: #44546a;
  font-size: 18px;
  opacity: 0.5;
  font-weight: 500;
}
.single-post .entry-meta {
  display: inline;
  color: #e5bc14;
}
.single-post .entry-meta a {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.single-post .et_pb_text ol,
.single-post .et_pb_text ul {
  margin-top: 20px;
  list-style-type: disc;
}
.single-post .et_pb_text ol li,
.single-post .et_pb_text ul li {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
.single-post .et_pb_text ol li:not(:last-child),
.single-post .et_pb_text ul li:not(:last-child) {
  padding-bottom: 0px;
}
.single-post .et_pb_text ul li::marker {
  font-size: 22px;
}
.single-post .et_pb_text ul li ul {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 20px;

  list-style-type: circle;
}

.single-post .et_pb_image_wrap {
  /* margin-bottom: 100px; */
  margin-top: 0px;
  /*   max-width: 80%; */
}
/* 
.main-text-heading {
    color: #7b6c93;
  
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .main-text-heading-sm {
    color: #44546a;
    font-size: 26px;
    margin-bottom: 0px;
  }
  
  .main-text-paragraph {
    color: #44546a;
    font-size: 26px;
    line-height: 38px;
    font-weight: 400;
  }
  
  .main-text-paragraph a {
    color: #e5bc14;
    display: block;
    font-weight: 500;
  }
  .main-list {
    padding-left: 40px !important;
    margin-bottom: 20px;
  }
  
  .main-list li {
    color: #44546a;
    font-size: 26px;
    line-height: 38px;
    font-weight: 400;
  } */

@media screen and (max-width: 768px) {
  .single-post-header-new {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .posts-display .et_pb_row {
    width: 100%;
  }
  .posts-display h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

/* Single post for mobile  */

.single-post-header-mobile .et_pb_image_wrap {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  height: 220px;
}
.single-post-header-mobile .et_pb_image_wrap img {
  border-radius: 20px;
  height: 220px !important;
  object-fit: cover;
}
.single-post-header-mobile .et_pb_title_container {
  margin-top: 40px;
}
.single-post-header-mobile .et_pb_title_container h1 {
  color: #7b6c93;
  font-size: 35px !important;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.single-post-header-mobile .et_pb_title_container h5 {
  color: #44546a;
  font-size: 24px !important;
  line-height: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
  transform: translateY(-30px);
}
/* You may also like */

.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.post-list .insights-article {
  padding: 237px 20px 20px 20px;
}
.post-list .insights-article-image {
  height: 223px !important;
}
.post-list .insights-article .post-categories li a {
  padding: 7px 15px;
  font-size: 16px !important;
  border-radius: 10px;
}
.post-list .insights-article .post-categories {
  left: -15px px;
}
.post-list .insights-article-tags {
  margin-top: 0;
  transform: translateY(0);
}
.post-list .insights-article-tags a:not(:last-child) {
  margin-right: 12px;
}
.post-list .insights-article-tags a {
  font-size: 18px !important;
}
.post-list .insights-article-entry-title {
  font-size: 24px;
  line-height: 30px;
}
.post-list .insights-article-entry-title h5 {
  color: #44546a;
  font-size: 22px;
  line-height: 30px;
  margin-top: -15px;
}

.post-list .insights-article-read-more {
  bottom: 25px;
}
.post-list .insights-article-read-more a {
  font-size: 14px;
  padding: 10px 15px;
}
.post-list .insights-article-date {
  /* float: right; */
  text-align: right;
  color: #44546a;
  font-size: 16px;
  opacity: 0.4;
  /* transform: translateY(-20px); */
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.insights-content-btn__wrapper.post-load-more__wrapper {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .post-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .post-list .insights-article {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .post-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .post-list .insights-article {
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .post-list .insights-article {
    border: 1px solid #44546a24;
    padding: 240px 20px 20px 20px !important;
    border-radius: 20px;
  }
  .publication-list.three-columns .insights-article-image {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-list .insights-article {
    padding: 210px 20px 20px 20px;
  }
  .post-list .insights-article-image {
    height: 200px !important;
  }
}
@media only screen and (min-width: 992px) {
  .post-list .insights-article {
    padding: 240px 20px 20px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .post-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .post-list .insights-article {
    border: 1px solid #44546a24;
    padding: 240px 20px 20px 20px !important;
    border-radius: 20px;
  }
  .post-list .insights-article-image {
    height: 223px !important;
  }
}

.single-post-header-mobile-new .et_pb_text_inner h1 {
  color: #7b6c93;
  font-size: 35px !important;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.single-post-header-mobile-new .et_pb_text_inner h5 {
  color: #44546a;
  font-size: 24px !important;
  line-height: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.single-post-header-mobile-new .et_pb_text_inner span {
  display: block;
  margin-top: 40px;
  color: #44546a;
  font-size: 28px !important;
  line-height: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
