/*
Theme Name: Modern Built Homes & Spaces
Theme URI: https://modernbuilthomes.com.au
Author: Modern Built Homes & Spaces Pty Ltd
Author URI: https://modernbuilthomes.com.au
Description: Custom theme for Modern Built Homes & Spaces — custom homes, granny flats and lifestyle spaces across South East Queensland.
Version: 0.11.0
Requires at least: 6.0
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: mbhs
*/

/* WordPress core block/editor alignment classes — required by convention.
   Visual styling lives in assets/css/main.css (enqueued in functions.php). */
.alignwide { margin-left: 0; margin-right: 0; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; }
.aligncenter { margin-left: auto; margin-right: auto; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; overflow: hidden; position: absolute !important;
  word-wrap: normal !important; margin: -1px; padding: 0;
}
.screen-reader-text:focus {
  background: #F6F5F1; color: #111B28; display: block; height: auto; width: auto;
  left: 8px; top: 8px; padding: 12px 18px; z-index: 100000; clip: auto; clip-path: none;
  text-decoration: none; font-size: 14px; border-radius: 2px;
}
