/* Hide previous/next page buttons at bottom of page */
footer.prev-next-footer {
    display: none;
}

/* Helps to hide annoying back to top button */
/* This is on top of the custom JS that hides it */
#pst-back-to-top {
    display: none!important;
}