/*
Theme Name:   Colonial Elegance
Theme URI:    https://example.com/colonial-elegance-theme
Description:  Thin child theme of Blocksy for the Colonial Elegance door configurator site. Provides chrome only (header, footer, menus, login, locale/language switch). All business logic lives in the colonial-elegance-plugin plugin.
Author:       Colonial Elegance
Template:     blocksy
Version:      0.2.1
Text Domain:  colonial-elegance-theme
*/

/* Child theme styles go here. Keep this minimal — chrome tweaks only. */

/* App-like configurator pages: hide the site header + page-title hero so the
   plugin's own navy hero acts as the header. (Body class set in functions.php.) */
.renin-app-page #header,
.renin-app-page .hero-section {
	display: none;
}
