/*
Theme Name: Hilaal
Theme URI: https://hilaaltheme.com/
Author: Durdurtec
Author URI: https://hilaaltheme.com/about/
Description: Hilaal is a premium news, magazine and editorial WordPress theme. It ships with an in-house theme framework, a drag-free header &amp; footer builder, multiple homepage layouts, AJAX search and pagination, a one-click demo importer, first-class Core Web Vitals performance, NewsArticle schema, WooCommerce support and full WCAG 2.2 AA accessibility. No page builder required.
Version: 1.5.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hilaal
Domain Path: /languages
Tags: news, blog, magazine, editorial, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready, e-commerce

Hilaal is distributed under the terms of the GNU GPL v2 or later.

This file exists to declare the theme to WordPress and to hold the required
WordPress core class overrides. All presentational styles are shipped as
modular stylesheets under assets/css/ and are loaded on demand by the
Hilaal asset manager (inc/Framework/Assets.php) so that no page ever
downloads CSS it does not use.
*/

/* -------------------------------------------------------------------------
 * WordPress core markup classes.
 * Required by the WordPress theme handbook. Everything else lives in
 * assets/css/. Keep this list in sync with core, not with the design.
 * ---------------------------------------------------------------------- */

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

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

.aligncenter {
	clear: both;
	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;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #111;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

.sticky,
.gallery-caption,
.bypostauthor {
	/* Declared for core compliance; styled in assets/css/. */
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
}
