/*
Theme Name: Pawlour
Theme URI: https://pawlour-theme.com/
Author: Pawlour
Author URI: https://pawlour-theme.com/
Description: A warm, cosy WordPress theme for pet-care businesses — groomers, boarding and daycare, dog trainers, walkers and neighbourhood vets. Cream, caramel, peach and sage tones with soft rounded shapes, a friendly display serif, gentle scroll reveals and a signature drifting-paw-print ambient canvas (fully motion-safe). Full block editor and block styles support, a Customizer colour system, footer widgets and WooCommerce compatibility. Freely extendable to a booking-and-services site with the companion Pawlour Pro plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: pawlour
Tags: blog, e-commerce, portfolio, one-column, two-columns, right-sidebar, custom-logo, custom-menu, custom-colors, custom-background, featured-images, footer-widgets, block-styles, wide-blocks, editor-style, threaded-comments, translation-ready, rtl-language-support, sticky-post, theme-options, block-patterns

Pawlour WordPress Theme, (C) 2026 Pawlour.
Pawlour is distributed under the terms of the GNU GPL v2 or later.

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 2 of the License, or (at your
option) any later version. This program is distributed in the hope that
it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Pawlour bundles the following third-party resources:

Manrope font
  Copyright 2018-2024 The Manrope Project Authors
  License: SIL Open Font License, 1.1 — https://scripts.sil.org/OFL
  Source: https://github.com/sharanda/manrope

Fraunces font
  Copyright 2019-2024 The Fraunces Project Authors
  License: SIL Open Font License, 1.1 — https://scripts.sil.org/OFL
  Source: https://github.com/undercasetype/Fraunces

The screenshot illustration and all bundled SVG artwork are original work
created for this theme, licensed GPL v2 or later.
*/

/* The functional styles live in assets/css/main.css (enqueued from
   functions.php). This file carries the required theme header and the
   WordPress-required basic classes below. */

.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; }
.sticky { display: block; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.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: #f6e8d6;
	clip: auto !important;
	clip-path: none;
	color: #3a2a1a;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
