/*
Theme Name: Cynthia 2018 Astra Child
Theme URI: https://cynthia2018.com/
Author: Restore build
Description: Restored Cynthia Coffman for Governor 2018 website.
Template: astra
Version: 1.0.2
Text Domain: cynthia2018
*/

:root {
    --cynthia-navy: #001438;
    --cynthia-aqua: #2fcbd5;
    --cynthia-aqua-dark: #0699a2;
    --cynthia-red: #ed1c24;
    --cynthia-red-dark: #c1272d;
    --cynthia-ink: #333;
    --cynthia-white: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--cynthia-ink);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

body,
button,
input,
textarea {
    font-family: "Roboto", Arial, sans-serif;
}

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

a {
    color: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site,
.site-content,
.ast-container,
#primary,
.content-area,
.entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.ast-container {
    display: block;
}

.cynthia-header {
    position: relative;
    z-index: 20;
    min-height: 100px;
    background: var(--cynthia-navy);
    color: #fff;
}

.cynthia-header__inner {
    display: flex;
    width: min(1200px, calc(100% - 40px));
    min-height: 100px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cynthia-logo {
    flex: 0 0 auto;
    text-decoration: none;
}

.cynthia-logo img {
    width: 164px;
    max-height: 80px;
    object-fit: contain;
}

.cynthia-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.cynthia-nav a {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 0 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease;
}

.cynthia-nav a:hover,
.cynthia-nav a:focus-visible,
.cynthia-nav a.is-active {
    background: var(--cynthia-aqua);
}

.cynthia-nav .cynthia-nav__donate {
    margin-left: 10px;
    padding-right: 38px;
    padding-left: 38px;
    border-radius: 22px;
    background: var(--cynthia-red);
}

.cynthia-nav .cynthia-nav__donate:hover,
.cynthia-nav .cynthia-nav__donate:focus-visible {
    background: var(--cynthia-red-dark);
}

.cynthia-menu-toggle {
    display: none;
    width: 46px;
    height: 42px;
    padding: 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.cynthia-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: #fff;
}

.cynthia-hero {
    min-height: 600px;
    background-color: #7ab5d6;
    background-image: var(--cynthia-bg);
    background-position: center top;
    background-size: cover;
}

.cynthia-hero__inner,
.cynthia-subhero__inner {
    position: relative;
    width: min(900px, calc(100% - 40px));
    min-height: inherit;
    margin: 0 auto;
}

.cynthia-hero__title,
.cynthia-subhero__title {
    position: absolute;
    top: 225px;
    left: 0;
    width: min(353px, 100%);
    padding: 20px 21px 30px 39px;
    background: rgba(47, 203, 213, 0.9);
    color: #fff;
}

.cynthia-hero__title h1,
.cynthia-subhero__title h1 {
    margin: 0;
    font-family: "Homenaje", Impact, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cynthia-hero__title p,
.cynthia-subhero__title p {
    margin: 3px 0 0;
    font-size: 22px;
    font-style: italic;
    line-height: 1.3;
}

.cynthia-section-title {
    display: grid;
    min-height: 100px;
    place-items: center;
    padding: 20px;
    background: #fff;
}

.cynthia-section-title h2 {
    margin: 0;
    color: var(--cynthia-navy);
    font-family: "Homenaje", Impact, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.cynthia-meet {
    min-height: 375px;
    background-color: #d8eef7;
    background-image: var(--cynthia-bg);
    background-position: center top;
    background-size: cover;
}

.cynthia-meet__inner {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
    padding-top: 65px;
}

.cynthia-meet blockquote {
    width: min(440px, 100%);
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 1.88;
}

.cynthia-button {
    display: inline-grid;
    min-width: 190px;
    min-height: 50px;
    place-items: center;
    padding: 0 30px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease;
}

.cynthia-button--aqua {
    border-radius: 28px;
    background: var(--cynthia-aqua);
}

.cynthia-button--aqua:hover,
.cynthia-button--aqua:focus-visible {
    background: var(--cynthia-aqua-dark);
    color: #fff;
}

.cynthia-button--red {
    background: var(--cynthia-red);
}

.cynthia-button--red:hover,
.cynthia-button--red:focus-visible {
    background: var(--cynthia-red-dark);
    color: #fff;
}

.cynthia-stand {
    min-height: 500px;
    padding: 75px 20px 60px;
    background-color: #99d4ec;
    background-image: var(--cynthia-bg);
    background-position: center;
    background-size: cover;
}

.cynthia-stand__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    width: min(960px, 100%);
    margin: 0 auto;
}

.cynthia-action-card {
    display: grid;
    min-height: 313px;
    align-content: start;
    justify-items: center;
    padding: 35px 25px 24px;
    background: #fff;
    text-align: center;
}

.cynthia-action-card h3 {
    margin: 0;
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.cynthia-action-card p {
    margin: 18px 0 24px;
    font-size: 16px;
    line-height: 1.65;
}

.cynthia-action-card .cynthia-button,
.cynthia-socials {
    align-self: end;
    margin-top: auto;
}

.cynthia-socials {
    display: flex;
    gap: 12px;
}

.cynthia-socials a {
    display: grid;
    width: 56px;
    height: 50px;
    place-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.cynthia-socials__facebook {
    background: #3b5998;
}

.cynthia-socials__twitter {
    background: #0084b4;
}

.cynthia-subhero {
    min-height: 600px;
    background-position: center top;
    background-size: cover;
}

.cynthia-subhero--meet {
    background-color: #8cc2dd;
    background-image: var(--cynthia-bg);
}

.cynthia-subhero__title {
    top: 175px;
    width: min(300px, 100%);
}

.cynthia-prose {
    width: min(1030px, calc(100% - 80px));
    margin: 60px auto 100px;
    color: var(--cynthia-ink);
}

.cynthia-prose > p {
    margin: 0 0 40px;
    font-size: 22px;
    line-height: 1.77;
}

.cynthia-content-page {
    min-height: 560px;
    padding: 104px 0 20px;
    background: #fff;
}

.cynthia-content-page .cynthia-prose {
    margin-top: 0;
}

.cynthia-prose h1,
.cynthia-article h1 {
    margin: 0 0 54px;
    color: var(--cynthia-navy);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.cynthia-prose h2 {
    margin: 38px 0 10px;
    color: var(--cynthia-ink);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.cynthia-prose--issues > p {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.75;
}

.cynthia-prose blockquote {
    margin: 44px 0 0;
    padding: 30px 38px;
    border-left: 5px solid var(--cynthia-aqua);
    background: #f3f5f7;
    color: var(--cynthia-navy);
    font-size: 22px;
    line-height: 1.7;
}

.cynthia-updates {
    max-width: 1030px;
}

.cynthia-updates > p {
    max-width: 810px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.7;
}

.cynthia-updates a {
    color: var(--cynthia-navy);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cynthia-updates a:hover,
.cynthia-updates a:focus-visible {
    color: #0071bc;
}

.cynthia-content-page__inner,
.cynthia-article {
    width: min(1030px, calc(100% - 80px));
    margin: 0 auto;
}

.cynthia-article__content {
    color: var(--cynthia-ink);
    font-size: 18px;
}

.cynthia-error-page {
    text-align: center;
}

.cynthia-footer {
    display: grid;
    min-height: 500px;
    place-content: start center;
    justify-items: center;
    padding: 30px 20px 60px;
    background: var(--cynthia-navy);
    color: #fff;
    text-align: center;
}

.cynthia-footer__logo {
    margin-bottom: 20px;
}

.cynthia-footer__logo img {
    width: 266px;
    height: 130px;
    object-fit: contain;
}

.cynthia-footer p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.6;
}

.cynthia-footer a {
    color: #fff;
}

.cynthia-footer__disclaimer {
    width: min(400px, 100%);
    margin-top: 28px !important;
    padding: 5px 18px;
    border: 1px solid #fff;
}

@media (max-width: 1080px) {
    .cynthia-header__inner {
        width: min(100% - 30px, 1200px);
    }

    .cynthia-nav a {
        padding: 0 16px;
        font-size: 13px;
    }
}

@media (max-width: 920px) {
    .cynthia-header__inner {
        min-height: 90px;
    }

    .cynthia-menu-toggle {
        display: block;
    }

    .cynthia-nav {
        position: absolute;
        top: 90px;
        right: 0;
        display: none;
        width: min(360px, 100%);
        padding: 18px 0 28px;
        background: #fff;
        box-shadow: 0 16px 30px rgba(0, 20, 56, 0.18);
    }

    .cynthia-nav.is-open {
        display: grid;
    }

    .cynthia-nav a {
        min-height: 54px;
        justify-content: end;
        padding: 0 30px;
        color: var(--cynthia-navy);
        font-size: 15px;
    }

    .cynthia-nav a:hover,
    .cynthia-nav a:focus-visible,
    .cynthia-nav a.is-active {
        color: #fff;
    }

    .cynthia-nav .cynthia-nav__donate {
        margin: 10px 30px 0;
        border-radius: 0;
        color: #fff;
    }

    .cynthia-stand__grid {
        grid-template-columns: 1fr;
        width: min(560px, 100%);
    }

    .cynthia-action-card {
        min-height: 290px;
    }
}

@media (max-width: 620px) {
    .cynthia-logo img {
        width: 142px;
    }

    .cynthia-hero,
    .cynthia-subhero {
        min-height: 560px;
    }

    .cynthia-hero {
        background-position: 66% top;
    }

    .cynthia-hero__inner,
    .cynthia-subhero__inner {
        width: calc(100% - 32px);
    }

    .cynthia-hero__title,
    .cynthia-subhero__title {
        top: auto;
        bottom: 36px;
        left: 0;
        width: min(330px, 100%);
        padding: 20px 24px 26px;
    }

    .cynthia-hero__title h1,
    .cynthia-subhero__title h1 {
        font-size: 48px;
    }

    .cynthia-hero__title p,
    .cynthia-subhero__title p {
        font-size: 18px;
    }

    .cynthia-section-title {
        min-height: 86px;
    }

    .cynthia-section-title h2 {
        font-size: 34px;
    }

    .cynthia-meet {
        min-height: 470px;
        background-position: 58% top;
    }

    .cynthia-meet__inner {
        width: calc(100% - 36px);
        padding-top: 36px;
    }

    .cynthia-meet blockquote {
        width: 62%;
        font-size: 14px;
        line-height: 1.65;
    }

    .cynthia-stand {
        padding: 42px 18px;
    }

    .cynthia-prose,
    .cynthia-content-page__inner,
    .cynthia-article {
        width: calc(100% - 40px);
    }

    .cynthia-prose {
        margin-top: 42px;
        margin-bottom: 70px;
    }

    .cynthia-prose > p {
        margin-bottom: 28px;
        font-size: 18px;
        line-height: 1.65;
    }

    .cynthia-content-page {
        padding-top: 64px;
    }

    .cynthia-prose h1,
    .cynthia-article h1 {
        margin-bottom: 38px;
        font-size: 32px;
    }

    .cynthia-prose blockquote {
        padding: 24px;
        font-size: 18px;
    }

    .cynthia-footer {
        min-height: 420px;
    }

    .cynthia-footer__logo img {
        width: 220px;
        height: auto;
    }
}

.cynthia-footer-nav {
    margin: 0 0 28px;
}

.cynthia-footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cynthia-footer-nav__list a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.cynthia-footer-nav__list a:hover,
.cynthia-footer-nav__list a:focus-visible {
    color: var(--cynthia-aqua);
}

.cynthia-blog,
.cynthia-single {
    min-height: 600px;
    padding: clamp(64px, 7vw, 110px) 24px;
    background: #fff;
}

.cynthia-blog__header,
.cynthia-single__header {
    width: min(1040px, 100%);
    margin: 0 auto clamp(44px, 5vw, 72px);
    text-align: center;
}

.cynthia-blog__header h1,
.cynthia-single__header h1 {
    margin: 0;
    color: var(--cynthia-navy);
    font-family: "Homenaje", Impact, sans-serif;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.cynthia-blog__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    width: min(1040px, 100%);
    margin: 0 auto;
}

.cynthia-post-card {
    overflow: hidden;
    border: 1px solid #dce1e7;
    background: #fff;
}

.cynthia-post-card__image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.cynthia-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 250ms ease;
}

.cynthia-post-card:hover .cynthia-post-card__image img {
    transform: scale(1.03);
}

.cynthia-post-card__body {
    padding: 30px;
}

.cynthia-post-meta {
    margin: 0 0 12px;
    color: #647184;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.cynthia-post-card h2 {
    margin: 0 0 18px;
    color: var(--cynthia-navy);
    font-family: "Homenaje", Impact, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
}

.cynthia-post-card h2 a,
.cynthia-post-card__more {
    text-decoration: none;
}

.cynthia-post-card__excerpt {
    color: var(--cynthia-ink);
    font-size: 16px;
}

.cynthia-post-card__excerpt p {
    margin: 0 0 22px;
}

.cynthia-post-card__more {
    color: var(--cynthia-red);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.cynthia-blog .navigation.pagination {
    width: min(1040px, 100%);
    margin: 54px auto 0;
}

.cynthia-blog .nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.cynthia-blog .page-numbers {
    display: grid;
    min-width: 42px;
    height: 42px;
    place-items: center;
    padding: 0 12px;
    border: 1px solid #d3d9e0;
    color: var(--cynthia-navy);
    text-decoration: none;
}

.cynthia-blog .page-numbers.current,
.cynthia-blog .page-numbers:hover {
    border-color: var(--cynthia-aqua);
    background: var(--cynthia-aqua);
    color: #fff;
}

.cynthia-single__article,
.cynthia-post-navigation {
    width: min(900px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.cynthia-single__header {
    margin-bottom: 42px;
}

.cynthia-single__image {
    margin: 0 0 42px;
}

.cynthia-single__image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.cynthia-single__content {
    color: var(--cynthia-ink);
    font-size: 18px;
    line-height: 1.8;
}

.cynthia-single__content > * {
    max-width: 100%;
}

.cynthia-single__content h2,
.cynthia-single__content h3 {
    color: var(--cynthia-navy);
}

.cynthia-single__content a {
    color: #0071bc;
}

.cynthia-post-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 64px;
    padding-top: 28px;
    border-top: 1px solid #dce1e7;
}

.cynthia-post-navigation div:last-child {
    text-align: right;
}

.cynthia-post-navigation a {
    color: var(--cynthia-navy);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 720px) {
    .cynthia-blog__grid {
        grid-template-columns: 1fr;
    }

    .cynthia-post-card__body {
        padding: 24px;
    }

    .cynthia-post-navigation {
        grid-template-columns: 1fr;
    }

    .cynthia-post-navigation div:last-child {
        text-align: left;
    }
}
