/*
Theme Name:   Twenty Twenty Child
Template:     twentytwenty
Description:  Child theme for Bowery Boys History
Version:      1.3.0
*/

/* ── Align header width to match content cards ────────────────────────────── */
/* Twenty Twenty's .section-inner is max-width:120rem / calc(100% - 4rem).   */
/* Our cards use max-width:1280px inside .bb-fp padding:0 28px.               */
/* Lock the header to the same 1280px max so logo and cards share one edge.   */
.header-inner.section-inner {
	max-width:    1280px !important;
	width:        calc(100% - 56px) !important; /* 28px each side — matches .bb-fp padding */
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ── Logo sizing + left breathing room ───────────────────────────────────── */
.header-titles-wrapper {
	padding-left: 0 !important; /* header-inner already provides the margin */
}

.custom-logo-link .custom-logo {
	max-height: 95px;
	width:      auto;
	display:    block;
}

/* Hide site tagline — logo carries the brand */
.site-description { display: none !important; }

/* Tighten header vertical padding + anchor with bottom border */
.header-inner {
	padding-top:    1.25rem !important;
	padding-bottom: 1.25rem !important;
	border-bottom:  1px solid #E8E0D0;
	box-shadow:     0 1px 4px rgba(0,0,0,0.06);
	overflow:       visible !important;
}


/* ── Homepage nav items ───────────────────────────────────────────────────── */
.bb-home-nav > ul {
	display:     flex;
	align-items: center;
	gap:         4px;
	list-style:  none;
	margin: 0; padding: 0;
}
.bb-home-nav > ul > li > a {
	font-size:       14px;
	font-weight:     600;
	color:           #1E1510 !important;
	text-decoration: none;
	padding:         7px 14px;
	border-radius:   4px;
	white-space:     nowrap;
	transition:      background 0.15s, color 0.15s;
}
.bb-home-nav > ul > li > a:hover {
	background: #F5F0E8 !important;
	color:      #8B1A1A !important;
}
.bb-home-nav > ul > li.bb-patron-link > a {
	background:    #FF424D;
	color:         #fff;
	padding:       7px 16px;
	border-radius: 4px;
}
.bb-home-nav > ul > li.bb-patron-link > a:hover {
	background: #e63540;
	color:      #fff;
}

/* Episode index page: hide WP page title */
.page-id-28946 .entry-header { display: none; }

/* Dropdown styles are inline in header.php to avoid staging CSS cache issues */
