/*
Theme Name:        Tshepho Framework
Theme URI:         https://audienceconnect.com/tshepho
Author:            Audience Connect
Author URI:        https://audienceconnect.com
Description:       A premium, world-class WordPress framework for high-ticket digital agencies and SaaS solopreneurs. Features a bespoke Viewport Simulator, SPA-style instant routing, and a swappable "Theme DNA" colour protocol.
Version:           1.1.0
Requires at least: 6.3
Tested up to:      6.5
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       tshepho
Domain Path:       /languages
Tags:              one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ------------------------------------------------------------------
 * NOTE: This stylesheet exists primarily to identify the theme to
 * WordPress and to satisfy the Theme Review handbook. All visual
 * styling is delivered through Tailwind utilities (loaded in
 * header.php) and the bespoke design tokens declared on :root.
 *
 * For production builds intended for ThemeForest distribution,
 * Tailwind should be compiled locally (see /assets/build/) instead
 * of using the play CDN currently enqueued in /inc/setup.php.
 * ------------------------------------------------------------------ */

/* WordPress Required Default Classes (a11y + editor parity) */
.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;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    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;
}

.sticky,
.bypostauthor,
.gallery-caption,
.wp-caption,
.wp-caption-text {
    display: block;
}