/*
Theme Name: Engineeria Africa
Theme URI: https://engineeria.africa
Author: Engineeria Africa
Author URI: https://engineeria.africa
Description: A premium, lightweight, SEO-optimized News & Magazine WordPress theme built for African engineering professionals, researchers, lecturers, students, innovators, startups and construction companies. Features a full magazine homepage, mega menu, dark mode, custom post types for Research, Projects, AI Tools, Companies, Events and Scholarships, and a deep Customizer.
Version: 1.0.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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: engineeria-africa
Tags: news, magazine, blog, education, grid-layout, two-columns, three-columns, custom-menu, custom-logo, custom-colors, dark-mode, featured-images, sticky-post, threaded-comments, translation-ready, accessibility-ready, wide-blocks

Engineeria Africa is distributed under the terms of the GNU GPL v2 or later.
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* ==========================================================================
   This file intentionally holds only the required theme header + a small
   set of WordPress-required base classes. All design system CSS lives in
   assets/css/main.css (enqueued in inc/enqueue.php) so it can be minified
   and cached independently of this header file.
   ========================================================================== */

.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: 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: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important; clip-path: none; color: #0B4F9F; display: block; font-size: 14px;
	font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px;
	text-decoration: none; top: 5px; width: auto; z-index: 100000;
}
.sticky { position: relative; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }
