
.episode-meta-data {
  position: relative;
  top:auto;
  left:auto;
}
.progress-bar {
  width: calc(100% - 120px);
  display: block;
  float: left;
  position: relative;
  height: 20px;

}
.fa-volume-up {
  display: none;
}
.iru-tiny-player {
  display: block;
  float: left;
  width:100%;
  position: relative;
  padding-left:3em;
}

.iru-tiny-player .song-main-info {
  margin: 15px;
  display: block;
  float:left;
  width:calc(100% - 200px);
  font-size: 1.5em;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .iru-tiny-player .song-main-info {
    margin: 0;
    font-size: 1rem;
  }
}

.iru-tiny-player .icon {
  border: 2px solid #ffffff!important;
  width: 60px;
  height: 60px;
  border-radius: 99999px;
  background: none;
  text-decoration: none;
  position: relative;
  color: #F54985;
  display: block;
  float:left;
  text-align: center;
  cursor: pointer;
  margin: 21px 20px 0 0 ;
  padding: 0;
}

.iru-tiny-player .icon:hover {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .iru-tiny-player .icon {

  }
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 100;
  font-size: 0.75rem;
  text-transform: none !important;
  line-height:58px;
}
a.play-button {
  cursor: pointer;
}

a.play-button .icon::before {
  margin: 0 0 0 2px;
}
a.play-button:hover .icon::before {

}
a.play-button .fa-pause {
  display: none!important;
}
a.play-button .fa-play {
  display: block!important;
}
a.play-button.playing .fa-pause {
  display: block!important;
}
a.play-button.playing .fa-play {
  display: none!important;
}
a.play-button.playing .icon {

}
a.play-button.playing .icon::before {
  color: rgba(255,255,255,1);
}
.icon.fa-stop {
  display: none;
}
.iru-tiny-player .song-main-info .icon.fa-stop {
  margin-right: 2ex;
}

@media screen and (max-width: 480px) {
  .iru-tiny-player .song-main-info .icon.fa-stop {
    margin-right: 0.5ex;
  }
}

.iru-tiny-player .song-main-info .song-timer {
  margin: 0;
  padding: 0 1em;
  white-space: nowrap;
  display: block;
  float: right;
  text-align: right;
  width:120px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 20px;
}

.iru-tiny-player .song-main-info .song-title {
  flex-grow: 1;
  overflow: hidden;
  padding: 0;
  font-weight: 700;
  height: 30px;
  line-height: 1;
}

.iru-tiny-player .song-seek {
  position: absolute;
  width: 100%;
  height: 6px;
  top:7px;
  background: rgba(255,255,255,0.16);
}

.iru-tiny-player .song-progress {
  position: absolute;
  background: #e9a954!important;
  width: 0%;
  height: 6px;
  top:7px;
}

.iru-tiny-player .song-volume-control {
  position: absolute;
  background-color: rgba(245, 245, 245, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
}

.iru-tiny-player .song-volume-bar {
  position: absolute;
  top: 50%;
  left: 20%;
  height: 10px;
  margin: 0px auto;
  width: 80%;
  background-color: rgba(21, 29, 31, 0.9);
}

.iru-tiny-player .song-volume-bar#fg {
  height: 5px;
  margin: -2.5px auto;
  width: 60%;
}

.iru-tiny-player .song-volume-bar#fgg {
  height: 10px;
  margin: -5px auto;
  background-color: rgba(255, 255, 255, 0);
  width: 60%;
}

.iru-tiny-player .song-volume-bar#bg {
  height: 1.5px;
  margin: -0.75px auto;
  background-color: rgba(21, 29, 31, 0.75);
  width: 60%;
}

.iru-tiny-player .song-volume-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 80%;
  margin: -7.5px auto;
  background-color: rgba(21, 29, 31, 0.9);
  border-radius: 7.5px;
  cursor: pointer;
}

.iru-tiny-player .song-volume-dot:hover {
  background-color: #18bfef;
}

.iru-tiny-player .icon.fa-times {
  margin: 2ex 2.5ex;
  position: absolute;
  font-size: 1.25rem;
  right: 0;
  top: 0;
}

@media screen and (max-width: 480px) {

  .icon:before {
    line-height:50px;
  }
  .iru-tiny-player .icon.fa-times {
    margin: 2ex 1.5ex;
    font-size: 1rem;
  }
  .iru-tiny-player .song-main-info {
    position: absolute!important;
    left:5vw;
    right:5vw;
    width:90vw;
    top:5vw!important;
  }
  .iru-tiny-player {
    padding: 5vw;
    padding-top: 0;
  }
  .iru-tiny-player .song-main-info .song-title {
    /*display: block;*/
    display: none;
    position: absolute;
    line-height: 1.4;
    height: auto;
  }
  .progress-bar {
    position: absolute;
    /*top:115px;*/
    top: 20px;
    left:60px;
    width:calc(100% - 200px);
  }
  .iru-tiny-player .song-main-info .song-timer {
    position: absolute;
    top: 20px;
    /*top:115px;*/
    right:5vw;
  }
  .iru-tiny-player .icon {
    width:50px;
    height: 50px;
  }
  .fa-play:before {
    line-height: 48px;
  }
}