
/*
    State hidden
*/
.audio-playlist .audio-player .hidden-on-collapse{
    display: none;
}

/*
    Top Header
*/
.audio-playlist .audio-player #top-header{
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 370px;
    height: 40px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    position: relative;
    margin-bottom: -50px;
}

/*
    Large album container
*/
.audio-playlist .audio-player #top-large-album{
    width: 370px;
    height: 370px;
    margin: auto;
    z-index: 0;
}

/*
    Large Album Art
*/
.audio-playlist img#large-album-art{
    width: 370px;
    height: 370px;
    border-radius: 5px;
}

/*
	Small Player
*/
.audio-playlist .audio-player #small-player{
	width: 370px;
	height: 45px;
	background-color: #f2f2f2;
	border-radius: 5px;
    margin: auto;
    z-index: 999;
    position: relative;
}

/*
   Small Player Left
*/
.audio-playlist .audio-player #small-player-left{
    height: 45px;
    width: 25px;
    float: left;
}

/*
    Expand and Contract Album Art
*/
.audio-playlist .audio-player .small-player-toggle-expand{
    background-image: url('../images/iTunes-Expand.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-top: 27px;
}

.audio-playlist .audio-player .small-player-toggle-contract{
    background-image: url('../images/iTunes-Contract.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    position: absolute;
    bottom: 6px;
}

/*
    Small Player Album Art
*/
.audio-playlist img#small-player-album-art{
    width: 45px;
    height: 45px;
    float: left;
}

/*
    Small Player Middle
*/
.audio-playlist .audio-player #small-player-middle{
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 260px;
    height: 30px;
    float: left;
    cursor: pointer;
}
.audio-playlist .audio-player #small-player-middle-top{
    width: 260px;
    float: left;
    height: 30px;
}
.audio-playlist .audio-player #small-player-middle-bottom{
    width: 260px;
    float: left;
}

/*
    Small Player Middle Meta
*/
.audio-playlist .audio-player #small-player-middle-controls{
    display: none;
    width: 72px;
    margin: auto;
}
/*
    Small Player Right
*/
.audio-playlist .audio-player #small-player-right{
    width: 25px;
    float: left;
}

/*
    Playlist Icon
*/
.audio-playlist .audio-player #toggle-playlist{
    background-image: url('../images/black-playlist.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 15px;
    margin-top: 13px;
    cursor: pointer;
}
.audio-playlist .audio-player #toggle-playlist-full{
    background-image: url('../images/black-playlist.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
}

/*
    Small Player Full Bottom
*/
.audio-playlist .audio-player #small-player-full-bottom{
    padding-top: 5px;
    margin-top: -45px;
}

/*
    Small Player Full Bottom Controls
*/
.audio-playlist .audio-player #small-player-full-bottom-controls{
    width: 72px;
    margin: auto;
}

/*
    Small Player Full Bottom Info
*/
.audio-playlist .audio-player #small-player-full-bottom-info{
    margin: auto;
    margin-top: -7px;
    width: 350px;
    clear: both;
}
.audio-playlist .audio-player #small-player-full-bottom-info span.current-time{
    display: block;
    float: left;
    margin-top: -3px;
    margin-right: 3px;
}
.audio-playlist .audio-player #small-player-full-bottom-info span.time-duration{
    display: block;
    float: left;
    margin-top: -3px;
    margin-left: 3px;
}
/*
    Previous
*/
.audio-playlist .audio-player #middle-top-previous{
    height: 20px;
    width: 23px;
    cursor: pointer;
    background-image: url('../images/black-prev.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 8px;
    margin-right: 3px;
}
.audio-playlist .audio-player #middle-bottom-previous{
    height: 20px;
    width: 23px;
    cursor: pointer;
    background-image: url('../images/black-prev.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 8px;
    margin-right: 3px;
}
/*
    Play Pause
*/
.audio-playlist .audio-player #middle-top-play-pause.amplitude-play-pause{
    height: 23px;
    width: 20px;
    cursor: pointer;
    margin-top: 5px;
    float: left;
}
.audio-playlist .audio-player #middle-top-play-pause.amplitude-paused{
    background-image: url('../images/black-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.audio-playlist .audio-player #middle-top-play-pause.amplitude-playing{
    background-image: url('../images/black-pause.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.audio-playlist .audio-player #small-player-bottom-play-pause.amplitude-play-pause{
    margin: auto;
    height: 23px;
    width: 20px;
    cursor: pointer;
    margin-top: 5px;
    float: left;
}
.audio-playlist .audio-player #small-player-bottom-play-pause.amplitude-paused{
    background-image: url('../images/black-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.audio-playlist .audio-player #small-player-bottom-play-pause.amplitude-playing{
    background-image: url('../images/black-pause.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

/*
    Next
*/
.audio-playlist .audio-player #middle-top-next{
    height: 20px;
    width: 23px;
    cursor: pointer;
    background-image: url('../images/black-next.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 8px;
    margin-left: 3px;
}
.audio-playlist .audio-player #middle-bottom-next{
    height: 20px;
    width: 23px;
    cursor: pointer;
    background-image: url('../images/black-next.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 8px;
    margin-left: 3px;
}
/*
    Song Time Visualization
*/
.audio-playlist .audio-player #song-time-visualization{
    width: 260px;
    height: 5px;
    background-color: #bebebe;
}
.audio-playlist .audio-player #song-time-visualization div.amplitude-song-time-visualization-status{
    background-color: #676261;
    height: 5px;
}

.audio-playlist .audio-player #song-time-visualization-large{
    width: 304px;
    height: 5px;
    background-color: #bebebe;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.audio-playlist .audio-player #song-time-visualization-large div.amplitude-song-time-visualization-status{
    background-color: #676261;
    height: 5px;
}

/*
    Now Playing Information
*/
.audio-playlist .audio-player .now-playing-title{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #676261;
    line-height: 14px;
}
.audio-playlist .audio-player .album-information{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #bebebe;

    display: none;

}
/*
    Current song time
*/
.audio-playlist span.current-time{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 10px;
    color: #676261;
}

/*
   Duration
*/
.audio-playlist span.time-duration{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 10px;
    color: #676261;
}

/*
    Playlist
*/
.audio-playlist .audio-player #small-player-playlist{
    width: 370px;
    height: 40px;
    margin: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f4f4f4;
    padding-top: 15px;
    height: 200px;
    overflow-y: scroll;
    display: none;
}
.audio-playlist .audio-player .information{
    padding: 0px 20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 20px;
    color: #676261;
}
/*
    Playlist Items
*/
.audio-playlist .audio-player .playlist-item{
    padding: 5px 20px;
    cursor: pointer;
    clear: both;
}
.audio-playlist .audio-player .playlist-item.amplitude-active-song-container{
    background-color: #eee;
}
.audio-playlist .audio-player .playlist-item img.album-art{
    width: 45px;
    height: 45px;
    float: left;
}
.audio-playlist .audio-player .playlist-meta{
    float: left;
    padding-left: 10px;
    padding-top: 8px;
    width: 85%;
}


/* --------- custom changes ------------*/
.playlist-desc {
    width: 60%;
    float: right;
    display: inline-block;
    margin: 0 auto 10px;
    /*background: yellow;*/
    border: 1px solid #e7e7e7;
    padding: 20px;

}
.playlist-desc .taxonomy-description {
    margin-bottom: 0;
}
.audio-player {
    display: inline-block;
    float: left;
    max-width: 48%;
}
.podcast-descriptions {
    margin-top: 20px;
}
.podcast-descriptions h3 {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
}
.podcast-descriptions .desc {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 15px;
}