/** * All of the CSS for your public-facing functionality should be * included in this file. */
.audio-stream-player {
    position: relative;
    align-self: center;
    width: 100%;
    padding: 10px;
    min-width: 300px;
}

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/

/* --- Default White --- */

.audio-stream-player {
    background-color: #fff;
    color: #6d6d6d;
    padding: 10px 10px 20px;
    border-bottom: 1px solid #d0cfcf;
    z-index: 100;
}


.control-bar {
    border-top: 1px solid #e2e2e2;
}


.select2-dropdown {
    font-size: 13px;
    letter-spacing: 1px;
}


.select2-container .select2-selection--single,
.recent-played {
    background-color: #fff;
    box-shadow: 0px 0px 1px 1px #d2d2d2;
}

.select2-dropdown {
    background-color: #454545;
    border: 1px solid #2f2f2f;
}

.select2-dropdown {
    color: #b9b9b9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #232323;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000;
}

#amplitude-song-name {
    color: #232323;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.recent-played {
    color: #888888 !important;
}

#play-pause .icon {
    fill: #888888;
}

#play-pause:hover .icon {
    fill: #232323;
}

.player-icon {
    fill: #4B4B4B;
}

#second-play-pause .icon, #third-play-pause .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.listen-btn{
    cursor: pointer;
}

.sa-play, .ta-play {
    display:none;
}

#volume-bar i {
    color: #666;
}

#volume {
    background: #fff;
    box-shadow: 0px 0px 0px 1px #efefef;
}

#volume .ui-slider-range-min {
    background: #d4d4d4;
}

#volume .ui-slider-handle {
    background: #fff;
    box-shadow: 0px 0px 2px -1px #bbb8b8;
    margin-top: 2px;
}

.open-mobile-player {
    background-color: #fff;
    color: #888888 !important;
    box-shadow: 0px 0px 2px 1px #dcdcdc;
}

.floating-controls-wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px #737373;
}

/* --- Dark --- */

.dark.audio-stream-player {
    background-color: #2e2e2e;
    color: #adadad;
    box-shadow: none;
}

.dark .media_player {
    border-bottom: 1px solid #e2e2e2;
}


.dark .select2-container--open .select2-dropdown--below {
    background-color: #232323;
    color: #a4a3a3;
}

.dark .select2-container .select2-selection--single,
.dark .recent-played {
    background-color: #454545;
    box-shadow: none;
}

.dark #amplitude-song-name {
    color: #fff;
}

.dark .select2-container--default .select2-selection--single .select2-selection__rendered,
.dark .recent-played {
    color: #b5b4b4 !important;
}

.dark #play-pause .icon {
    fill: #fff;
}

.dark #play-pause .icon {
    fill: #fff;
}

.dark .player-icon {
    fill: #4B4B4B;
}

.dark #volume-bar i {
    color: #666;
}

.dark #volume {
    background: #8e8e8e;
    border: 1px solid #454545;
    box-shadow: none;
}

.dark #volume .ui-slider-range-min {
    background: #232323;
}

.dark #volume .ui-slider-handle {
    background: #cecece;
    box-shadow: 1px 1px 2px 0px #232323;
}

.dark .open-mobile-player {
    background-color: #232323;
    color: #fff !important;
}

.dark .floating-controls-wrapper {
    background-color: #2e2e2e;
    box-shadow: 0px 0px 2px 1px #737373;
}


.media_player {
    margin-top: -1px;
}

.media_player.open {
    margin-top: 0;
    height: 110px;
}

.media_player aside {
    margin: 0;
    display: flex;
    height: 100%;
}

.controls {
    width: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 10px;
}

.player-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 14px 0 24px;
}

.cover-art {
    width: 80px;
    margin-right: 10px;
}

.control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.station-logo {
    width: 100%;
    max-width: inherit;
}

.station-stream {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.station-list-select {
    width: 100%;
    border: none;
    font-size: 12px;
    padding: 0;
}

/* .select2-container {
    width: 100% !important;
} */

.select2-container--open .select2-dropdown--below {
    font-size: 13px;
    border: none;
}

.select2-container--open .select2-dropdown--below {
    font-size: 13px;
    border: none;
}

.select2-container .select2-selection--single {
    border: none;
    border-radius: 4px;
    outline: none;
}

.recently-played-wrapper {
    width: 100%;
}

.station-meta-data {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    margin: 0px 0 3px;
    display: block;
}

#amplitude-song-name {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

#amplitude-artist {
    font-size: 12px;
}

