video {
  max-width: 100%;
  height: auto;
}

.audio-player {
  border: 1px solid #6D6E71;
  padding: 10px 0;
}

.podcast .footer-social {
  text-align: left;
}

.podcast-header:after {
  content: "";
  height: 2px;
  width: calc(100% - 40px);
  background-color: #ddd;
  margin: 24px auto 0;
}

.podcast-header .content-title {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .podcast .content-title {
    font-size: 42px;
  }
}

.items-count {
  text-transform: uppercase;
  letter-spacing: 2pt;
  margin-top: 40px;
}

.podcast .footer-social-list {
  margin: 0 -8px 24px;
}

.podcast .footer-social-list-item {
  text-align: left;
  width: auto;
  margin: 0 8px;
}

.icon-podcast {
  text-align: center;
}

.podcast .footer-social-list-item .icon-podcast {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 30px;
}

.icon-podcast:before {
  font-family: inherit;
}

.podcast-item {
  height: calc(100% - 40px);
}

.podcast-item-info {
  padding-bottom: 20px;
}

.article-breadcrumb {
  margin-bottom: 20px;
}

.article-breadcrumb a {
  font-weight: 600;
  text-decoration: none;
  background-color: #D2E9E7;
  color: #484849;
  padding: 8px;
}

.article-title, .article-subtitle {
  margin-bottom: 24px;
}

.article-mainImage img {
  max-width: 100%;
  height: auto;
}

.article-player {
  margin-bottom: 48px;
}

.article-tags {
  margin: 40px 0;
}

.podcast-tags ul li a:after {
  content: none !important;
}

.article-tags a {
  text-decoration: none;
  background-color: #D2E9E7;
  color: #484849;
  padding: 8px;
  font-weight: 600;
  margin: 0 4px;
}

.podcast-list {

}

.podcast-list-item {
  display: flex;
  margin-bottom: 40px;
}

.podcast-list .podcast-list-item:last-child {
  margin-bottom: 0;
}

.podcast-list-image {
  flex: 0 0 33%;
  max-width: 33%;
  margin-right: 24px;
}

.podcast-list-image img {
  max-width: 100%;
  height: auto;
}

.podcast-list-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
}

.podcast-list-title a {
  text-decoration: none;
}

.podcast-list-title a:hover,
.podcast-list-title a:focus {
  text-decoration: underline;
}

/* Share button styles */

.content-share {
  margin-top: 20px;
  display: flex;
  grid-gap: 10px;
}


.social-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #6D6E71;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.social-btn:hover, .social-btn:focus {
  color: #fff;
}
.social-btn__label {
  padding: 10px 15px;
  line-height: 1;
  order: 2;
  display: none;
}
@media (min-width: 768px) {
  .social-btn__label {
    display: none;
  }
}
.social-btn__icon {
  padding: 10px 15px;
  line-height: 1;
}

.social-btn--linkedin:hover {
  background-color: #007BB6;
}
.social-btn--facebook:hover {
  background-color: #3B5998;
}
.social-btn--twitter:hover {
  background-color: #00ACED;
}
.social-btn--pinterest:hover {
  background-color: #C8232C;
}
.social-btn--email:hover {
  background-color: #484849;
}
.social-btn--print:hover {
  background-color: #37414A;
}
