/*
Theme Name: Frexus Clone
Theme URI: https://example.com/frexus-clone
Author: wp1 project
Author URI: https://frexuswp.websitelayout.net/
Description: A GPL-2.0+ WordPress theme replicating the frexuswp demo layout, using downloaded static assets from the public demo site. Includes a service CPT, homepage sections, Customizer branding controls and a demo importer.
Version: 2.0.8
Requires at least: 6.0
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: frexus-clone
Tags: one-column, two-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, translation-ready, blog

Third-party CSS/JS bundled under assets/ retain their original licenses
(Bootstrap MIT, OwlCarousel MIT, MagnificPopup MIT, Font Awesome CC BY 4.0 + MIT/OFL,
Themify Icons CC BY-SA 3.0, jQuery MIT, WOW.js MIT, Odometer MIT).
Original Frexus design credit: Website Design Templates.
*/

/* Minimal WP compliance styles – the visual design is delivered by assets/css/theme.css. */

.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: #f1f1f1;
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	font-size: 0.9em;
	text-align: center;
}

.bypostauthor > article .fn::after {
	content: " ★";
	color: var(--frexus-clone-primary, #f5b301);
}

body.frexus-clone-home #preloader { display: none; }
