/*!
Theme Name: prilixor
Theme URI: https://prilixor.com/
Author: Prilixor
Author URI: https://prilixor.com/
Description: AI-first custom software engineered on Microsoft technologies. Bespoke theme for prilixor.com, backed by Secure Custom Fields.
Version: 1.0.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prilixor
Tags: custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
prilixor is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.

Normalising and layout come from Tailwind, compiled to assets/css/prilixor.css.
What is left here is the handful of rules WordPress markup needs and Tailwind
does not provide: the screen-reader helpers and the editor alignment classes.
*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. Used by the skip link in header.php and
   by the "Posted on" / "Edit" labels the blog templates print. */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* The skip link is the one screen-reader-text element that must become visible
   when it takes focus, so a keyboard user can see where Tab has landed. */
.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(6, 42, 34, 0.18);
	clip-path: none;
	color: #0b7a5c;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 16px;
	width: auto;
	z-index: 100000;
}

/* The skip link points at <main id="content">; don't outline it on arrival. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

/* Set by the editor on images inside post content. */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
