/*
Theme Name: Bedford Landings Blog Child
Theme URI: https://bedfordlandings.com/
Description: Blog-focused child theme styling for Bedford Landings. Refreshes posts and archives while preserving existing content, URLs, menus, SEO data, and the Bedford Landings parent theme.
Author: KeyBuzz Digital
Template: bedford-landings-b-b
Version: 1.0.13
Text Domain: bedford-landings-blog-child
*/

/* =========================================================
   Bedford Landings Header Adjustments
   ========================================================= */

/* Keep the header in the normal page flow */
.site-header,
.main-header,
header[role="banner"] {
	position: relative !important;
	top: auto !important;
	z-index: 100;
}

/* Prevent sticky behavior added by theme classes */
.site-header.is-sticky,
.site-header.sticky,
.main-header.is-sticky,
.main-header.sticky {
	position: relative !important;
	top: auto !important;
}

/* Control the desktop logo size */
.site-header .custom-logo,
.site-header .site-logo img,
.main-header .custom-logo,
.main-header .site-logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 125px;
	max-height: 125px;
	object-fit: contain;
}

/* Keep logo area from making the header excessively tall */
.site-branding {
	flex: 0 0 auto;
	max-width: 280px;
}

/* Center the header tagline */
.site-header .site-description,
.main-header .site-description {
	display: block;
	width: 100%;
	margin: 7px auto 0;
	text-align: center !important;
}

/* Maintain a reasonable desktop header height */
@media (min-width: 981px) {
	.site-header,
	.main-header {
		min-height: 105px;
	}

	.site-header .header-inner,
	.site-header .header-container,
	.main-header .header-inner,
	.main-header .header-container {
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Smaller logo and header on tablets and phones */
@media (max-width: 980px) {
	.site-header .custom-logo,
	.site-header .site-logo img,
	.main-header .custom-logo,
	.main-header .site-logo img {
		max-width: 88px;
		max-height: 88px;
	}

	.site-branding {
		max-width: 210px;
	}
}

/* =========================================================
   Bedford Landings Footer Adjustments
   ========================================================= */

.bedford-footer__tagline,
.bedford-footer__description {
	display: block;
	width: 100%;
	margin: 7px auto 0;
	text-align: center !important;
}
