.mos-audio-wrap {
    padding: 20px;
    margin: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.mos-audio-title {
    font-weight: 600;
    color: #2c2c71;
    font-size: 16px;
}

.mos-audio {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mos-audio-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.mos-audio-download {
    display: flex;
    align-items: center;
    color: #2c2c71;
    font-size: 14px;
}

.mos-audio-download svg {
    width: 10px;
    display: inline;
}

.mos-audio-wrap {
    margin: 60px 0;
    padding: 22px;
    box-shadow: 0 16px 43px 0 rgba(25,72,103,0.25);
    position: relative;
}

.mos-audio-wrap .mos-audio {
    float: left;
    /* width: calc(100% - 250px); */
}

.mos-audio-wrap .mos-audio-title {
    font-family: 'Work Sans',sans-serif;
    color: #194867;
    font-weight: bold;
    font-size: 16px !important;
    margin: 0 0 14px 60px !important;
    line-height: 18px !important;
    width: calc(100% - 250px);
}

.mos-audio-wrap .mos-audio .mejs__container {
    height: 10px !important;
}

.mos-audio-wrap .mos-audio .mejs__container, 
.mos-audio-wrap .mos-audio .mejs__controls:not([style*="display: none"]) {
    background: transparent;
}

.mos-audio-wrap .mos-audio .mejs__controls {
    height: 16px;
    padding: 0 40px 0 55px;
}

.mos-audio-wrap .mos-audio .mejs__playpause-button.mejs__play {
    background: #194867;
}

.mos-audio-wrap .mos-audio .mejs__button.mejs__replay > button,
.mos-audio-wrap .mos-audio .mejs__button.mejs__pause > button {
    background-color: transparent !important;
}

.mos-audio-wrap .mos-audio .mejs__playpause-button.mejs__pause {
    color: #194867;
}

.mos-audio-wrap .mos-audio .mejs__playpause-button {
    border-radius: 100%;
    width: 40px;
    border: 1px solid #194867;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    top: -30px;
}

.mos-audio-wrap .mos-audio .mejs__button>button {
    display: inline-block;
    position: relative;
}

.mos-audio-wrap .mos-audio .mejs__time {
    color: black;
    height: 12px;
    padding: 0 6px;
}

.mos-audio-wrap .mos-audio .mejs__time-rail {
    height: 8px;
    margin: 0 10px;
    padding: 2px 0;
    position: relative;
}

.mos-audio-wrap .mos-audio .mejs__time-buffering, 
.mos-audio-wrap .mos-audio .mejs__time-current, 
.mos-audio-wrap .mos-audio .mejs__time-float, 
.mos-audio-wrap .mos-audio .mejs__time-float-corner, 
.mos-audio-wrap .mos-audio .mejs__time-float-current, 
.mos-audio-wrap .mos-audio .mejs__time-hovered, 
.mos-audio-wrap .mos-audio .mejs__time-loaded, 
.mos-audio-wrap .mos-audio .mejs__time-marker, 
.mos-audio-wrap .mos-audio .mejs__time-total {
    height: 6px;
    border-radius: 0;
}

.mos-audio-wrap .mos-audio .mejs__time-current, 
.mos-audio-wrap .mos-audio .mejs__time-handle-content {
    background: #194867;
}

.mos-audio-wrap .mos-audio .mejs__time-handle-content {
    border: 1px solid white;
    left: -7px;
    top: -9px;
    width: 15px;
    height: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mos-audio-wrap .mos-audio .mejs__horizontal-volume-slider,
.mos-audio-wrap .mos-audio .mejs__time-float {
    display: none !important;
}

.mos-audio-wrap .mos-audio .mejs__time-total {
    background: rgba(0,0,0,0.07);
    height: 6px;
    outline: 0;
    margin: 0;
}

.mos-audio-wrap .mos-audio .mejs__time {
    color: black;
    height: 12px;
    padding: 0 6px;
}

.mos-audio-wrap .mos-audio-actions {
    width: 220px;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.mos-audio-wrap .mos-audio-actions a {
    display: block;
    padding: 2px 0;
    font-family: 'Work Sans',sans-serif;
    color: #194867 !important;
    border: none !important;
    font-weight: 500;
    text-decoration: underline;
    font-size: 13px;
    height: 15px;
}

.mos-audio-wrap .mos-audio .mejs__volume-button {
    right: 0;
    top: 20%;
    transform: translate(0,-50%);
}

.mos-audio-wrap .mos-audio .mejs__volume-button > button {
    filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}

@media only screen and (max-width: 991.98px) {
    .page-container .mos-audio-wrap .mos-audio {
        width: 100%;
        float: none;
        flex-direction: column;
    }
    .page-container .mos-audio-wrap .mos-audio-title {
        width: calc(100% - 60px);
    }
    .page-container .mos-audio-wrap .mos-audio .mejs__container {
        width: 100% !important;
        min-width: 100%;
        display: block;
    }
    .page-container .mos-audio-wrap .mos-audio-actions {
        width: 100%;
        display: block;
        position: static;
        transform: none;
    }
}
