.sorbet-audio{
    display:  none;
}

.sorbet-meta {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top:  -22px;
}

.sorbet-img {
    height: 100px;
    background-size: cover;
    background-position: center;
    background-color: #ff734c;
    width: 100px;
    display: inline-block;
    position: absolute;
}

.audio-meta {
    display: inline-block;
    padding-left: 130px;
}

.audio-controls {
    background-color: #F8F8F8;
    margin-top: 32px;
    overflow: hidden;
    padding-right: 15px;
}

.audio-controls > span {
    display: inline-block;
}

#playToggle i.fa {
    /* position: absolute; */
    top: 0;
    left: 0;
    color: #ff734c;
    line-height: 50px;
}

span#playToggle {
    font-size: 20px;
    position: relative;
    z-index: 1;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    width: 50px;
    height: 50px;
}
span.volume span {
    display: inline-block;
    width: 2px;
    background-color: #000;
    height: 100%;
    float: left;
    position: relative;
    margin-left: 2px;
}


span#playToggle .fa.fa-pause, span#playToggle.pause .fa.fa-play {
    display: none;
}

span#playToggle.pause .fa.fa-pause {
    display: block;
}

span#playToggle.pause .fa.fa-play {}

span.volume {
    position: relative;
    height: 20px;
    display: inline-block;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}


span.volume > span:after{
    content:  '';
    height: 100%;
    width: 2px;
    right: 2px;
    top: 0;
    position: absolute;
}
span.volume span.vol10 {
    height: 10%;
}

span.volume span.vol20 {
    height: 20%;
}

span.volume span.vol30 {
    height: 30%;
}

span.volume span.vol40 {
    height: 40%;
}

span.volume span.vol50 {
    height: 50%;
}


span.volume span.vol60 {
    height: 60%;
}


span.volume span.vol70 {
    height: 70%;
}

span.volume span.vol80 {
    height: 80%;
}

span.volume span.vol90 {
    height: 90%;
}

span.volume span.vol100 {
    height: 100%;
}
span.playingbar {
    height: 5px;
    background: #000;
    width: calc(100% - 165px);
    position: relative;
    top: -4px;
    margin-top: 29px;
    cursor: pointer;
}

span#playing {
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ff734c;
}
span.volume > span.selected {
    background-color: #ff734c;
}
span.control-wrap {
    width: 165px;
    float: left;
    height: 50px;
}
span.time {
    margin-left: 10px;
}