/*
Theme Name: Khao Chi
Theme URI: https://khaochi.local
Author: khaochi
Author URI: https://khaochi.local
Description: Khao Chi WordPress theme built from the site's production HTML/CSS/JS, wired to ACF Pro for dynamic content (Global Settings, Products, Recipes, Blog and a page builder for landing/CMS pages).
Version: 1.0.0
Requires at least: 6.0
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: khao-chi
Tags: custom-menu, custom-logo, translation-ready

Khao Chi WordPress Theme, Copyright khaochi
Khao Chi is distributed under the terms of the GNU GPL v2 or later.

NOTE: This file intentionally carries no design rules of its own. All visual
styling is the site's original CSS, ported as-is and enqueued from
assets/css/ (see functions.php). This file exists only because WordPress
requires a theme stylesheet with the header block above.
*/

.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;
}

.screen-reader-text:focus {
	background: #fff;
	color: #111;
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	width: auto;
	padding: 15px 23px 14px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	text-decoration: none;
}

.alignleft {
	float: left;
	margin: .4em 1.6em 1.2em 0;
}

.alignright {
	float: right;
	margin: .4em 0 1.2em 1.6em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
