@font-face {
    font-family: 'Garnett Regular';
    src: URL('../../fonts/Garnett-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Garnett Semibold';
    src: URL('../../fonts/Garnett-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Garnett Medium';
    src: URL('../../fonts/Garnett-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Founders Grotesk Regular';
    src: URL('../../fonts/Founders-Grotesk-Regular.otf') format('truetype');
}


@font-face {
    font-family: 'Founders Grotesk Medium';
    src: URL('../../fonts/Founders-Grotesk-Medium.otf') format('truetype');
}


@font-face {
    font-family: 'Founders Grotesk X-Cond Med';
    src: URL('../../fonts/Founders-Grotesk-X-Condensed-Med.otf') format('truetype');
}

header.menu.fixed {
    background: #DC005A;
}

header.menu a {
    font-family: 'Garnett Medium';
    font-size: 18px;
    letter-spacing: 0.02rem;
    color: #fff;
}

header.menu a:hover {
    color: #A0C832 !important;
}

header.menu.fixed a {
    color: #fff;
}

h2, h3 {
    font-family: 'Garnett Semibold';
}

#hero h2 {
    font-size: 90px;
    color: #A0C832;
}

#hero p {
    color: #fff;
}

body {
    font-family: 'Founders Grotesk Regular';
}

#farm, #in-the-news {
    display: none;
}

.triangle-down {
    display: none;
}
#hero .produce .font-36 {
    font-size: 30px;
}
#produce p {
    max-width: 490px;
    margin: 0 auto;
}
#produce h3, #produce p {
    color: #1E461E;
    text-align: center;
}

#produce h4 {
    text-transform: center;
    font-family: 'Founders Grotesk X-Cond Med';
    color: #DC005A;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.05rem;
    margin-bottom: 70px;
}

section.slide .slick-current .slider-info {
    background: #1E461E;
    font-family: 'Founders Grotesk X-Cond Med';
    font-size: 30px;
    height: 100px;
    width: 100px;
    text-transform: uppercase;
    padding: 0 15px;
    /* right: 30px; */
}
.bkg-white {
    background: #fff;
}
#tabs .tabs {
    margin-top: 95px;
}
@media (max-width: 640px) {
    #tabs .tabs {
        margin-top: 0;
    }
}
#tabs .border-thic {
    height: 1px;
    background: #1E461E;
}
#tabs h5 {
    font-family: 'Founders Grotesk X-Cond Med';
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 0.05rem;
    color: #1E461E;
}
#tabs .border-bottom-thin {
    border-bottom: 1px solid #1E461E;
    padding-bottom:15px;
}
#tabs p {
    color: #1E461E;
}
#tabs .tabs .tab p {
    font-family: 'Garnett Regular';
    font-size: 20px;
    line-height: 30px;
}

#tabs .font-34 {
    font-size: 34px;
    max-width: 70%;
}
#tabs h3 {
    color: #A0C832;
    opacity: 1;
    font-size: 34px;
}
#tabs h3.active {
    color: #1E461E;
}

#tabs h3.active:before {
    content:"→ "
}

.image-with-text h3 {
    color: #1E461E;
}

.image-with-text h5 {
    font-family: 'Founders Grotesk X-Cond Med';
    font-size: 28px;
    color: #A0C832;
    letter-spacing: 0.05rem;
}

.image-with-text p, .image-with-text a {
    color: #1E461E;
}

#image-text-4 {
    background: #fff;
}

.wilder-signup input[type=submit] {
    font-family: 'Garnett Medium';
    font-size: 18px;
    background: #1E461E;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 20px;
}
.wilder-signup input[type=text] {
    outline: none !important;
    background: #d4dad3;
    font-family: 'Garnett Regular';
    font-size: 18px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
}

@media (min-width: 640px) {
    .image-with-text.sm\:pb-32  {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    #image-text-3.image-with-text {
        padding-bottom: 5rem;
    }
    #image-text-1.image-with-text {
        padding-top: 5rem;
    }
    #image-text-4.image-with-text {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    footer form {
        max-width: 80%;
    }
}

@media (min-width: 640px) {
    #image-text-4 .lg\:col-start-9 {
        grid-column-start: 8 !important;
    }
    #image-text-4 .lg\:col-span-4 {
        grid-column: span 5/span 5;
    }

}

@media (max-width: 640px) {
    #hero h2 {
        font-size: 35px;
    }
}

.image-with-text h6 {
    font-size: 18px;
    color: #1E461E;
    margin-bottom: 35px;
    line-height: 26px;
    font-family: 'Founders Grotesk Medium';
    letter-spacing: 0.04rem;
}

.bkg-green {
    background: #A0C832;
}
#instagram h3 {
    color: #fff;
}
.bkg-dark-green, .bkg-green-dark {
    background: #1E461E !important;
}
footer p, footer a {
    color: #fff;
}
footer h6 {
    color: #fff;
    font-family: 'Garnett Medium';
    margin-bottom: 20px;
    font-size: 20px;
}
footer .wilder-signup input[type=submit] {
    background: #A0C832;
    color: #1E461E;
}
footer .pangram-bold {
    font-family: 'Garnett Medium';
    margin-bottom: 2rem;
}
footer a, footer p {
    font-family: 'Garnett Regular';
    letter-spacing: 0.02rem;
}
.tabs img {
    border-radius: 25px;
}

header.menu a.white-menu-item {
    color: #DC005A;
    background: #fff;
    border-radius: 10px;
    padding: 7px 10px 5px 10px;
    /* display: block; */
}
header.menu.red-menu {
    opacity: 1;
}
header.red-menu {
    background: #DC005A;
}

@media (max-width: 1260px) {
    header.menu a {
        font-size: 16px;
    }
}

@media (max-width: 1130px) {
    header.menu .menu-left.justify-start {
        justify-content: space-between;
    }
    header.menu .menu-left a, header.menu .menu-right a {
        margin-right: 0;
    }

    header.menu .menu-right {
        justify-content: space-around;
    }
}

@media (max-width: 900px) {
    header.menu .main-logo {
        display: none !important;
    }

    header.menu .menu-left {
        grid-column: span 6/span 6;
        justify-content: space-around !important;
    }

    header.menu .menu-right {
        grid-column-start: 7 !important;
        grid-column: span 6/span 6;
        justify-content: space-around;
    }
}
.bkg-wf-green {
    background: #1E461E;
}
.slide-description-wrap h3, .slide-description-wrap p {
    color: #fff !important;
}

.slide-description-wrap h3 {
    font-family: 'Garnett Semibold';
}

.team-desc:first-child {
    padding-top: 30px;
}

#produce .border-thin {
    display: none;
}

.mobile-menu-icon {
    padding-top: 5px;
    background: #DC005A;
}

.mobile-menu-icon.open {
    color: #DC005A;
}

#menu {
    background: #1E461E;
}

.mobile-menu a {
    font-family: 'Garnett Medium';
}
.mobile-menu .submenu a {
    font-family: 'Founders Grotesk Regular';
}

@media (max-width: 640px) {
    section.image-full {
        background-image: var(--mobile-background-image) !important;
    }
}

#tabs .tabs .tab a {
    text-decoration: underline;
}

#tabs .font-34 p {
    font-size: 44px;
}
    