.recent-played {
    display: block;
    text-align: center;
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.recent-played {
    font-size: 12px;
}

.recent-played {
    padding: 6px 20px;
    border: none;
    border-radius: 4px;
    line-height: 16px;
}

.recent-played:hover {
    text-decoration: none;
}

.img-station-logo {
    width: 25px;
    height: auto;
    padding: 1px;
}

/* --- icons --- */

/*#play-pause .icon {
    width: 38px;
    height: 38px;
    cursor: pointer;
    display: none;
}*/

/* WPB-3376 */
.amplitude-play-pause .icon {
    width: 38px;
    height: 38px;
    cursor: pointer;
    display: none;
}

#play-pause.amplitude-paused .icon.play {
    display: block !important;
}

#play-pause.amplitude-paused .icon.pause {
    display: none !important;
}

#play-pause.amplitude-playing .icon.pause {
    display: block !important;
}

.play-pause.amplitude-playing .icon.play {
    display: none !important;
}

.player-icon {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.volume {
    width: 130px;
    display: none;
}

.large .volume {
    display: block;
}

#volume-bar {
    width: 100%;
}

.mar-top {
    margin-top: -15px;
}

#volume-bar i {
    position: absolute;
    margin-top: -4px;
}

#volume-bar i.fa-volume-down {
    margin-left: 0px;
}

#volume-bar i.fa-volume-up {
    right: 0;
}

#volume {
    margin: 0 auto;
    height: 6px;
    width: 100%;
    border-radius: 4px;
}

#volume .ui-slider-range-min {
    height: 4px;
    width: 300px;
    position: absolute;
    border: none;
    border-radius: 4px;
    outline: none;
}

#volume .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    position: absolute;
    margin-left: -6px;
    margin-top: 1px;
    cursor: pointer;
    outline: none;
}

#volume-slider-range {
    display: none;
}

.open-mobile-player {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 200;
    position: relative;
}

.audio-stream-player {
    -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* .audio-stream-player.open {
    top: 46 !important;
     height: 110px !important; 
} */

.control-bar {
    border: none;

}

.floating-controls-wrapper {
    position: fixed;
    display: none;
    opacity: 0;
    bottom: 20px;
    right: 20px;
    z-index: 300;
    padding: 8px;
    border-radius: 50%;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.floating-controls-wrapper.show {
    display: block;
    opacity: 1;
}

.floating-controls-wrapper #play-pause .icon {
    margin: 0 !important;
}

.large .audio-stream-player,
.medium .audio-stream-player {
    box-shadow: 0px 0px 2px 0px #757575;
    border-radius: 6px;
    padding: 10px;
    border-bottom: none;
}

.medium .station-stream,
.medium .recently-played-wrapper {
    width: 48%;
    margin: 0;
}

.large .station-stream,
.large .recently-played-wrapper {
    width: 38%;
    margin: 0;
}

.large .select2-container .select2-selection--single,
.large .recent-played,
.medium .select2-container .select2-selection--single,
.medium .recent-played {
    box-shadow: none;
    border: none;
}

.large .control-bar,
.medium .control-bar {
    flex-direction: row;
    justify-content: space-between;
}


.large .player-content {
    margin: 0px 0 14px;
}

.large .player-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.large .cover-art {
    width: 53px;
}

@media (min-width: 768px) {

    .audio-stream-player {
        border-bottom: none;
    }

    .open-mobile-player,
    .floating-controls-wrapper {
        display: none;
    }

    .media_player {
        border: none;
        margin-top: 0;
    }

    .audio-stream-player {
        margin-top: 0 !important;
    }

    header .select2-container .select2-selection--single,
    header .recent-played {
        box-shadow: none;
        border: none;
    }

    header .control-bar {
        flex-direction: row;
        justify-content: space-between;
    }

    header .station-stream,
    header .recently-played-wrapper {
        width: 48%;
        margin: 0;
    }

    header .audio-stream-player {
        box-shadow: 0px 0px 2px 0px #757575;
        border-radius: 6px;
        padding: 10px;
        border-bottom: none;
    }

    header .dark.audio-stream-player {
        box-shadow: none;
    }

    header .player-content {
        margin: 6px;
    }

    header .cover-art {
        width: 53px;
    }
    


}

/*
* audio Session modal
* for listen continue
*/

#audioSessionModal .text-header{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
#audioSessionModal .audioSessionModal-body{
    margin-top:50px;
    margin-bottom: 50px;
}

#audioSessionModal {
    text-align: center;
}

.modal-window {
  position: fixed;
  display:none;
  background-color: rgba(60, 60, 60, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

#audioSessionModal>div {
  width: 45%;
  position: relative;
  margin: 20% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

#audioSessionModal header {
  font-weight: bold;
}

#audioSessionModal h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.audioLoginModal {
  width: 90%;
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

#audioLoginModal .audioLoginModal-body{
    margin-top:0;
    margin-bottom: 0;
    font-size: 13px;
}

#audioLoginBtn{
    margin-top:20px;
}

#audioLoginModal .sendpress-signup-form input[type="text"] {
    width: 100%;
    height: 35px;
}

