/*
Theme Name: Treasure Forest
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1779396690
Updated: 2026-05-21 20:51:30

*/

:root {
    /* Color Variables */
    --light-white: #fcffed;
    --sunlight: #f5fdc6;
    --sunglow: #f9c012;
    --glade: #a5c882;
    --forest: #17703b;
    --hickory: #645540;
    --birch: #342a21;
    --fog: rgba(255,255,255, 0.67);
}

/* Color Classes For Type */

.clr-light-white {
    color: var(--light-white) !important;
}

.clr-sunlight {
    color: var(--sunlight) !important;
}

.clr-sunglow {
    color: var(--sunglow) !important;
}

.clr-glade {
    color: var(--glade) !important;
}

.clr-forest {
    color: var(--forest) !important;
}

.clr-hickory {
    color: var(--hickory) !important;
}

.clr-birch {
    color: var(--birch) !important;
}

/* Background Color Classes */

.bg-clr-light-white {
    background-color: var(--light-white) !important;
}

.bg-clr-sunlight {
    background-color: var(--sunlight) !important;
}

.bg-clr-sunglow {
    background-color: var(--sunglow) !important;
}

.bg-clr-glade {
    background-color: var(--glade) !important;
}

.bg-clr-forest {
    background-color: var(--forest) !important;
}

.bg-clr-hickory {
    background-color: var(--hickory) !important;
}

.bg-clr-birch {
    background-color: var(--birch) !important;
}

.bg-clr-fog {
    background-color: var(--fog) !important;
}

/* Title Sizes */

.title-75 {
    font-family: "lulo-one";
    font-size: 75px;
    font-weight: 700;
    line-height: 1.125;
}

.title-60 {
    font-family: "lulo-one";
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}

