/*
Theme Name: Black Star Builders
Theme URI: https://blackstarbuilders.com
Author: Black Star Builders Inc.
Author URI: https://blackstarbuilders.com
Description: An elegant, professional WordPress theme built for Black Star Builders Inc. — an industrial design–build contractor specializing in steel buildings, structural concrete, solar power systems and complete rough-ins. Black & gold brand identity, fully responsive, block-friendly.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: black-star-builders
Tags: business, construction, industrial, custom-logo, custom-menu, featured-images, footer-widgets, threaded-comments, translation-ready
*/

/*
 * The full design system lives in /assets/css/main.css (enqueued in functions.php).
 * This file carries the required theme header plus baseline WordPress helper classes.
 */

.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;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #0d0d0f;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: #6b7280; padding-top: 6px; }
.sticky, .bypostauthor { display: block; }
.gallery { display: flex; flex-wrap: wrap; gap: 10px; }
