@font-face {
    font-family: CodeNod;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(../fonts/icomoon.svg#icomoon) format("svg"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

#jim-player span {
    list-style: none !important;
}

#jim-player .cn-controls button {
    text-decoration: none !important;
    outline: 0 !important;
    margin: 0;
    border: none;
    float: left;
    font-size: 1em;
    width: 46px;
    height: 46px;
    padding: 10px;
    cursor: pointer;
    border-radius: 100%;
    display: none;
    justify-content: center;
    position: relative;
    overflow: hidden
}

#jim-player button:hover {
    color: #ccc
}

#jim-player {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    align-items: center;
    background: #475a58;
    padding: 0;
    left: 0;
    margin: 0;
    height: 70px;
    transition: .3s ease-out;
    opacity: 1
}

#jim-player .jim-player-desc {
    background: #3a3636;
    float: left;
    width: 100%
}

#jim-player .jim-title {
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    height: 40px;
}

#jim-player .jim-title a {
    color: #111;
}

#jim-player .jim-thumb {
    overflow: hidden;
    width: 70px;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center
}

#jim-player .jim-thumb img {
    width: 62%;
    height: auto;
    border-radius: 5px
}

#jim-player .cn-type-single {
    width: 400px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .11);
    align-items: center;
    z-index: 11;
    float: left;
    background: #fff;
    margin: 0;
    border-radius: 5px;
}

.cn-state-no-volume .volume-control {
    display: none
}

#jim-player .jim-player-control {
    font-family: CodeNod
}

#jim-player .jim-player-control .cn-play {
    display: block;
    float: left;
    overflow: hidden;
    outline: 0;
    height: 59px;
    background: 0 0;
    border: none;
    color: #fff
}

#jim-player .jim-intro {
    float: left;
    padding-top: 10px;
    width: 70%;
    padding-bottom: 10px
}

#jim-player .jim-cat {
    float: left;
    color: #bebebe;
    width: 100%
}

#jim-player .jim-cat a {
    color: #bebebe
}

#jim-player .jim-cat:before {
    content: "\e60c";
    color: #303030;
    margin-right: 7px;
    font-size: .7em;
    text-shadow: 0 0 1px #b8b8b8
}

#jim-player .jim-volume-control {
    padding-left: 20px;
    width: 225px
}

.jim-volume-control span {
    display: inline-block
}

#jim-player .cn-type-single .cn-controls {
    font-size: 2em;
    position: relative;
    display: flex;
    margin: auto;
    overflow: hidden;
    width: 50px;
    padding: 0
}

.cn-controls {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px
}

#jim-player .jim-volume-control span {
    display: inline
}

#jim-player .offline span {
    display: block;
    height: 45px;
    line-height: 45px;
}

#jim-player .cn-play:before,
#jim-player .offline span:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 0 11px 20px;
    content: "";
    display: block;
    height: 0;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

#jim-player .cn-pause:before {
    border-color: #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    display: block;
    height: 0;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}

.cn-state-playing .cn-play:before {
    font-family: CodeNod;
    content: "\e60a" !important
}

.cn-controls.offline {
    position: relative;
}

span.mejs-time-loaded.offline:after {
    content: "Offline";
    background: #fff;
    top: 20px;
    position: absolute;
    font-size: 9px;
    width: 45px;
}

.cn-controls.offline span:before {
    left: -25px;
}

#jim-player .cn-pause {
    display: none
}

.cn-pause .playbutton__bar {
    animation-name: party
}

.playbutton__bar {
    background-color: #fff;
    display: none;
    top: 50%;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 1.3px;
    animation-iteration-count: infinite;
    animation-duration: 1s
}

.playbutton__bar:nth-of-type(4) {
    display: block;
    left: 87.5%;
    animation-delay: -9987.43362939s
}

.playbutton__bar:nth-of-type(3) {
    display: block;
    left: 62.5%;
    animation-delay: -9990.57522204s
}

.playbutton__bar:nth-of-type(2) {
    display: block;
    left: 37.5%;
    animation-delay: -9993.71681469s
}

.playbutton__bar:first-of-type {
    display: block;
    left: 12.5%;
    animation-delay: -9996.85840735s
}

@keyframes party {
    0% {
        height: 10%
    }
    
    2.5% {
        height: 80%
    }
    
    25% {
        height: 10%
    }
    
    27.5% {
        height: 40%
    }
    
    50% {
        height: 10%
    }
    
    52.5% {
        height: 90%
    }
    
    75% {
        height: 10%
    }
    
    77.5% {
        height: 30%
    }
    
    to {
        height: 10%
    }
}

header.entry-header-outer {
    width: 75%
}

.mejs-time-rail {
    position: absolute;
    left: 102px;
}

