.subscribe-links {
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.subscribe-links > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.subscribe-links > li > a {
  margin: 0 5px;
  position: relative;
  width: 32px;
  height: 32px;
  text-indent: -1000em;
  display: block;
  color: inherit;
}
.subscribe-links > li > a:before {
  text-indent: 0;
  content: "";
  font-size: 24px;
  font-family: "FontAwesome";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.subscribe-links > li > a:hover {
  color: #f6b515 !important;
}
.subscribe-links > li > a[href*=amazon]:before {
  content: "\f270";
}
.subscribe-links > li > a[href*=google]:before {
  content: "\f1a0";
}
.subscribe-links > li > a[href*=apple]:before {
  content: "\f179";
}
.subscribe-links > li > a[href*=iheart]:before {
  content: "\f004";
}
.subscribe-links > li > a[href*=radiopublic]:before {
  content: "\f09e";
}
.subscribe-links > li > a[href*=spotify]:before {
  content: "\f1bc";
}
.subscribe-links > li > a[href*=youtube]:before {
  content: "\f167";
}
.subscribe-links > li > a:hover, .subscribe-links > li > a:focus {
  color: #f2b013;
}

body.single-podcast #main > article > .container > .content-container {
  background: none;
}
body.single-podcast footer .podcast_player {
  display: none;
}

body.video-popup-open {
  overflow: hidden;
}
body.video-popup-open footer, body.video-popup-open header, body.video-popup-open nav {
  z-index: 0;
}
body.video-popup-open .video-popup {
  display: flex !important;
}

.single-podcast .podcast-video-container {
  margin-bottom: 50px;
}
.single-podcast .podcast-video-container .video-image {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.single-podcast .podcast-video-container .video-image:before {
  content: "";
  position: absolute;
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
  margin-left: 7px;
  border-top: 10px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
  transform-style: preserve-3d;
  transform: translateZ(60px) scale(1.5);
  transition: 0.2s ease all;
  z-index: 2;
}
.single-podcast .podcast-video-container .video-image img {
  display: block;
  height: 300px;
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  position: relative;
  width: 100%;
  z-index: 0;
}
.single-podcast .podcast-video-container .video-image:after {
  background: #f2b013;
  border-radius: 100%;
  bottom: unset;
  content: "";
  display: block;
  height: 75px;
  left: unset;
  position: absolute;
  right: unset;
  top: unset;
  width: 75px;
  z-index: 1;
}
.single-podcast .podcast-video-container .video-image:hover:after {
  background: #00529b;
}
.single-podcast .podcast-video-container .video-popup {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.single-podcast .podcast-video-container .video-popup > .video-popup-background {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.single-podcast .podcast-video-container .video-popup > .rll-youtube-player {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}
.single-podcast .podcast-video-container .video-popup > .rll-youtube-player iframe {
  bottom: unset;
  left: unset;
  max-height: 500px;
  right: unset;
  top: unset;
}
.single-podcast .podcast-video-container .video-popup > * {
  height: 100%;
  max-height: 500px;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.single-podcast .page-header {
  padding: 50px 0;
  background: linear-gradient(to right, #f1b12c 0%, #f59742 100%);
  color: #fff;
}
.single-podcast .page-header .entry-title {
  color: #fff;
}
.single-podcast .content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.single-podcast .breadcrumbs {
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-podcast .breadcrumbs a {
  text-decoration: underline;
}
.single-podcast .entry-content {
  padding-top: 50px;
  padding-bottom: 60px;
}
.single-podcast .entry-content .podcast-container {
  align-items: center;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .single-podcast .entry-content .podcast-container {
    flex-direction: column;
  }
}
.single-podcast .entry-content .share-icons {
  padding-bottom: 20px;
}
.single-podcast .entry-content .share-icon > a {
  border-bottom: 0;
}
.single-podcast .entry-content .view-all-button-container {
  margin-bottom: 30px;
}
.single-podcast .podcast_meta > aside {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.single-podcast .podcast_meta > aside > * {
  padding: 5px 10px;
}
.single-podcast .podcast_meta > aside .podcast-meta-download:hover,
.single-podcast .podcast_meta > aside .podcast-meta-new-window:hover {
  color: #f6b515 !important;
}
.single-podcast .podcast_meta {
  font-size: 14px;
}
.single-podcast .podcast_meta .subscribe-links > li:before {
  display: none;
}
.single-podcast .podcast_meta a {
  border-bottom: 0 !important;
  text-decoration: underline;
}
.single-podcast .castos-player.dark-mode {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1607843137);
}
.single-podcast .castos-player.dark-mode .player {
  background: #fff;
}
.single-podcast .castos-player.dark-mode .player .player-panels-nav {
  background: transparent;
}
.single-podcast .castos-player.dark-mode .player .player-panels-nav > button {
  color: #00529b;
  opacity: 1;
}
.single-podcast .castos-player.dark-mode .player .player-panels-nav > button:hover {
  color: #f2b013;
}
.single-podcast .castos-player.dark-mode .player__body {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
}
.single-podcast .castos-player.dark-mode .episode-title {
  font-weight: bold;
}
.single-podcast .castos-player.dark-mode .episode-title,
.single-podcast .castos-player.dark-mode .currently-playing .show,
.single-podcast .castos-player.dark-mode .subscribe-icons a,
.single-podcast .castos-player.dark-mode .player-panel h3,
.single-podcast .castos-player.dark-mode .player-panel .player-panel-row .title,
.single-podcast .castos-player.dark-mode .playback__timers {
  color: inherit;
}
.single-podcast .castos-player.dark-mode .subscribe-icons span,
.single-podcast .castos-player.dark-mode .share-icon span,
.single-podcast .castos-player.dark-mode .playback__controls .player-btn__volume,
.single-podcast .castos-player.dark-mode .playback__controls .player-btn__rwd,
.single-podcast .castos-player.dark-mode .playback__controls .player-btn__fwd {
  background: darkGray;
}
.single-podcast .castos-player.dark-mode .player-btn__speed {
  color: darkGray;
  border: 1px solid darkGray;
}
.single-podcast .castos-player.dark-mode .progress__filled {
  background: #f2b013;
}
.single-podcast .castos-player * {
  font-family: "Noto Sans", "Arial";
}
.single-podcast .castos-player .episode-title {
  font-size: 20px;
  line-height: 1em;
  transform: translateY(-3px);
}
.single-podcast .castos-player .play-progress {
  background: none;
}
.single-podcast .castos-player .play-progress .play-pause-controls .play-btn {
  width: 45px;
  height: 45px;
  background: #fff;
  color: darkGray;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  padding: 0;
}
.single-podcast .castos-player .play-progress .play-pause-controls .play-btn.hide {
  display: none;
}
.single-podcast .castos-player .play-progress .play-pause-controls .play-btn:before {
  content: "";
  margin-left: 5px;
  border-left: 16px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.single-podcast .castos-player .play-progress .play-pause-controls .play-btn:hover, .single-podcast .castos-player .play-progress .play-pause-controls .play-btn:focus {
  transform: scale(1);
  color: #f2b013;
}
.single-podcast .castos-player .play-progress .play-pause-controls .pause-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  color: darkGray;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
}
.single-podcast .castos-player .play-progress .play-pause-controls .pause-btn.hide {
  display: none;
}
.single-podcast .castos-player .play-progress .play-pause-controls .pause-btn:before, .single-podcast .castos-player .play-progress .play-pause-controls .pause-btn:after {
  content: "";
  margin: 0 2px;
  width: 6px;
  background: currentColor;
  height: 20px;
  display: block;
}
.single-podcast .castos-player .play-progress .play-pause-controls .pause-btn:hover, .single-podcast .castos-player .play-progress .play-pause-controls .pause-btn:focus {
  transform: scale(1);
  color: #f2b013;
}
@media (max-width: 768px) {
  .single-podcast .castos-player .episode-title {
    max-width: calc(100vw - 144px);
  }
}