/*
Theme Name: MindBridge
Theme URI: https://zealousweb.com/mindbridge
Author: ZealousWeb
Author URI: https://www.zealousweb.com
Description: A clean, modern Elementor-compatible WordPress theme.
Copyright: (C) 2026 ZealousWeb
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindbridge
Tags: one-column, two-columns, right-sidebar, custom-logo, featured-images, theme-options, translation-ready
*/

/* WordPress Core Classes */
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    font-size: 14px;
    text-align: center;
}

.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,.2);
    clip: auto !important;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 1rem;
    line-height: normal;
    height: auto;
    left: 5px;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.sticky {
    display: block;
}

.gallery-caption {
    font-size: 13px;
}

.bypostauthor {
    font-weight: normal;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}