/*
Color
Font Size
Font Color
Font Family


*/
/*********Color*********/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
footer {
  margin-top: 5rem;
}
/******Banner******/
.resource_banner {
  margin-bottom: 5rem;
}
.resource_banner .banner_image_block {
  max-width: 330px;
}
.resource_banner .banner_image_block .ratio-img {
  padding-bottom: 0%;
  height: 100%;
}
.resource_banner .banner_image_block .ratio-img img {
  position: unset;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: unset;
  max-height: 300px;
}
.resource_banner .banner_content_wrapper {
  align-self: center;
  padding: 10px;
}
@media (max-width: 1310px) {
  .resource_banner .banner_content_wrapper {
    margin-top: 20px;
  }
}
.resource_banner .banner_content_wrapper h1.title {
  font-size: 45px;
  line-height: 4rem;
  margin-bottom: 20px;
}
@media (max-width: 1130px) {
  .resource_banner .banner_content_wrapper h1.title {
    font-size: 36px;
    line-height: 3rem;
  }
}
/***************************End Banner**************/
/******Episode box******/
.post-box a {
  color: #1d1d1d;
}
.post-box .post-box-content {
  max-width: unset;
  box-shadow: 0px 3px 12px 0 #002f5480;
}
.post-box .post-box-content .post-imgbox {
  padding-top: 0px;
  padding-right: 0;
  flex: 0 0 335px;
  max-width: 335px;
}
@media (max-width: 1333px) {
  .post-box .post-box-content .post-imgbox {
    flex: 0 0 42%;
  }
}
@media (max-width: 991px) {
  .post-box .post-box-content .post-imgbox {
    display: none;
  }
}
.post-box .post-box-content .post-imgbox img {
  height: 100%;
  width: auto;
}
.post-box .post-box-content .post-text {
  padding-top: 0px;
  padding-left: 0;
  flex: 0 0 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .post-box .post-box-content .post-text {
    flex: 0 0 100%;
  }
}
.post-box .post-box-content .post-detail {
  align-self: flex-start;
}
.post-box .post-box-content .post-link {
  padding: 10px 15px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 2px solid #1d1d1d;
  border-radius: 10px;
}
.post-box .post-box-content .post-link .fa-play {
  font-size: 15px;
}
.post-box .post-box-content .post-imgbox,
.post-box .post-box-content .post-text {
  height: auto;
}
.post-box a:hover .post-box-content {
  background: #e1f3fb;
}
/*****End episode box*******/
/****About box***/
.podcast_episode_info {
  margin-left: 20px;
  padding: 2rem 3rem;
  box-shadow: 0px 20px 50px 0 #1818181a;
  border-radius: 10px;
  background: linear-gradient(145deg, #142c52 0%, #004982 25%, #0063b0 75%, #007dde 100%);
}
@media (max-width: 767px) {
  .podcast_episode_info {
    margin-left: 0px;
    margin-bottom: 4rem;
  }
}
.podcast_episode_info h3,
.podcast_episode_info p {
  color: white;
}
.podcast_episode_info h3 {
  margin-bottom: 20px;
}
/***End about box***/
@media (max-width: 767px) {
  .podcast_episode_body > div.row {
    flex-direction: column-reverse;
  }
}
/*# sourceMappingURL=podcasts-listing.css.map */
