/*
Theme Name: Managain
Theme URI: https://www.managain.net
Author: Managain LLC
Author URI: https://www.managain.net
Description: Managain - Helping Men Over 40 Maximize Their Sexual Vitality. A professional health and coaching WordPress theme converted from a static site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: managain
Tags: one-page, health, coaching, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, responsive-layout, threaded-comments, translation-ready
*/

/*
 * Global theme styles are loaded from assets/css/main.css via functions.php.
 * This file contains only the WordPress Theme Header above and any
 * WordPress-specific overrides that must live in style.css.
 */

/* =============================================================================
   Global Font Sizes
   All rules use !important + html body prefix to beat any injected CSS.
   The * child selector covers any wrapping tag (span, strong, b, em, a, sup…).
   ============================================================================= */

/* --- Shared across all pages --- */
html body h2, html body h2 * { font-size: 48px !important; }
html body h3, html body h3 * { font-size: 36px !important; }
html body h4, html body h4 * { font-size: 30px !important; }
html body p,  html body p *,
html body li, html body li *  { font-size: 24px !important; }

/* --- Home page (body.home = WordPress front-page class) --- */
html body.home h1, html body.home h1 * { font-size: 60px !important; }

/* --- About page (body.page-about added by theme body_class filter) --- */
html body.page-about h1, html body.page-about h1 * { font-size: 56px !important; }
html body.page-about h2, html body.page-about h2 * { font-size: 48px !important; }
html body.page-about p,  html body.page-about p *,
html body.page-about li, html body.page-about li *  { font-size: 24px !important; }

/* --- Contact page (body.page-contact added by theme body_class filter) --- */
html body.page-contact h1, html body.page-contact h1 * { font-size: 56px !important; }
html body.page-contact h2, html body.page-contact h2 * { font-size: 48px !important; }
html body.page-contact p,  html body.page-contact p *,
html body.page-contact li, html body.page-contact li *  { font-size: 24px !important; }

/* WordPress Core Alignment Classes */
.alignleft  { float: left; margin-right: 1.5em; margin-bottom: 1em; }
.alignright { float: right; margin-left: 1.5em; margin-bottom: 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
.alignwide  { max-width: 100%; }
.alignfull  { max-width: 100%; }

/* WordPress Screen Reader Text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: .375rem .875rem;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WordPress Caption */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .875rem; text-align: center; }

/* WordPress Gallery */
.gallery { display: flex; flex-wrap: wrap; gap: .5rem; }
.gallery-item { flex: 1 1 auto; }
.gallery-item img { width: 100%; height: auto; display: block; }
