/*
Theme Name: Pack 235 Clemson
Theme URI: https://pack235clemson.com
Description: Child theme of Twenty Twenty-Five recreating the pack's original ScoutPack site design (HandsomeWeb's Scout Pack theme, 2014) — white header with the Cub Scout emblem, blue navigation bar with gold hover, Marcellus headings, and blue footer.
Template: twentytwentyfive
Version: 1.1
Requires at least: 6.7
Requires PHP: 7.2
*/

/* ---- Navigation bar: recreate the ScoutPack flexnav look ---- */
.pack235-navbar .wp-block-navigation__container {
	gap: 0;
}
.pack235-navbar .wp-block-navigation-item {
	border-left: 1px solid #004799;
}
.pack235-navbar .wp-block-navigation-item:last-child {
	border-right: 1px solid #004799;
}
.pack235-navbar .wp-block-navigation-item .wp-block-navigation-item__content {
	padding: 0.6em 1.4em;
	color: #ffffff;
	text-decoration: none;
}
.pack235-navbar .wp-block-navigation-item:hover,
.pack235-navbar .wp-block-navigation-item:focus-within {
	background: #FCD116;
}
.pack235-navbar .wp-block-navigation-item:hover .wp-block-navigation-item__content,
.pack235-navbar .wp-block-navigation-item:focus-within .wp-block-navigation-item__content {
	color: #003F87;
}
.pack235-navbar .wp-block-navigation__submenu-container {
	background: #004799 !important;
}
.pack235-navbar .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	color: #ffffff !important;
}

/* ---- Header: site title matches old 40px Marcellus blue ---- */
.pack235-header .wp-block-site-title a {
	text-decoration: none;
}
.pack235-header .wp-block-site-title a:hover {
	color: #004799;
}

/* ---- Responsive Google Calendar embed (from original theme) ---- */
.responsiveCal {
	margin: 0 auto;
	position: relative;
	padding-bottom: min(75%, 645px);
	height: 0;
	overflow: hidden;
}
/* iframe is 39px taller than its clipped container so Google's bottom
   bar (the +Google Calendar button row) stays out of view */
.responsiveCal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 39px);
}
