/*
Theme Name: ZYZX Nova
Theme URI: https://zyzxsolutions.com/
Author: Cybercom Digital Solutions
Author URI: https://getcybercom.com/
Description: A cutting-edge, fully configurable WordPress theme built for selling WordPress plugins, apps and software. Ships with a native product catalog, live AJAX search and filtering, Stripe Checkout, secure license-keyed downloads, sliding panels, drag-to-reorder homepage sections and a deep Customizer control panel.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 7.1
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: zyzx-nova
Tags: e-commerce, dark-mode, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready, block-styles, wide-blocks
*/

/*
 * The compiled theme stylesheet lives in assets/css/theme.css and is enqueued
 * separately so it can be cache-busted independently of this file.
 * This file carries the theme header plus the editor-safe base resets.
 */

:root { color-scheme: dark light; }

html { -webkit-text-size-adjust: 100%; }

body { margin: 0; }

img, svg, video, canvas { max-width: 100%; height: auto; display: block; }

.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: #101018;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 12px;
	line-height: normal;
	padding: 14px 20px;
	text-decoration: none;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { margin-left: auto; margin-right: auto; }
