/*
Theme Name:   CETRAD
Theme URI:    https://www.cetrad.org
Author:       Franklin Mutuma & Beverline Nyatichi
Author URI:   https://www.cetrad.org
Description:  Official theme for CETRAD — Centre for Training and Integrated Research in ASAL Development. A Trust for Water, Land and People. Implements the CETRAD brand guidelines with accessible colour system, custom post types, and templates for articles, projects, and publications.
Version:      1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  cetrad
Domain Path:  /languages
Tags:         research, accessibility, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, post-formats, sticky-post, threaded-comments, translation-ready
*/

/* Compiled styles are enqueued from assets/css/cetrad.css via functions.php */

/* ==========================================================================
   Accessibility & Standard WordPress Classes
   ========================================================================== */
.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: #1FBDE3;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    clip: auto !important;
    clip-path: none;
    color: #073D4A;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    height: auto;
    left: 1rem;
    line-height: normal;
    padding: 1rem 1.5rem;
    text-decoration: none;
    top: 1rem;
    width: auto;
    z-index: 100000;
}

img.custom-logo {
    max-width: 100%;
}
