/*
Theme Name: weR Music & Film Academy
Theme URI: https://wer-academy.com/
Author: weR Academy
Author URI: https://wer-academy.com/
Description: A premium music and creative academy theme for South Florida. Bilingual (EN/PT), with music programs, a creative studio, founder profile, student portal links and a working AJAX contact form. Converted from the original React/Tailwind front-end.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
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: wer-academy
Tags: music, education, creative, bilingual, custom-colors, custom-menu, featured-images, translation-ready
*/

/*
 * The compiled design system (Tailwind v4) lives in assets/css/main.css and is
 * enqueued from functions.php. This file holds the required theme header and a
 * couple of editor/admin-safe base rules. Do not edit the compiled CSS by hand
 * — edit ../build/input.css and run `npm run build` (see README.md).
 */

/* Constrain the Customizer custom logo so it fits the header bar. */
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	max-width: 220px;
}
.custom-logo {
	height: 48px !important;
	width: auto !important;
	max-width: 220px;
	max-height: 48px;
	object-fit: contain;
}

/* Lock background scroll while a booking widget modal is open. */
body.wer-modal-open {
	overflow: hidden;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
