/* Start custom CSS */.entry-content a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}
.entry-meta, .post-meta, .meta-wrapper {
    display: none !important;
}
.single-post .entry-content, 
.single-post .site-main {
    max-width: 800px;
    margin: 0 auto !important;
    float: none !important;
}
.cat-links, .entry-categories {
    display: none !important;
}/* End custom CSS */