/*
Theme Name: KingdomX
Theme URI: https://example.com/kingdomx
Author: Theme Architect
Author URI: https://example.com
Description: A premium, modern and reusable WordPress theme for churches and ministries.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kingdomx
Tags: church, custom-menu, custom-logo, featured-images, translation-ready, grid-layout, block-styles

This theme is built from a high-fidelity Figma design.
*/

/* WordPress Core CSS Alignments and Classes */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.alignwide {
    max-width: 1200px;
}
.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.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;
    width: 1px;
    word-wrap: normal !important;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.5em;
}
.sticky {
    background: #fff;
    border: 1px solid #eee;
}
.gallery-caption {
    font-size: 0.85rem;
}
.bypostauthor {
    font-weight: bold;
}
