@import "_fancy.css";
.podcastpage {
  font-family: var(--font-family);
}
.podcastpage .podcast_top_1 {
  padding-top: 127px;
  border-bottom: 1px solid #fdc934;
  background: #17293c;
  color: #fff;
}
.podcastpage .podcast_top_1 h1 {
  font-size: 60px;
  line-height: 80px;
}
.podcastpage .podcast_top_1 h1 span {
  color: #fdc934;
}
.podcastpage .podcast_top_1 p.lead {
  font-size: 27px;
  line-height: 38px;
  font-weight: 600;
}
.podcastpage .podcast_top_1 p.lead span {
  color: #fdc934;
}
.podcastpage .podcast_top_1 p.auth {
  padding-top: 51px;
}
.podcastpage .podcast_top_1 .container {
  max-width: 1284px;
}
.podcastpage .podcast_top_1 .podcast_top_author_holder {
  position: relative;
  max-width: 766px;
}
.podcastpage .podcast_top_1 .podcast_top_author_holder img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.podcastpage .podcast_top_1 .play_holder {
  font-size: 20px;
  font-weight: 600;
  margin-top: 133px;
  margin-bottom: -1px;
}
.podcastpage .podcast_top_1 .play_holder span {
  color: #fdc934;
}
.podcastpage .podcast_top_1 .play_holder .playpodcast {
  width: 74px;
  height: 74px;
  cursor: pointer;
  background: #fff url(../img/playtriangle.svg) no-repeat center center;
}
.podcastpage .podcast_top_1 .play_holder .pause .playpodcast {
  background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgMjRoLTZ2LTI0aDZ2MjR6bTEwLTI0aC02djI0aDZ2LTI0eiIvPjwvc3ZnPg==)
    no-repeat center center;
}
.podcastpage .podcast_top_1 .podcast_top_rel {
  position: relative;
}
.podcastpage .podcast_top_1 .podcast_top_rel .podcast_top_img {
  position: absolute;
  top: 14px;
  left: 53px;
}
.podcastpage .podcast_top_1 .podcast_top_rel .podcast_socs {
  position: absolute;
  bottom: 41px;
  left: 247px;
}
.podcastpage .podcast_body {
  padding-top: 126px;
  padding-bottom: 194px;
  color: #fff;
  background: #425364;
}
.podcastpage .podcast_body .container {
  max-width: 1284px;
}
.podcastpage .podcast_body img {
  max-width: 100%;
  height: auto;
}
.podcastpage .podcast_body .podcast_body_border {
  margin-top: 68px;
  border-bottom: 1px solid #8d97a1;
}
.podcastpage .podcast_body .podcast_body_txt {
  margin-left: -20px;
}
.podcastpage .podcast_body .podcast_body_txt h1,
.podcastpage .podcast_body .podcast_body_txt h2 {
  font-size: 44px;
  line-height: 57px;
  margin-bottom: 25px;
}
.podcastpage .podcast_body .podcast_body_txt h1 span,
.podcastpage .podcast_body .podcast_body_txt h2 span {
  color: #fdc934;
}
.podcastpage .podcast_body .podcast_body_txt h3 {
  font-size: 27px;
  line-height: 38px;
}
.podcastpage .podcast_body .podcast_body_txt h3 span {
  color: #fdc934;
}
.podcastpage .podcast_body .podcast_body_txt ul {
  padding: 33px 0;
  margin: 0;
  list-style: none;
}
.podcastpage .podcast_body .podcast_body_txt ul li {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 23px;
  display: flex;
}
.podcastpage .podcast_body .podcast_body_txt ul li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: #fdc934;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 10px;
}
.podcastpage .podcast_body .podcast_body_txt ul li:last-child {
  margin-bottom: 0;
}
.podcastpage .podcast_body .latest_episodes {
  padding-top: 56px;
}
.podcastpage .podcast_body .latest_episodes h2 {
  margin-bottom: 80px;
  font-size: 44px;
}
.podcastpage .podcast_body .latest_episodes h2 span {
  color: #fdc934;
}
.podcastpage .podcast_body .latest_episodes .laep_box {
  display: inline-block;
  vertical-align: top;
  max-width: 352px;
  margin-bottom: 120px;
}
.podcastpage .podcast_body .latest_episodes .laep_box .laep_box_image {
  position: relative;
}
.podcastpage .podcast_body .latest_episodes .laep_box .laep_box_image:after {
  content: "";
  width: 62px;
  height: 62px;
  background: #fdc934 url(../img/playtriangle.svg) no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.podcastpage .podcast_body .latest_episodes .laep_box .laep_box_ep {
  padding-top: 27px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}
