/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mb-30 {
  margin-bottom: 30px !important;
}

.section-head {
  border-bottom: solid #3c3c3c 2px;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.section-head h3.section-title {
  display: inline-block;
  font-family: Montserrat;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: bold;
}

.section-head h3.section-title a {
  color: inherit;
}

.section-head a.link {
  display: inline-block;
  font-family: Montserrat;
  color: #3c3c3c;
  font-size: 13px;
  line-height: 32px;
  margin: 0 0 0 auto;
  font-weight: bold;
}

.articles-sesi-blog-block ul li.post .sensi-blog-post-card .post-content {
  height: auto;
}
.articles-sesi-blog-block .ast-button-wrapper {
  margin-bottom: 10px;
}
.articles-sesi-blog-block .ast-button-wrapper .cat-links a {
  margin-bottom: 5px;
}
.articles-sesi-blog-block
  ul
  li.post
  .sensi-blog-post-card
  .post-content
  .entry-content {
  height: 179px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .articles-sesi-blog-block .post-thumb-img-content,
.post-thumb {
  height: 228px;
} */

.articles-sesi-blog-block .post-thumb-img-content.post-thumb img {
  width: 100%;
  margin-bottom: 0;
}

.articles-sesi-blog-block .sensi-blog-post-card .post-thumb iframe {
  width: 100%;
  display: block;
}

.articles-sesi-blog-block
  ul
  li.post
  .sensi-blog-post-card
  .post-content
  .entry-content
  p,
.articles-with-ads .articles-with-ads-post .post-content .entry-content p {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.articles-sesi-blog-block
  ul
  li.post
  .sensi-blog-post-card
  .post-content
  h2.entry-title,
.articles-sesi-blog-block h2.entry-title a,
.articles-sesi-blog-block .ajax-load-more-wrap h2.entry-title a {
  font-family: Merriweather;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
}
.read-more-block {
  margin-bottom: 2rem;
}
.permalink.read-article {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  color: #3c3c3c;
}
