/* ============================
5-Player
=========================== */
/*Player Control Icons*/

@font-face {
    font-family: 'playercontrols';
    src:    url('playercontrols.eot?2juc3y');
    src:    url('playercontrols.eot?2juc3y#iefix') format('embedded-opentype'),
        url('playercontrols.ttf?2juc3y') format('truetype'),
        url('playercontrols.woff?2juc3y') format('woff'),
        url('playercontrols.svg?2juc3y#playercontrols') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="pc-"], [class*=" pc-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'playercontrols' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pc-back:before {content: "\e900";}
.pc-next:before {content: "\e901";}
.pc-pause:before {content: "\e902";}
.pc-play:before {content: "\e903";}
.pc-playlist:before {content: "\e904";}
.pc-playlist2:before {content: "\e905";}
.pc-volume:before {content: "\e906";}
.pc-mute:before {content: "\e907";}

.the-xv-Jplayer {
    background: #232323;
    color: #717171;
    position: absolute;
    right: -255px;
    top: 0;
    width: 430px;
    height: 75px;
    z-index: 999999;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
body.playerFullOn .the-xv-Jplayer{ 
    right: 0;
}

.playList-trigger {
    border: none;
    background: none;
    width: 30px;
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    margin-left: 15px;
    margin-right: 10px;
    text-align: center;
}

.sound-trigger,.sound-control {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 0px;
    display: block;
}

.jp-volume-controls {
    position: absolute;
    right: 236px;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    width: 91px;
}
.jp-radioPlayer .jp-volume-controls{
    /* right: 0; */
}

.open .jp-volume-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.jp-volume-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 100%;
    background: #fff;
    border-radius: 10px;
    height: 10px;
    width: 100%;
    padding: 2px;
    cursor: pointer;
    display: none;
}

.jp-volume-bar-value {
    height: 6px;
    border-radius: 4px;
    background: #24a97a;
}

.playList-trigger:hover,.playList-trigger:focus,.playerFullOn .playList-trigger{
    color: #fff;
}

.the-xv-Jplayer .controls {
    width: 170px;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -15px;
}

.the-xv-Jplayer .controls > div {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
}
.the-xv-Jplayer.jp-state-playing .controls > div.play-pause{
    color: #fff;
}

.the-xv-Jplayer .controls > div:hover {
    color: #fff;
    border-color: #fff;
}

.the-xv-Jplayer .audio-title {
    color: #f4f4f4;
    font-size: 12px;
    position: absolute;
    left: 180px;
    top: 50%;
    margin: -15px 0 0 0;
}

.the-xv-Jplayer .audio-title > span {
    display: block;
    overflow: hidden;
    width: 145px;
    height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.the-xv-Jplayer .audio-title .jp-artist {
    display: block;
    color: #969696;
    font-size: 10px;
}
.jp-playlist-item .jp-artist{
}
.jp-playlist-item .jp-artist:before{
    content: "-";
    padding: 0 10px;
    font-weight: bold;
}

.jp-playlist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #232323;
    color: #717171;
    font-size: 14px;
}

.jp-playlist ul {
    padding: 0;
}

.jp-playlist ul li {
    display: block;
    border-bottom: 1px solid #717171;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.jp-playlist ul li.jp-playlist-current{
    background: #9ad940;
    border-bottom: none;
}

.jp-playlist ul li a:before{
    content: '\f04b';
    font-family:'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 40px;
    font-size: 14px;
    text-align: center;
}
.jp-playlist ul li.jp-playlist-current a:before{
   content: '\f0a4';
}

.jp-playlist ul li:last-child {
    border: none;
}

.jp-playlist ul li a.jp-playlist-item {
    color: #717171;
    padding: 8px 20px 8px 40px;
    display: block;
    position: relative;
    text-decoration: none;
}

.jp-playlist ul li.jp-playlist-current a {
    color: #fff;
}

.player-status {
    background: #585858;
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
}
.the-xv-Jplayer .player-status{
    width: 175px;
}
body.playerFullOn .the-xv-Jplayer .player-status{
    width: 100%;
}
.jp-seek-bar,
.jp-play-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.jp-play-bar {
    background: #9ad940;
}

.post-audio-player {
    background: #eff1f2;
    padding: 20px 50px 40px 55px;
    position: relative;
    border-radius: 3px;
}
.post-audio-player .jpcTimeWrap{
    position: absolute;
    right: -10px;
    top: -7px;
    height: 20px;
    width: 20px;
    background: #9ad940;
    border-radius: 1px;
}
.post-audio-player .jpcTimeWrap:hover .jp-current-time{ 
    visibility: visible;
}

.post-audio-player .jp-current-time{
    background: #2c2c2c;
    width: 50px;
    height: 20px;
    top: 100%;
    margin-top: 5px;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    border-radius: 2px;
    visibility: hidden;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}

.post-audio-player .player-status {
    position: relative;
    left: auto;
    bottom: auto;
    height: 6px;
    background: #b2b5b6;
}

.post-audio-player .jp-current-time:before{
    content: " ";
    top: -5px;
    left: 20px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #2c2c2c transparent;
}

.post-audio-player .jp-controls-holder {
    position: absolute;
    left: 15px;
    top: 55px;
}
.post-audio-player .jp-duration{
    position: absolute;
    right: 18px;
    top: 18px;
    font-weight: bold;
}
.post-audio-player .audio-title {
    margin-bottom: 25px;
}

.post-audio-player .play-pause {
    cursor: pointer;
    display: inline-block;
    color: #a9abac;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 24px;
}

.post-audio-player .play-pause:hover {
    color: #2c2c2c;
    border-color: #2c2c2c;
}

.post-audio-player .jp-volume-controls {
    right: -10px;
    margin-top: 0;
    top: 50px;
    color: #a9abac;
    font-size: 22px;
}

.post-audio-player .jp-volume-controls:hover {
    color: #2c2c2c;
}

.post-audio-player .jp-volume-bar {
    left: auto;
    top: 38px;
    right: 10px;
    right: 30px;
    background: #b2b5b6;
    border-radius: 0;
}
/*===========================
Radio Player
===========================*/
.jp-radioPlayer{
	position: fixed;
	height: 30px;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: rgba(36, 39, 42, .95); */
	/* font-family: "Poppins", sans-serif; */
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	box-sizing: border-box;
	z-index: 99999;
	/* padding: 10px 0; */
	color: #fff;
}
.jp-radioPlayer .container{
    position: relative;
    max-width: none;
}
@media (min-width: 1200px)
.jp-radioPlayer .container {
    max-width: none;
}

@media (min-width: 992px)
.jp-radioPlayer .container {
    max-width: none;
}
@media (min-width: 768px)
.jp-radioPlayer .container {
    max-width: none;
}
@media (min-width: 576px)
.jp-radioPlayer .container {
    max-width: none;
}
.jp-radioPlayer .jp-controls-holder{
    font-size: 30px;
    float: left;
    position: relative;
    z-index: 20;
    /* padding-left: -17px; */
    top: 8px;
    width: fit-content;
}
.jp-radioPlayer .jp-controls-holder > div{
    float: left;
}
.play-pause{
    cursor: pointer;
}
.jp-radioPlayer .sound-trigger{
    margin-right: 0;
}
.jp-radioPlayer .jp-title{
    color: #fff;
    padding: 10px 0;
    /* margin: 0; */
    /* margin: 0 55px; */
    /* text-align: center; */
    margin-left: 130px;
    font-weight: 700;
    max-width: 470px;
}
.jp-radioPlayer .jp-volume-bar{
    left: auto;
    right: 60px;
    top: 50%;
    margin-top: -5px;
}

.jp-radioPlayer .jp-volume-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
/*====*/
.jp-state-playing .music_pseudo_bars{ 
    display: block;
}
.music_pseudo_bars {
    display: none;
    height: 30px;
    left: 43px;
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    width: 80px;
}

.music_pseudo_bar {
   background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;      
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 28px;        
    }
}

