/* Hide featured image on single blog posts only */
.single-post .post-thumbnail {
    display: none;
}
/* Center and unbold blog post titles on single posts */
.single-post .entry-title {
    text-align: center;
    font-weight: 400;
}