/* =============================================================
   waveform-toggle.css
   Christos Andreou — christosandreou.com
   ============================================================= */

/* Hide progress fill + playhead in wave mode */
.audioplayer.wt-wave-on .ap-controls .scrubbar .scrub-prog {
    background:       transparent !important;
    background-color: transparent !important;
    background-image: none        !important;
}
.audioplayer.wt-wave-on .ap-controls .scrubbar .scrub-prog::after {
    display: none !important;
}

/* Ensure meta text always sits above the waveform canvas */
.audioplayer.skin-pro .meta-artist-con {
    position: absolute !important;
    z-index:  5        !important;
}

/* Ensure time display always sits above the waveform canvas */
.audioplayer.skin-pro .ap-controls .curr-time,
.audioplayer.skin-pro .ap-controls .total-time {
    position: relative !important;
    z-index:  5        !important;
}
