.live-show-wrap {
    display: flex;
    	align-items:center;
}
.live-show-wrap .live-show-image {
    width: 100px;
}
.live-show-wrap .live-show-text {
    width: calc(100% - 100px);
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.live-show-figure {
    height: 90px;
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    overflow:hidden;
}.live-show-wrap .live-show-text .show-name-footer {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

.live-show-wrap .live-show-text .anchors-raw li {
    font-size: 13px;
}


.audiowrapper {
    display: flex;
    align-items: center;
    padding: 0 35px;
    height: 100%;
    justify-content: center;
}
.player-bar button {
    border: none;
    background-position: center;
    height: 45px;
    width: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.volume-bar button {
    border: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-size: 70%;
    background-position: center;
}

/* .player-bar:hover,.volume-bar:hover{background:#e00000} */

.visible{display:block}
.hide{display:none}
/* input[type=range]{-webkit-appearance:none;border-radius:3px;background-color:#fff;height:100px;width:10px;vertical-align:middle} */
/* input[type=range]::-moz-range-track{background-color:#fff}
input[type=range]::-moz-range-thumb{-moz-appearance:none;border-radius:20px;background-color:#fc2727;border-color:#e22323;height:20px;width:20px} */
.center-bar{width:100%;height:40px;padding-left:.75em;padding-right:.75em;display:table-cell;text-align:center;border-right:1px solid #e00000}
.play{background:url("/wp-content/themes/whsk_myradio/common/imgs/play-red.svg") no-repeat}
.stop{background:url("/wp-content/themes/whsk_myradio/common/imgs/pause.svg") no-repeat}
.volume{background:url("/wp-content/themes/whsk_myradio/common/imgs/volume.svg") no-repeat}


/* #volumerange {
    bottom: 10px;
    height: 100px;
    position: absolute;
    right: 18px;
} */

div#volumerange {
    position: absolute;
    right: -15px;
    bottom: 75px;
}
/*
input[type=range] {
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-transform:rotate(270deg);
      width: 80px;  
      border-radius:30px;  

input[type=range]::-webkit-slider-runnable-track {
    width: 80px;
    height: 3px;
    background: var(--orange);
    border: none;
    border-radius:30px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    margin-top: -4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--orange);
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--orange);
}
  */

div#volumerange.visible:after {
    background-color: #26459F;
    position: absolute;
    bottom: -80px;
    top: -45px;
    width: 35px;
    z-index: -1;
    display: block;
    content: "";
    left: 22px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}

.nowlisteningto {
    display: flex;
    align-items:center;
    margin-top: 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 13px;
    line-height: 15px;
}.nowlisteningto svg {
    margin-right: 5px;
}

@media screen and (max-width:1023px) {
.audiowrapper {
    padding: 0;
}.player-bar button {
    width: 25px;
    height: 28px;
    background-size: contain;
}
  
}



input[type=range].styled-slider {
    -webkit-appearance: none;
    border-radius: 0px;
    background-color:transparent;
    -webkit-transform:rotate(270deg);
    width: 80px;  
    border-radius:30px;  
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
}

input[type=range].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8badf9;
  border: none;
  margin-top:-4px;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  width: 80px;
  height: 3px;
  border: none;
  border-radius: 0.5em;
  background: #00215b;
  box-shadow: none;
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
  background: #8badf9;
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #00215b;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: #8badf9;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #00215b;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#8badf9,#8badf9) 0/var(--sx) 100% no-repeat, #00215b;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#8badf9,#8badf9) 0/var(--sx) 100% no-repeat, #00215b;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#8badf9,#8badf9) 0/var(--sx) 100% no-repeat, #00215b;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #8badf9;
  border: none;
  box-shadow: 0 0 2px black;
}

input[type=range].styled-slider::-moz-range-track {
  height: 1em;
  border: none;
  border-radius: 0.5em;
  background: #00215b;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
  background: #8badf9;
}

input[type=range].styled-slider:hover::-moz-range-track {
  background: #00215b;
}

input[type=range].styled-slider::-moz-range-thumb:active {
  background: #8badf9;
}

input[type=range].styled-slider:active::-moz-range-track {
  background: #00215b;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#8badf9,#8badf9) 0/var(--sx) 100% no-repeat, #00215b;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#8badf9,#8badf9) 0/var(--sx) 100% no-repeat, #00215b;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#8badf9,#8badf9) 0/var(--sx) 100% no-repeat, #00215b;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #8badf9;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 1em;
  border-radius: 0.5em;
  background: #00215b;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
  background: #8badf9;
}

input[type=range].styled-slider:hover::-ms-track {
  background: #00215b;
}

input[type=range].styled-slider::-ms-thumb:active {
  background: #8badf9;
}

input[type=range].styled-slider:active::-ms-track {
  background: #00215b;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: 1em;
  border-radius: 0.5em 0 0 0.5em;
  margin: -undefined 0 -undefined -undefined;
  background: #8badf9;
  border: none;
  border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #8badf9;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #8badf9;
}
