/* ------------------------------------------------------------ *\
	Section Posts
\* ------------------------------------------------------------ */
.section-posts {
  padding: 74px 0 78px;
}
@media (max-width: 1023px) {
  .section-posts {
    padding: 50px 0;
  }
}
.section-posts .section__main .grid {
  --gutter-x: 0px;
  --gutter-y: 20px;
}
@media (max-width: 1023px) {
  .section-posts .section__main .grid {
    --gutter-x: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-posts .section__main .grid {
    --gutter-y: 40px;
    flex-direction: column-reverse;
  }
}
.section-posts .section__aside {
  padding: 3px 0 0 0;
  max-width: 210px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-posts .section__aside {
    max-width: 100%;
    padding: 0;
  }
}
.section-posts .section__content {
  padding: 20px 0 0;
}
@media (max-width: 1023px) {
  .section-posts .section__content {
    padding: 0;
  }
}
.section-posts .section__foot {
  margin-top: 50px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-posts .section__foot {
    margin-top: 50px;
  }
}
@media (min-width: 1199.02px) {
  .section-posts--alt .section__content {
    margin-right: -30px;
  }
}

/* ------------------------------------------------------------ *\
	Article Vertical
\* ------------------------------------------------------------ */
.article-vertical {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-vertical {
    display: block;
  }
}
.article-vertical .article__link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-vertical .article__media {
  width: 31%;
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-vertical .article__media {
    width: 100%;
  }
}
.article-vertical .article__media img {
  width: 100%;
}
.article-vertical .article__content {
  width: 10%;
  flex-grow: 1;
  margin-left: 41px;
  padding: 3px 0 0;
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-vertical .article__content {
    padding: 30px 0 0;
    margin: 0;
    width: 100%;
  }
}
.article-vertical .article__content h6:not(:last-child) {
  margin-bottom: 0.7em;
}
.article-vertical .article__content p:not(:last-child) {
  margin-bottom: 0.7em;
}
@media (min-width: 767.02px) {
  .article-vertical--alt .article__media {
    width: 25.1%;
  }
}
@media (min-width: 767.02px) {
  .article-vertical--alt .article__content {
    padding-top: 0;
    margin-left: 27px;
  }
}
.article-vertical--alt .article__content h5 {
  line-height: 1.4;
  transition: color 0.3s;
}
.article-vertical--alt .article__content h5:not(:last-child) {
  margin-bottom: 0.75em;
}
.article-vertical--alt .article__content p {
  color: var(--color-10);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-vertical--alt:hover .article__content h5 {
  color: var(--color-5);
}
.article-vertical--blog {
  display: block;
}
.article-vertical--blog .article__media {
  width: 100%;
  overflow: hidden;
}
.article-vertical--blog .article__media img {
  width: 100%;
  transition: transform 0.3s;
}
.article-vertical--blog .article__content {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.57;
}
.article-vertical--blog .article__content h6 {
  line-height: 1.3;
}
.article-vertical--blog .article__content h6:not(:last-child) {
  margin-bottom: 0.5em;
}
.article-vertical--blog .article__content > a {
  color: var(--color-2);
}
.article-vertical--blog:hover .article__media img {
  transform: scale(1.05);
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  font-size: 14px;
}
.paging .paging__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--color-2);
}
.paging .paging__inner a {
  border: 1px solid var(--color-12);
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  transition: background 0.3s;
}
.paging .paging__inner ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.paging .paging__inner li.is-active a,
.paging .paging__inner a:hover {
  background-color: var(--color-13);
}

/* ------------------------------------------------------------ *\
	Related Posts
\* ------------------------------------------------------------ */
.related-posts > h6 {
  font-size: 18px;
  color: var(--color-5);
}
.related-posts > h6:not(:last-child) {
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  .related-posts > h6:not(:last-child) {
    margin-bottom: 30px;
  }
}
.related-posts ul {
  list-style-type: none;
}
.related-posts ul li {
  font-size: 14px;
}
.related-posts ul li h6 {
  font-size: 14px;
  line-height: 1.4;
}
.related-posts ul li h6:not(:last-child) {
  margin-bottom: 7px;
}
.related-posts ul li + li {
  margin-top: 20px;
  border-top: 1px solid var(--color-12);
  padding-top: 52px;
}
@media (max-width: 1023px) {
  .related-posts ul li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
}

/* ------------------------------------------------------------ *\
	Hero Press
\* ------------------------------------------------------------ */
.hero-press {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15.9rem 0 14.5rem;
}

.hero-press:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.hero-press .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-press .hero__content h1 {
  color: var(--base-color);  
}
.blog__content h2 {
    font-size: 30px;
  }
.hero-press .block-share {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-press {
    padding: 5rem 0;
    background-size: contain;
  }
  .hero-press .hero__content h1 {
    font-size: 30px;
  }
  .blog__content h2 {
    font-size: 25px;
  }  
  .hero-press:after{
    background-color: unset;
    background-color: #f4f9fc;
    background-image: unset !important;
  }
  
}
/* ------------------------------------------------------------ *\
	Blog Post
\* ------------------------------------------------------------ */
.blog-post .blog__media {
  display: block;
  margin-bottom: 2rem;
}
.blog-post .blog__media img {
  width: 100%;
}
.blog-post .blog__content {
  font-size: 1.5rem;
  line-height: 1.45;
}
.blog-post .blog__content h4 {
  color: #333;
  line-height: 1.4;
}
.blog-post .blog__content h4:not(:last-child) {
  margin-bottom: 0.3em;
}
.blog-post .blog__content p a {
  color: var(--color-2);
}
.blog-post .blog__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  margin-top: 6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .blog-post .blog__foot {
    margin-top: 2rem;
  }
}
.blog-post .blog__foot h6 {
  font-size: 1.2rem;
}
.blog-post .blog__foot h6:not(:last-child) {
  margin-bottom: 4.3rem;
}
.blog-post .blog__foot ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.blog-post .blog__foot a {
  color: var(--color-2);
}
.blog-post--articles .blog__content {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: gray;
}
.blog-post--articles .blog__content p:not(:last-child) {
  margin-bottom: 0.67em;
}
.blog-post--articles .blog__content ul, .blog-post--articles .blog__content ol {
  font-size: 1.4rem;
  padding-left: 3.8rem;
}
.blog-post--articles .blog__content ul:not(:last-child), .blog-post--articles .blog__content ol:not(:last-child) {
  margin-bottom: 1rem;
}

/* ------------------------------------------------------------ *\
	Nav Article
\* ------------------------------------------------------------ */
.nav-podcast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.nav-podcast a {
  font-weight: 700;
  color: var(--color-2);
  display: inline-block;
  transition: color 0.3s;
  text-decoration: none;
}
.nav-podcast a:hover {
  color: var(--color-3);
}
.nav-podcast a:first-child:before {
  content: "<";
  margin-right: 4px;
}
.nav-podcast a:last-child:after {
  content: ">";
  margin-left: 4px;
}

.nav-podcast a.hidden {
  opacity:0;
  pointer-events:none;
  
  /* ------------------------------------------------------------ *\
	Read more button
\* ------------------------------------------------------------ */