/*
Theme Name: centralchiro - Extends Intro
Theme URI: https://interplaycreative.com
Description: Your child theme description.
Author: Interplay Design
Author URI: https://interplaycreative.com
Template: intro
Version: 1.0.0
Text Domain: centralchiro-intro-child
Prefix: chiro
*/
body {
    --wp--preset--font-size--huge: var(--wp--preset--font-size--huge-fluid);
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--wp--custom--color--primary);
}
.wp-site-blocks, .entry-content, header + div  {
    /* remove any interfering spacing */
    margin-top: 0;
    padding-top: 0;
}
header {
    /* maket the header a fixed height, and bump the content below it up underneath (so the header will have a transparent background and lie overtop of our top content */
    height: 8rem;
    margin-bottom: -8rem;
    z-index: 100;
    position: absolute;
    width: 100vw;
    padding-top: 3rem;
}
header + div > :first-child,
header + main > :first-child { 
    /* force the first element on the page to have a top padding the same as the menu height + menu padding so that nothing is obscured by the menu */
    padding-top: 11rem;
}
@media screen and (max-width: 680px) {
    footer .has-text-align-right {
        text-align: left;
    }
    body footer .wp-block-buttons.is-content-justification-right {
        justify-content: flex-start;
    }
}
.intro-group-grid > .wp-block-group {
    height: 100%;
}
body .is-style-intro-paragraph {
    font-size: var(--wp--preset--font-size--medium);
}
body .is-style-inline-list {
    font-size: var(--wp--preset--font-size--medium);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (min-width: 680px) {
    body .is-style-inline-list {
        flex-direction: row;
    }
}
body .is-style-inline-list li {
    white-space: nowrap;
    font-size: var(--wp--preset--font-size--large);
    margin: 1rem 1.5rem 1rem 1.5rem;
}
body .is-style-inline-list li::marker {
    color: var(--wp--custom--color--primary);
}
@media screen and (min-width: 680px) {
    body .wp-block-group .is-style-intro-paragraph {
        padding-right: 30%;
    }
}
body .is-style-default li::marker {
    color: var(--wp--custom--color--primary);
}
#header-wrapper {
    justify-content: space-between;
}
@media screen and (min-width: 1020px) {
    #header-wrapper {
        justify-content: normal;
    }
}
.wp-block-search__button {
    border: none;
}
.wp-element-button {
    color: var(--wp--custom--color--background);
}
.wp-element-button:focus, .wp-block-button__link:focus {
    color: var(--wp--custom--color--background);
    background-color: var(--wp--custom--color--foreground);
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    border-radius: 40px;
    color: var(--wp--custom--color--background);
    padding-left: 1rem;
    padding-right: 1rem;
}
/* SUB MENU STYLING */
.wp-block-navigation .wp-block-navigation__submenu-container {
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div[id*=header-wrapper] .wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container, div[id*=header-wrapper] .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
    border: none;
}
div[id*=header-wrapper] .intro-menu-mobile .intro-menu-mobile--content .is-responsive .wp-block-navigation-item {
    border-bottom: none;
}
.wp-block-navigation__submenu-container .wp-block-navigation-link {
    background: transparent;
}
/* YOAST FAQ STYLING */
.schema-faq-question {
    font-size: var(--wp--preset--font-size--medium);
}
/* vertical spacing */
h3 + p {
    margin-top:  var( --wp--preset--spacing--40);
}
h2 + * {
    margin-top:  var( --wp--preset--spacing--60);
}
.wp-block-jetpack-map__gm-container {
    border-radius: 40px;
}
.entry-content .wp-block-jetpack-map__gm-container button {
    padding: 1px 6px;
}