/*
 * Theme Name:   OceanWP Child
 * Description:  Child theme for OceanWP
 * Template:     oceanwp
 * Version:      1.0.1
 * Author:       Bizzle Entertainment
 * License:      GNU General Public License v2.0 or later
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 */

/* =============================================================================
   Custom styles for Bizzle Entertainment
   ============================================================================= */

/* -----------------------------------------------------------------------------
   Header — fill all rows and columns with the site's black background
   ----------------------------------------------------------------------------- */

#site-header .top-header-wrap,
#site-header .top-header-inner,
#site-header .top-col,
#site-header #medium-searchform,
#site-header .header-searchform-wrap,
#site-header .header-searchform-wrap form,
#site-header .header-searchform-wrap .search-bg {
	background: #000000 !important;
}

/* Style search input to match dark header */
#site-header #medium-searchform input[type="search"] {
	background-color: #222222 !important;
	color: #ffffff !important;
	border-color: #444444 !important;
}

#site-header #medium-searchform input[type="search"]::placeholder {
	color: #aaaaaa !important;
}

/* -----------------------------------------------------------------------------
   Navigation — permanently centered in medium header on ALL pages
   ----------------------------------------------------------------------------- */

#site-header.medium-header .bottom-header-wrap {
	text-align: center;
	background-color: #000000;
}

#site-header.medium-header .bottom-header-wrap #site-navigation-wrap {
	display: inline-block;
	float: none;
	text-align: left;
	max-width: 100%;
	position: static;
	transform: none;
}

#site-header.medium-header .bottom-header-wrap #site-navigation {
	display: inline-block;
	float: none;
}

#site-header.medium-header .bottom-header-wrap .main-menu > li {
	float: none;
	display: inline-block;
}
