
/* NEXT CHAPTER SECTION */

.wp-block-custom-next-chapter {
    margin-top: 30px;
}

#next_chapter_footer_new div.row > div[class^="col-"] > div {
    padding: 110px 0px;
    border-top: 1px solid #173355;
    border-bottom: 1px solid #b9c9dd;
    margin-bottom: 70px;
}
#next_chapter_footer_new .next-chapter-red {
    display: inline-block;
    float:left;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #e42520 !important;
}
#next_chapter_footer_new .next-chapter-black {
    display: inline-block;
    float:right;
    font-size: 30px !important;
    font-weight: 500 !important;
}
#next_chapter_footer_new img {
    width: 50px;
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #next_chapter_footer_new div.row > div[class^="col-"] > div {
        padding: 45px 0px !important;
        border-top: 1px solid #173355;
        border-bottom: 1px solid #b9c9dd;
        margin-bottom: 20px;
    }
    #next_chapter_footer_new .next-chapter-red {
        display: block !important;
        float:none !important;
        font-size: 22px !important;
        font-weight: 500 !important;
        color: #e42520 !important;
    }
    #next_chapter_footer_new .next-chapter-black {
        display: block !important;
        float:none !important;
        font-size: 22px !important;
    }
    #next_chapter_footer_new img {
        width: 30px !important;
    }

}
