/* Styling for Soundcloud feed */
.sc_rss_podcast {
  width: 100%; }
  .sc_rss_podcast .podcast-group {
    display: none; }
    .sc_rss_podcast .podcast-group.current {
      display: block; }
  .sc_rss_podcast .pagination {
    text-align: center;
    background: none;
    border-top: none;
    padding-top: 10px;
    min-height: 0px;
    margin: 0px; }
    .sc_rss_podcast .pagination a {
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
      font-size: 12px;
      padding: 5px 8px;
      border: 1px solid #ccc;
      margin: 5px 2px 0px 2px;
      background: #f1f1f1;
      text-decoration: none; }
      .sc_rss_podcast .pagination a:hover {
        background: #f4f4f4;
        text-decoration: none; }
      .sc_rss_podcast .pagination a.current, .sc_rss_podcast .pagination a .current:hover {
        color: #333;
        background: #fff; }
  .sc_rss_podcast .podcast-wrap {
    width: 100%;
    padding: 50px 0px 50px 0px;
    border-bottom: 1px solid #ccc; }
    .sc_rss_podcast .podcast-wrap:last-child {
      border-bottom: none; }
    .sc_rss_podcast .podcast-wrap .podcast-image {
      width: 16%;
      float: left;
      padding-right: 4%;
      padding-top: 5px; }
      .sc_rss_podcast .podcast-wrap .podcast-image img {
        width: 100%;
        height: auto; }
    .sc_rss_podcast .podcast-wrap .podcast-data.poster-width {
      width: 80%;
      float: left; }
    .sc_rss_podcast .podcast-wrap .podcast-data.full-width {
      width: 100%; }
    .sc_rss_podcast .podcast-wrap .podcast-data h4 {
      margin-top: 0px;
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 24px;
      text-align: left; }
    .sc_rss_podcast .podcast-wrap .podcast-data p {
      margin-bottom: 10px; }
    .sc_rss_podcast .podcast-wrap .podcast-data .podcast-date {
      width: 30%;
      float: left;
      color: #da2129;
      font-size: 15px; }
    .sc_rss_podcast .podcast-wrap .podcast-data .podcast-desc {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 20px; }
    .sc_rss_podcast .podcast-wrap .podcast-data .podcast-links {
      text-align: right;
      float: right;
      width: 70%;
      font-size: 15px;
      line-height: 21px; }
    .sc_rss_podcast .podcast-wrap .podcast-data .podcast-links span a, .sc_rss_podcast .podcast-wrap .podcast-data .podcast-links i {
      color: #666; }
    .sc_rss_podcast .podcast-wrap .podcast-data .podcast-mp3 {
      height: 25px; }
  .sc_rss_podcast .mejs-container, .sc_rss_podcast .mejs-embed, .sc_rss_podcast .mejs-embed body, .sc_rss_podcast .mejs-container .mejs-controls {
    border-radius: 10px; }
  .sc_rss_podcast .mejs-controls .mejs-time-rail span, .sc_rss_podcast .mejs-controls .mejs-time-rail a {
    height: 5px; }
  .sc_rss_podcast .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 8px 5px; }
  .sc_rss_podcast .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
  .sc_rss_podcast .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 5px;
    top: 13px; }

@media (max-width: 700px) {
  .sc_rss_podcast .podcast-wrap .podcast-image {
    display: none; }
  .sc_rss_podcast .podcast-wrap .podcast-data.poster-width {
    width: 100%; } }
@media (max-width: 530px) {
  .sc_rss_podcast .podcast-wrap .podcast-data .podcast-date {
    width: 100%;
    float: none; }
  .sc_rss_podcast .podcast-wrap .podcast-data .podcast-links {
    width: 100%;
    float: none;
    text-align: left; } }

/*# sourceMappingURL=style.css.map */
