/*
 * Theme Name:  Blueprint Child
 * Theme URI:   https://codesupply.co/themes/blueprint/
 * Description: Blueprint Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    blueprint
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/* Justify text alignment for entry content paragraphs */
.cs-entry__content-wrap > .entry-content > p {
    text-align: justify;
}

.cs-search__tags-wrapper {
    display: none;
}
.cs-logo {
    margin-left: 40px;
}
.cs-header__search-toggle {
    margin-right: 40px;
}

.efcfo-footer-simple {
    background: #ffffff;
    color: #101725;
    /* padding: 60px 20px 40px; */
    margin-top: 80px;
    border-top: 1px solid rgba(16, 23, 37, 0.08);
    font-family: var(--cs-font-secondary-family, "Inter"), "Helvetica Neue", Arial, sans-serif;
    font-size: var(--cs-font-secondary-size, 1rem);
    font-weight: var(--cs-font-secondary-weight, 400);
    font-style: var(--cs-font-secondary-style, normal);
    letter-spacing: var(--cs-font-secondary-letter-spacing, 0.01em);
    text-transform: var(--cs-font-secondary-text-transform, none);
}

.efcfo-footer-wrapper {
    width: 100%;
    margin: 0;
}

.efcfo-footer-simple__top {
    margin: 0 0 40px;
    padding: 24px 40px 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.efcfo-footer-simple__logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.efcfo-footer-simple__logo img {
    max-width: 220px;
    height: auto;
    display: block;
}

.efcfo-footer-simple__title {
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    letter-spacing: -0.01em;
}

.efcfo-footer-simple__description {
    flex: 1 1 420px;
    margin-top: 0;
    font-size: calc(var(--cs-font-secondary-size, 1rem) + 0.05rem);
    line-height: 1.85;
    letter-spacing: var(--cs-font-secondary-letter-spacing, 0.01em);
    color: rgba(16, 23, 37, 0.76);
}

.efcfo-footer-simple__description > *:last-child {
    margin-bottom: 0;
}

.efcfo-footer-simple__bottom {
    margin: 0;
    padding: 18px 20px 24px;
    border-top: 1px solid rgba(16, 23, 37, 0.08);
    background-color: var(--cs-color-footer-bottom-background, transparent);
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-size: calc(var(--cs-font-secondary-size, 1rem) - 0.05rem);
    letter-spacing: var(--cs-font-secondary-letter-spacing, 0.01em);
    color: rgba(16, 23, 37, 0.58);
}

.efcfo-footer-simple__bottom p {
    margin: 0;
}

.cs-footer__copyright,
.efcfo-footer-simple__bottom p {
    font-family: var(--cs-font-secondary-family, "Inter"), sans-serif;
    font-size: var(--cs-font-secondary-size, 1rem);
    font-weight: var(--cs-font-secondary-weight, 400);
    font-style: var(--cs-font-secondary-style, normal);
    letter-spacing: var(--cs-font-secondary-letter-spacing, 0.01em);
    text-transform: var(--cs-font-secondary-text-transform, none);
    color: var(--cs-color-secondary, rgba(16, 23, 37, 0.58));
}

@media (max-width: 720px) {
    .efcfo-footer-simple {
        padding: 42px 20px 32px;
    }

    .efcfo-footer-simple__top,
    .efcfo-footer-simple__bottom {
        margin: 0;
    }

    .efcfo-footer-simple__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px 0 12px;
    }

    .efcfo-footer-simple__description {
        margin-top: 0;
        font-size: 1rem;
        line-height: 1.8;
    }

    .efcfo-footer-simple__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 20px 24px;
    }
}

body #page .cs-site-content {
    margin: 3rem 0 !important;
}

.ef-post-banner-text {
    margin: 12px auto 36px;
    max-width: 960px;
    text-align: left;
    padding: 0 12px;
    font-family: var(--cs-font-secondary-family, "Inter"), "Helvetica Neue", Arial, sans-serif;
    color: var(--cs-color-primary, #101725);
}

.ef-post-banner-text__tagline {
    margin: 0 0 6px;
    font-size: clamp(0.82rem, 0.8rem + 0.15vw, 0.95rem);
    font-weight: 600;
    line-height: 1.45;
}

.ef-post-banner-text__meta {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(16, 23, 37, 0.6);
}

@media (max-width: 768px) {
    .ef-post-banner-text {
        margin: 10px auto 28px;
        padding: 0 10px;
    }

    .ef-post-banner-text__tagline {
        font-size: 0.82rem;
    }

    .ef-post-banner-text__meta {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }
}