/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.audio-player .player .box {
    height: 312px;
    background-color: #f1f2f2;

    display: flex;
    flex-direction: column;
    padding: 16px 0;
}

.audio-player .player .box .top-content .tag a {
    color: #fff;
}

.audio-player .player .box .mnr-audio-controls.play-control {
    flex: 1;

}

.audio-player .player .box .mnr-audio-controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.audio-player .player .box .mnr-audio-controls.volume-control {
    justify-content: space-between;
    padding: 0 1rem;
}

.audio-player .player .box .mnr-audio-controls.volume-control i {
    font-size: 1.5rem;
    margin-right: 8px;
}

.audio-player .player .box .mnr-audio-controls.play-control .play-pause,
.audio-player .player .box .mnr-audio-controls .volume {
    cursor: pointer;
}

.audio-player .player .box .mnr-audio-controls.play-control .play-pause i {
    font-size: 150px;
    line-height: 1;
}

.audio-player .player .box .mnr-audio-controls.play-control .play-pause {
    margin: 0 15px;
}

.audio-player .player .box .mnr-audio-controls.play-control .rewind i,
.audio-player .player .box .mnr-audio-controls.play-control .forward i {
    font-size: 40px;
    opacity: 0.5;
}

.audio-player .player .box .mnr-audio-controls.play-control .rewind.active i,
.audio-player .player .box .mnr-audio-controls.play-control .forward.active i {
    opacity: 1;
    cursor: pointer;
}

.audio-player .player .box .mnr-audio-controls .volume,
.audio-player .player .box .mnr-audio-controls .download a {
    display: flex;
    align-items: center;
    color: #120f0f;
}

.audio-player .player .box .mnr-audio-controls .volume,
.audio-player .player .box .mnr-audio-controls .download .text {
    font-family: 'Meta W01 Black' !important;
}

.audio-player .player .box .mnr-audio-controls .volume:lang(ro),
.audio-player .player .box .mnr-audio-controls .download .text:lang(ro) {
    font-family: 'Source Sans Pro' !important;
}

.audio-player .player .box .mnr-audio-controls .download .text {
    margin-right: 5px;
}

.audio-player .player .box .mnr-audio-controls .download .audio-meta {
    font-family: 'Meta W01 Regular' !important;
}

.audio-player .player .box .mnr-audio-controls .download .audio-meta:lang(ro) {
    font-family: 'Source Sans Pro' !important;
}

.audio-player .player .box .top-content {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
}

.audio-player .player .box .top-content .tag {

}

.mejs-container .mejs-controls {
    background: transparent !important;
}

.mejs-container {
    background: transparent !important;
    text-align: left !important;
    vertical-align: top !important;
    text-indent: 0 !important;
    width: 100% !important;
    height: 40px !important;
    font-family: 'Meta W01 Regular';
}

.mejs-container:lang(ro) {
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.mejs-container .mejs-controls {
    padding: 0;
}

/* Player controls style*/
.mejs-container .mejs-controls {
    padding: 0;
}

.mejs-container .mejs-controls .mejs-currenttime-container,
.mejs-container .mejs-controls .mejs-duration-container {
    position: absolute;
}

.mejs-time-handle,
.mejs-time-handle-content {
    background: transparent;
    border: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    background: #009640;
    width: 46px;
    height: 20px;
    border: none;
    top: -25px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current {
    margin: 0;
    width: 100%;
    padding-bottom: 3px;
    font-family: 'Meta Corr W01 Regular' !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current:lang(ro) {
    font-family: 'Source Serif Pro' !important;
    font-weight: 400;
    padding-bottom: 0;
}

.mejs-volume-button > .mejs-volume-slider {
    display: none !important;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.37) !important;
    -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.37) !important;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.37) !important;
    background-color: #fff !important;
    left: 50% !important;
    bottom: -15% !important;
    width: 50px !important;
    height: 180px !important;
    z-index: 0 !important;
}

.mejs-volume-button > .mejs-volume-slider .mejs-volume-total {
    width: 4px;
    height: 110px;
    top: 15px;
    background-color: #dcddde;
}

.mejs-volume-button > .mejs-volume-slider .mejs-volume-handle {
    display: none !important;
}

.mejs-volume-button > .mejs-volume-slider .mejs-volume-current {
    background-color: #009640;
}

.mejs-container {
    height: auto !important;
}


.mejs-container .mejs-controls {
    height: auto;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
}

.mejs-container .mejs-controls .mejs-volume-button,
.mejs-container .mejs-controls .mejs-forward-button,
.mejs-container .mejs-controls .mejs-playpause-button,
.mejs-container .mejs-controls .mejs-rewind-button {
    display: none;
}

.mejs-container .mejs-controls .mejs-time-rail,
.mejs-container .mejs-controls .mejs-time {
    display: inline-flex;
    position: relative !important;
}


.mejs-container .mejs-controls .mejs-duration-container {
    margin-left: auto;
    right: 1rem;

    font-family: 'Meta Corr W01 Bold' !important;
}

.mejs-container .mejs-controls .mejs-duration-container:lang(ro) {
    font-family: 'Source Serif Pro' !important;
    font-weight: 400;
}

.mejs-container .mejs-controls .mejs-currenttime-container {
    margin-right: auto;
    left: 1rem;

    font-family: 'Meta Corr W01 Bold' !important;
}

.mejs-container .mejs-controls .mejs-duration-container:lang(ro) {
    font-family: 'Source Serif Pro' !important;
    font-weight: 700;
}

.mejs-container .mejs-controls .mejs-currenttime-container,
.mejs-container .mejs-controls .mejs-duration-container {
    top: 0;
    color: #009640;
    font-size: 1rem;
    order: 1;
    margin-bottom: 0.25rem;
    padding: 0;
}


.mejs-container .mejs-controls .mejs-time-rail {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    height: 4px;
    margin-bottom: 1.5rem;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-hovered,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-marker,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 4px;
}

.mejs-container .mejs-controls .mejs-time-float .mejs-time-float-current {
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009640;
}

.mejs-container .mejs-controls .mejs-time-float .mejs-time-float-corner {
    border-top-color: #009640 !important;
}

.mejs-container .mejs-controls .mejs-time-current {
    background: #009640 !important;
}

.mejs-time-handle,
.mejs-time-handle-content {
    background: transparent;
    border: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    background: #009640;
    width: 46px;
    height: 20px;
    border: none;
    top: -25px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3c3838 !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    animation: move 3s linear infinite;
    opacity: 0.1;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #d8d8d8 !important;
}

.mejs-container * {
    font-family: inherit !important;
}


@media screen and (max-width: 570px) {
    .mejs-time-rail {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .audio-player .player .box .mnr-audio-controls .download .audio-meta {
        display: none;
    }
}
