/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-tmplt-podcast-transcript .main-wrapper {
    padding-bottom: 80px;
    background-color: #EBF1F6;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-tmplt-podcast-transcript .main-content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-tmplt-podcast-transcript .main-content {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-tmplt-podcast-transcript .main-content .entry-content.col-xl-8 {
    padding-right: 15px !important;
  }
}
.page-template-tmplt-podcast-transcript .podcast-banner {
  padding: 50px 0 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-image: url("../images/podcast-bg.png") !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-tmplt-podcast-transcript .podcast-banner {
    padding: 80px 0 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-tmplt-podcast-transcript .podcast-banner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-tmplt-podcast-transcript .podcast-banner {
    margin-top: 50px;
  }
}
.page-template-tmplt-podcast-transcript .podcast-banner .row {
  align-items: center;
}

@media (max-width: 1199px) {
  .page-template-tmplt-podcast-transcript .podcast-banner .row {
    flex-direction: column-reverse;
  }
}
.page-template-tmplt-podcast-transcript .podcast-banner h1 {
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .page-template-tmplt-podcast-transcript .podcast-banner h1 {
    padding-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .page-template-tmplt-podcast-transcript .podcast-banner .vid-alignright {
    float: initial;
  }
}
.page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination {
  color: #fff;
}

.page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination .prev, .page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination .next {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  position: relative;
}

.page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination .prev::before, .page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination .next::before {
  content: "";
  position: absolute;
  background-image: url("../images/prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: -15%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 100%;
}

.page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination .next::before {
  background-image: url("../images/next.png");
  left: initial;
  right: -20%;
  transform: translate(50%, -50%);
}

.page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination .divider {
  position: relative;
}

.page-template-tmplt-podcast-transcript .podcast-banner .episode-pagination .divider::before {
  content: "";
  position: absolute;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 26px;
}

.page-template-tmplt-podcast-transcript .podcast-banner .social-icons {
  justify-content: center;
  padding-top: 25px;
}

@media (max-width: 1199px) {
  .page-template-tmplt-podcast-transcript .main-content .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-tmplt-podcast-transcript .cw_video_single {
    max-width: 595px;
    max-height: 448px;
  }
}

/*# sourceMappingURL=tmplt-podcast-transcript.css.map*/