/*
  1. Base
*/
/*
  2. Components
*/
div.control-container {
  margin-top: 10px;
  padding: 10px 20px; 
  position: relative;
  }
  div.control-container div.amplitude-play-pause {
    width: 74px;
    height: 74px;
    cursor: pointer;
    float: left;
    margin-left: 10px; }
  div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("../img/play.svg");
    background-size: cover; 
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("../img/pause.svg");
    background-size: cover; 
    margin-top: 20px;
    margin-right: 30px;
}
  }
  div.control-container div.meta-container {
    float: left;
    width: calc(100% - 84px);
    text-align: center;
    color: white;
    margin-top: 5px; }
    div.control-container div.meta-container span[data-amplitude-song-info="name"] {
      font-family: 'Oswald', sans-serif;
      font-size: 22px;
      color: #fff;
      display: block; 
      margin-bottom: 12px;
    }
    div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
      font-family: 'Oswald', sans-serif;
      font-weight: 100;
      font-size: 16px;
      color: #fff;
      display: block;
      margin-bottom: 10px;
      color: #CB2027 !important;
      text-transform: uppercase;
    }
      div.control-container div.meta-container span[data-amplitude-song-info="album"] {
        font-family: 'Oswald', sans-serif;
        
        font-weight: 100;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        display: block; 
        margin-bottom: 20px;
      }    
  div.control-container:after {
    content: "";
    display: table;
    clear: both; }


#podcast-count
{
  right: 10px;
  bottom: 5px;
  color: white;
  position: absolute;
  font-size: 14px;
  color: #AAA;
  font-family: 'Open Sans';
  opacity: 0.8;

}    

#podcast-count::before
{
  background-image: url(/images/6/69/Maineye.png);
  content: " ";
  position: absolute;
  left: -24px;
  top: 0px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  opacity: 0.8;

}

/*
  Small only
*/

@media screen and (max-width: 39.9375em) 
{
  div#single-song-player img[data-amplitude-song-info="cover_art_url"]
  {
    max-width: 100% !important; 
  }

  div.control-container
  {
    clear: both;
  }
  div.control-container div.meta-container p span
  {
    font-size: 30px !important;
    text-align: left;
  } 

  div.control-container div.amplitude-play-pause.amplitude-paused
  {
    margin-bottom: 120px;
  }

  div.time-container
  {
    font-size: 24px !important;
  }

  progress.amplitude-song-played-progress
  {
    height: 35px !important;
  }

  div.control-container div.amplitude-play-pause {
    background-size: cover;
    width: 100px;
    height: 100px; 
    margin-bottom: 120px;

  }
  div.control-container div.meta-container {
    width: calc(100% - 4px); 
  } 


  #podcast-count
  {
    font-size: 24px !important;
  }    
  
  #podcast-count::before
  {
    top: 6px;
  }  
}

/*
  Medium only
*/
/*
  Large Only
*/
div.time-container {
  opacity: 0.5;
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 16px;
  color: #fff;
  height: 15px; }
  div.time-container span.current-time {
    float: left;
    margin-left: 5px; }
  div.time-container span.duration {
    float: right;
    margin-right: 5px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
progress.amplitude-song-played-progress {
  background-color: #F1F1F1;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  display: block;
  cursor: pointer;
  border: none; 
  margin-top: -5px;
  }
  progress.amplitude-song-played-progress:not([value]) {
    background-color: #F1F1F1; }

progress[value]::-webkit-progress-bar {
  background-color: #F1F1F1; }

progress[value]::-moz-progress-bar {
  background-color: #CC1914; }

progress[value]::-webkit-progress-value {
  background-color: #CC1914; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  3. Layout
*/
div.bottom-container {
  background-color: #171717;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div#single-song-player {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 40px;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  div#single-song-player img[data-amplitude-song-info="cover_art_url"] {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  4. Pages
*/
/*
  5. Themes
*/
/*
  6. Utils
*/
/*
  7. Vendors
*/

/*# sourceMappingURL=app.css.map */
