.player-title {
  background-color: #ee9b44;
  color: #FFF;
}
.podcast-player-wrap {
  height: auto;
}
.podcast-player-wrap .hide {
  display: inherit;
}
.podcast .title {
  font-style: normal;
}
.podcast.active {
  color: #c97134;
}
.podcast.active #active-number {
  opacity: 0;
  min-width: 20px;
  width: 20px;
  padding: 0;
}
.podcast.active .podcast-audio {
  background-color: #ee9b44;
  border-bottom-color: #c97134;
}
.podcast.active .podcast-audio .podcast-controls {
  align-items: flex-end;
}
.podcast.active .podcast-audio .podcast-controls button {
  background-color: #468c8d;
  border-bottom-color: #2b6465;
}
.podcast.active .podcast-audio .podcast-controls button:hover {
  border-bottom-color: #2b6465;
  margin-top: 0;
}
.podcast.active .podcast-audio .podcast-controls button:focus {
  margin-top: 0;
}
.podcast.active .podcast-audio-player #podcast-scrubber {
  background-image: url(../static/podcast/scrubber.svg);
}
.podcast.active .podcast-info {
  height: auto;
  min-height: 90px;
}
@media only screen and (min-width: 545px) {
  .podcast.active .podcast-info {
    margin-bottom: 123px;
  }
}
@media only screen and (min-width: 700px) {
  .podcast.active .podcast-info {
    margin-bottom: 140px;
  }
}
.podcast.active .podcast-info .grownups-button {
  background-image: url(../static/podcast/more-info.svg);
  width: 75px;
}
#podcast-seek {
  background: #2b6465 !important;
}
#podcast-seek::-moz-progress-bar {
  background-color: #7bc3c4;
}
#podcast-seek::-webkit-progress-value {
  background-color: #7bc3c4;
}
#podcast-seek::-ms-fill {
  background-color: #7bc3c4;
}
#podcast-seek::-webkit-progress-bar {
  background-color: #2b6465;
}
#podcast-list {
  background-color: #c97134;
}
@media only screen and (max-width: 979px) {
  #podcast-list {
    padding-bottom: 15px;
  }
}
#podcast-list .podcast {
  background-color: #fcecc7;
  color: #c97134;
}
@media only screen and (max-width: 979px) {
  #podcast-list .podcast {
    border-color: #c97134;
  }
}
#podcast-list .podcast .podcast-number {
  opacity: 0;
  width: 10px;
  padding: 0;
}
#podcast-list .podcast .podcast-info .grownups-button {
  background-image: url(../static/podcast/more-info.svg);
}
#podcast-list .podcast.active-list {
  background-color: #f8d2a0;
  color: #c97134;
}
#podcast-list .podcast.active-list.new .new-podcast-svg .st1 {
  fill: #fcecc7;
}
#podcast-list .podcast.active-list.new::after {
  border-left-color: #c97134;
  border-top-color: #c97134;
}
#podcast-list .podcast.active-list .podcast-info .grownups-button {
  background-image: url(../static/podcast/more-info.svg);
}
#podcast-list #scroll-container {
  background-color: #c97134;
  margin-left: 0;
}
#podcast-list #scroll-container #scroll-track {
  background-color: #333;
}
#podcast-list #scroll-container #scroll-track #scroll-bar {
  background-color: #fcecc7;
}
#popup-canvas #grownups-popup .title.popup {
  background-color: #ee9b44;
  color: #ffffff;
}
#popup-canvas #grownups-popup .popup-close {
  position: absolute;
}
#popup-canvas #grownups-popup .content .now-playing .title {
  color: #c97134;
}
#popup-canvas #grownups-popup .content .now-playing #grownups-text .title {
  color: #c97134;
}
#popup-canvas #grownups-popup .content .now-playing #grownups-text .title.episode, #popup-canvas #grownups-popup .content .now-playing #grownups-show-ep-num {
  display: none;
}
#popup-canvas #grownups-popup .content .now-playing strong {
  color: #c97134;
}
#popup-canvas #grownups-popup .content #grownups-show-title {
  color: #c97134;
}
#popup-canvas #grownups-popup .content #grownups-ep-title {
  color: #c97134;
}
