
/* Inline audio styles for all corepublisher looks including responso, look 1 and look 2 */
#loader{
	display: block;
	margin: 0 auto;
}
.submitted,
.pub-date{
	font-size:1em !important;
}
.image-left{
	float: left;
	margin:0 2em 0 0;
	max-width:300px;
}
.image-left{
	width: auto !important;
}
.audio-container {
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  margin-bottom: 16px;
  overflow: hidden;
  padding: 0;
}

.audio-container a.jp-play,
.audio-container a.jp-pause {
  height: 44px;
  width: 44px;
}

.audio-container .jp-interface {
  background: rgba(220, 210, 210, 0.1);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 5px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  padding: 8px;
  position: relative;
}

.audio-container .playpause {
  box-sizing: border-box;
  float: left;
  margin-left: -4px;
  overflow: hidden;
  right: auto;
  width: auto;
}

.audio-container .audio-meta {
  line-height: 1;
  margin-left: 45px;
  overflow: hidden;
  padding-top: 3px;
}
.audio-container .audio-meta.pending-audio-inner {
  padding: 0;
  width: 100%;
}
.audio-container .listen-text-box {
  height: 15px;
  position: relative;
  white-space: nowrap;
}
.audio-container .listen-text,
.audio-container .listening-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  font-weight: 400;
  left: 0;
  opacity: 1;
  position: absolute;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
  transition: opacity .25s ease-in-out;
}
.audio-container .listening-text {
  opacity: 0;
}
.audio-container .paused .divider {
  visibility: visible;
}
.audio-container .audio-caption {
  color: rgba(0, 0, 0, 0.6);
  clear: left;
  float: left;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin: 1.5rem 0 0;
}
.audio-container .duration-wrapper {
  color: rgba(0, 0, 0, 0.6);
  float: left;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 0 0;
  text-align: left;
  transition: all .2s ease-in;
  white-space: nowrap;
}
.audio-container .divider {
  display: none;
  transition: width .2s ease-in;
}
.audio-container .jp-custom-current-time {
  border: 0;
  display: none;
  line-height: 12px;
  margin-right: 0;
  padding: 0;
  position: static;
  width: auto;
}
.audio-container .jp-custom-duration {
  display: inline-block;
  padding: 0;
  position: static;
  width: auto;
}

.audio-container a.jp-play,
.audio-container a.jp-pause  {
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 50%;
  background-color: rgba(255,255,255,.2);
  background-image: url(../images/playpause-sprite-r.png);
  background-repeat: no-repeat;
  background-size: 50%;
  box-sizing: border-box;
  color:#333;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size:18px;
  font-weight:bold;
  height: 44px;
  line-height: 26px;
  position: relative;
  text-indent: -9999em;
  transition: all .2s;
  -webkit-transition: all .2s;
  white-space: nowrap;
  width: 44px;
  *zoom: 1;
}

.audio-container a.jp-play  {
  background-position: .7em .5em;
}

.audio-container a.jp-pause {
  background-position: .7em -2.1em;
  display: none;
}

.audio-container a.jp-play:hover,
.audio-container a.jp-pause:hover {
background-color: rgba(255,255,255,.5);
border: 2px solid rgba(0,0,0,.15);
}

.audio-container .jp-controls {
  cursor: col-resize;
  float: left;
  height: 16px;
  margin-top: 8px;
  position: relative;
  transition: width .2s ease-in;
  width: 0;
}
.audio-container .jp-progress {
  background: rgba(0, 0, 0, 0.075);
  bottom: 0;
  display: none;
  height: 7px;
  margin-top: 5px;
  width: 100%;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.audio-container #seekbar {
  background: transparent;
  bottom: 0;
  cursor: pointer;
  height: 12px;
  margin: 0 auto;
  overflow: visible;
  padding-top: 4px;
  position: absolute;
  top: 0;
  width: 100%;
}
.audio-container #playbar {
  background: #168dd9;
  bottom: 0;
  height: 7px;
  top: 1px;
  overflow: visible;
  position: relative;
}
.audio-container .scrubber {
  background: #168dd9;
  cursor: col-resize;
  display: none;
  height: 7px;
  position: absolute;
  right: -7px;
  top: 0;
  width: 8px;
}

.audio-container .playing .jp-progress {
  display: block;
}

.audio-container .playing .divider,
.audio-container .playing .jp-custom-current-time {
  display: inline-block;
}

.audio-container .playing .listen-text {
  opacity: 0;
}

.audio-container .playing .listening-text {
  opacity: 1;
}

.audio-container .playing .jp-controls {
  margin-right: 2.5%;
  width: 55%;
}

.audio-container .playing .scrubber {
  display: block;
}

/* Sometimes audio is inlined, as in certain stories from NPR API */
/* Remove bullet styling from those stories */
.inline-audio .ready {
  list-style: none;
}

.inline-audio ul li {
  margin-left: 0;
}

/* Pending Audio */

.audio-container.post-pending-audio {
  background: transparent;
  border: 0;
}

.audio-container.post-pending-audio .audio-meta {
  background: rgba(220, 210, 210, 0.1);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 5px solid rgba(0, 0, 0, 0.075);
  line-height: 2.7em;
  margin-left: 0;
}
.audio-container.post-pending-audio .playpause {
  padding: .5em;
}
.audio-container.post-pending-audio a.jp-play {
  background-position: .7em -4.3em, 0;
  border-color: rgba(0, 0, 0, 0.075);
  cursor: default;
}

.node-teaser .audio-caption {
  display: none;
}

.post-pending-audio .pending-audio-inner {
  color: #adadad;
}

@-webkit-keyframes dot {
      0% { opacity: 0; }
     50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes dot {
      0% { opacity: 0; }
     50% { opacity: 0; }
    100% { opacity: 1; }
}

@media only screen and (min-width: 48em) {

  .post-pending-audio .pending-audio-inner .one,
  .post-pending-audio .pending-audio-inner .two,
  .post-pending-audio .pending-audio-inner .three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
      animation: dot 1.3s infinite;
      animation-delay: 0.0s;
  }

  .post-pending-audio .pending-audio-inner .two {
    -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s;
  }

  .post-pending-audio .pending-audio-inner .three {
    -webkit-animation-delay: 0.3s;
     animation-delay: 0.3s;
  }
}

@media only screen and (min-width: 64.063em) {
  .audio-container .playpause {
    margin-left: 0;
  }
  .audio-container .audio-meta {
    margin-left: 3.3em;
  }
  .audio-container .duration-wrapper {
    font-size: 14px;
    padding: 8px 0 0;
  }
  .audio-container .listen-text,
  .audio-container .listening-text {
    font-size: 19px;
  }
  .post-pending-audio .pending-audio-inner {
    font-size: 1.4em;
  }

}