/*
Theme Name: HitRadar
Theme URI: https://hitradar.net
Author: HitRadar
Description: Classic theme for HitRadar — pre-publish diagnostics for short-form video. Ports the design-idea prototypes to real templates. Forms are provided by the HitRadar Forms plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hitradar
Tags: one-column, custom-menu, translation-ready
*/

/*
 * Styles live in assets/css/main.css so they can be enqueued with a version
 * stamp. This file exists for the theme header and for the WordPress-required
 * core classes below.
 */

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

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

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

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ffffff;
	clip-path: none;
	color: #171a24;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 14px 20px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}
