@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: "EB Garamond", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EB Garamond", serif !important;
    font-weight: 500;
}

.banner-wrap {
    padding: 40px 50px 5px;
    max-width: 1130px !important;
}

.home .entry-content.wp-block-post-content.is-layout-constrained {
    padding: 0;
}

.banner-wrap p {
    line-height: 34px;
}

.person-wrap {
    margin: 26px 0;
}

.banner-wrap h1 {
    margin-bottom: 14px;
}

.text-weight {
    font-weight: 500;
}

.icons-wrap p {
    font-weight: 500;
}

.icons-wrap img {
    width: 28px;
}

.icons-wrap {
    gap: 35px;
}

.icons-wrap a {
    text-decoration: none;
}

.icons-wrap a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-wrap {
        flex-wrap: nowrap !important;
    }

    .banner-wrap h1 {
        font-size: 42px !important;
    }

    .banner-wrap h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .banner-wrap {
        padding: 40px 20px 5px;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .icons-wrap {
        justify-content: center;
    }

    .banner-text * {
        text-align: center;
    }

    .addtoany_shortcode.open {
        right: 50% !important;
        transform: translate(50%, -10%);
    }

    .addtoany_shortcode.open a {
        text-align: left;
    }
}

.addtoany_shortcode {
    display: none;
}

.addtoany_shortcode.open {
    display: block;
}

a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}

.banner-text {
    position: relative;
}

.addtoany_shortcode.open {
    position: absolute;
    width: 260px;
    right: 0;
    bottom: 70px;
    padding: 14px 14px;
    border-radius: 6px;
    background: #ddd;
}

.addtoany_shortcode.open span.a2a_label {
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: unset;
    font-size: 14px;
    position: relative !important;
    font-weight: 600;
    width: auto !important;
    margin-left: 10px;
}

.addtoany_shortcode.open .a2a_kit.a2a_kit_size_32.addtoany_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.share_icon {
    cursor: pointer;
}

.share_icon p:hover {
    text-decoration: underline;
}

body.home {
    height: 100vh;
}

body.home .wp-site-blocks {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
}

.close-btn {
    position: absolute;
    right: 7px;
    top: 10px;
    transform: rotate(45deg);
    cursor: pointer;
}

.close-btn svg {
    height: 32px;
    width: 32px;
}

.email-popup {
    display: none !important;
    background-color: #fff;
    padding: 15px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid rgb(167 167 167 / 20%);
    border-radius: 6px;
}

.email-popup .wpforms-field-description {
    color: #333333 !important;
    order: 2;
    margin-bottom: 12px !important;
}

.wp-block-group.email-btn {
    cursor: pointer;
}

.email-popup.show {
    display: block !important;
}

button#wpforms-submit-213 {
    background-color: #ba2808;
    padding: 10px 30px;
    width: 100%;
}

div#wpforms-confirmation-213 {
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
}

.email-popup .wpforms-container .wpforms-field {
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
}

.email-popup .wpforms-field label {
    order: 1;
    margin-bottom: 2px !important;
}

.email-popup .wpforms-field input,
.email-popup .wpforms-field textarea {
    order: 3;
}

h4.wp-block-heading {
    color: #ba2808;
}

div#wpforms-213 {
    margin: 0px;
}

@media screen and (max-width:700px) {
    .email-popup {
        width: 100% !important;
        max-width: 80%;
    }
}