/*!
Theme Name:        GNTC - GCC & NRP Tax Consultants
Theme URI:         https://gntc.com/
Author:            GNTC Development Team
Author URI:        https://gntc.com/
Description:       Premium enterprise WordPress theme built for GCC & NRP Tax Consultants (GNTC). Fully custom coded on Bootstrap 5.3 with modular template parts, custom post types, taxonomies, customizer controls and a complete set of tax-advisory page layouts. No page builders, no parent theme, no bloat.
Version:           2.0.0
Requires at least: 6.0
Tested up to:      6.6
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       gntc
Tags:              business, corporate, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, rtl-language-support, threaded-comments, right-sidebar
*/

/*
 * -----------------------------------------------------------------------------
 * NOTE
 * -----------------------------------------------------------------------------
 * This file exists to declare the theme to WordPress and to hold WordPress
 * required core markup styles only.
 *
 * All presentational styles live in:  assets/css/theme.css
 * Vendor styles live in:              assets/vendor/bootstrap/css/bootstrap.min.css
 *
 * Keeping style.css free of layout rules keeps the critical path small and the
 * stylesheet cache-busted independently of the theme header.
 * -----------------------------------------------------------------------------
 */

/* WordPress required core classes ------------------------------------------ */
.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,
.alignfull   { max-width: 100%; }

.wp-caption { max-width: 100%; }
.wp-caption-text,
.wp-block-image figcaption { font-size: .875rem; color: #5b6b81; margin-top: .5rem; }

.gallery-caption { display: block; }

.sticky { display: block; }
.bypostauthor { display: block; }

.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: #fff;
	border-radius: 4px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #0a1f3b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}
