/*
Theme Name: Churche
Theme URI: https://example.com/churche
Author: Your Agency
Author URI: https://example.com
Description: A WordPress theme converted from the Churche - Religion & Church Charity Social Activism HTML template. Includes custom post types for Sermons, Events, Team Members and Ministries, plus a native blog.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: churche
*/

/* All visual styling lives in assets/css/main.css and friends, enqueued in functions.php.
   This file intentionally stays mostly empty except for the required theme header above,
   plus a few small WordPress-specific fixes below. */

.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Keep admin bar from overlapping the fixed/sticky header */
.admin-bar .header.tw-transition-all {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .header.tw-transition-all {
        top: 46px;
    }
}
