
.podcastbg {
    background: url(../podcasts/PODCAST-READY-01.png) #d4d4d4 left top no-repeat;   
    background-size: cover;
    padding-top: 30px
}

.podcast {
  max-width: 90%;
  margin: auto
}

.podcast-home-bg {
  background: #f2f2f2;
  overflow: hidden;
  display: block;
  margin-bottom: 30px
}

.podcast-home-main-content-detail {
  padding: 20px 30px;
  overflow: hidden
}

.podcast-home-main-content-detail-left p {
  font-size: 26px;
  color: #000;
  line-height: initial;
  margin: 0;
  font-weight: 500
}

.podcast-home-main-img {
  position: relative
}

.podcast-home-main-img .img-responsive {
  width: 100%
}

.podcast-home-main-content-detail-left h3 {
  color: #d20000;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 8px
}

.podcast-home-main-content-detail-last {
  overflow: hidden
}
.podcast-home-main-content-detail-last ul
{
  padding: 0;
}

.podcast-home-main-content-detail-last ul li {
  float: left;
  padding: 10px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #787878
}

.podcast-home-main-content-detail-last ul li:first-child {
  padding-left: 0
}

.podcast-home-main-content-detail-last ul li:last-child {
  padding-right: 0
}

.podcast-home-main-content-detail-last ul li::after {
  width: 1px;
  background: #000;
  height: 15px;
  content: "";
  position: absolute;
  right: 0;
  top: 17px
}

.podcast-home-main-content-detail-last ul li:last-child:after {
  display: none
}

.podcast-inner-content {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.section-down .podcast-home-main-img {
  position: relative
}

.section-down .section-down-heading {
  position: absolute;
  bottom: 15px;
  text-align: center;
  left: 0;
  right: 0
}

.section-down .section-down-heading h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600
}

.section-down .podcast-home-main-content-detail-left {
  text-align: center
}

.section-down .podcast-home-main-content-detail {
  padding: 15px
}

.section-down .podcast-home-main-content-detail-left p {
  font-size: 22px
}

a.podcast-home-bg:hover {
  -webkit-box-shadow: 0 2px 16px 0 rgb(0 0 0/10%);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 16px 0 rgb(0 0 0/10%)
}

a.podcast-home-bg:hover .hover-black {
  display: block;
  transition: all 2s linear
}

.hover-black {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .2;
  display: none;
  transition: all 2s linear
}

.podcast-playleft {
  float: left;
  width: 315px;
  margin-right: 20px;
  overflow: hidden;
  background: #2c2c34;
text-align: center;
}

.podcast-playright {
  float: left;
  width: -webkit-calc(100% - 335px);
  width: -moz-calc(100% - 335px);
  width: calc(100% - 335px);
  background: #f5f5f5;
  height: 316px;
  position: relative
}

.podcast-playright-head2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0
}

.podcast-playright-head1-left {
  float: left;
  width: -webkit-calc(100% - 149px);
  width: -moz-calc(100% - 149px);
  width: calc(100% - 149px);
  padding-right: 20px;
  text-align: left;
}

.podcast-playright-head1-right {
  float: right;
  padding-top: 15px;
  width: 149px
}

.audio-downloan-button {
  background: #d20000;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase
}

.podcast-playright-head1-right h5 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  color: #787878;
  text-align: right
}

.podcast-playleft img {  
  width: 316px;
height: 316px;
}

.podcast-playbg {
  overflow: hidden
}

.podcast-play-link {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.podcast-play {
  overflow: hidden;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 30px;
  margin-bottom: 30px
}

.podcast-play-link .col-md-12:last-child .podcast-play {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0
}

