/* -------------------------------------------------------
   MediaElement.js audio player – custom button color #f1db4b
   The buttons use an SVG sprite as background-image, so
   a CSS filter is used to tint them to the target color.
   filter values generated for #f1db4b
------------------------------------------------------- */
.mejs-button > button {
    filter: brightness(0) saturate(100%)
            invert(88%) sepia(49%) saturate(583%)
            hue-rotate(3deg) brightness(101%) contrast(95%);
}
.mejs-controls .mejs-horizontal-volume-slider 
.mejs-horizontal-volume-total, 
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-current  {
  background: #f1db4b !important;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  background: none;
}
.mejs-container, 
.mejs-container 
.mejs-controls, 
.mejs-embed, 
.mejs-embed body {
  background: #555 !important;
  border-radius: 3px !important;
}
.audio-meta p{
	font-style: italic;
	margin-top: 5px;
}