/*
Theme Name: Famous City Limousine
Theme URI: https://famouscitylimo.com/
Author: Famous City Limousine
Description: Luxury one-page landing theme for Famous City Limousine — chauffeured limousine service in the San Francisco Bay Area. Dark obsidian and champagne-gold editorial design with fleet, pricing, gallery and FAQ sections.
Version: 1.0.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: famous-city-limousine
Tags: one-column, custom-logo, custom-menu, featured-images, full-width-template, block-styles
*/

/* Compiled styles are loaded from assets/css/theme.css via functions.php. */

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

.screen-reader-text:focus {
	background-color: var(--card, #16130f);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: var(--primary, #d4af37);
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 1rem;
	letter-spacing: 0.1em;
	line-height: normal;
	padding: 0.9rem 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

/* Keep the WordPress admin bar from covering the fixed header. */
body.admin-bar > .min-h-screen > header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar > .min-h-screen > header {
		top: 46px;
	}
}
