/*
Theme Name: Movie Review Blog Child
Template: movie-review-blog
Version: 1.0
Description: Child theme for Blutterbunged - all customisations survive parent theme updates.
*/
@import url("../movie-review-blog/style.css");

/* === BLUTTERBUNGED CUSTOMISATIONS === */

/* Black nav bar, no overflow bleed */
.sticky-header,
.header-inner {
    background-color: #000000 !important;
    overflow: hidden;
}

/* Hide WordPress header image strip - collage only shows in page banner below */
.header-image,
#wp-custom-header,
.wp-custom-header {
    display: none !important;
}

/* White bold logo */
.logo-content a {
    color: #ffffff !important;
    font-weight: bold !important;
    text-shadow: none !important;
}
.logo-content a:hover { color: #cccccc !important; }

/* White nav links */
.main-navigation a,
.navi a,
.navbar-nav a,
.top-menu-wrapper a {
    color: #ffffff !important;
    text-shadow: none !important;
}
.main-navigation a:hover,
.navi a:hover,
.navbar-nav a:hover,
.top-menu-wrapper a:hover { color: #cccccc !important; }

/* Shorter homepage banner */
.home .feature-header,
.page-id-3196 .feature-header {
    min-height: 160px !important;
    padding: 30px 0 !important;
}

/* Hide breadcrumb on homepage */
.home .bread_crumb,
.page-id-3196 .bread_crumb { display: none !important; }
