.off-canvas-wrap {   background: #ededed url(https://resonate.is/wp-content/themes/resonate4/images/road-streams.jpg); background-attachment: fixed;
background-size: cover;
background-position: center center;
}

.container {
    padding: 4rem 0 0;
}

.row {
    max-width: none;
}

.playerColumn { background: #ededed; max-width: 540px; padding:2rem; margin: 0 auto;}
.embeddedPlayer .playerColumn { padding:0;}

.album_title{
    background: #555;
    color: #fff;
}
.albumTitle a:hover {
    color: #414141;
}

.artistName, .lblSongLabel, .lblSongTag, .lblAlbumTag, .songEmbedHeader, .album_title, .catalogHeaderWrapper {
  font-family: 'averta_stdbold'; font-weight: 700 !important;
}

.artistName {
  font-size: 32px; background: #97a7dc;
  padding: .7rem 0.8rem;
  margin: 0 0 1rem;
  line-height: 1.1; display: inline-block;
 }

.playerEmbed .artistName { font-size: 24px;}
.artistName:hover { background: #54EB80; }
.artistName a { color: #fff; }

.rs_bg_wrapper{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  width:100%;
  height:100%;
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}
.pagewrapper{z-index:2; position: fixed; width:100%; background: rgba(0, 0, 0, 0.4);height: 100%;}
.catalogHeaderWrapper{text-align:center; font-size:1.2em; margin-bottom:10px;}

.playerWrapper {
  position: relative;
  z-index: 3;
  margin:2rem auto 4rem;
  max-width: 400px;
}

.song-meta .artist-name, .song-meta .song-name {
    padding-left: 10px;
}

.songFooter{ margin: 0 0 5rem;font-size:100%;color: #414141;background: #d5dada;}
.songFooterTags { padding: 1rem}
.embeddedPlayer .songFooter { margin-bottom: 0 }
.songProfile.resCatalog { display:none;  /* margin: 1rem 0 3rem 1rem; font-size: .9rem; */}
.songFooter a { color: #97a7dc; }
.songFooter a:hover { color: #54EB80; }
.songProfile { display: block; font-size: .8rem; padding:1rem; background:#fff;}
.lblSongLabel, .lblSongTag, .lblAlbumTag { width: 60px; display: inline-block }

.disqus_thread{ margin:10px 0px;}
#disqus_thread {
    background: #fff;
    padding: 1rem;
}

.songMessageHeader {
    background: #d5dada; color: #999;
    margin: -1rem -1rem 1rem;
    padding: .5rem 1rem .4rem;
}

.songMessageItemComment p {
    font-size: 1rem; margin-bottom: .5rem;
}

.songMessageItemAuthor {
    font-size: 14px;
    text-align: right;
    color: #999;
}

.songEmbedWrapper{font-size:.8rem; margin:0 auto; }
.songEmbedHeader{cursor:pointer; background: #97a7dc; color:#fff; padding:4px 6px;display: inline-block;float: right;}
.songEmbedHeader:hover{background: #54EB80;}
.songEmbedCopy{display:none;background-color:#d5dada; margin:0 auto 20px; padding:10px;}
.songEmbedCopy.enabled{display:block;}

.pitchArtist {}

@media only screen and (max-width:40.062em) {  
.off-canvas-wrap {   background-image:none; }
.playerWrapper { margin: 3rem auto 3rem; }
}
