/* Variables */
:root {
    --green: #47B260;
    --dark-green: #0B4746; 
    --light-green: #F2FFE5;
    --honeydrew: #F1FFE5; /* banner color  */
    --white: #fff;
    --black: #000;
    --yellow: #FFAD1A;
    --mid-night-green: #0A4747;
    --mosque-green: #005958;
    --karla: "Karla", sans-serif;
    --sora: "Sora", sans-serif;
    --gabarito: "Gabarito", sans-serif;
}


/* layout */
.banner-container {
    max-width: 1392;
    padding: 0 20px;
    margin: 0 auto;
}
.container-full {
    width: 100%;
    max-width: 100%;
}
.container {
    max-width: 1272px;
    padding: 0 20px;
    margin: 0 auto;
}
.container-sm {
    max-width: 1156px;
    margin: 0 auto;
}



/* Font */
body {
    color: var(--dark-green);
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: -.36px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
}
sup {
    top: -.4em;
    font-size: 60%;
}
.font-def {
    font-size: 18px;
    letter-spacing: -.02em;
}
.font-md-sm {
    font-size: 20px;
    letter-spacing: -.02em;
}
.font-md {
    font-size: 21px;
    letter-spacing: -.02em;
}

.font-lg {
    font-size: 26px;
    letter-spacing: -.02em;
}
.font-sm {
    font-size: 13px;
    letter-spacing: -.02em;
}
.ff-sora {
    font-family: "Sora", sans-serif;
}
h1, .h1 {
    font-size: 72px;
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    margin: 0;
    line-height: 1.04;
}
h2, .h2 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    margin: 0;
}
h3, .h3 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    margin: 0;
    line-height: 1.04;
}
h4, .h4 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    margin: 0;
    line-height: 1.04;
}
h5, .h5 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    margin: 0;
    line-height: 1.04;
}
h6, .h6 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    margin: 0;
    line-height: 1.04;
}


/* Button */
.primary-btn , .btn {
    background-color: var(--dark-green);
    border-radius: 6px;
    padding: 12px 21px;
    display: inline-flex;
    position: relative;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.primary-btn::after {
    content:url('/wp-content/themes/ldwp/assets/images/white-arrow.svg');
    margin-left: 16px;
}

.mosque-green {
    color: var(--mosque-green);
}
.green {
    color: var(--green);
}
.dark-green {
    color: var(--dark-green);
}
.light-green {
    color: var(--light-green);
}
.white {
    color: var(--white);
}
.black {
    color: var(--black);
}
.yellow {
    color: var(--yellow);
}
.mid-night-green {
    color: var(--mid-night-green);
}
.bg-mosque-green {
    background-color: var(--mosque-green);
}
.bg-green {
    background-color: var(--green);
}
.bg-dark-green {
    background-color: var(--dark-green);
}
.bg-light-green {
    background-color: var(--light-green);
}
.bg-white {
    background-color: var(--white);
}
.bg-black {
    background-color: var(--black);
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-mid-night-green {
    background-color: var(--mid-night-green);
}
.ta-center {
    text-align: center;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}

/* Gutenberg */
.guttenberg-page-con.container {
    padding: 2rem 20px 4rem;
}
.guttenberg-page-con h6, 
.guttenberg-page-con .h6 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 18px;
}
.guttenberg-page-con .h5,
.guttenberg-page-con h5 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 22px;
}
.guttenberg-page-con h4,
.guttenberg-page-con .h4 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 26px;
}
.guttenberg-page-con h3,
.guttenberg-page-con .h3 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 30px;
}
.guttenberg-page-con h2,
.guttenberg-page-con .h2 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 36px;
}
.guttenberg-page-con .h1,
.guttenberg-page-con h1 {
    font-weight: 400;
    margin: 2rem 0 2rem;
    font-size: 45px;
}
.guttenberg-page-con .entry-title {
    font-weight: 600;
}

