/* With no posts, a search box appears on front page.  This hides the search box */
#no-results {
display: none;
}

/* This hides the entire content container after featured items.  This includes hiding any posts and the search box */
#section-home + #content {
display: none;
}

/* Hides generic footer */
#sub-footer {
display: none;
}
