/*
Theme Name: Lumen Membership
Theme URI: https://example.com/lumen
Author: Lumen
Author URI: https://example.com
Description: Editorial-luxury membership programme theme. Designed to pair with the Lumen Points Engine plugin (required). Members earn points for every year of membership and from a network of partners.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lumen-membership
Tags: membership, rewards, custom-colors, custom-menu, threaded-comments, translation-ready
*/

/* Main styles live in assets/css/main.css, enqueued by functions.php.
   This file only carries the theme header and a couple of WP-core overrides. */

/* WP Core class overrides for editor / theme consistency. */
.alignwide  { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull  { max-width: 100%; }
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px; height: 1px;
	overflow: hidden;
}
.skip-link {
	position: absolute; top: -100px; left: 0;
	background: #114B3F; color: #fff;
	padding: 12px 20px;
	z-index: 9999;
}
.skip-link:focus { top: 0; }
