/*
Theme Name: Lyons Elite
Theme URI: https://lyonselite.com
Author: Lyons Elite
Description: A bespoke theme for Lyons Elite Matchmaking. Fully editable colours, typography, menus and content; WooCommerce shop and ticketing; Gravity Forms ready. All layout styling lives in assets/css/main.css — this file exists for the theme header and for any small overrides.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
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: lyons-elite
Tags: custom-colors, custom-menu, custom-logo, featured-images, translation-ready, e-commerce
*/

/* WordPress core alignment and caption classes. */
.alignleft { float: left; margin: 0 var(--s4) var(--s3) 0; }
.alignright { float: right; margin: 0 0 var(--s3) var(--s4); }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { width: min(1200px, 100%); margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text,
.wp-block-image figcaption {
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--muted);
  margin-top: var(--s2);
}
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.sticky { position: relative; }
.bypostauthor { display: block; }
.wp-block-quote,
blockquote { border-left: 1px solid var(--gold); padding-left: var(--s4); }
