   * {
         padding: 0px;
         margin: 0px;
       box-sizing: border-box;
     }
      body {
        color: #ed1c24;
        font-family: 'IBM Plex Sans','Open Sans', Arial, sans-serif;
        line-height: 1.3;
        font-weight: 400;
        background-image: url("/images/bg.png");
        background-size: tile;
          padding: 25px;
      }


      h2 {
        font-size: 55px;
        line-height: 57px;
        font-weight: bold;
        padding-bottom: 10px;
      }

      h3 {
        font-size: 28px;
        padding-bottom: 5px;
/*        margin-bottom: -1em;*/
      }
      h4 {
          font-size: 28px;
/*          margin-top: 20px;*/
          margin-bottom: -1em;
      }
      p, .p, ul, ol {
        font-size: 20px;
        line-spacing: 1.2em;
        margin-top: 1em;
      }

      hr {
          margin-top: 10px;
          margin-bottom: 10px;
          color: red;
          border: 1px solid red;
      }

.container {
    padding: 0px;
/*    width: 100%;*/
    max-width: 1500px;
    margin: auto;
    background-color: white;
}
    .wrap {
        width: 90%;
        padding: 30px 75px 50px 75px;
        max-width: 50em;
        /*margin: 0 auto;*/
        overflow: hidden;
      }

      article {
        margin-top: 2em;
        margin-bottom: 4em;
      }

      a {
        color: #ed1c24;
        text-decoration: none;
      }
      a:hover {
        text-decoration: underline;
      }
/* ------------- HEADER --------------*/
      .index-header {
        width: 25%;
        color: white;
          padding: 25px;
        overflow: hidden;
          background-color: white;
/*          margin-top: -25px;*/
              float: left;
      }
      .index-header p {
          font-size: 18px;
          line-height: 22px;
        color: #ed1c24;
        text-transform: uppercase;
          margin-top: 0px;
        /*font-weight: bold;*/
      }
      .index-header img {
          width: 100%;
      }
      a.post-title {
        color: #ed1c24;
        font-weight: 900;
      }
      a.post-title:hover {
        text-decoration: none;
        border-bottom: 1px solid #ed1c24;
      }
      header a:hover {
        text-decoration: underline;
        color: #ed1c24;
      }
.episode-header {
    width: 100%;
    padding: 25px;
    background-color: #ed1c24;
    display: flex;
}
.episode-header img {
          height: 50px;
    width: auto;
      }
.episode-header a {
    color: white;
}
.episode-header a:hover {
    color: white;
}
.episode-header .logo {
    width: 15%;
}
.nav .pages li {
    padding-right: 25px;
    font-weight: 100;
    font-size: 18px;
    padding-bottom: 5px;
          font-family: 'IBM Plex Sans',"Open Sans", "IBM Plex Serif", Courier, monospace;
    font-weight: 300;
}
.nav .social-media {
    text-align: left;
    padding-top: 5px;
}
.nav .social-media a {
padding-right: 5px;
}
      .pages {
          display: flex;
      }
      .pages li {
          list-style-type: none;
          /*float: left;*/
      }
      .social-media {
          /*float: right;*/
        text-align: right;

      }