.guttenberg-page-con .h1:first-child,
.guttenberg-page-con h1:first-child {
    margin-top: 0;
}

.d-none {
    display: none;
}

/* Single Post */
body.single-post .post-thumbnail {
    display: flex;
}
body.single-post .post-thumbnail img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    border-radius: 36px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: top;
}
body.single-post .post-date {
    text-align: center;
    margin-top: 10px;
}


.post-navigation .nav-links {
    gap: 40px;
    margin-top: 100px;
}


/* Responsive */
@media only screen and (max-width: 1024px) {
    body {
        font-size: 16px;
        letter-spacing: -.32px;
    }

    h1, .h1 {
        font-size: 50px;
    }
    h2, .h2 {
        font-size: 42px;
    }
    h3, .h3 {
        font-size: 36px;
    }
    h4, .h4 {
        font-size: 30px;
    }
    h5, .h5 {
        font-size: 26px;
    }
    h6, .h6 {
        font-size: 22px;
    }
    .font-def {
        font-size: 16px;
    }
    .font-md-sm {
        font-size: 17px;
    }
    .font-md {
        font-size: 18px;
    }
    .font-lg {
        font-size: 22px;
    }
    .font-sm {
        font-size: 12px;
    }


}


@media only screen and (max-width: 998px) {
   body {
        font-size: 16px;
        letter-spacing: -.32px;
    }

    h1, .h1 {
        font-size: 45px;
    }
    h2, .h2 {
        font-size: 38px;
    }
    h3, .h3 {
        font-size: 32px;
    }
    h4, .h4 {
        font-size: 28px;
    }
    h5, .h5 {
        font-size: 24px;
    }
    h6, .h6 {
        font-size: 20px;
    }
    .primary-btn, .btn,
    .btn-w-arrow {
        font-size: 16px;
    }

    .guttenberg-page-con.container {
        padding: 2rem 20px 4rem;
    }


    .font-lg {
        font-size: 20px;
    }
    .font-sm {
        font-size: 12px;
    }

    /* Guttenberg */
    .guttenberg-page-con h6, 
    .guttenberg-page-con .h6 {
        font-size: 16px;
    }
    .guttenberg-page-con .h5,
    .guttenberg-page-con h5 {
        font-size: 18px;
    }
    .guttenberg-page-con h4,
    .guttenberg-page-con .h4 {
        font-size: 22px;
    }
    .guttenberg-page-con h3,
    .guttenberg-page-con .h3 {
        font-size: 26px;
    }
    .guttenberg-page-con h2,
    .guttenberg-page-con .h2 {
        font-size: 30px;
    }
    .guttenberg-page-con .h1,
    .guttenberg-page-con h1 {
        font-size: 35px;
    }

    /* Navigation */
    .post-navigation .nav-links {
        flex-direction: column;
    }
    .post-navigation .nav-next {
        text-align: start;
    }

}

@media only screen and (max-width: 767px) {
    .font-md,
    .font-def {
        font-size: 16px;
    }
    .font-md-sm {
        font-size: 15px;
    }
    .font-lg {
        font-size: 18px;
    }
    .primary-btn, .btn,
    .btn-w-arrow {
        font-size: 14px;
    }

    /* Guttenberg */
    .guttenberg-page-con h6, 
    .guttenberg-page-con .h6 {
        font-size: 14px;
    }
    .guttenberg-page-con .h5,
    .guttenberg-page-con h5 {
        font-size: 16px;
    }
    .guttenberg-page-con h4,
    .guttenberg-page-con .h4 {
        font-size: 18px;
    }
    .guttenberg-page-con h3,
    .guttenberg-page-con .h3 {
        font-size: 22px;
    }
    .guttenberg-page-con h2,
    .guttenberg-page-con .h2 {
        font-size:26px;
    }
    .guttenberg-page-con .h1,
    .guttenberg-page-con h1 {
        font-size: 30px;
    }
 

}