/*
=======================================
  Media Queries -START-
=======================================
 */
/*
=======================================
  Media Queries -END-
=======================================
 */
/*
=======================================
  FLEX -START-
=======================================
 */
/*
=======================================
  FLEX -END-
=======================================
 */
/*
=======================================
  BOX SIZING -START-
=======================================
 */
/*
=======================================
  BOX SIZING -END-
=======================================
 */
/*
=======================================
  CUSTOM MERGERS -START-
=======================================
 */
/*
=======================================
  CUSTOM MERGERS -END-
=======================================
 */
/*
=======================================
  TRANSITION -START-
=======================================
 */
/*
=======================================
  TRANSITION -END-
=======================================
 */
/*
=======================================
  PREPARE A TAG -START-
=======================================
 */
/*
=======================================
  PREPARE A TAG -END-
=======================================
 */
/*
=======================================
  FONT PROPERTY -START-
=======================================
 */
/*
=======================================
  FONT PROPERTY -END-
=======================================
 */
/*
=======================================
  CONTAIN IMAGE BACKGROUND -START-
=======================================
 */
/*
=======================================
  CONTAIN IMAGE BACKGROUND -END-
=======================================
 */
/*
=======================================
  BACKGROUND GRADIENT -START-
=======================================
 */
/*
=======================================
  BACKGROUND GRADIENT -END-
=======================================
 */
/*
=======================================
  BACKGROUND SIZE -START-
=======================================
 */
/*
=======================================
  BACKGROUND SIZE -END-
=======================================
 */
/*
=======================================
  BORDER RADIUS -START-
=======================================
 */
/*
=======================================
  BORDER RADIUS -END-
=======================================
 */
.vb_voice_artist_wrapper {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.vb_voice_artist_wrapper > .content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.vb_voice_artist_wrapper > .content > .row {
  position: relative;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-bottom: 30px;
}
.vb_voice_artist_wrapper > .content > .row:last-child {
  margin-bottom: 0;
}
.vb_voice_artist_wrapper > .content > .row.info-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767px) {
  .vb_voice_artist_wrapper > .content > .row.info-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.vb_voice_artist_wrapper > .content > .row.info-row > .avatar {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  overflow: hidden;
  margin-right: 30px;
  margin-left: 30px;
}
.vb_voice_artist_wrapper > .content > .row.info-row > .avatar > img {
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  .vb_voice_artist_wrapper > .content > .row.info-row > .avatar {
    margin: 0 0 20px 0;
  }
}
.vb_voice_artist_wrapper > .content > .row.info-row > .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.vb_voice_artist_wrapper > .content > .row.info-row > .text > .name {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
}
.vb_voice_artist_wrapper > .content > .row.info-row > .text > .info {
  margin-top: 20px;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  .vb_voice_artist_wrapper > .content > .row.info-row > .text {
    margin-right: 0;
  }
  .vb_voice_artist_wrapper > .content > .row.info-row > .text > .name {
    text-align: center;
  }
}
.vb_voice_artist_wrapper > .content > .row.info-row.no-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vb_voice_artist_wrapper > .content > .row.info-row.no-info > .avatar {
  margin: 0 0 20px 0;
}
.vb_voice_artist_wrapper > .content > .row.info-row.no-info > .text {
  margin-right: 0;
}
.vb_voice_artist_wrapper > .content > .row.info-row.no-info > .text > .name {
  text-align: center;
}
.vb_voice_artist_wrapper > .content > .row.player-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vb_voice_artist_wrapper > .content > .row.player-row > .player-button {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.vb_voice_artist_wrapper > .content > .row.player-row > .player-button > #playPauseButton {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.vb_voice_artist_wrapper > .content > .row.player-row > .player-button > #playPauseButton > img {
  width: 30px;
  height: 30px;
  margin: 10px;
  opacity: 0.4;
}
.vb_voice_artist_wrapper > .content > .row.player-row > .player-button > #playPauseButton:hover > img {
  opacity: 0.7;
}
.vb_voice_artist_wrapper > .content > .row.player-row > .player {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.vb_voice_artist_wrapper > .content > .row.player-row > .player > .name {
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}
.vb_voice_artist_wrapper > .content > .row.player-row > .player > .waveformContainer {
  position: relative;
  width: 100%;
  height: 50px;
}
.vb_voice_artist_wrapper > .content > .row.list-row > .title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.vb_voice_artist_wrapper > .content > .row.list-row > .list {
  position: relative;
  width: 100%;
}
.vb_voice_artist_wrapper > .content > .row.list-row > .list > div {
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fafafa;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  cursor: pointer;
  color: #333333;
}
.vb_voice_artist_wrapper > .content > .row.list-row > .list > div:hover {
  color: #c9363a;
}
.vb_voice_artist_wrapper > .content > .row.list-row > .list > div:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .vb_voice_artist_wrapper > .content > .row.list-row > .list > div {
    text-align: center;
  }
}

/*# sourceMappingURL=vb_voice_artist.css.map */