.podcastpage .podcast_body .latest_episodes .laep_box .laep_box_ep span {
  color: #fdc934;
}
.podcastpage .podcast_body .latest_episodes .laep_box .laep_box_ep .time_ep {
  font-weight: 400;
  font-size: 14px;
  color: #a3aab1;
}
.podcastpage .podcast_body .latest_episodes .laep_box h3 {
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 17px;
  color: #fff;
}
.podcastpage .podcast_body .latest_episodes .laep_box h3 span {
  color: #fdc934;
}
.podcastpage .podcast_body .latest_episodes .laep_box p {
  color: #a3aab1;
  font-size: 18px;
  margin-bottom: 22px;
}
.podcastpage .podcast_body .latest_episodes .laep_box .readmore_ep {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
}
.podcastpage .podcast_body .latest_episodes .laep_box .readmore_ep:after {
  content: "";
  background: url(../img/yelar.svg) no-repeat;
  position: absolute;
  top: 4px;
  right: 0;
  width: 14px;
  height: 22px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.podcastpage .podcast_body .latest_episodes .laep_box .readmore_ep:hover {
  text-decoration: none;
}
.podcastpage .podcast_body .latest_episodes .laep_box .readmore_ep:hover:after {
  right: -5px;
}
.podcastpage.spec .podcast_body,
.podcastpage.spec .podcast_top_1 {
  background: transparent;
}
.podcastpage.spec .podcast_body .podcast_body_border {
  margin-top: 119px;
}
.newpod_form .newpod_formplace {
  max-width: 927px;
}
.newpod_form
  .newpod_formplace
  .newpod_form
  .newpod_formplace
  form
  input[type="submit"] {
  margin-top: 15px;
}
.newpod_form .mt40 {
  margin-top: 40px;
  display: block;
}
.top-ban-sec {
  background-color: #17293c;
  position: relative;
}
.top-ban-sec:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fdc934;
}
.top-ban {
  padding-top: 76px;
}
.top-ban__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.top-ban__soc p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  margin-right: 25px;
  padding-top: 5px;
}
.top-ban__soc a:not(:last-of-type) {
  margin-right: 25px;
}
.top-ban__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-ban__left {
  max-width: 500px;
  width: 100%;
  padding-bottom: 165px;
}
.top-ban__left h4 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 23px;
}
.top-ban__left h4 span {
  color: #fdc934;
}
.top-ban__left h6 {
  margin: 0;
  color: #a3aab1;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.top-ban__left h1 {
  margin: 0;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}
