/*
Theme Name:   Astra Child — ICMB
Theme URI:    https://icmb.in
Description:  Child theme for ICMB (icmb.in). Holds the custom movie page template and its stylesheet so they survive Astra parent theme updates.
Author:       Kathir / ICMB
Template:     astra
Version:      1.0.1
Text Domain:  astra-child-icmb
*/

/* All movie page styles live in assets/movie-page.css,
   enqueued conditionally from functions.php. */


/* ==========================================================================
   Global header & footer — professional polish (loads on every page)
   ========================================================================== */

/* --- Header: logo-only branding, subtle elevation, sticky --- */
.site-header .site-title,
.site-header .site-description {
	display: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 998;
	background: #fff;
	box-shadow: 0 1px 0 #ececf1, 0 6px 18px rgba(20, 20, 35, .05);
}
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}

.site-header .custom-logo {
	max-height: 56px;
	width: auto;
}

.site-header .main-header-menu a {
	font-weight: 600;
}
.site-header .main-header-menu a:hover {
	color: #d92638 !important;
}

/* --- Footer: dark professional band --- */
.site-footer {
	background: #17171d !important;
	color: #b9b9c4 !important;
}
.site-footer .ast-builder-grid-row,
.site-footer p,
.site-footer .ast-footer-copyright {
	color: #b9b9c4 !important;
}
.site-footer a {
	color: #ececf2 !important;
	text-decoration: none;
}
.site-footer a:hover {
	color: #ff5a6b !important;
}
.site-footer .menu-item a {
	font-weight: 500;
}
