/*

Theme Name: Sculpting Beautiful Minds

Theme URI: https://sculptingbeautifulminds.com/

Author: The Free Website Guys

Author URI: https://thefreewebsiteguys.com/

Description: Custom single-page WordPress theme for Sculpting Beautiful Minds — a life skills coaching landing site for kids and teens. Built by The Free Website Guys.

Version: 1.0.7

Requires at least: 6.0

Tested up to: 6.8

Requires PHP: 7.4

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: sculpting-beautiful-minds

Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, theme-options



Sculpting Beautiful Minds is a custom single-page WordPress theme built by The Free Website Guys.

*/



/* -------------------------------------------------------------------------

 * Admin bar + fixed header (overrides only when logged in)

 * ---------------------------------------------------------------------- */

@media screen and (max-width: 600px) {

	html #wpadminbar {

		position: fixed !important;

	}

}



body.admin-bar {
	--tmt-header-height: calc(5.85rem + 1.5rem + var(--wp-admin--admin-bar--height, 32px));
}

body.admin-bar .tmt-site-nav {

	top: var(--wp-admin--admin-bar--height, 32px) !important;

}



.customize-previewing body.admin-bar .tmt-site-nav {

	top: var(--wp-admin--admin-bar--height, 32px) !important;

}

