/*
Theme Name: Blue Coat French Bulldog Theme
Theme URI: https://example.com/blue-coat-french-bulldog-theme
Author: BlueCoat
Author URI: https://example.com
Description: A premium, production ready WordPress theme for BlueCoat French Bulldogs. Ships with a hard-coded (non Appearance > Menus) navigation, a "Home Page" page template, an "About Us" page template and a fully split assets folder (global / header / footer / per page CSS and JS).
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcfb
Tags: one-column, custom-logo, featured-images, translation-ready, blog, business
*/

/* ==========================================================================
   IMPORTANT
   --------------------------------------------------------------------------
   The real design lives in the assets folder:

       assets/css/global.css   -> loaded on every page
       assets/css/header.css   -> loaded on every page
       assets/css/footer.css   -> loaded on every page
       assets/css/home.css     -> "Home Page" template only
       assets/css/about.css    -> "About Us" template only
       assets/css/page.css     -> blog / single / archive / plain pages / 404

   This file only carries the WordPress theme header (required by WordPress)
   plus the handful of core WordPress classes every theme must style.
   ========================================================================== */

/* --- WordPress core: accessibility ---------------------------------- */
.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: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #1B73B8;
    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;
}

/* --- WordPress core: alignments ------------------------------------- */
.alignleft {
    float: left;
    margin: 0.5em 1.5em 1em 0;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin: 1em auto;
}

.alignwide {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    max-width: 100%;
    width: 100%;
}

/* --- WordPress core: media ------------------------------------------ */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    font-size: 0.85rem;
    color: #6b7280;
    text-align: center;
    padding: 10px 0;
}

.gallery-caption {
    display: block;
    font-size: 0.85rem;
    color: #6b7280;
}

.sticky {
    position: relative;
}

.bypostauthor > .comment-body {
    display: block;
}

embed,
iframe,
object {
    max-width: 100%;
}
