/*
Theme Name: Lone Star Build
Theme URI: https://lonestarbuiltx.com
Author: Your Name
Author URI: https://lonestarbuiltx.com
Description: Custom construction & remodeling theme for Texas-based contractor. Dark, modern, conversion-focused with video hero and consultation panel.
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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lonestar-build
Tags: construction, business, dark, video-hero, custom-menu, featured-images
*/

/* =====================================================
   Main stylesheet is enqueued separately via functions.php
   This file holds the theme header (required by WordPress)
   plus the WP-specific overrides below.
   ===================================================== */

/* WordPress core required styles */
.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: 13px; color: #A7B6C9; text-align: center; margin-top: 8px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.sticky { display: block; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }

/* WP admin bar offset for sticky nav */
.admin-bar .main-nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .main-nav { top: 46px; }
}
