.single-artists .site-content, .single-legends .site-content {
  background: #fff;
}

.single-artists .site-main, .single-legends .site-main {
  margin: 0;
}

.artists {
  font-family: Spartan;
}

.artists ul {
  margin-left: 0;
}

.artist_genres a {
  margin-right: 7px;
  color: #000;
}
.artists__head {
  min-height: 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.artists__head .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.artists__head::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #000), color-stop(20%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, #000 -10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, #000 -10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.artists__img {
  width: 172px;
  min-width: 172px;
  margin-right: 40px;
  height: 172px;
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.artists__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  left: 0;
  top: 0;
}

.artists__info h1 {
  font-size: 35px;
  color: #FF8300;
  margin-bottom: 0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.artists__info p {
  color: #fff;
  font-family: PlayfairDisplay;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 0;
}

.about-artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin-bottom: 65px;
  margin-top: 35px;
}

.about-artist > div:first-child {
  background: #FF8300;
  padding: 40px 30px 40px 40px;
}

.about-artist > div {
  min-width: 50%;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-artist h5 {
  font-size: 30px;
  font-style: normal;
  margin-bottom: 25px;
  line-height: 1.4;
}

.about-artist h5 span {
  display: block;
  font-size: 16px;
  font-family: PlayfairDisplay;
  margin-bottom: 5px;
}

.about-artist__info {
  margin-bottom: 0;
}

.about-artist__info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  line-height: 1.3;
}
.about-artist__info li:nth-of-type(2) h6 {
  white-space: normal;
  max-width: 55%;
}
.about-artist__info h6 {
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
  font-family: Spartan;
}

.about-artist__info h6, .about-artist__info p {
  font-size: 14px;
  margin-bottom: 0;
}

.about-artist__bio {
  font-size: 12px;
  line-height: 2;
  padding: 45px 30px 35px 55px;
  background: #EDEDF2;
  letter-spacing: .25px;
}

.about-artist__bio p {
  margin: 0;
}

.about-artist__bio a {
  color: #000;
  margin-left: 3px;
  display: inline;
  text-decoration: underline;
}

.songs-list {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.songs-list > li {
  width: 32%;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  padding: 10px 10px 22px;
  margin-right: 2%;
}

.songs-list > li:nth-child(3n) {
  margin-right: 0;
}

.songs-list > li:hover {
  background: #FF8300;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.songs-list > li:hover .songs-list__name {
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.songs-list > li:hover .songs-list__sheet {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.songs-list__img {
  width: 100%;
  height: 260px;
  position: relative;
  z-index: 1;
}

.songs-list__img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  z-index: 3;
}

.songs-list__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  z-index: 1;
}

.songs-list__sheet {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 10px 0;
  background: #E6E6E6;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

.songs-list__sheet p {
  background: #fff;
  padding: 30px 15px 25px;
  border-left: 5px solid #FF8300;
  font-size: 15px;
  color: #0F0F0F;
  line-height: 1.5;
  height: 100%;
  font-family: RobotoMono;
}

.songs-list__info {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  min-height: 52px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -43px;
  margin-bottom: 18px;
}

.songs-list__info div {
  margin: 0 10px 10px;
  text-align: center;
  text-shadow: 1px 2px 0 #000;
}

.songs-list__info div:last-child {
  width: 100%;
  margin: 0;
  text-align: center;
}

.songs-list__info div:last-child span {
  background: #000;
  padding: 7px 20px 6px;
  line-height: 1;
  border-radius: 5px;
}

.songs-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.songs-list__name {
  color: #FF8300;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  letter-spacing: 1px;
  line-height: 1.3;
  font-style: normal;
}

.songs-list__name.verified::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url("https://virtualpiano.net/wp-content/uploads/img/verified.svg") no-repeat center center/contain;
}

.songs-list__artist {
  font-family: PlayfairDisplay;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
}

.related-title {
  margin-top: 50px;
}

.related-artists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.related-artists li {
  width: 31.4%;
  margin-bottom: 70px;
  position: relative;
  margin-right: 2.9%;
}

.related-artists li:nth-of-type(3n) {
  margin-right: 0;
}

.related-artists li:hover .related-artists__img img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.related-artists a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.related-artists__img {
  z-index: 1;
  margin-bottom: 23px;
  position: relative;
  width: 100%;
  
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 100%;
}

.related-artists__img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -o-radial-gradient(rgba(15, 15, 15, 0.05) 0%, rgba(15, 15, 15, 0.15) 40%, black 100%);
  background: radial-gradient(rgba(15, 15, 15, 0.05) 0%, rgba(15, 15, 15, 0.15) 40%, black 100%);
}

.related-artists__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 3px solid #4E4E4E;
}

.related-artists__name {
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 25px;
  font-family: PlayfairDisplay;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .about-artist > div:first-child {
    padding: 30px 20px;
  }
  .about-artist__bio {
    padding: 35px 25px;
  }
  .songs-list > li {
    width: 48%;
  }
  .songs-list > li:nth-child(2n - 1) {
    margin-right: 4%;
  }
  .songs-list > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1250px) {
  .about-artist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-artist > div {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }
  #primary {
    width: 100%;
    left: 0;
  }
  .about-artist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-artist > div {
    min-width: 50%;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .artists__head {
    padding: 60px 40px;
  }
  .artists__head .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .artists__img {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .artists__info h1 {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .artists__info p {
    font-size: 22px;
  }
  .about-artist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-artist > div {
    width: 100%;
  }
  .related-artists {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .related-artists li {
    max-width: 200px;
    width: 47%;
    margin: 0 5px 30px !important;
  }
  .related-artists__img {
    margin-bottom: 12px;
  }
  .related-artists__name {
    font-size: 18px;
  }
}

@media (max-width: 580px) {
  .songs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .songs-list > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
