/*@import url(https://fonts.googleapis.com/css?family=Karla:400,700);*/
.iron-audioplayer {
  /*	font-family:"karla";*/
}

.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%;
  margin-bottom: 50px;
}

.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;
  max-width: 500px;
}

.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: 175px;
  position: relative;
  font-size: 12px;
}

.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: 42px auto 0;
  position: relative;
}

.iron-audioplayer .player .control .play {
  position: absolute;
  left: 50%;
  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 {
  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;
  margin-bottom: 50px;
}

.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 .track-number .number {
  display: none;
}

.iron-audioplayer .playlist .current .track-number svg {
  display: block;
}

.iron-audioplayer .playlist .current .audio-track {
  color: #4e4e50;
  font-weight: 400;
}

.iron-audioplayer .track-number {
  display: table-cell;
  width: 30px;
  font-size: 16px;
  color: #4e4e50;
  height: 100%;
}

.iron-audioplayer .track-number .number {
  display: block;
}

.iron-audioplayer .track-number svg {
  display: none;
  width: 10px;
  height: auto;
}

.iron-audioplayer .audio-track {
  display: table-cell;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #a67f57;
  height: 100%;
  padding: 0 15px 0 0;
}

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

.single-album .buttons-block {
  margin-left: 15px;
  width: auto;
  display: table-cell;
}

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

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