@charset "UTF-8";
@-moz-keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    background-color: rgba(224, 255, 226, 0);
  }
  25% {
    background-color: #e0ffe2;
  }
  100% {
    background-color: rgba(224, 255, 226, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* line 55, ../scss/_wpsstm-shared.scss */
ul.comma-list {
  list-style: none;
  display: inline;
}
/* line 58, ../scss/_wpsstm-shared.scss */
ul.comma-list > li {
  display: inline;
}
/* line 60, ../scss/_wpsstm-shared.scss */
ul.comma-list > li:not(:last-child):after {
  content: ", ";
}

/* line 67, ../scss/_wpsstm-shared.scss */
input.input-loading {
  background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  animation: barberpole 0.5s linear infinite;
}
/* line 72, ../scss/_wpsstm-shared.scss */
input.wpsstm-fullwidth {
  width: 100%;
}

/* line 77, ../scss/_wpsstm-shared.scss */
.wpsstm-no-underline {
  text-decoration: none;
  border-bottom: none !important;
}

/* line 82, ../scss/_wpsstm-shared.scss */
.wpsstm-can-click, .wpsstm-icon-input [type="submit"], .tracks-container .wpsstm-tracklist-play-bt {
  cursor: pointer;
  cursor: hand;
}

/* line 87, ../scss/_wpsstm-shared.scss */
.wpsstm-freeze, input.input-loading {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 93, ../scss/_wpsstm-shared.scss */
.wpsstm-icon:before, .wpsstm-loading-icon:before, wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-scrobbler.lastfm-loading:before, .tracks-container.tracklist-loading .wpsstm-tracklist-play-bt:before, .wpsstm-action-icon a:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

/* line 105, ../scss/_wpsstm-shared.scss */
.wpsstm-loading-icon:before, wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-scrobbler.lastfm-loading:before, .tracks-container.tracklist-loading .wpsstm-tracklist-play-bt:before {
  animation: spin 2s linear infinite;
  content: "" !important;
}

/* line 114, ../scss/_wpsstm-shared.scss */
.wpsstm-action-icon a:before {
  margin-right: 0;
}
/* line 117, ../scss/_wpsstm-shared.scss */
.wpsstm-action-icon a > span {
  display: none;
}

/* line 123, ../scss/_wpsstm-shared.scss */
.wpsstm-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 127, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input {
  position: relative;
  margin: 0.5em;
}
/* line 130, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input input {
  padding: 0.5em;
}
/* line 132, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input input[type="text"] {
  padding-right: 4em;
}
/* line 137, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
/* line 143, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input [type="submit"].wpsstm-icon-button {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2em;
}

/* line 152, ../scss/_wpsstm-shared.scss */
.wpsstm-block-notice {
  background: #fff3d4;
  border: 0px solid #f6b73c;
  border-left-width: 5px;
  padding: .75em;
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
}
/* line 160, ../scss/_wpsstm-shared.scss */
.wpsstm-block-notice > * {
  flex: 1;
}
/* line 162, ../scss/_wpsstm-shared.scss */
.wpsstm-block-notice > *.wpsstm-close-notice {
  flex-grow: 0;
  text-align: center;
}

/* line 169, ../scss/_wpsstm-shared.scss */
.wpsstm-align-both, wpsstm-player .player-row > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 8, ../scss/wpsstm-player.scss */
wpsstm-player {
  background: #222;
  color: #FFF;
}
/* line 10, ../scss/wpsstm-player.scss */
wpsstm-player:not(.active) {
  display: none;
}
/* line 14, ../scss/wpsstm-player.scss */
wpsstm-player#wpsstm-bottom-player {
  position: fixed;
  width: 100%;
  padding: 0;
  bottom: 0;
  min-height: 0em;
  z-index: 50;
}
/* line 25, ../scss/wpsstm-player.scss */
wpsstm-player a, wpsstm-player a:hover, wpsstm-player a:focus {
  color: #FFF;
}
/* line 29, ../scss/wpsstm-player.scss */
wpsstm-player .player-row {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
}
/* line 34, ../scss/wpsstm-player.scss */
wpsstm-player .player-row > * {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 41, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions {
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin-top: auto;
}
/* line 48, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action span {
  display: none;
}
/* line 53, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-queue:before {
  content: "\f078";
}
/* line 56, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-queue.active:before {
  content: "\f077";
}
/* line 61, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-scrobbler {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
/* line 63, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-scrobbler:before {
  content: "\f202";
}
/* line 69, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-scrobbler.scrobbler-error:before {
  content: "\f071";
}
/* line 72, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-actions .wpsstm-player-action.wpsstm-player-action-scrobbler.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 80, ../scss/wpsstm-player.scss */
wpsstm-player .player-row #wpsstm-audio-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 84, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-extra {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 0 .5em;
}
/* line 88, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .wpsstm-player-extra:not(.active) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 93, ../scss/wpsstm-player.scss */
wpsstm-player .player-row .mejs-container {
  width: 100% !important;
}
/* line 98, ../scss/wpsstm-player.scss */
wpsstm-player .player-queue {
  display: initial;
  overflow: auto;
  max-height: 50vh;
}
/* line 103, ../scss/wpsstm-player.scss */
wpsstm-player .player-queue:not(.active) wpsstm-track:not(.track-active) {
  display: none;
}

/* line 113, ../scss/wpsstm-player.scss */
.tracks-container .wpsstm-tracklist-play-bt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}
/* line 119, ../scss/wpsstm-player.scss */
.tracks-container:not(.tracks-container-has-played) .wpsstm-tracklist-play-bt {
  animation: opacityPulse 1s linear infinite;
}
/* line 129, ../scss/wpsstm-player.scss */
.tracks-container:not(.tracks-container-playing) .wpsstm-tracklist-play-bt:before, .tracks-container.tracklist-pause .wpsstm-tracklist-play-bt:before {
  content: "\f04b";
}
/* line 133, ../scss/wpsstm-player.scss */
.tracks-container.tracks-container-playing .wpsstm-tracklist-play-bt:before {
  content: "\f04c";
}

/*
mediaElementJS
*/
