/**
* 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;
}

.page-template-template-podcast .podcast {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast {
    padding-top: 85px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast {
    background-size: 100%;
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast {
    padding-top: 105px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-podcast .podcast__header-image {
    text-align: center;
  }
}
.page-template-template-podcast .podcast__header-image img {
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast__header-image img {
    border-radius: 44px;
  }
}
.page-template-template-podcast .podcast__registration {
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  padding: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .page-template-template-podcast .podcast__registration {
    overflow: hidden;
  }
}
.page-template-template-podcast .podcast__registration .row {
  position: initial;
}

@media (max-width: 991px) {
  .page-template-template-podcast .podcast__registration .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__registration {
    margin-top: 90px;
  }
}
.page-template-template-podcast .podcast__registration .img-shadow:before {
  width: 428px;
  height: 428px;
  top: initial;
  bottom: -210px;
  left: initial;
  right: 155px;
  filter: blur(120px);
}

@-moz-document url-prefix() {
  .page-template-template-podcast .podcast__registration .img-shadow:before {
    opacity: 0.6;
    filter: blur(150px);
  }
}
@media (max-width: 991px) {
  .page-template-template-podcast .podcast__registration .img-shadow:before {
    width: 300px;
    height: 300px;
    top: initial;
    bottom: 0;
  }
}
.page-template-template-podcast .podcast__registration-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-template-template-podcast .podcast__registration-image {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast__registration {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__registration {
    max-height: 546px;
    padding: 80px;
    padding-left: 119px;
  }
  .page-template-template-podcast .podcast__registration-image {
    margin-top: -30px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 881px;
    height: 594px;
    overflow: hidden;
    text-align: center;
  }
  .page-template-template-podcast .podcast__registration-image img {
    display: block;
    margin-left: auto;
    margin-right: 20%;
  }
  .page-template-template-podcast .podcast__registration-content {
    max-width: 506px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-template-podcast .podcast__registration {
    padding-bottom: 0;
  }
}
.page-template-template-podcast .podcast-headlines-wrapper {
  padding: 63px 0;
}

.page-template-template-podcast .podcast-headlines-wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.page-template-template-podcast .podcast-headlines-wrapper .swiper-slide {
  width: auto;
}

.page-template-template-podcast .podcast-headlines-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast-headlines-wrapper .swiper-slide:after {
    right: -70px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
}
.page-template-template-podcast .podcast-headlines-wrapper .headline {
  color: rgba(255, 255, 255, 0.4);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast-headlines-wrapper .headline {
    font-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast-headlines-wrapper .headline {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast-headlines-wrapper .headline {
    font-size: 107.222px;
  }
}
.page-template-template-podcast .podcast__header-content-text ul {
  margin-bottom: 8px !important;
}

.page-template-template-podcast .podcast__header .list-check {
  margin-bottom: 24px !important;
  padding-left: 10px !important;
}

.page-template-template-podcast .podcast__header .list-check:last-of-type {
  margin-top: -10px !important;
}

@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__header .list-check:first-of-type {
    padding-left: 10px !important;
  }
  .page-template-template-podcast .podcast__header .list-check:last-of-type {
    padding-left: 0 !important;
    margin-top: -10px !important;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast__header h1 {
    margin-top: -13px;
  }
}
.page-template-template-podcast .podcast__header h3 {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3.6px;
  font-family: var(--main-font), sans-serif;
  color: var(--text-color);
  line-height: normal;
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast__header h3 {
    font-size: 18px;
    margin-bottom: 36px;
  }
}
.page-template-template-podcast .podcast__header span {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--main-font), sans-serif;
  color: var(--text-color);
}

@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__header span {
    font-size: 24px;
    line-height: 34px;
  }
}
.page-template-template-podcast .podcast__header-platforms {
  margin-top: 24px;
  margin-bottom: 26px;
}

.page-template-template-podcast .podcast__header-platforms li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .page-template-template-podcast .podcast__header-platforms li {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-podcast .podcast__header-platforms .d-flex {
    justify-content: center;
  }
}
.page-template-template-podcast .podcast__latest {
  background: linear-gradient(180deg, rgba(14, 15, 17, 0) 80.26%, #0E0F11 98.8%), #282D30;
  position: relative;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast__latest {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-template-podcast .podcast__latest {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__latest {
    margin-top: 100px;
    padding-top: 262px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 60px;
  }
}
.page-template-template-podcast .podcast__latest h2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast__latest h2 {
    margin-bottom: 62px;
  }
}
.page-template-template-podcast .podcast__latest .blog-pagination {
  margin: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast__latest .blog-pagination {
    margin: 72px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__latest-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
  }
}
.page-template-template-podcast .podcast__item {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0E0F11;
  padding: 24px 20px;
  margin-bottom: 20px;
  display: block;
}

@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__item {
    padding: 0 40px;
    padding-left: 0;
    margin-bottom: 30px;
    max-width: 1310px;
    display: flex;
    align-items: center;
  }
}
.page-template-template-podcast .podcast__item-image {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast__item-image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__item-image {
    margin-right: 40px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-template-podcast .podcast__item-image {
    margin-right: 99px;
  }
}
.page-template-template-podcast .podcast__item-image a {
  position: relative;
  display: inline-block;
}

.page-template-template-podcast .podcast__item-image a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast__item-image a:after {
    border-width: 5px;
  }
}
.page-template-template-podcast .podcast__item-image a span {
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 5px;
  width: 115px;
  color: #0E0F11;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--color-secondary);
  border-top-left-radius: 18px;
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast__item-image a span {
    bottom: 4px;
    right: 4px;
    padding: 7px;
    width: 132px;
    font-size: 14px;
    border-top-left-radius: 24px;
  }
}
.page-template-template-podcast .podcast__item-content {
  max-width: 660px;
  margin-left: 0;
}

.page-template-template-podcast .podcast__item-content .btn {
  padding: 18px 39px;
}

.page-template-template-podcast .podcast__item-meta span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.page-template-template-podcast .podcast__item-title h3,
.page-template-template-podcast .podcast__item-title .h3 {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0.32px;
  color: #fff;
  margin-top: 10px;
}

.page-template-template-podcast .podcast__item-title h3 a,
.page-template-template-podcast .podcast__item-title .h3 a {
  color: #fff;
}

@media (max-width: 767px) {
  .page-template-template-podcast .podcast__item-title h3,
.page-template-template-podcast .podcast__item-title .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.page-template-template-podcast .podcast__item-duration {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 22px;
}

.page-template-template-podcast .podcast__item-excerpt {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--main-font), sans-serif;
}

.page-template-template-podcast .podcast__item-button {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast__item-button {
    margin-top: 30px;
  }
}
.page-template-template-podcast .podcast__platforms {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast__platforms {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-podcast .podcast__platforms {
    padding-top: 60px;
  }
}
.page-template-template-podcast .podcast__platforms h3 {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.page-template-template-podcast .podcast__platforms-logos ul {
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .page-template-template-podcast .podcast__platforms-logos ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 42px;
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-podcast .podcast__platforms-logos ul {
    margin-top: 55px;
  }
}
.page-template-template-podcast .podcast__item-image img {
  width: 100%;
}

/*# sourceMappingURL=template-podcast.css.map*/