.featured-artist-intro-text {
  margin: 0 0 65px;
}
.featured-artist-hero {
  border-bottom: 1px solid #e2e5e6;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.featured-artist-intro {
  align-items: center;
}
.featured-artist-hero a.rounded {
  overflow: hidden;
}
.featured-artist-hero .bnn {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 75%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}
.featured-artist-hero .bnn .far {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-shadow: 0 0 28px #000;
  font-size: 40px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transition:
    opacity 0.4s linear,
    transform 0.3s ease;
  -webkit-transition:
    opacity 0.4s linear,
    transform 0.3s ease;
}
.featured-artist-hero a:hover .bnn {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.featured-artist-hero a:hover .bnn .far {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
.featured-artist-hero .block {
  padding-left: 4vw;
  text-align: left;
}
.featured-artist-hero .featured-artist-title {
  font-family: "Lato", sans-serif;
  margin: 0 0 25px;
}
.featured-artist-hero .featured-artist-title a {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 1px;
}
.featured-artist-hero .block p {
  margin: 0 0 30px;
}
.featured-artist-hero .block .more,
.featured-artist-archive .block .more {
  display: inline-block;
  position: static;
  transform: none;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #e2e5e6;
  background-color: #e2e5e6;
  color: #5e5f5f;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-artist-hero .block .more:hover,
.featured-artist-archive .block .more:hover {
  background-color: transparent;
  border-color: #a5a5a5;
  color: #a5a5a5;
  text-decoration: none;
}
.featured-artist-archive h2.h1-style {
  margin-bottom: 40px;
}
.featured-artist-archive .posts-grid > div {
  padding-bottom: 45px;
  position: relative;
}
.featured-artist-archive .posts-grid > div a.rounded {
  overflow: hidden;
}
.featured-artist-archive .posts-grid > div h3 {
  font-family: "Lato", sans-serif;
  margin: 30px 0 15px 0;
}
.featured-artist-archive .posts-grid > div h3 a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: 1px;
}
.featured-artist-archive .posts-grid > div p {
  margin: 0 0 30px;
}
.featured-artist-archive .posts-grid div.nrow {
  padding: 10px 2vw 0px;
}
.featured-artist-archive .posts-grid a .bnn {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 75%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}
.featured-artist-archive .posts-grid a .bnn .far {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-shadow: 0 0 28px #000;
  font-size: 40px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transition:
    opacity 0.4s linear,
    transform 0.3s ease;
  -webkit-transition:
    opacity 0.4s linear,
    transform 0.3s ease;
}
.featured-artist-archive .posts-grid a:hover .bnn {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.featured-artist-archive .posts-grid a:hover .bnn .far {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
.featured-artist-archive .posts-grid > div:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 30px;
  right: 0;
  width: 1px;
  background-color: #e2e5e6;
}
.featured-artist-archive .posts-grid > div:nth-child(3n):after {
  display: none;
}
@media (max-width: 991px) {
  .featured-artist-archive .posts-grid > div:nth-child(3n):after {
    display: block;
  }
  .featured-artist-archive .posts-grid > div:nth-child(2n):after {
    display: none;
  }
}
@media (max-width: 768px) {
  .featured-artist-hero .block {
    padding-left: 0;
    padding-top: 30px;
  }
  .featured-artist-archive .posts-grid > div:after {
    display: none !important;
  }
}
