/*
  1. Base
*/
/*
  2. Components
*/
div.control-container {
  padding: 10px 0;
  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; }
  div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("../img/pause.svg");
    background-size: cover; }
  div.control-container div.meta-container {
    float: left;
    width: calc(100% - 84px);
    text-align: center;
    color: white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 84px;
    }
    div.control-container div.meta-container span[amplitude-song-info="name"] {
      font-family: Roboto,Arial,sans-serif;
      font-size: 16px;
      color: #0a0a0a;
      display: block;
	  line-height: 19px; }
    div.control-container div.meta-container span[amplitude-song-info="artist"] {
      font-family: Roboto,Arial,sans-serif;
      font-weight: 100;
      font-size: 14px;
      color: #fff;
      display: block; }
  div.control-container:after {
    content: "";
    display: table;
    clear: both; }

/*
  Small only
*/
@media screen and (max-width: 39.9375em) {
  div.control-container div.amplitude-play-pause {
    background-size: cover;
    width: 64px;
    height: 64px; }
  div.control-container div.meta-container {
    width: calc(100% - 74px);
	left: 74px; }
}
/*
  Medium only
*/
/*
  Large Only
*/
div.time-container {
  opacity: 0.5;
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 12px;
  color: #0a0a0a;
  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: #ecc55e;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 5px;
	display: block;
	cursor: pointer;
	border: none;
}
progress.amplitude-song-played-progress:not([value]) {
	background-color: #ecc55e;
}

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

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

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

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  3. Layout
*/
div.bottom-container {
  background-color: #F1F1F1; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div#single-song-player {
  margin: auto;
  width: 100%;
  max-width: 460px; }
  div#single-song-player img[amplitude-song-info="cover_art_url"] {
    width: 100%; }

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

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