
/*=================================================
rssParse Style Sheet
=================================================== */

.podcastFeed_AudioPlayer  {
    text-align: center;
}

#podcastFeed_Player {
  width: 80%;
  margin-bottom: 20px;
  outline: none;
}

.podcastFeed img {
  width: 150px;
  float: left;
  margin: 5px 10px 0 0;
  border-radius: 5px;
}

.podcastFeed_Icon {
    width: 20px;
    padding: 0 20px 10px 10px !important;
    font-size: 2em;
}

.podcastFeed_Episode {
  padding: 0 !important;

}

.podcastFeed_Description {
  padding: 0 !important;
  font-size: 16px;
}

.podcastFeed_Date {
  padding: 0 0 10px 0 !important;
  font-size: 14px;
}

.podcastFeed_Item {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}

.hidden {
  display: none;
}

.podcastFeed_Pages {
    text-align: center;
}

.podcastFeed_Pages a {
  padding-right: 10px;
  color: #A0BF45 !important;
}

.podcastFeed_Pages .activePage {
  color: white !important;
}

/*=================================================
Media Query
=================================================== */
@media (max-width: 575px) {

  .podcastFeed_Icon {
      width: 10px;
      font-size: 1.5em;
      vertical-align: top;
      padding-top: 0;
  }

  .podcastFeed_Description {
    font-size: 12px;
  }

  .podcastFeed_Date {
    font-size: 10px;
  }

  .podcastFeed_Item {
    font-size: 14px;
  }

  .podcastFeed_Player {
    width: 100%;
  }

}
