/* Overrides */
.page-template-template-rad-moms-podcast .rad-moms-list {
  border: none;
}

/* New Styles */
.rad-podcast {

}

.hero-wrapper {
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 70px;
}

.hero-wrapper img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero-wrapper-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.hero-text {
  padding: 70px 90px 50px 90px;
  border: 2px solid  #f5786e;
  margin: 40px auto;
  line-height: 2.08;
  color: #6a6a6a;
}


.latest-podcast-heading {
  font-size: 14px;
  letter-spacing: 0.24em;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.latest-podcast-heading:before {
  content: "";
  display: block;
  width: 100%;
  left: 220px;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 6px;
}


.featured-podcast-image {
  float: left;
}

.featured-podcast-item {
  float: left;
  width: 60%;
}




.featured-podcast-item iframe {
  height: 240px;
}

.featured-podcast-links {
  float: right;
}


.featured-podcast-links-heading {
  text-transform: lowercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  text-align: center;
  color: #6b6b6b;
  font-size: 11px;
  letter-spacing: 0.02em;
  font-family: 'ProximaNovaRegular', sans-serif;
}

.latest-podcast {
  margin-bottom: 80px;
}

.guest-title {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: 'gotham_boldregular';
  color: #6a6a6a;
}

.guest-position {
  font-size: 16px;
  color: #6a6a6a;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.position-meta {
  margin-bottom: 40px;
}

.position-meta-cat, 
.position-meta-cat a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.24em;
  display: inline-block;
  color: #6b6b6b;
  text-transform: uppercase;
}

.position-meta-date {
  color: #c6c6c5;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}


.single .featured-podcast-item {
  width: 78%;
}

.single .featured-podcast-links{
  width: 20%;
}


@media screen and (max-width: 767px) {
  
  .hero-text {
    padding: 40px 20px 40px 20px;
    margin: 0;
  }

  .latest-podcast {
    margin-bottom: 20px;
  }

  .page-template-template-rad-moms-podcast .rad-moms-list {
    margin-top: 20px;
  }

}



@media screen and (max-width: 767px) {
  
  .featured-podcast-item,
  .featured-podcast-links {
    float: left;
    width: 100%;
  }
  
}


.featured-podcast-logo {
  float: left;
  margin-right: 30px;
}


@media screen and (max-width: 767px) {
  
  .featured-podcast-logo {
    margin-bottom: 30px;
  }
    
}
