/* Audio Player */

.elementor-widget-sa_el_audio_player .elementor-widget-container {
    background-color: #f4f7f9;
    padding: 25px;
    display: inline-block;
    width: 100%;
}

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
    /* Disable the browser focus highlighting. */
    outline: none;
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
    border: 0;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
    font-size: 16px;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #666;
}

.jp-audio .jp-controls a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    color: #262929;
}

.jp-audio .jp-play,
.jp-audio .jp-pause,
.jp-audio .jp-mute,
.jp-audio .jp-unmute {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
}

.jp-audio .jp-play svg,
.jp-audio .jp-pause svg,
.jp-audio .jp-mute svg,
.jp-audio .jp-unmute svg {
    width: 16px;
    height: auto;
}

.jp-audio .jp-progress {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.jp-audio .jp-seek-bar {
    width: 0px;
    cursor: pointer;
    position: relative;
    height: 7px;
    background: #464849;
    border-radius: 1px;
    overflow: hidden;
}

.jp-audio .jp-play-bar {
    width: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1px;
    height: 100%;
}

.jp-audio .jp-volume-bar {
    float: right;
    z-index: 99;
    position: relative;
    width: 50px;
    height: 7px;
    cursor: pointer;
    background: #262929;
    border-radius: 1px;
}

.jp-audio .jp-volume-bar-value {
    width: 0px;
    height: 100%;
    border-radius: 1px;
    transition: width 350ms ease-out;
}

.jp-audio .jp-play-bar,
.jp-audio .jp-volume-bar-value {
    background-size: 7px 7px;
    background-color: #238FF7;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.jp-audio.jp-state-playing .jp-play-bar {
    animation: player-progress 0.75s linear infinite;
}

@-webkit-keyframes player-progress {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -7px;
    }
}

@keyframes player-progress {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -7px;
    }
}

[data-element_type*="sa_el_audio_player.default"] .elementor-widget-container {
    background-color: #f4f7f9;
    padding: 25px;
    display: inline-block;
    width: 100%
}

.sa-el-audio-player .jp-audio .jp-current-time,
.sa-el-audio-player .jp-audio .jp-duration {
    color: rgba(51, 51, 51, 0.6)
}

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
    outline: none
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
    border: 0
}

.jp-audio,
.jp-audio-stream,
.jp-video {
    font-size: 16px;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #666
}

.jp-audio .jp-controls a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    color: #262929
}

.jp-audio .jp-play,
.jp-audio .jp-pause,
.jp-audio .jp-mute,
.jp-audio .jp-unmute {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    vertical-align: middle;
    position: relative
}

.jp-audio .jp-play svg,
.jp-audio .jp-pause svg,
.jp-audio .jp-mute svg,
.jp-audio .jp-unmute svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.jp-audio .jp-progress {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative
}

.jp-audio .jp-seek-bar {
    width: 0;
    cursor: pointer;
    position: relative;
    height: 7px;
    background: #464849;
    border-radius: 1px;
    overflow: hidden
}

.jp-audio .jp-play-bar {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1px;
    height: 100%
}

.jp-audio .jp-volume-bar {
    float: right;
    z-index: 99;
    position: relative;
    width: 50px;
    height: 7px;
    cursor: pointer;
    background: #262929;
    border-radius: 1px
}

.jp-audio .jp-volume-bar-value {
    width: 0;
    height: 100%;
    border-radius: 1px;
    transition: width 350ms ease-out
}

.jp-audio .jp-play-bar,
.jp-audio .jp-volume-bar-value {
    background-size: 7px 7px;
    background-color: #238FF7;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent)
}

.jp-audio.jp-state-playing .jp-play-bar {
    animation: player-progress .75s linear infinite
}

.jp-audio.sa-el-player-played .jp-play-bar {
    width: 100% !important;
    opacity: .7
}

.sa-el-audio-player-title-inline .jp-seek-bar {
    height: 20px
}

.sa-el-audio-player-title-inline .sa-el-audio-title {
    position: absolute;
    font-size: 12px;
    color: #fff;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    pointer-events: none
}

.sa-el-audio-player-fixed-yes .elementor-widget-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999
}

@keyframes player-progress {
    0% {
        background-position: 0
    }
    100% {
        background-position: -7px
    }
}

.sa-el-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.sa-el-grid>* {
    margin: 0
}

.sa-el-grid>*>:last-child {
    margin-bottom: 0
}

.sa-el-grid {
    margin-left: -30px
}

.sa-el-grid>* {
    padding-left: 30px
}

.sa-el-grid+.sa-el-grid,
.sa-el-grid>.sa-el-grid-margin,
*+.sa-el-grid-margin {
    margin-top: 30px
}

@media (min-width:1200px) {
    .sa-el-grid {
        margin-left: -40px
    }
    .sa-el-grid>* {
        padding-left: 40px
    }
    .sa-el-grid+.sa-el-grid,
    .sa-el-grid>.sa-el-grid-margin,
    *+.sa-el-grid-margin {
        margin-top: 40px
    }
}

.sa-el-grid-small {
    margin-left: -15px
}

.sa-el-grid-small>* {
    padding-left: 15px
}

.sa-el-grid+.sa-el-grid-small,
.sa-el-grid-small>.sa-el-grid-margin,
*+.sa-el-grid-margin-small {
    margin-top: 15px
}

.sa-el-flex-middle {
    align-items: center
}

.sa-el-width-1-1 {
    width: 100%;
}

.sa-el-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

[class*='sa-el-position-center'] {
    position: absolute !important
}

.sa-el-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

.sa-el-text-left {
    text-align: left !important
}

.sa-el-text-right {
    text-align: right !important
}

.sa-el-text-center {
    text-align: center !important
}

.sa-el-text-justify {
    text-align: justify !important
}

.sa-el-width-expand {
    flex: 1;
    min-width: 1px
}

.sa-el-width-auto {
    width: auto
}

@media (max-width:959px) {
    .sa-el-visible-m {
        display: none !important
    }
}