.jplayer__interface {
  align-items: center;
  background: rgba(220, 210, 210, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom-width: 5px;
  display: flex;
  padding: 8px;
}

.jplayer__button {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  background-image:  url('/sites/default/modules/custom/gpb_api_integration/images/jplayer/jplayer-playpause-sprite.png');
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
  display: block;
  height: 44px;
  text-indent: -9999px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  white-space: nowrap;
  width: 44px;
}

.jplayer__button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.2);
}

.jplayer__button:focus {
  outline: none;
  border-color: #0084CA;
}

.jplayer__button--play {
  background-position: 12px 9px;
}

.jplayer__button--pause {
  background-position: 12px -36px;
  display: none;
}

.jplayer__meta {
  line-height: 1;
  margin-left: 8px;
  width: 100%;
}

.jplayer__status-wrapper {
  height: 16px;
  margin-bottom: 2px;
  position: relative;
}

.jplayer__status-text {
  color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 400;
  left: 0;
  letter-spacing: .1px;
  opacity: 1;
  position: absolute;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

@media only screen and (min-width: 740px) {
  .jplayer__status-text {
    font-size: 19px;
  }
}

.jp-state-playing .jplayer__status-text--listen {
  opacity: 0;
}

.jplayer__status-text--listening {
  opacity: 0;
}

.jp-state-playing .jplayer__status-text--listening {
  opacity: 1;
}

.jplayer__controls {
  cursor: col-resize;
  float: left;
  margin-top: 8px;
  position: relative;
  transition: width 0.2s ease-in;
  width: 0;
}

@media only screen and (min-width: 740px) {
  .jplayer__controls {
    margin-top: 11px;
  }
}

.jp-state-playing .jplayer__controls {
  margin-right: 16px;
  width: 50%;
}

.jplayer__progress {
  background: rgba(0, 0, 0, 0.075);
  display: none;
  height: 8px;
  width: 100%;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.jp-state-playing .jplayer__progress {
  display: block;
}

.jplayer__seek-bar {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.jplayer__play-bar {
  background-color: #0084CA;
  bottom: 0;
  top: 1px;
  position: absolute;
}

.jplayer__time-wrapper {
  color: #687484;
  font-family: sans-serif;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 12px;
  padding-top: 6px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in;
}

.jplayer__time-text--current,
.jplayer__time-text--divider {
  display: none;
}

.jp-state-playing .jplayer__time-text--current,
.jp-state-playing .jplayer__time-text--divider {
  display: inline-block;
}

.jplayer__time-text--duration {
  display: inline-block;
}