/* ------------- INDEX --------------*/
.index-container {
        max-width: 1500px;
        margin: auto;
}
.featured-episode-hero {
    display: flex;
    width: 100%;
    border-top: 1px solid white;
            align-items: stretch;
}
.featured-episode-image {
    min-height: 70vh;
    width: 50%;
            background-size: cover;
    background-position: center;
    position: relative;
}
.featured-episode-image img {
    width: 100%;
}
.featured-episode-image .info {
    border-top: 1px solid white;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.featured-episode-image .info h2 {
    font-size: 36px;
    padding: 0px;
}
.featured-episode-image .episode-title {
    width: 70%;
    padding: 25px;
            border-right: 1px solid white;
}
.featured-episode-image .episode-tags {
    width: 30%;
            padding: 25px;
        border-right: 0px solid white;
}
.featured-episode-image .episode-tags h2{
    font-weight: normal;
    font-size: 20px;
}




.featured-episode-text {
        width: 50%;
    float: right;
    background-color: #ed1c24;
    color: white;
}
.featured-episode-text .info {
    border-bottom: 1px solid white;
    color: white;
}
.featured-episode-text .info h2 {
    font-size: 36px;
    padding: 0px;
}
.featured-episode-text .episode-title {
    width: 70%;
    padding: 25px;
            border-right: 1px solid white;
/*            font-size: 40px;*/
}
.featured-episode-text .date {
    width: 15%;
        padding: 25px;
}
.featured-episode-text .episode-tags {
    width: 30%;
            padding: 25px;
/*        border-right: 1px solid white;*/
}
.featured-episode-text .episode-tags h2{
    font-weight: normal;
    font-size: 20px;
}
.featured-episode h2 {
    padding-top: 15px;
    color: white;
}
.featured-episode-text p {
    font-size: 36px;
    margin: 0px;
    padding: 25px;
    font-weight: 300;
}
.featured-episode-tag {
    background-color: white;
    padding: 5px;
    margin-bottom: 5px;
    color: #ed1c24;
    font-weight: bold;
    text-transform: uppercase;
}
.more-episodes {
    padding: 25px;
}
.latest {
    display: flex;
    padding-top: 50px;
    font-size: 20px;
    margin-left: -15px;
    margin-right: -15px;
    align-items: stretch;
}
.latest a:hover {
    text-decoration: none;
}
.newest-episodes p {
    padding-bottom: 15px;
    margin-top: 0px;
    padding-top: 0px;

}
.newest-episodes {
    width: 33%;
    padding: 15px;
    position: relative;
    padding-bottom: 50px;
}
.listen-link {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
}
.membership-ad {
    border-top: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;
    text-align: center;
    padding: 25px;
    font-weight: bold;
}
.membership-ad p{
    padding: 0;
    margin: 0;
}
.membership-ad a{
    border-bottom: 1px solid lightgrey;
    font-weight: normal;
}
.membership-ad a:hover {
    text-decoration: none;
            border-bottom: 1px solid #ed1c24;
}

/* ------------- EPISODE PAGE --------------*/

.info {
    display: flex;
        border-bottom: 1px solid #ed1c24;
}
.info h2 {
    font-size: 40px;
    padding-top: 0px;
    line-height: 38px;
    font-weight: 700;
}
.episode-title {
    border-right: 1px solid #ed1c24;
    width: 60%;
    padding: 25px;
/*            font-size: 40px;*/
}
.date {
    width: 15%;
        padding: 25px;
        border-right: 1px solid #ed1c24;
}
.episode-tags {
    width: 25%;
            padding: 25px;
}
.description {
      font-family: 'IBM Plex Sans', "Open Sans", "IBM Plex Serif", Courier, monospace;
    font-weight: 300;
    font-size: 40px;
    padding: 25px;
    border-bottom: 1px solid #ed1c24;
}
.show-notes {
    width: 60%;
    margin: auto;
    padding: 25px;
}
.listen {
    border-bottom: #ed1c24 solid 1px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    display: flex;
}
.listen li {
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
}
.listen a {
    border-bottom: 1px solid lightgrey;
}
.listen a:hover {
    border-bottom: 1px solid #ed1c24;
    text-decoration: none;
}
.content {
    padding: 25px;
}
.show-notes ul {
    list-style: none;
    font-size: 24px;
    padding-bottom: 25px;
}
.show-notes li {
    padding-top: 10px;
}
.show-notes ul a {
    border-bottom: 1px solid lightgrey;
}
.show-notes ul a:hover {
    border-bottom: 1px solid #ed1c24;
    text-decoration: none;
}
      .more {
         margin-top: 1em;
         font-weight: bold;
      }
      .more a {
          color: white;
          background-color: #ed1c24;
        padding: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
      }

 /* ------------- TAGS --------------*/
      .tags {
        margin-top: 1em;

      }
      .tags li {
          border: 1px solid #ed1c24;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        list-style-type: none;
        font-family: 'IBM Plex Sans', "Open Sans", Courier, monospace;
        font-size: 14px;
        margin-right: 5px;
        font-weight: normal;
        text-transform: uppercase;
        display: inline;
      }
      .tags li:hover {
          background-color: #ed1c24;
          color: white;
      }
      .tags li a {
        text-decoration: none;
      }
      .tags li a:hover {
          text-decoration: none;
      }

 /* ------------- PAGINATION --------------*/

.pagination {
    border-top: 1px #ed1c24 solid;
    display: flex;
}
.pagination .prev {
/*    float: right;*/
    width: 33%;
    text-align: right;
    padding: 50px;
    padding-bottom: 75px;
}
.pagination .top {
 width: 33%;
        border-right: 1px #ed1c24 solid;
    padding: 50px;
        padding-bottom: 75px;
    text-align: center;
}
.pagination .next {
/*    float: left;*/
        width: 33%;
    border-right: 1px #ed1c24 solid;
    padding: 50px;
        padding-bottom: 75px;
}
.pagination a:hover {
    border-bottom: 0px;
    text-decoration: none;
}
/* ------------- ARCHIVE --------------*/
.episode-item {
    width: 100%;
    display: flex;
}
/* ------------- ABOUT --------------*/
.page-content {
    display: flex;
    padding: 10px;
}
.page-content article {
    padding: 15px;
    width: 50%;
}
.page-content article a {
border-bottom: 1px solid lightgray;
}
.page-content article a:hover {
border-bottom: 1px solid #ed1c24;
    text-decoration: none;
}

.page-content article img {
    width: 100%;
}
/* ------------- MEMBERSHIP --------------*/
.subscribe {
    width: 100%;
    float: none;
display: flex;
    padding: 25px;
    margin: auto;
    border-bottom: 1px #ed1c24 solid;
}
.member-button {
          padding: 9px 6px 9px 6px;
          background-color: #ed1c24;
          color: white;
          text-align: center;
        padding: 25px;
    margin: 10px;
    width: 40%;
    margin: auto;
    border-radius: 15px;
      }
.member-button a {
          color: white;
          text-decoration: none;
      }
      .member-button h4 {
          padding-top: 0px;
          margin-top: 0px;
      }

 /* ------------- FOOTER --------------*/

    footer {
        background-color: #ed1c24;
        color: white;
        /*margin-top: 20px;*/
        padding: 25px;
        font-family: 'IBM Plex Sans', "Open Sans", Courier, monospace;
        display: block;
                font-size: 18px;
        line-height: 26px;

      }
    footer p {
        font-size: 16px;
    }
    footer a {
        text-decoration: underline;
        color: white;
    }
    footer li {
        list-style-type: none;
    }
    .footer_link {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        width: 100%;
    }
   .column {
        width: 33%;
        padding-bottom: 25px;
    }



/*-----------------------------------
TABLET
----------------------------------- */
@media screen and (min-width: 701px) and (max-width: 1124px) {
   .container {
       max-width: 100%;
   }
    .episode-header .logo{
        width: 25%;
    }
    .episode-header .nav {
        width: 100%;
        padding-left: 15px;
    }
    .episode-header .nav .social-media {
        width: 100%;
    }
.featured-episode-hero {
    display: block;
}
.featured-episode-image {
    height: 50vh;
    width: 100%;
}
.featured-episode-text {
        width: 100%;
}
.info h2 {
    font-size: 24px;
    line-height: 28px;
    }
    .listen li {
        padding: 10px;
    }
    .show-notes {
        width: 100%;
    }
     .pages {
          float: none;
        width: 100%;
    margin: auto;

      }
      .pages li {
          list-style-type: none;
          float: left;
          padding-right: 30px;
      }

    .social-media {
        width: 90%;
        display: block;
        padding-top: 20px;
        float: none;
         text-align: left;
        margin: auto;
      }
   .wrap {
       margin: auto;
       width: 90%;
padding-left: 25px;
padding-right: 25px;
   }
    footer {
        padding-left: 50px;
    }
}

/* MOBILE
----------------------------------- */
@media only screen and (max-width: 700px) {
    body {
        padding: 15px;
    }
    .container {
       margin-left: 0px;
       margin-right: 0px;
       width: 100%;
   }
    .wrap {
        padding: 25px;
    }
    header {
        padding-left: 15px;
        box-sizing: border-box;
    }
    header p {
        font-size: 20px;
        line-height: 21px;
    }
    header img {
        width: 85%;
    }
    .nav {
          padding: 15px 25px 15px 25px;
          display: block;
    }
    nav .pages {
        display: block;
    }
    .social-media {
/*        display: block;*/
        padding-top: 20px;
          float: none;
          text-align: left;
      }
.featured-episode-hero {
    display: block;
}
.featured-episode-image {
    max-height: 40vh;
    min-height: 40vh;
    width: 100%;
}
.featured-episode-text {
        width: 100%;
}
    .featured-episode-text p {
        padding: 15px;
        font-size: 24px;
}
.featured-episode-image .info .episode-title,
    .featured-episode-image .info .episode-tags {
        padding: 15px;
    }
    .featured-episode-image .info .episode-title h2 {
        font-size: 24px;
    }
.more-episodes {
    padding: 15px;
    padding-bottom: 50px;
}
.latest {
    display: block;
    padding-top: 25px;
    font-size: 20px;
        margin-left: 0px;
    margin-right: 0px;
}
.newest-episodes {
    width: 100%;
    padding: 0px;
    padding-top: 25px;
}
    .listen-link {
        position: relative;
    }
    .footer_link {
        display: block;
    }
    .column {
        width: 100%;
    }
    .subscribe {
        display: block;
        padding: 15px;
    }
      .member-button {
          width: 95%;
          margin: 10px;
          padding: 15px;
      }
.episode-header {
    padding: 15px;
    margin-bottom: 0px;
    display: inline-table;
}
    .episode-header .nav {
        padding: 0px;
    }
    .episode-heaver .nav .pages li {
        float: left;
        padding: 5px;
    }
.episode-header img {
          height: 50px;
    width: auto;
      }
.episode-header a {
    color: white;
}
.episode-header a:hover {
    color: white;
}
.episode-header .logo {
    width: 50%;
    float: left;
}

/* ------------- EPISODE PAGE --------------*/

.info {
    display: block;
    font-size: 14px;
    display: flex;
        align-items: stretch;
    flex-wrap: wrap;
}
.info h2 {
    font-size: 20px;
    line-height: 25px;
}
.episode-title {
    border-bottom: 1px solid #ed1c24;
        border-left: 1px solid #ed1c24;
        border-right: none;
    width: 75%;
/*    margin-left:25%;*/
    padding: 10px;
}
.date {
    width: 25%;
    float: left;
        padding: 10px;
    border-bottom: 1px solid #ed1c24;
        border-right: none;
}
.episode-tags {
    width: 100%;
    padding: 10px;

}
.description {
    font-size: 25px;
    padding: 15px;
}
.show-notes {
    width: 100%;
    padding: 15px;
    text-align: center;
}
.listen {
    display: block;
}
.listen li {
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
}
.listen a {
/*    color: white;*/
    border-bottom: 1px solid lightgrey;
}
.listen a:hover {
    border-bottom: 1px solid #ed1c24;
    text-decoration: none;
}
.content {
        text-align: left;
}
.show-notes {
    text-align: left;
    list-style: none;
    font-size: 20px;
}
.show-notes li {
        font-size: 20px;
}
/* ------------- PAGINATION --------------*/

.pagination {
    font-size: 14px;
}
    .pagination h4 {
        font-size: 18px;
    }
.pagination .prev {
    padding: 15px;
    padding-bottom: 35px;
}
.pagination .top {
    padding: 15px;
        padding-bottom: 35px;
    text-align: center;
}
.pagination .next {
    padding: 15px;
        padding-bottom: 35px;
}
/* ------------- PAGE --------------*/
    .page-content {
    display: block;
    padding: 15px;
}
.page-content article {
    padding: 0px;
    width: 100%;
}
}
