/* =hide featured images on posts
----------------------------------------------- */
.hentry .single-thumbnail {
    display: none;
}


/* =hide previous next etc information on posts
----------------------------------------------- */
.post-aside {
    display: none;
}