span.mejs-time-buffering:after {
    content: "Loading";
    position: absolute;
    top: 19px;
    font-size: 10px;
    width: 100px;
    z-index: 33;
    background: #fff;
}

span.mejs-time-float {
    display: none !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #212227;
}

.mejs-controls div.mejs-horizontal-volume-slider {
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 100%;
    margin-left: auto;
    position: relative;
    background: #fff;
    border-radius: 6px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    width: 0;
    height: 5px;
    top: 0;
    background: #fa5c41;
    background: -o-linear-gradient(top, #90d26a 0, #83bb63 100%);
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -35px
}

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 333;
}

.mejs-button.mejs-volume-button.mejs-unmute:before {
    content: "\78";
    font-family: 'ElegantIcons';
    color: #fff;
    position: absolute;
}

.mejs-button.mejs-volume-button.mejs-mute:before {
    content: "\7a";
    color: #fff;
    font-family: 'ElegantIcons';
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    position: absolute;
    display: block;
    width: 3px;
    height: 10px;
    top: -2px;
    background: #ef2424;
}

.mejs-button.mejs-volume-button {
    position: absolute;
    z-index: 33;
    display: flex;
    width: 20px;
    height: 27px;
    top: 24px;
    z-index: 22;
    overflow: hidden;
}

.mejs-button.mejs-playpause-button {
    opacity: 0;
    z-index: -22;
    cursor: pointer;
    position: absolute;
    display: none;
}

.mejs-button.mejs-playpause-button.mejs-pause {
    background: white;
    z-index: 33;
    width: 20px;
    height: 20px;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.mejs-button.mejs-playpause-button.mejs-play {
    width: 20px;
    height: 20px;
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 11px 0 11px 20px;
    right: -3px;
    left: 0;
    top: 25px;
    margin: auto;
}

.mejs-button.mejs-playpause-button.mejs-play button {
    width: 100%;
    height: 100%;
}

#jim-player audio,
#jim-player video {
    display: none
}

a.mejs-horizontal-volume-slider {
    margin: 0;
    display: block;
    float: right
}

span.mejs-offscreen {
    display: none
}

.mejs-container {
    float: right;
    margin-right: 60px;
    min-width: 124px !important;
    width: 124px !important;
}

.cn-volume-bar {
    border-radius: 10px;
    height: 5px;
    width: 70px;
    background: #ffffff;
    float: right;
    position: relative;
    z-index: -1
}

.mejs-container+.jim-player-control>div {
    top: -20px;
    left: 0;
}

span.mejs-button {
    position: absolute;
    top: -14px;
    left: -28px
}

span.mejs-button svg {
    width: 20px;
    fill: white;
}

a.mejs-horizontal-volume-slider {
    margin-top: 5px;
    width: 80px;
    height: 15px;
    position: relative;
    top: 15px;
    left: -12px;
    display: block;
    line-height: 3;
}

span.image-block {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #eaeaea;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
}

.single-frp {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.single-frp:nth-child(even) {
    background: white;
}

.frp-content h3,
.frp-content h2 {
    margin: 0;
}

.frp-content a {
    color: #111;
    font-size: 15px;
}

.frp-content span a {
    color: #777;
    font-size: 13px;
}

.frp-content a:hover {
    color: #aedbee;
}

.jim-alert {
    position: relative;
}

#waiting {
    font-size: 10px;
}

#playing,
#loading,
#pause {
    display: none;
    font-size: 10px;
    position: absolute;
    bottom: 4px;
}

.btn-play .cn-pause,
.btn-play #playing {
    display: block !important;
}

.btn-play .cn-play {
    display: none !important;
}

.offline-stream .play-container .cn-play {
    display: block !important;
}

.offline-stream .play-container .cn-pause {
    display: none !important;
}

#jim-player .cn-controls button.popuped-player {
    display: block;
}

.popuped-player {
    cursor: pointer;
}

.cn-popup.cn-play,
.cn-controls.custom-player button {
    display: block !important;
}

.cn-controls.custom-player img {
    display: none;
}

.cn-controls.custom-player a {
    display: block;
    width: 124px;
    height: 50px;
    position: absolute;
}

.cn-controls.custom-player {
    position: relative;
}

#jim-player .cn-controls .cn-play,
.play-container.play-container .cn-play {
    display: block;
}

@media (max-width:991px) {
    #jim-player .cn-type-single {
        max-width: 320px
    }
}

@media (max-width:767px) {
    
    .jim-player-control,
    .mejs-container {
        display: none
    }
    
    button.slick-arrow {
        display: none !important
    }
    
    #jim-player {
        height: auto
    }
   
    #jim-player .cn-type-single {
        width: 100%;
        margin-top: 10px
    }
}

@media (max-width:575px) {

    #jim-player .cn-type-single {
        max-width: 100%;
    }
    
}