.title-60.lulo-two {
    font-family: "lulo-two";
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.title-45 {
    font-family: "lulo-one";
    font-size: 45px;
    font-weight: 700;
    line-height: 1.333;
}

.title-40 {
    font-family: "lulo-one";
    font-size: 40px;
    font-weight: 700;
    line-height: 1.333;
}

.title-35 {
    font-family: "tablet-gothic-wide", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.125;
}

.title-35.alt {
    font-family: "lulo-one", sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.title-35.alt.lulo-two {
    font-family: "lulo-two";
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.title-30 {
    font-family: "tablet-gothic", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.title-25 {
    font-family: "lulo-one";
    font-size: 25px;
    font-weight: 700;
    line-height: 1.125;
}

.title-25.alt {
    font-family: "tablet-gothic-wide";
    font-size: 25px;
    font-weight: 700;
}

.title-20 {
    font-family: "lulo-one";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

/* Text Sizes */

.type-12 {
    font-family: "lulo-one";
    font-size: 12px;
    font-weight: 600;
}

.type-15 {
    font-family: "lulo-one";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.type-15.alt.regular {
    font-family: "tablet-gothic";
    font-size: 15px;
    font-weight: 400;
}

.type-20 {
    font-family: "tablet-gothic", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.type-20.regular {
    font-family: "tablet-gothic", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.type-20.wide.regular {
    font-family: "tablet-gothic-wide", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.type-20.wide.bold {
    font-family: "tablet-gothic-wide", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.type-30 {
    font-family: "tablet-gothic-wide", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.type-35 {
    font-family: "tablet-gothic-wide", sans-serif;
    font-size: 35px;
    font-weight: 700;
}

/* Special Type */

.numbers-60 {
    font-family: "lulo-one";
    font-size: 60px;
    font-weight: 700;
}

/* Media Queries for Type */

@media only screen and (max-width: 1280px) {
    .title-75 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1024px) {
    .title-75 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .title-75 {
        font-size: 35px;
    }
    .title-60 {
        font-size: 45px;
    }
    .title-45 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .title-75 {
        font-size: 20px;
    }
    .title-60 {
        font-size: 30px;
    }
    .title-45 {
        font-size: 25px;
    }
    .title-40 {
        font-size: 35px;
    }
}

/* Flexslider */

.slide-img {
	display: block;
	width: 100%;
	aspect-ratio: 4/3;
	background-position: center;
    background-size: cover;
}

.flex-control-nav {
    background-color: var(--sunglow);
    bottom: -4rem;
    height: 4rem;
}

.flex-control-nav li {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
}

.flex-control-paging li a {
    background: var(--light-white) !important;
}

.flex-control-paging li a.flex-active {
    background: var(--birch) !important;;
}

/* Custom */

.past-event-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.5rem;
}

.past-event-grid .grid-item .bg-image {
    aspect-ratio: 4/3;
}

.past-event-grid .grid-item:last-of-type {
    grid-column: span 2 / span 2;
}

.past-event-grid .grid-item:last-of-type .bg-image {
    aspect-ratio: 9/3;
}

.svg-fix-4 {
    position: relative;
    bottom: -4px;
}

#upcoming-events {
    background-size: cover;
    background-position: 0% 600px;
}

#gform_wrapper_2 .gform_heading h2.gform_title {
    font-family: "lumo-one", sans-serif !important;
    font-size: 35px !important;
    font-weight: 700 !important;
    color: var(--birch) !important;
    margin-bottom: 2rem !important;
}

#gform_2 input[type="submit"]#gform_submit_button_2 {
    font-family: "lumo-one", sans-serif !important;
    color: var(--light-white) !important;
    background-color: var(--birch) !important;
    border-radius: 0rem !important;
}

#gform_2 input {
    border: 2px solid var(--birch);
    border-radius: 0rem !important;
}

#gform_2 label,
#gform_2 legend {
    font-family: "lumo-one", sans-serif !important;
    font-weight: 700;
}

#gform_2 .gfield-choice-input {
    border-radius: 50% !important;
}

.photo-card {
    background-color: var(--light-white);
    cursor: pointer !important;
    transition: all 0.5s ease;
    box-shadow: 9px 9px rgba(0, 0, 0, 0.1);
}

.photo-card .title {
    color: var(--forest);
    transition: all 0.5s ease;
}

.photo-card .bg-image {
    opacity: 1;
    transition: all 0.5s ease;
}

.photo-card .hover-text {
    opacity: 0;
    transition: all 0.5s ease;
}

.photo-card .hover-text p {
    line-height: 1.9 !important;
}

.photo-card:hover {
    background-color: var(--forest);
    transition: all 0.5s ease;
}

.photo-card:hover .title {
    color: var(--light-white);
    transition: all 0.5s ease;
}

.photo-card:hover .bg-image {
    opacity: 0;
    transition: all 0.5s ease;
}

.photo-card:hover .hover-text {
    opacity: 1;
    transition: all 0.5s ease;
}

section#support-the-atfa::before,
section#join-the-afta::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--birch);
}

section#support-the-atfa .section-container {
    background-image: url(/wp-content/uploads/2026/05/bg_forest.svg);
    background-size: cover;
    background-position: 100% 183px;
}

.step-rule {
    width: 3px;
    height: 100%;
    background-color: var(--sunglow);
}

footer {
    border-top: 2px solid var(--sunlight);
}

footer ul {
    border-top: 1px solid var(--sunlight);
}

footer ul li {
    background-color: var(--sunglow);
    height: 64px;
    border-bottom: 2px solid var(--sunlight);
}


footer ul li:last-of-type {
    background-color: var(--sunglow);
    height: 64px;
    border-bottom: 0px solid var(--sunlight);
}

footer ul li a {
    font-family: "tablet-gothic";
    font-size: 18px;
    font-weight: 600;
    color: var(--birch);
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px;
    letter-spacing: 1px;
}

footer .gform-theme--foundation .gform_fields {
    row-gap: 0 !important;
}

footer input {
    margin-bottom: 1rem !important;
    border: 2px solid var(--birch) !important;
}

footer textarea {
    border: 2px solid var(--birch) !important;
    border-top: 0px !important;
}

footer input#input_1_7 {
    margin-bottom: 0rem !important;
}

footer input,
footer textarea {
    background-color: var(--light-white) !important;
    border-radius: 0px !important;
    font-family: "tablet-gothic", sans-serif !important;
    font-weight: 500 !important;
}

footer .ginput_container.ginput_container_textarea,
footer .gform-theme--foundation .gfield textarea.large {
    height: 90px !important;
    min-block-size: unset !important;
}

footer input[type="submit"] {
    background-color: var(--forest) !important;
    width: 165px !important;
    height: 40px !important;
    font-family: "tablet-gothic", sans-serif !important;
    font-weight: 900;
    color: var(--light-white) !important;
    text-transform: uppercase !important;
    border: 0px !important;
}

@media only screen and (max-width: 1280px) {
    .force-wrap-1280 .flex-item {
        flex: 1 0 100%;
    }
}

@media only screen and (max-width: 767px) {
    .force-wrap-767 .flex-item {
        flex: 1 0 100%;
    }
}

@media only screen and (max-width: 480px) {
    footer ul li a {
        font-size: 14px;
    }
}