#audioLoginModal .sendpress-signup-form p.submit {
    text-align: left;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#audioLoginModal #vip-subscribe-model-x {

    padding: 2px 4px;
    font-size: 12px;
    height: auto;
    background-color: #0061AA;

}

#audioLoginModal #vip-subscribe-model-x .fa {
    color: #fff;
}

@media (min-width: 992px) {

    #audioLoginModal .audioLoginModal-body {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .audioLoginModal{
        width:45%;
    }

    #audioLoginModal .audioLoginModal-body{
        font-size: 17px;
    }

    #audioLoginModal .sendpress-signup-form input[type="text"] {
        width: 60%;
        height: 40px;
    }

    #audioLoginModal #vip-subscribe-model-x {

        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        position: relative;
        top: inherit;
        right: inherit;
        height: inherit;
    
    }

    
}


.btn-md-subscribe{
    font:normal 600 12px/12px 'Montserrat';
    color: #fff;
    text-transform:uppercase;
    background:#0061AA!important;
    padding:10px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#vip-subscribe-model-close{
    font:normal 600 12px/12px 'Montserrat';
    text-transform:uppercase;
    background:#d9534f;
    padding:10px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.audioLoginModal p.submit{
    text-align: center!important;
}

.btn-lg-subscribe{
    font: normal 900 22px/24px 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    background: #0061AA;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/*--------------------------------------------------------------
## Fixed Bar
--------------------------------------------------------------*/
.audio-stream-player.fixed-bar {
    background: #0c0c0c;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    border-bottom: none !important;
    padding: 0;
}

.fixed-bar .player-content{
    margin: 0;
    padding: 0.5em;
    justify-content: center;
}

.fixed-bar .song-info,
.fixed-bar .station-stream{
    flex: 1;
    flex-wrap: nowrap;
    display: flex;
}


.fixed-bar .station-stream {
    justify-content: flex-start;
}

.fixed-bar .controls {
    margin: 0 10px;
}


.fixed-bar .song-info {
    justify-content: flex-end;
}

.fixed-bar .song-info .cover-art {
    display: none;
}

/* .fixed-bar .metadata { */
 .fixed-bar-audio-stream .metadata {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fixed-bar .select2-container .select2-selection--single {
    border-bottom: 1px solid #272727 !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.fixed-bar .select2-container,
.fixed-bar.select2-container--open,
/* .fixed-bar .metadata */ {
    width: 95% !important;
}

.fixed-bar-audio-stream .metadata {
    width: 95% !important;
}

.fixed-bar .select2-container--default .select2-selection--single .select2-selection__rendered,
.fixed-bar #amplitude-song-name, 
.fixed-bar .recent-played {
    color: #b3b3b3 !important;
}

.fixed-bar .cover-art {
    width: 48px;
}

.fixed-bar #amplitude-song-name {
    font-size: 12px;
    letter-spacing: 1px;
}

 /* Fix Bar footter fixes */
 .fixed-player .copyright {
    margin-bottom: 55px;
}

#mainContainer {
    position: relative;
    /* width: 640px;
    height: 360px; */
    /* display: none; */
  }
  
/* #content, #adContainer {
position: absolute;
top: 0px;
left: 0px;
width: 640px;
height: 360px;
} */

#adContainer > div {
    position:relative!important;
}

#contentElement {
/* width: 640px;
height: 360px; */
overflow: hidden;
/* display:none; */
}

/* Audio Player Ad Modal Container */
#audio-player-ad-modal {
visibility: hidden;
opacity: 0;
transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
z-index: 3000;
}

#ad-model-open{
    display:none;
}

/* Audio Player Ad Modal Container - when open */
#audio-player-ad-modal:target {
visibility: visible;
opacity: 1;
}

/* Audio Player Ad Modal */
#audio-player-ad-modal .ad-modal {
opacity: 0;
transform: translateY(-1rem);
transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
transition-delay: .2s;
}

/* Audio Player Ad Modal - when open */
#audio-player-ad-modal:target .ad-modal {
transform: translateY(0);
opacity: 1;
}

/* Ad Modal Container Styles */
.ad-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ad Modal Background Styles */
.ad-modal-bg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Ad Body Styles */
.ad-modal {
z-index: 1;
/* background-color: white;
width: 100%;
max-width: 50%;
padding: 1rem;
border-radius: 8px; */
}

#ad-model-close-hidden{
    display:none;
}


@media (min-width: 768px) {

    .fixed-bar .select2-container,
    .fixed-bar.select2-container--open,
    /*.fixed-bar .metadata */ {
        width: 50% !important;
    }

    /* WPB-3376 -- new class fixed-bar-audio-stream */
    .fixed-bar-audio-stream .metadata {
        width: 50% !important;
    }

    .fixed-bar .song-info .cover-art {
        display: block;
    }
}

