.related-articles {
  margin: auto;
  padding: 30px 0;
}
.related-articles .posts-grid {
  width: 80%;
  max-width: 1700px;
  margin: auto;
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
}
.related-articles .posts-grid .box {
  display: inline-block;
  width: calc(33.33% - 25px);
  margin: 0 12px 80px 12px;
  vertical-align: top;
}
.related-articles .posts-grid .img-wrapper img {
  width: 100%;
  /*border: 1px solid #000;*/
}
.related-articles .posts-grid h2 {
  /* 40*/
  font-family: 'Arvo', serif;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .related-articles .posts-grid h2 {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (min-width: 768px) {
  .related-articles .posts-grid h2 {
    font-size: 20px;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles .posts-grid h2 {
    font-size: 25px;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1281px) {
  .related-articles .posts-grid h2 {
    font-size: 30px;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1441px) {
  .related-articles .posts-grid h2 {
    font-size: 40px;
    line-height: 1.23;
  }
}
.related-articles .posts-grid .subtitle {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.related-articles .posts-grid .subtitle .tags-wrapper p {
  font-size: 14px;
  font-weight: bold;
}
.related-articles .posts-grid .subtitle .date {
  font-size: 14px;
  text-transform: uppercase;
}
.related-articles a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.related-articles .cta-wrapper {
  display: block;
  text-align: center;
}
.related-articles .cta-wrapper a,
.related-articles .cta-wrapper button {
  border: 1px solid #000;
  padding: 12px 10px;
  color: #000;
  background: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: 'Futura Std Book', serif;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.related-articles .cta-wrapper a:hover,
.related-articles .cta-wrapper button:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .related-articles .cta-wrapper a,
  .related-articles .cta-wrapper button {
    min-width: 100px;
    font-size: 14px;
    padding: 10px 19px;
  }
}
@media screen and (min-width: 768px) {
  .related-articles .cta-wrapper a,
  .related-articles .cta-wrapper button {
    min-width: 120px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles .cta-wrapper a,
  .related-articles .cta-wrapper button {
    min-width: 120px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .related-articles .cta-wrapper a,
  .related-articles .cta-wrapper button {
    min-width: 130px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1441px) {
  .related-articles .cta-wrapper a,
  .related-articles .cta-wrapper button {
    min-width: 150px;
    font-size: 16px;
  }
}
.related-articles .cta-wrapper button {
  padding-top: 12px;
  padding-bottom: 13px;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .related-articles .cta-wrapper button {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
.related-articles .cta-wrapper .post_no_more_posts {
  display: none;
}
.related-articles .head-title h1 {
  /* 70*/
  font-family: 'Arvo', serif;
  font-family: 'Futura Std Book', serif;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .related-articles .head-title h1 {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .related-articles .head-title h1 {
    font-size: 45px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles .head-title h1 {
    font-size: 50px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1281px) {
  .related-articles .head-title h1 {
    font-size: 60px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1441px) {
  .related-articles .head-title h1 {
    font-size: 70px;
    line-height: 1em;
  }
}
.related-articles .head-title h2 {
  /* 70*/
  font-family: 'Arvo', serif;
  font-family: 'Futura Std Book', serif;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .related-articles .head-title h2 {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .related-articles .head-title h2 {
    font-size: 45px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles .head-title h2 {
    font-size: 50px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1281px) {
  .related-articles .head-title h2 {
    font-size: 60px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1441px) {
  .related-articles .head-title h2 {
    font-size: 70px;
    line-height: 1em;
  }
}
.related-articles .img-wrapper {
  overflow: hidden;
  border: 1px solid #000;
}
.related-articles .posts-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.related-articles .posts-grid .box {
  display: block;
  width: 35%;
  margin: 0 0 80px 0;
  padding: 0 0.5%;
}
.related-articles .posts-grid.posts-grid-3 .box {
  display: block;
  width: 32%;
}
.related-articles .posts-grid.posts-grid-4 .box {
  display: block;
  width: 23.5%;
}
.related-articles .title h2 {
  font-family: 'Arvo', serif;
  font-family: 'Futura Std Book', serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 30px;
}
.related-articles .posts-grid .subtitle {
  display: block;
}
.related-articles .posts-grid .subtitle p {
  font-family: 'Futura Std Book', serif;
  line-height: 1.35em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .related-articles .posts-grid .subtitle p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .related-articles .posts-grid .subtitle p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles .posts-grid .subtitle p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .related-articles .posts-grid .subtitle p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .related-articles .posts-grid .subtitle p {
    font-size: 16px;
  }
}
.related-articles a:focus {
  outline: none;
}
.related-articles .img-link-animation {
  transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.related-articles a:hover .img-link-animation:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}
.related-articles a:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .related-articles .cta-wrapper {
    margin-top: 10px;
  }
  .related-articles .title h2 {
    font-size: 25px;
  }
  .related-articles .head-title h1 {
    margin-bottom: 46px;
  }
  .related-articles .posts-grid .box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .related-articles .title h2 {
    font-size: 18px;
  }
  .related-articles .posts-grid .box {
    margin: 0 5px;
  }
  .related-articles .slider-container {
    padding: 0;
    padding-bottom: 40px;
    position: relative;
  }
  .related-articles .slider-container .slick-list {
    padding-left: 30px !important;
  }
  .related-articles ul.slick-dots {
    bottom: -40px;
    text-align: center;
  }
}
/*# sourceMappingURL=related-articles-module.css.map */