/*
Theme Name: Stone House
Theme URI: https://stonehouse.one/
Author: Stone House
Author URI: https://stonehouse.one/
Description: A premium, editorial WordPress theme for memorial &amp; headstone studios. Built from the Stone House design system (slate + stone, gold accent). Content is driven by Theme Options, ACF fields and Custom Post Types — no page builder required. Compatible with Rank Math, Yoast, Wordfence, LiteSpeed Cache, WP Rocket and ACF / ACF Pro.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stonehouse
Tags: business, portfolio, custom-logo, custom-menu, featured-images, theme-options, translation-ready, full-width-template
*/

/*
   The visual design system lives in assets/css/main.css (loaded via wp_enqueue_style).
   This file only carries the required WordPress theme header plus a few
   block-editor / admin-bar safety rules. Do not put the main design here.
*/

/* Keep the fixed admin bar from hiding the overlay navigation. */
.admin-bar .nav,
.admin-bar .nav-over { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .nav,
  .admin-bar .nav-over { top: 46px; }
}

/* WordPress core alignment / caption helpers for editor content. */
.entry-content .alignleft { float: left; margin: 0 1.5em 1em 0; }
.entry-content .alignright { float: right; margin: 0 0 1em 1.5em; }
.entry-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .8125rem; color: var(--ink-muted); }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}
.sticky, .gallery-caption, .bypostauthor { /* required theme classes */ }