.top-ban__left p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 35px;
}
.top-ban__left h5 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 35px;
}
.top-ban .ico-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-ban .ico-box a {
  display: block;
}
.top-ban .ico-box a:not(:last-of-type) {
  margin-right: 30px;
}
.top-ban .ico-box-soc {
  display: none;
}
.top-ban__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.top-ban__right-img {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 666px;
  width: 100%;
}
.top-ban__right-bg {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 670px;
  height: 589px;
}
.bio-sec {
  background-color: #425364;
}
.bio {
  padding-top: 160px;
  padding-bottom: 100px;
  border-bottom: 1px solid #8d97a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bio .bio__left {
  max-width: 575px;
  width: 100%;
  margin-right: 10px;
}
.bio .bio__left img {
  width: 100%;
}
.bio .bio__left a {
  display: block;
  position: relative;
}
.bio .bio__left a:after {
  content: "";
  position: absolute;
  background-image: url("../img/page2/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: calc((100% - 68px) / 2);
  left: calc((100% - 68px) / 2);
  width: 68px;
  height: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bio .bio__left a:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bio .bio__right {
  max-width: 575px;
  width: 100%;
  margin-left: 10px;
}
.bio .bio__right h5 {
  margin: 0;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.bio .bio__right p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.bio .bio__right p:last-of-type {
  margin-bottom: 40px;
}
.bio .bio__right a {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
}
.bio .bio__right a:hover img {
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}
.bio .bio__right a img {
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.episode-sec {
  background-color: #425364;
}
.episode {
  padding-top: 120px;
  padding-bottom: 200px;
}
.episode h5 {
  margin: 0;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
}
.episode h5 span {
  color: #fdc934;
}
.episode__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.episode__left {
  max-width: 350px;
  width: 100%;
  margin-right: 10px;
}
.episode__left img {
  max-width: 290px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.episode__left-imgbox {
  background-color: #8b97a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 10px;
}
.episode__left-imgbox:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/page2/ep-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.episode__left-imgbox .play {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 62px;
  height: 62px;
}
.episode__right {
  max-width: 793px;
  margin-left: 10px;
}
.episode__right h5 {
  margin: 0;
  font-size: 27px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.episode__right h5 span {
  color: #fdc934;
}
.episode__right p {
  margin: 0;
  color: #a3aab1;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}
.episode__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.episode__right a:hover img {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.episode__right a img {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.episode__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.episode__right-top h6 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  margin-right: 15px;
}
.episode__right-top h6 span {
  color: #fdc934;
}
.episode__right-top p {
  margin: 0;
  color: #a3aab1;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .top-ban__right-bg {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .bio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .podcastpage .podcast-content-image,
  .podcastpage .podcast-content-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-ban-sec {
    background-color: #17293c;
    position: relative;
    padding-bottom: 15px;
  }
  .top-ban-sec:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fdc934;
  }
  .top-ban__soc p {
    font-size: 16px;
    line-height: 18px;
  }
  .top-ban__box {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-ban__left {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  .top-ban__right {
    display: block;
    margin: 0 auto;
    max-width: 666px;
  }
  .bio {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }
  .bio .bio__left {
    max-width: 575px;
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .bio .bio__right {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .episode__box {
    display: block;
  }
  .episode__left {
    max-width: 350px;
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .episode__right {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 766px) {
  .top-ban {
    padding-top: 85px;
  }
  .top-ban__soc {
    display: none;
  }
  .top-ban__box {
    display: block;
  }
  .top-ban__left {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  .top-ban__left h4 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 17px;
  }
  .top-ban__left h6 {
    margin-bottom: 17px;
  }
  .top-ban__left h1 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  .top-ban__left p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
  }
  .top-ban__left h5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .top-ban .ico-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-ban .ico-box a {
    display: block;
  }
  .top-ban .ico-box a:not(:last-of-type) {
    margin-right: 30px;
  }
  .top-ban .ico-box-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
  .top-ban .ico-box-soc p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    margin-right: 25px;
    padding-top: 5px;
  }
  .top-ban .ico-box-soc a:not(:last-of-type) {
    margin-right: 25px;
  }
  .bio__left {
    margin-bottom: 40px;
  }
  .bio__left a:after {
    top: calc((100% - 46px) / 2);
    left: calc((100% - 46px) / 2);
    width: 46px;
    height: 46px;
  }
  .bio__right h5 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .bio__right p {
    font-size: 16px;
    line-height: 25px;
  }
  .bio .bio__right p:last-of-type {
    margin-bottom: 15px;
  }
  .episode {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .episode h5 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 70px;
  }
  .episode__left {
    margin-bottom: 35px;
  }
  .episode__right h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 340px;
  }
  .episode__right p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .episode__right-top {
    margin-bottom: 20px;
  }
  .episode__right-top h6 {
    margin-right: 20px;
  }
  .episode__right-top p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
@media (max-width: 500px) {
  .episode__left {
    max-width: 100%;
    width: 100%;
  }
  .episode__left img {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .top-ban .ico-box a:not(:last-of-type) {
    margin-right: 15px;
  }
  .top-ban .ico-box-soc p {
    margin-right: 15px;
  }
  .top-ban .ico-box-soc a:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .podcastpage .podcast_body .podcast_body_txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .hide992 {
    display: none;
  }
  .podcastpage .podcast_top_1 {
    padding-top: 90px;
  }
  .podcastpage .podcast_top_1 h1 {
    font-size: 48px;
    line-height: 53px;
  }
  .podcastpage .podcast_top_1 p.lead {
    margin-bottom: 45px;
  }
  .podcastpage .podcast_top_1 p.auth {
    padding-top: 0;
  }
  .podcastpage .podcast_top_1 .play_holder {
    margin-top: 38px;
  }
  .podcastpage .podcast_top_1 .podcast_top_rel .podcast_socs {
    position: static;
    margin-bottom: 110px;
    margin-top: 47px;
  }
  .podcastpage .podcast_body .podcast_body_txt {
    padding-top: 60px;
  }
  .podcastpage .podcast_body .podcast_body_txt h1,
  .podcastpage .podcast_body .podcast_body_txt h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .podcastpage .podcast_body .podcast_body_txt ul li {
    font-size: 20px;
    line-height: 27px;
  }
  .podcastpage .podcast_body .podcast_body_txt h3 {
    font-size: 21px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .podcastpage .podcast_body .latest_episodes .laep_box h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .podcastpage .podcast_body .latest_episodes .laep_box p {
    font-size: 16px;
  }
  .podcastpage .podcast_body .latest_episodes h2 {
    font-size: 32px;
    margin-bottom: 27px;
  }
  .podcastpage .podcast_body .latest_episodes {
    padding-top: 20px;
  }
  .podcastpage .podcast_body .podcast_body_border {
    margin-top: 37px;
  }
  .podcastpage .podcast_body {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .podcastpage .podcast_top_1 .podcast_top_author_holder img {
    max-width: 240px;
    right: -25px;
  }
  .hide767 {
    display: none;
  }
  .newpod_form .newpod_formplace form input[type="email"],
  .newpod_form .newpod_formplace form input[type="text"] {
    margin-top: 15px;
  }
  .newpod_form .newpod_formplace form input[type="submit"] {
    margin-top: 0;
  }
  .newpod_form .mt40 {
    max-width: 170px;
    margin-top: 0;
  }
  .cta-banner.newpod_form .cta-banner-inner {
    padding-top: 62px;
    padding-bottom: 79px;
  }
}
@media only screen and (min-width: 1200px) {
  .podcastpage .podcast_body .latest_episodes > .row {
    margin-left: -44px;
    margin-right: -44px;
  }
  .podcastpage .podcast_body .latest_episodes > .row > div {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  input,
  textarea {
    background-image: -webkit-linear-gradient(
      #fff 0,
      0%,
      100%,
      0,
      #fff 0,
      0%,
      100%,
      0
    );
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* amends */
.top-ban-sec {
  padding-top: 133px;
}

.podcastpage .podcast_top_1 {
  padding-top: 250px;
}

.yellow-text {
  color: #fdc934;
}

/* imagify amendds */
.top-ban__right-img img {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 666px;
  width: 100%;
}

.top-ban__right-bg img {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 670px;
  height: 589px;
}

.podcastpage.single-podcast .play_holder .playpodcast {
  position: absolute;
  background-image: url(../img/page2/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: calc((100% - 68px) / 2);
  left: calc((100% - 68px) / 2);
  width: 68px;
  height: 68px;
}

.podcastpage.single-podcast .play_holder {
  position: relative;
}

.podcastpage.single-podcast .play_holder .pause .playpodcast {
  width: 68px;
  height: 68px;
  background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgMjRoLTZ2LTI0aDZ2MjR6bTEwLTI0aC02djI0aDZ2LTI0eiIvPjwvc3ZnPg==)
    no-repeat center center;
}

@media only screen and (max-width: 992px) {
  .podcastpage .podcast_top_1 {
    padding-top: 170px;
  }

  .top-ban-sec {
    padding-top: 103px;
  }
}
