.sermon-recording-heading {
    margin-bottom: 35px;
}

.sermon-recording-heading h3 {
    font-family: "Raleway", Sans-serif;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #666;
    font-size: 28px;
    border-bottom: 3px solid #666;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.sermon-recording-heading h3:after {
    content: "";
    border-bottom: 3px solid #d54741;
    width: 20%;
    display: block;
    position: absolute;
}

.sermon-recording-elementor-widget table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

.sermon-recording-elementor-widget table th {
    text-align: left;
    padding: 5px;
    border: 0;
    background-color: #d54741;
    color: #fff;
}

.sermon-recording-elementor-widget table td {
    padding: 10px 0;
    border: 0;
}

.sermon-recording-elementor-widget table tr:nth-child(even) {
    background: #faeae9;
}
#sermon-recording-table {
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    border: 0;
}

#sermon-recording-table thead tr th {
    background-image: url(../images/bg.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}

#sermon-recording-table thead tr th:first-child {
    text-align: center;
    width: 35px !important;
    background-image: none;
}

#sermon-recording-table tbody tr td:first-child {
    text-align: center;
}

#sermon-recording-table tr td:not(:first-child) .td-content-wrapper,
#sermon-recording-table thead tr th:not(:first-child) {
    padding-left: 15px;
    padding-right: 15px;
}

#sermon-recording-table .mejs-container {
    width: 300px !important;
    margin: 0 auto;
}

#sermon-recording-table .audio-wrapper {
    background-image: none;
    width: 300px !important;
    padding-left: 15px;
    padding-right: 15px;
}

#sermon-recording-table .download-wrapper {
    background-image: none;
}

.audio-wrapper .mejs-container .mejs-controls {
    background: #d54741 !important;
}

.td-post-date .td-content {
    white-space: nowrap;
}


.td-content-wrapper .td-content {
    line-height: 23px;
    font-weight: 300;
    font-size: 15px;
}

.download-wrapper .td-content-wrapper {
    text-align: center;
}

.page-navigation {
    margin-top: 40px;
    margin-bottom: 50px;
}
  .page-navigation nav {
    display: flex;
    align-items: center;
    justify-content: center; }
  .page-navigation ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2; }
    .page-navigation ul.page-numbers > li {
      display: inline-block; }
      .page-navigation ul.page-numbers > li a {
        color: #d54741;
        text-decoration: none; }

@media only screen and (min-width: 768px) {
  .page-navigation a.page-numbers,
  .page-navigation span.page-numbers {
    padding: 1rem; } }


#sermon-recording-table .td-header-inner {
    display: none;
}
@media (max-width: 767px) {
    #sermon-recording-table th.audio-wrapper,
    #sermon-recording-table tbody td.audio-wrapper,
    #sermon-recording-table .counter-col {
        display: none;
    }

    #sermon-recording-table th.download-wrapper,
    #sermon-recording-table td.download-wrapper {
        width: 100px !important;
    }

    #sermon-recording-table {
        font-size: 14px;
    }
}

@media (max-width: 415px) {
    #sermon-recording-table .td-post-date,
    #sermon-recording-table .date-col {
        display: none;
    }
    #sermon-recording-table .author-col {
        width: 100px;
    }



    #sermon-recording-table th.download-wrapper,
    #sermon-recording-table td.download-wrapper {
        width: 60px !important;
    }

    #sermon-recording-table .download-wrapper .data-table-header-text {
        display: none;
    }
}

@media (max-width: 67px) {
    #sermon-recording-table .td-header-inner {
        display: block;
    }

    #sermon-recording-table .td-content-wrapper {
        padding-left: 15px;
        text-align: left;
    }
    #sermon-recording-table thead {
        display: none;
    }

    #sermon-recording-table .download-wrapper {
        width: 100px !important;
    }

    .download-wrapper .td-content-wrapper {
        justify-content: center;
    }

    td {
        border-bottom: 0;
    }

    #sermon-recording-table .td-header-inner {
        flex-basis: 30%;
        max-width: 30%;
        
    }

    #sermon-recording-table .td-content {
        flex-basis: 70%;
        max-width: 70%;
    }

    #sermon-recording-table tbody tr td {
        float: none;
        clear: left;
        width: 100%;
        text-align: left;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}