/*
Theme Name: Daerom
Theme URI: https://example.com/daerom-theme
Author: [Company Name]
Author URI: https://example.com
Description: Daerom - a premium dark, conversion-focused WordPress theme for streaming and IPTV businesses. Every homepage section is editable from the Customizer, one-click demo content is included, and the theme works alongside Elementor for page-level design. Fully editable from the WordPress Customizer - pricing plans, FAQ, reviews, hero copy and every homepage section - with no page builder and no required plugins.
Version: 1.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: daerom
Tags: blog, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/*
 * The visual stylesheet lives in assets/css/theme.css so that it can be
 * cached and versioned independently. This file only carries the theme
 * header required by WordPress plus the editor-facing utility classes
 * WordPress expects a theme to define.
 */

.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;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #232532;
	border-radius: 6px;
	box-shadow: 0 0 0 2px #9184d9;
	clip: auto !important;
	clip-path: none;
	color: #e9e9ed;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 12px 20px;
	text-decoration: none;
	top: 16px;
	width: auto;
	z-index: 100000;
}

.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; }
.alignfull { max-width: none; }
.sticky { position: relative; }
.bypostauthor { display: block; }
.gallery-caption { display: block; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 14px; color: #9397ab; }
