/*
Theme Name: Paintway Toowoomba
Theme URI: https://paintway.net.au
Author: Paintway Team
Author URI: https://paintway.net.au
Description: Premium, high-converting classic WordPress theme for trade/painting services with ACF fields, mobile-first responsive layout, and brush-stroke visual design matching flyer marketing materials.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: paintway
Tags: custom-landing-page, trade-service, acf-ready, responsive-layout, painter-theme

Paintway Toowoomba Theme v1.0
All core custom styles are enqueued in assets/css/main.css
*/

/* Core WordPress Alignments & Defaults */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.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;
}
