/*single projects*/
.voice_mata_data_info_wrapper{
  display: none;
  background-color:#ed3c74;
  color: #ffffff;
}
.voice_mata_data_info_wrapper p{
  padding-bottom: 1px!important;
}
.voice_left_section{
  clear: left;
  float: left;
  width: 30%;
}
.voice_right_section{
  float: right;
  width: 65%;
}
.voice_content_wrapper{
  background-color: #ffffff;
  margin: 0 auto 60px;
  overflow: hidden;
  padding: 30px;
}
.voice_actor_playlist  p{
  padding-bottom: 15px!important;
}
.kta_voice_actor_wrapper li h4{
  background-color: #fff;
  padding: 5px 15px;
  margin-bottom: 0px;
}
.voice_actor_details{
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
}
.voice_actor_image_wrapper{
  position: relative;
}
.mejs-container{
  width: 100%;
  height: 0px!important;
  display: block;
  margin-top: 30px;
}
#audio_frames{
  float: right;
}
.voice_details ul{
  margin: 0px!important;
}
/*Reponsive css*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .kta_voice_actor_wrapper li{
    width: 31.5%!important;
  }
}
@media only screen and (max-width: 767px) {
  .kta_voice_actor_wrapper li{
  width: 100%!important;
}
}