.mejs__time, .mejs__volume-button, .mejs__time-handle-content{
    display:none;
}
.mejs__container{
    width: calc(100% - 21px) !important;
}
.mejs__horizontal-volume-slider, .mejs__time-float, audio{
    display:none !important;
}
.mejs__container .mejs__controls, .mejs__container{
    background: transparent;
}
.mejs__controls .mejs__time-rail .mejs__time-total, .mejs__time-float-corner, .mejs__controls .mejs__time-rail .mejs__time-loaded{
    background: #010101;
    top: 13px;
    height: 6px;
    margin: 0;
}
div[builder-element="YoutubeElement"]{
padding:0 15px;
}

.customaudioplayer .mejs__button>button,body .mejs__replay button {
    background: transparent;
    margin: 0;
    cursor:pointer;
}
.customaudioplayer .mejs__button {    
    top:9px;
    width: 18px;
    height: 18px;
    position: relative;
    padding-top:0 !important;
    line-height: normal;
    color: inherit;
}
.customaudioplayer .mejs__play:before, .customaudioplayer .mejs__replay:before, .customaudioplayer .mejs__pause:before, .customaudioplayer .download-audio a:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    font-family: fontAwesome;
}
 .customaudioplayer .mejs__play:before, .customaudioplayer .mejs__replay:before {
    content: '\f04b';
    font-size: 15px;
} 
.customaudioplayer .mejs__pause:before {
    content: '\f04c';
    font-size: 15px;
} 
.customaudioplayer .download-audio a:before{
    content: '\f019';
}
.mejs__time-rail {
    margin: 0;
    height: 28px;
    padding: 0;
}
.wp-audio-shortcode{
    margin:0;
    height:28px !important;
    width: calc(100% - 22px)!important;
}
body .mejs__button>button:focus {
    outline: none !important;
}
.customaudioplayer {
    position: relative;
    width: 100%;
    margin: 0px auto 10px auto !important;
    min-height:28px;
    padding: 0 10px;
}
#audioname{
    position: absolute;
    top: -2px;
    left: 28px;
    font-size: 18px;
    width: calc(100% - 62px);
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.customaudioplayer .download-audio a:before{
    top: -4px;
    right: 0;
}
.customaudioplayer .download-audio a {
    position: absolute;
    right: 0px;
    height: 21px;
    width: 21px;
    top: inherit;
    bottom: 0px;
    color: initial;
}
.download-audio {
    position: relative;
    margin-bottom: 0;
}
body .mejs__time-current {
    background:#ac987c;
    height: 6px;
}
body span.mejs__time-loaded,   body span.mejs__time-hovered, body span.mejs__time-buffering {
    display:none !important;
}
body .mejs__button button{
    transition: none !important;
}
.mejs__controls {
    padding: 0 4px 0 0;
    height: 28px;
}
.customaudioplayer.design-1 {
    background-color: transparent !important;
    border: 0 !important;
}
.customaudioplayer.design-2{
    padding: 2px 10px;
    border: 0 !important;
}
.customaudioplayer.design-3 {
    border-style: solid;
    border-color: transparent;
}
.customaudioplayer.design-3 .mejs__controls {
    top: 8px;
}
.customaudioplayer.design-3 .download-audio a:before {
    top: -8px;
}

@media only screen and (max-width: 1200px) {
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    background-color: #000;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}