/* Custom CSS to clean up Header and Footer */

/* Hide duplicate site name in the header */
.brand h1, .brand .site-name, .navbar-wrapper .brand h1 {
    display: none !important;
}

/* Hide Search Bar if present */
.search-form, .search-box, .widget_search, #searchform {
    display: none !important;
}

/* Hide footer WP theme credits */
.colophon .credits, .colophon .pull-right {
    display: none !important;
}

/* Hide previous/next post navigation on front page template */
.home .post-navigation, .home .navigation {
    display: none !important;
}