.music_pseudo_bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.music_pseudo_bar:nth-child(2)  { left: 5px; animation-duration: 433ms; }
.music_pseudo_bar:nth-child(3)  { left: 9px; animation-duration: 407ms; }
.music_pseudo_bar:nth-child(4)  { left: 13px; animation-duration: 458ms; }
.music_pseudo_bar:nth-child(5)  { left: 17px; animation-duration: 400ms; }
.music_pseudo_bar:nth-child(6)  { left: 21px; animation-duration: 427ms; }
.music_pseudo_bar:nth-child(7)  { left: 25px; animation-duration: 441ms; }
.music_pseudo_bar:nth-child(8)  { left: 29px; animation-duration: 419ms; }
.music_pseudo_bar:nth-child(9)  { left: 33px; animation-duration: 487ms; }
.music_pseudo_bar:nth-child(10) { left: 37px; animation-duration: 442ms; }

.music_pseudo_bar:nth-child(11)  { left: 41px; animation-duration: 474ms; }
.music_pseudo_bar:nth-child(12)  { left: 45px; animation-duration: 433ms; }
.music_pseudo_bar:nth-child(13)  { left: 49px; animation-duration: 407ms; }
.music_pseudo_bar:nth-child(14)  { left: 53px; animation-duration: 458ms; }
.music_pseudo_bar:nth-child(15)  { left: 57px; animation-duration: 400ms; }
.music_pseudo_bar:nth-child(16)  { left: 61px; animation-duration: 427ms; }
.music_pseudo_bar:nth-child(17)  { left: 65px; animation-duration: 441ms; }
.music_pseudo_bar:nth-child(18)  { left: 69px; animation-duration: 419ms; }
.music_pseudo_bar:nth-child(19)  { left: 73px; animation-duration: 487ms; }
.music_pseudo_bar:nth-child(21) { left: 77px; animation-duration: 442ms; }


/*================================
WaveSurfer Player
================================*/
.waveSurferPlayer{
    background: #9AD940;
    padding: 0px 0;
}
.WaveControlStuff{
    position: absolute;
    left: 0;
    top: 10px;
}
.WaveControlStuff > a{
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}
.waveSurferPlayer .waveTitle{
    font-size: 14px;
    color: #fff;
    margin: -10px 0 0;
    text-align: center;
    display: none;
}
.waveSurferInner{
    position: relative;
    padding-left: 200px;
}
/* ============================
27-Responsive
=========================== */
@media (max-width: 490px) {
    .jp-radioPlayer .jp-title{
    padding: 5px 20px 0;
    margin: 0;
    text-align: center;
    }
    .jp-state-playing .music_pseudo_bars{ 
        display: none;
    }
    .jp-radioPlayer .jp-volume-bar{
        display: none;
    }
    .jp-playlist{
        font-size: 12px;
    }
    .the-xv-Jplayer .audio-title .jp-artist{
        display: none;
    }
    .the-xv-Jplayer .audio-title{
        top: 100%;
        margin-top: -30px;
        left: 15px;
    }
    .jp-volume-controls{
        margin-top: -30px;
    }
    .the-xv-Jplayer .controls{
        margin-top: -30px;
    }
    
}


