.vc_col-sm-6 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-sm-4 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-sm-2 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-sm-3 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-md-6 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-md-4 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-md-2 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-md-3 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-lg-6 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-lg-4 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-lg-2 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.vc_col-lg-3 .iron-audioplayer .vc_col-md-6 {
  width: 100%; }

.iron-audioplayer .album {
  width: 100%; }
  .iron-audioplayer .album .album-art {
    max-width: 350px;
    margin: 0px auto;
    background-size: cover; }
    .iron-audioplayer .album .album-art img {
      width: 100%; }
  .single-album .iron-audioplayer .album .album-art {
    width: 100%;
    margin: 0px auto; }
    .single-album .iron-audioplayer .album .album-art img {
      width: 100%;
      height: auto; }

.iron-audioplayer .track-title, .iron-audioplayer .album-title {
  text-align: center; }

.iron-audioplayer .track-title {
  font-weight: bold;
  margin-bottom: 17px; }

.iron-audioplayer .player {
  width: 100%;
  height: 130px;
  position: relative;
  font-size: 12px; }
  .iron-audioplayer .player.hide .currentTime, .iron-audioplayer .player.hide .wave, .iron-audioplayer .player.hide .totalTime {
    opacity: 0 !important; }
  .iron-audioplayer .player .progressLoading {
    background: rgba(0, 0, 0, 0.25);
    width: 0%;
    height: 1px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    width: calc( 100% - 200px);
    position: absolute;
    opacity: 0;
    left: 120px;
    top: 35px;
    -webkit-transition: opacity 3000ms ease;
    -o-transition: opacity 3000ms ease;
    transition: opacity 3000ms ease; }
  .iron-audioplayer .player .totalTime {
    opacity: 0.6;
    position: absolute;
    top: 26px;
    right: 0px; }
  .iron-audioplayer .player .currentTime {
    opacity: 0.6;
    position: absolute;
    top: 26px; }
  .iron-audioplayer .player .wave {
    margin: 20px 0;
    margin-left: 40px;
    margin-right: 40px; }
  .iron-audioplayer .player .control {
    width: 158px;
    margin: 20px auto 0;
    position: relative; }
    .iron-audioplayer .player .control .play {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 26px;
      height: 21.3px;
      opacity: 1 !important;
      display: block;
      cursor: pointer; }
      .iron-audioplayer .player .control .play path, .iron-audioplayer .player .control .play rect {
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .iron-audioplayer .player .control .play rect {
        opacity: 0; }
    .iron-audioplayer .player .control .previous {
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 0;
      opacity: 1 !important;
      width: 16px;
      height: 21.3px;
      display: block;
      cursor: pointer; }
    .iron-audioplayer .player .control .next {
      position: absolute;
      right: 0;
      opacity: 1 !important;
      top: 8px;
      bottom: 0;
      width: 16px;
      height: 21.3px;
      display: block;
      cursor: pointer; }

.iron-audioplayer.show-playlist .playlist {
  display: block; }

.iron-audioplayer .playlist {
  display: none; }
  .iron-audioplayer .playlist a.button {
    opacity: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    padding: 1px 6px;
    margin: 0;
    border-radius: 3px; }
  .iron-audioplayer .playlist ul {
    padding: 0 0;
    margin: 0 0; }
  .iron-audioplayer .playlist li {
    list-style: none;
    position: relative;
    clear: both;
    margin: 10px 0; }
    .iron-audioplayer .playlist li .button {
      float: right;
      width: auto;
      display: table-cell; }
  .iron-audioplayer .playlist .current {
    background-size: 10px 13px; }
    .iron-audioplayer .playlist .current path {
      opacity: 0; }
    .iron-audioplayer .playlist .current rect {
      opacity: 1; }
    .iron-audioplayer .playlist .current .audio-track {
      color: #4e4e50;
      font-weight: 400; }

.iron-audioplayer .tracklist-item-title {
  display: inline-block; }

.iron-audioplayer .track-number {
  width: 48px;
  font-size: 16px;
  color: #4e4e50;
  height: 100%;
  padding-left: 25px;
  position: relative;
  vertical-align: top; }
  .iron-audioplayer .track-number .number {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top; }
  .iron-audioplayer .track-number svg {
    width: 10px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 0; }
  .iron-audioplayer .track-number rect {
    opacity: 0; }

.iron-audioplayer .audio-track {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #a67f57;
  height: 100%; }

.iron-audioplayer:not(.show-playlist) .buttons-block {
  text-align: center; }

.iron-audioplayer:not(.show-playlist) .ctnButton-block {
  display: inline-block; }
  .iron-audioplayer:not(.show-playlist) .ctnButton-block li {
    float: none;
    display: inline-block; }

@media (max-width: 991px) {
  .iron-audioplayer .buttons-block {
    padding-left: 15px; } }

.single-album .info-section h2 {
  text-align: center;
  margin-bottom: 60px; }

.single-album .buttons-block {
  display: block;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 60px; }
  .single-album .buttons-block .ctnButton-block {
    padding: 22px 20px;
    display: table;
    margin: 0 auto; }
  .single-album .buttons-block .available-now, .single-album .buttons-block .store-list li {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px 0 5px; }
  .single-album .buttons-block .available-now {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase; }
  .single-album .buttons-block .store-list li .button {
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 700; }
  .single-album .buttons-block .store-list .fa {
    font-size: 13px;
    width: 17px;
    text-align: left;
    margin-right: 5px; }

.iron-audioplayer.audio-playing .player .control .play path {
  opacity: 0; }

.iron-audioplayer.audio-playing .player .control .play rect {
  opacity: 1; }

.pjax.single-album .iron-audioplayer .player .control, .pjax.single-album .iron-audioplayer .player {
  display: none; }

.continuousPlayer, .artist_player {
  position: fixed;
  bottom: 0;
  -webkit-transform: translate3d(0, 95px, 0);
  transform: translate3d(0, 95px, 0);
  height: 90px;
  width: 100%;
  z-index: 8010;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  -o-transition: transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease; }
  .continuousPlayer.enable, .enable.artist_player {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .continuousPlayer .playerNowPlaying .album-art, .artist_player .playerNowPlaying .album-art {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #222; }
    .continuousPlayer .playerNowPlaying .album-art .loading-icon, .artist_player .playerNowPlaying .album-art .loading-icon {
      color: #fff;
      position: absolute;
      width: 100%;
      top: 20px;
      opacity: 0;
      -webkit-transition: opacity 0.75s ease;
      -o-transition: opacity 0.75s ease;
      transition: opacity 0.75s ease; }
    .continuousPlayer .playerNowPlaying .album-art img, .artist_player .playerNowPlaying .album-art img {
      width: 100%;
      height: auto; }
  .continuousPlayer .playerNowPlaying .metadata, .artist_player .playerNowPlaying .metadata {
    position: absolute;
    left: 100px;
    top: 25px;
    letter-spacing: 3px;
    font-family: Josefin Sans;
    width: 200px;
    overflow: visible; }
    .continuousPlayer .playerNowPlaying .metadata .album-title, .artist_player .playerNowPlaying .metadata .album-title {
      font-size: 12px;
      line-height: 12px; }
  .continuousPlayer .player, .artist_player .player {
    width: calc( 100% - 300px);
    height: 100%;
    position: absolute;
    left: 300px;
    top: 0px; }
    .continuousPlayer .player #cplayer, .artist_player .player #cplayer {
      opacity: 0;
      -webkit-transition: all 3000ms ease;
      -o-transition: all 3000ms ease;
      transition: all 3000ms ease; }
      .continuousPlayer .player #cplayer.hide, .artist_player .player #cplayer.hide {
        opacity: 0; }
      .continuousPlayer .player #cplayer.reveal, .artist_player .player #cplayer.reveal {
        opacity: 1; }
    .continuousPlayer .player .progressLoading, .artist_player .player .progressLoading {
      background: rgba(255, 255, 255, 0.25);
      width: 0%;
      height: 1px;
      -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
      width: calc( 100% - 200px);
      position: absolute;
      left: 10px;
      top: 45px;
      -webkit-transition: opacity 3000ms ease;
      -o-transition: opacity 3000ms ease;
      transition: opacity 3000ms ease; }
    .continuousPlayer .player .wave, .artist_player .player .wave {
      width: calc( 100% - 200px);
      position: absolute;
      left: 10px;
      top: 28px; }
      .continuousPlayer .player .wave wave, .artist_player .player .wave wave {
        overflow-x: hidden !important; }
    .continuousPlayer .player .control, .artist_player .player .control {
      width: 120px;
      position: absolute;
      right: 10px;
      top: 0;
      height: 90px; }
      .continuousPlayer .player .control .play, .artist_player .player .control .play {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 100%;
        width: 50px;
        opacity: 1 !important;
        display: block;
        cursor: pointer; }
        .continuousPlayer .player .control .play svg, .artist_player .player .control .play svg {
          height: 25px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          left: 50%; }
        .continuousPlayer .player .control .play path, .artist_player .player .control .play path, .continuousPlayer .player .control .play rect, .artist_player .player .control .play rect {
          -webkit-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
        .continuousPlayer .player .control .play rect, .artist_player .player .control .play rect {
          opacity: 0; }
        .continuousPlayer .player .control .play .audio-playing path, .artist_player .player .control .play .audio-playing path {
          opacity: 0; }
        .continuousPlayer .player .control .play .audio-playing rect, .artist_player .player .control .play .audio-playing rect {
          opacity: 1; }
      .continuousPlayer .player .control .previous, .artist_player .player .control .previous {
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 1 !important;
        width: 30px;
        height: 100%;
        display: block;
        cursor: pointer;
        fill: #fff; }
        .continuousPlayer .player .control .previous svg, .artist_player .player .control .previous svg {
          height: 15px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          left: 50%; }
      .continuousPlayer .player .control .next, .artist_player .player .control .next {
        position: absolute;
        right: 0;
        opacity: 1 !important;
        bottom: 0;
        width: 30px;
        height: 100%;
        display: block;
        cursor: pointer;
        fill: #fff; }
        .continuousPlayer .player .control .next svg, .artist_player .player .control .next svg {
          height: 15px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          left: 50%; }

.continuousPlayer.audio-playing .player .control .play path, .audio-playing.artist_player .player .control .play path {
  opacity: 0; }

.continuousPlayer.audio-playing .player .control .play rect, .audio-playing.artist_player .player .control .play rect {
  opacity: 1; }

.continuousPlayer.loading .playerNowPlaying .album-art .loading-icon, .loading.artist_player .playerNowPlaying .album-art .loading-icon {
  opacity: 1; }

.artist_player {
  position: absolute;
  top: -90px;
  -webkit-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
  height: 180px;
  background: #777; }
  @media screen and (max-width: 1440px) {
    .artist_player {
      height: 120px;
      top: -60px; } }
  .artist-template-single-artists-blank .artist_player {
    top: -275px; }
    @media screen and (max-width: 1440px) {
      .artist-template-single-artists-blank .artist_player {
        top: -225px; } }
    @media screen and (max-width: 767px) {
      .artist-template-single-artists-blank .artist_player {
        top: -175px;
        height: 90px; } }
  .artist_player .playerNowPlaying .album-art {
    width: 136px;
    height: 136px;
    top: 22px;
    left: 22px;
    background: none; }
    .artist_player .playerNowPlaying .album-art img {
      display: none; }
    @media screen and (max-width: 1440px) {
      .artist_player .playerNowPlaying .album-art {
        width: 100px;
        height: 100px;
        top: 10px;
        left: 10px; } }
  .artist_player .playerNowPlaying .metadata {
    left: 190px;
    top: 70px;
    width: 330px; }
    @media screen and (max-width: 1440px) {
      .artist_player .playerNowPlaying .metadata {
        left: 135px;
        top: 50px;
        width: 330px; } }
  @media screen and (max-width: 767px) {
    .artist_player .playerNowPlaying {
      position: absolute;
      left: 0;
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75); } }
  .artist_player .player {
    width: calc( 100% - 400px);
    left: 400px; }
    .artist_player .player .progressLoading {
      top: 90px;
      width: calc(100% - 275px); }
    .artist_player .player .control {
      height: 180px;
      right: 75px; }
    .artist_player .player .wave {
      width: calc(100% - 275px);
      top: 72px; }
    @media screen and (max-width: 1440px) {
      .artist_player .player {
        width: calc( 100% - 350px);
        left: 350px; }
        .artist_player .player .progressLoading {
          top: 62px;
          width: calc(100% - 275px); }
        .artist_player .player .control {
          height: 120px;
          right: 50px; }
        .artist_player .player .wave {
          width: calc(100% - 275px);
          top: 45px; } }
    @media screen and (max-width: 767px) {
      .artist_player .player {
        left: 0;
        width: 100%; }
        .artist_player .player .progressLoading {
          display: none; }
        .artist_player .player #artistPlayer {
          display: none; }
        .artist_player .player .control {
          right: 0;
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          height: 95px; } }

[data-audiopath=""] .track-number svg {
  display: none !important; }

[data-audiopath=""] .audio-track {
  cursor: default; }

@media (min-width: 768px) {
  .artist-template-default .iron-audioplayer.show-playlist .buttons-block {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .artist-template-default .iron-audioplayer.show-playlist .buttons-block {
    margin-left: 15px; } }

@media (max-width: 991px) {
  .artist-template-default .iron-audioplayer.show-playlist .buttons-block {
    padding-left: 0px; } }

@media (min-width: 992px) {
  body:not(.single-artist) .iron-audioplayer.show-playlist .buttons-block {
    margin-left: calc(25% - 175px); } }
