/*
Theme Name: Muzi Wisdom Child
Theme URI: https://muziwisdom.com
Description: Child theme for the Muzi Wisdom website.
Author: Muzi Wisdom
Author URI: https://muziwisdom.com
Template: twentytwentyfive
Version: 1.0.34
Text Domain: muziwisdom-child
*/
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
/* =====================================
   Phase 2B
   Global Styles
===================================== */
/* =========================
   Header
   ========================= */
main#wp--skip-link--target > .wp-block-group.alignfull {
    padding-top: 0 !important;
}
/* =========================================
   Header
========================================= */

header.wp-block-template-part {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
header.wp-block-template-part .alignwide {
    max-width: 1600px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
main#wp--skip-link--target {
    margin-top: 0 !important;
}
/* ==============================
   Hero
============================== */

body.home .wp-block-cover .wp-block-cover__inner-container {
    top: 40px;
}
body.home .wp-block-cover__inner-container h1 + p {
    margin-top: 76px !important;
}

body.home .wp-block-cover__inner-container h1 + p + p,
body.home .wp-block-cover__inner-container h1 + p + p + p {
    margin-top: 12px !important;
}
/* Hero signature typography */
body.home .wp-block-cover__inner-container h1 mark {
    color: #FFFFFF !important;
    font-family: "Allura", cursive !important;
    font-size: 75px !important;
    letter-spacing: 0.9px;
    word-spacing: 5px !important;
    text-shadow:
        0 0 1px rgba(255, 255, 255, 0.95),
        0 0 3px rgba(255, 255, 255, 0.85),
        0 0 6px rgba(255, 255, 255, 0.55);
}
/* ==============================
 /* Hero supporting lines */
body.home .wp-block-cover__inner-container h1 + p,
body.home .wp-block-cover__inner-container h1 + p + p,
body.home .wp-block-cover__inner-container h1 + p + p + p {
    font-size: 23px !important;
    font-weight: 300 !important;
    letter-spacing: 1.6px !important;
}
 /* ==========================
   Choose Your Path
========================== */

/* Space between Hero and Choose Your Path title */
body.home .entry-content > .wp-block-cover + h1.wp-block-heading {
    margin-top: 70px !important;
    font-weight: 460 !important;
}
/* Path entrance titles */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns .wp-block-cover p.has-x-large-font-size {
    font-size: 30px !important;
    font-weight: 300 !important;
    font-style: italic !important;
    letter-spacing: 0.5px !important;
    color: #3F3A32 !important;
}
/* Grow Yourself title spacing */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns > .wp-block-column:last-child .wp-block-cover p.has-x-large-font-size {
    margin-bottom: 30px !important;
}
/* See Yourself supporting text */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns > .wp-block-column:first-child .wp-block-cover p:not(.has-x-large-font-size) {
    font-size: 18px !important;
    color: #2F4934 !important;
    font-weight: 300 !important;
}

/* See Yourself entrance button */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns > .wp-block-column:first-child .wp-block-cover p:last-child {
    position: relative;
    left: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(111, 116, 104, 0.45);
    font-size: 20px !important;
    color: #565A54 !important;
    font-weight: 300 !important;
    box-shadow: 0 2px 8px rgba(63, 58, 50, 0.12);
}
/* Grow Yourself supporting text */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns > .wp-block-column:last-child .wp-block-cover p:not(.has-x-large-font-size):not(:last-child) {
    font-size: 18px !important;
    color: #2F4934 !important;
    font-weight: 300 !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-shadow: none !important;
}

/* Grow Yourself entrance button */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns > .wp-block-column:last-child .wp-block-cover p:last-child {
    position: relative;
    left: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid rgba(111, 116, 104, 0.45);
    font-size: 20px !important;
    color: #2F4934 !important;
    font-weight: 300 !important;
    box-shadow: 0 2px 8px rgba(63, 58, 50, 0.12);
}
/* Remove underline from Path entrance links */
body.home .entry-content .wp-block-cover p:last-child a {
    text-decoration: none !important;
    color: inherit !important;
}
/* Grow Yourself background overlay */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns > .wp-block-column:last-child .wp-block-cover__background {
    background-color: #F2E7CF !important;
    opacity: 0.14 !important;
}
/* Two Path entrances */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns {
    max-width: 1400px !important;
    gap: 80px !important;
}

/* Path image proportions */
body.home .entry-content > h1.wp-block-heading + .wp-block-columns .wp-block-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* Keep in Touch section */
body.home .keep-in-touch-section {
    max-width: 1350px !important;
    margin-top: 80px !important;
}
body.home .keep-in-touch-section > .wp-block-column:first-child {
    padding-top: 60px !important;
}
/* Keep in Touch typography */
body.home .keep-in-touch-section h1 {
    color: #3F4C5C !important;
}

body.home .keep-in-touch-section p {
    color: #3F4C5C !important;
}

/* Keep in Touch subscribe button */
body.home .keep-in-touch-section .wp-block-button__link {
    background-color: rgba(63, 76, 92, 0.72) !important;
}
/* Path page titles — See Yourself + Grow Yourself */
body.page-id-11 .wp-block-post-title,
body.page-id-13 .wp-block-post-title {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    color: #3F4340;
}
/* Stories page typography */
body.page-id-143 .has-large-font-size {
    letter-spacing: 0.5px;
}

body.page-id-143 .has-small-font-size {
    letter-spacing: 0.3px;
}
/* Dudu Series typography */
body.page-id-153 em {
    letter-spacing: 0.5px;
}

body.page-id-153 h3 {
    letter-spacing: 0.2px;
}

body.page-id-153 .wp-block-list li {
    letter-spacing: 0.2px;
}
