
.single-audio-player {
  width: 100%;
  height: 80px;
  margin: 8px 0px 10px 0px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 21px;
  color: #555;
  position: relative;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.single-audio-player > div {
  float: left;
  margin-right: 10px;  

}

.single-audio-player .play {

  background: #ea5252;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  padding: 0px 23px;
  margin-top: 5px;
}

.single-audio-player .fa-pause{
  padding: 0px 18px;
}

.single-audio-player .time-left {
  width: 50px;
  height: 21px;
  text-align: center;
}

.single-audio-player .time-left, 
.single-audio-player .time-right,
.single-audio-player .progress
{
  margin-top: 24px;
  color: #fff;  
}

.single-audio-player  .fa-volume-up::before {   
    border:1px solid #fff;
    color: #fff; 
    padding: 4px;
    border-radius: 50%;
}

.single-audio-player .time-right {
  width: 50px;
  height: 21px;
  text-align: center;
}

.single-audio-player .progress {
  width: 50%;
  position: relative;
  height: 5px;
  margin-bottom: 0px; 
  margin-top: 32px;

}

.single-audio-player .loaded {
  width: 0px;
  height: 5px;
  background: #ccc;
}

.single-audio-player .progress .pointer {
  width: 12px;
  height: 15px;
  margin: -10px 0px 0px -3px;
  border: 1px solid #999;
  background: #ea5252;
}

.single-audio-player .mute {
  width: 21px;
  height: 21px;
  font-size: 10px;
  margin-top: 30px;
}

.single-audio-player .volume {
  width: 15%;
  height: 5px;
  margin-right: 0px;
  background: #ddd;
  position: absolute;
  top: 46% !important;

}

.single-audio-player .volume .pointer {
  width: 9px;
  height: 9px;
  margin: -2px 0px 0px 27px;  
  background: #ea5252;

}

.single-image {
  width:134px;
  float: left;

   }
.audio-desc{
  margin-left: 160px;
  font-weight: 600;
  padding: 20px 0;
}

.audio-right-border{
  border-right: 1px solid #fff;
}

.audio-desc h6{
  font-size: 17px;
  color: #ea5252;
  line-height: 1.5; 
}

.audio-desc p{
  font-size: 14px;
  color: #9f9f9f;
  line-height: 1.4;
}

