.sermon-audio-player .mejs-container,
.sermon-audio-player .mejs-controls,
.sermon-audio-player .mejs-embed,
.sermon-audio-player .mejs-embed body {
background-color: #f8f8f8 !important;
background: #f8f8f8 !important;
} .sermon-audio-player .mejs-controls .mejs-play button {
background-image: url(//chrischona-altheim.de/wp-content/plugins/advanced-sermons/styling/media-player/img/play.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-color: #ffffff !important;
}
.sermon-audio-player .mejs-controls .mejs-pause button {
background-image: url(//chrischona-altheim.de/wp-content/plugins/advanced-sermons/styling/media-player/img/pause.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-color: #ffffff !important;
}
.sermon-audio-player .mejs-controls .mejs-mute button {
background-image: url(//chrischona-altheim.de/wp-content/plugins/advanced-sermons/styling/media-player/img/sound.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-color: #ffffff !important;
}
.sermon-audio-player .mejs-controls .mejs-unmute button {
background-image: url(//chrischona-altheim.de/wp-content/plugins/advanced-sermons/styling/media-player/img/mute.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-color: #ffffff !important;
}
.sermon-audio-player .mejs-controls {
padding-left: 0px !important;
padding-right: 0px !important;
}
.sermon-audio-player .mejs-time {
color: #888888;
} .sermon-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.sermon-audio-player .mejs-controls .mejs-time-rail .mejs-time-total {
background-color: #ddd !important;
} .sermon-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
background-color: #ddd !important;
} .sermon-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.sermon-audio-player .mejs-controls .mejs-time-rail .mejs-time-current {
background: #384e58;
}