/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1774005614
Updated: 2026-03-20 11:20:14

*/

:root {
    --cream: #F5E6CC;
    --cream-light: #FAF0E2;
    --cream-dark: #E8D4B4;
    --brown: #3D2B1F;
    --brown-light: #5C4033;
    --ketchup: #D42B2B;
    --ketchup-dark: #B01E1E;
    --mustard: #fdbe12;
    --mustard-light: #F5C93A;
    --orange: #E8742A;
    --orange-dark: #C5611F;
    --green: #4A7A3D;
    --white: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--cream);
    color: var(--brown);
    overflow-x: hidden
}

/* HERO */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem 3rem;
    background: linear-gradient(180deg, #F5E0C4 0%, #E8A54A 25%, var(--orange) 45%, var(--ketchup) 65%, #8B1A1A 80%, var(--brown) 100%);
    overflow: hidden
}

.hero-flames {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    pointer-events: none;
    z-index: 1
}

.fl {
    position: absolute;
    bottom: -20px;
    border-radius: 50% 50% 20% 20%;
    animation: fd ease-in-out infinite alternate
}

.fl:nth-child(1) {
    left: 3%;
    width: 100px;
    height: 150px;
    background: rgba(232, 116, 42, .5);
    animation-duration: 2.1s
}

.fl:nth-child(2) {
    left: 18%;
    width: 70px;
    height: 120px;
    background: rgba(245, 201, 58, .4);
    animation-duration: 1.8s;
    animation-delay: .3s
}

.fl:nth-child(3) {
    left: 32%;
    width: 90px;
    height: 140px;
    background: rgba(212, 43, 43, .45);
    animation-duration: 2.4s
}

.fl:nth-child(4) {
    left: 48%;
    width: 110px;
    height: 170px;
    background: rgba(232, 116, 42, .5);
    animation-duration: 2s
}

.fl:nth-child(5) {
    left: 62%;
    width: 80px;
    height: 130px;
    background: rgba(245, 201, 58, .4);
    animation-duration: 2.3s;
    animation-delay: .5s
}

.fl:nth-child(6) {
    left: 76%;
    width: 95px;
    height: 145px;
    background: rgba(212, 43, 43, .45);
    animation-duration: 1.9s
}

.fl:nth-child(7) {
    left: 90%;
    width: 100px;
    height: 160px;
    background: rgba(232, 116, 42, .4);
    animation-duration: 2.5s
}

section.hero .gal-i.rv.vis img {
    max-width: 550px;
    object-fit: contain;
    height: auto !important;
}

section.hero .gal-i.rv.vis {
    aspect-ratio: unset !important;
}

@keyframes fd {
    0% {
        transform: scaleY(1) scaleX(1) translateY(0)
    }

    100% {
        transform: scaleY(1.15) scaleX(.92) translateY(-12px)
    }
}

.hero-c {
    position: relative;
    z-index: 2;
    max-width: 700px;
    width: 100%
}

.hero-wm {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(4.5rem, 18vw, 11rem);
    color: var(--cream);
    letter-spacing: .02em;
    line-height: .85;
    text-shadow: 3px 3px 0 var(--brown), 6px 6px 0 rgba(61, 43, 31, .5);
    -webkit-text-stroke: 2px var(--brown);
    paint-order: stroke fill;
    margin-bottom: .5rem;
    animation: slam .7s cubic-bezier(.34, 1.56, .64, 1) forwards;
    opacity: 0
}

@keyframes slam {
    0% {
        opacity: 0;
        transform: translateY(-50px) scale(1.15)
    }

    60% {
        opacity: 1;
        transform: translateY(4px) scale(.98)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.hero-tag {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: var(--cream);
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    animation: fu .6s .4s ease forwards
}

.hero-sub {
    font-size: clamp(.85rem, 1.6vw, 1rem);
    color: rgba(245, 230, 204, .65);
    margin: 1rem auto 2rem;
    max-width: 480px;
    line-height: 1.65;
    opacity: 0;
    animation: fu .6s .6s ease forwards
}

@keyframes fu {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-ctas {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    align-items: center;
    opacity: 0;
    animation: fu .6s .8s ease forwards
}

@media(min-width:640px) {
    .hero-ctas {
        flex-direction: row;
        justify-content: center;
        gap: .75rem
    }
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .85rem 1.6rem;
    border-radius: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: .08em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .25s cubic-bezier(.22, 1, .36, 1);
    width: 100%;
    max-width: 300px;
    justify-content: center
}

@media(min-width:640px) {
    .btn {
        width: auto;
        max-width: none
    }
}

.btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.btn-m {
    background: var(--mustard);
    color: var(--brown);
    box-shadow: 0 4px 16px rgba(232, 181, 36, .35)
}

.btn-m:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(232, 181, 36, .45);
    background: var(--mustard-light)
}

.btn-g {
    background: #25D366;
    color: var(--white);
    box-shadow: 0 4px 16px rgba(37, 211, 102, .3)
}

.btn-g:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, .4)
}

a:hover,
a:focus,
a:active {
    color: #fff !important;
}

.btn-g svg {
    fill: currentColor
}

.btn-o {
    background: transparent;
    color: var(--cream);
    border: 2px solid rgba(245, 230, 204, .35)
}

.btn-o:hover {
    background: rgba(245, 230, 204, .08);
    border-color: var(--cream);
    transform: translateY(-2px)
}

.btn-o svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2
}

.btn-br {
    background: var(--brown);
    color: var(--cream);
    box-shadow: 0 4px 16px rgba(61, 43, 31, .3)
}

.btn-br:hover {
    transform: translateY(-2px);
    background: var(--brown-light)
}

.hero-trust {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    opacity: 0;
    animation: fu .6s 1s ease forwards
}

.hero-trust span {
    color: rgba(245, 230, 204, .5);
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .05em
}

.sep {
    opacity: .25
}

/* DIVIDERS */
.dv-f {
    height: 80px;
    background: linear-gradient(180deg, var(--ketchup) 0%, var(--orange) 25%, var(--mustard) 55%, var(--cream) 100%)
}

.dv-ib {
    height: 80px;
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 20%, var(--orange) 50%, var(--ketchup-dark) 75%, var(--brown) 100%)
}

.dv-ob {
    height: 80px;
    background: linear-gradient(180deg, var(--brown) 0%, var(--ketchup-dark) 25%, var(--orange) 50%, var(--mustard) 75%, var(--cream) 100%)
}

/* SECTIONS */
.sec {
    padding: 4.5rem 1rem;
    max-width: 1100px;
    margin: 0 auto
}

.sec-br {
    background: var(--brown);
    color: var(--cream);
    max-width: none
}

.sec-br .sw {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 1rem
}

.sec-cd {
    background: var(--cream-dark);
    max-width: none
}

.sec-cd .sw {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 1rem
}

.sl {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-align: center;
    color: var(--orange);
    margin-bottom: .6rem
}

.sec-br .sl {
    color: var(--mustard);
    opacity: .7
}

.st {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.2rem);
    text-align: center;
    margin-bottom: .4rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: normal;
}

.sec-br .st {
    color: var(--cream)
}

.ss {
    font-size: .9rem;
    text-align: center;
    color: var(--brown-light);
    opacity: .65;
    margin-bottom: 3rem;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6
}

.sec-br .ss {
    color: var(--cream);
    opacity: .45
}

/* MENU SLIDER */
.menu-slider {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 1rem .5rem
}

.menu-slider::-webkit-scrollbar {
    display: none
}

.sec .mc {
    flex: 0 0 280px;
    scroll-snap-align: start;
    background: var(--white);
    border-radius: 12px;
    padding: 1.4rem 1.5rem;
    box-shadow: 0 2px 12px rgba(61, 43, 31, .08);
    border: 1px solid rgba(61, 43, 31, .05);
    position: relative;
    overflow: hidden
}

.mc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--ketchup);
    border-radius: 12px 0 0 12px
}

.mc-green::before {
    background: var(--green)
}

.mc-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: .4rem
}

.mc-n {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--brown);
    text-transform: uppercase;
    letter-spacing: .03em
}

.mc-p {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--ketchup)
}

.mc-d {
    font-size: .82rem;
    color: var(--brown-light);
    line-height: 1.5;
    opacity: .7;
    margin-bottom: 1.5em;
}

.mc-tags {
    display: flex;
    gap: .3rem;
    margin-top: .5rem;
    flex-wrap: wrap
}

.tag {
    font-size: .65rem;
    padding: .15rem .5rem;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.tag-r {
    background: rgba(61, 43, 31, .07);
    color: var(--brown)
}

.tag-s {
    background: rgba(212, 43, 43, .07);
    color: var(--ketchup)
}

.tag-p {
    background: rgba(232, 181, 36, .1);
    color: var(--orange-dark)
}

.tag-v {
    background: rgba(74, 122, 61, .07);
    color: var(--green)
}

.about-slider-section {
    border-top: 3px solid var(--ketchup);
    padding: 0 !important;
    max-width: 100% !important
}

.about-slider-section {
    padding: 4.5rem 0 !important;
}

.about-slider-section>.custom-slider {
    padding: 0rem 1rem !important;
    max-width: 1100px;
    margin: 0 auto;
}

.custom-slider .swiper-button-next,
.custom-slider .swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f5e6cc !important;
}

.custom-slider .swiper-button-next:after,
.custom-slider .swiper-button-prev:after {
    font-size: 22px !important;
    color: #D42B2B !important;
}

.about-slider-section>.custom-slider .swiper-wrapper {
    align-items: stretch !important;
    gap: 20px !important;
}

.sec .custom-slider .swiper-slide {
    scroll-snap-align: start;
    background: #fff;
    border-radius: 12px;
    padding: 1.4rem 1.5rem;
    box-shadow: unset !important;
    border: 1px solid rgba(245, 230, 204, .08);
    height: auto !important;
    margin-right: 0 !important;
    transition: all 0.4s ease;
}

.custom-slider .swiper-button-next {
    right: 13px !important;
    box-shadow: 0 2px 12px rgba(61, 43, 31, .08) !important;
}

button.read-more-btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-align: center;
    color: #E8742A;
    margin-bottom: .6rem;
    background: transparent !important;
    text-decoration: underline !important;
    padding: 0 !important;
}

.read-content {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.10s ease;
    will-change: max-height;
}

.read-content.expanded {
    -webkit-line-clamp: unset;
    display: block;
    animation: smoothExpand 0.10s ease forwards;
    font-size: .82rem !important;
    color: var(--brown-light) !important;
    line-height: 1.5;
    opacity: .7 !important;
    margin-bottom: 1.5em;
}

@keyframes smoothExpand {
    from {
        opacity: 0.6;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-slider .swiper-button-prev {
    left: 18px !important;
    box-shadow: 0 2px 12px rgba(61, 43, 31, .08) !important;
}

.about-slider-section>.custom-slider .swiper-pagination.swiper-pagination-clickable {
    bottom: 40px !important;
}

.menu-hint {
    text-align: center;
    margin-top: 1.5rem;
    font-size: .78rem;
    color: var(--brown-light);
    opacity: .5;
    font-style: italic;
    margin-bottom: 0 !important;
}

/* EVENTS */
.ev-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem
}

.site-footer footer.site-info .inside-site-info.grid-container {
    background: #0F0A07;
    color: rgba(245, 230, 204, .4);
}

.site-footer footer.site-info .inside-site-info.grid-container a {
    color: rgba(245, 230, 204, .4);
    text-decoration: unset !important;
}

.site-footer footer.site-info .copyright-bar {
    font-size: .8rem;
}

div.site.footer-widgets {
    background-color: #0F0A07;
    color: rgba(245, 230, 204, .4);
    text-align: center;
    padding: 2.5rem 1rem 1.5rem;
    font-size: .8rem;
}

.footer-social a>svg {
    width: 15px;
    height: 15px;
}

.footer-social a:last-child>svg {
    stroke: rgba(245, 230, 204, .55) !important;
    stroke-width: 3px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(245, 230, 204, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    text-decoration: none;
}

.acf-footer h3 {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 1.4rem;
    color: #E8B524;
    letter-spacing: .05em;
    margin-bottom: .2rem;
}

.footer-widgets-container {
    padding: 0 !important;
}

.acf-footer>p {
    font-size: .7rem;
    opacity: .5;
    margin-bottom: 1.25rem;
    color: rgba(245, 230, 204, .4);
}

.footer-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-cta a {
    color: rgba(245, 230, 204, .5);
    text-decoration: none;
    transition: color .2s;
    font-size: .8rem;
}

.footer-social a:hover {
    background: rgba(245, 230, 204, .1);
    transform: translateY(-2px);
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: .6rem;
    margin-bottom: 1.25rem;
}

.footer-labels span {
    font-size: .65rem;
    opacity: .3;
    line-height: 1.8;
    color: rgba(245, 230, 204, .4);
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 !important;
}

p.cs-footer-text {
    font-size: .65rem;
    opacity: .3;
    line-height: 1.8;
    color: rgba(245, 230, 204, .4);
    margin: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1,
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
    display: none !important;
}

@media(max-width:767px) {
    .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
        margin-bottom: 0px !important;
    }

    div.site.footer-widgets {
        padding: 2.5rem 1rem 0rem !important;
    }

    .footer-cta {
        flex-direction: column;
    }

    .ev-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero {
        min-height: fit-content;
    }
}

@media(min-width:640px) {
    .ev-grid {
        grid-template-columns: repeat(6, 1fr)
    }
}

.ev {
    padding: 1.4rem .75rem;
    border-radius: 12px;
    text-align: center;
    background: rgba(245, 230, 204, .05);
    border: 1px solid rgba(245, 230, 204, .08);
    transition: all .3s ease
}

.ev:hover {
    transform: translateY(-3px);
    border-color: var(--mustard);
    background: rgba(245, 230, 204, .08)
}

.ev-ic {
    width: 40px;
    height: 40px;
    margin: 0 auto .6rem;
    border-radius: 10px;
    background: rgba(232, 181, 36, .08);
    display: flex;
    align-items: center;
    justify-content: center
}

.ev-ic svg {
    width: 20px;
    height: 20px;
    stroke: var(--mustard);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ev-nm {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: .95rem;
    letter-spacing: .06em;
    text-transform: uppercase
}

/* STEPS */
.steps {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media(min-width:640px) {
    .steps {
        flex-direction: row;
        gap: 2rem
    }
}

.step {
    text-align: center;
    flex: 1;
    position: relative
}

.step-n {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    color: var(--mustard);
    opacity: .12;
    line-height: 1;
    margin-bottom: -.75rem
}

.step-ci {
    width: 48px;
    height: 48px;
    margin: 0 auto .75rem;
    border-radius: 50%;
    background: rgba(232, 181, 36, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.step-ci svg {
    width: 22px;
    height: 22px;
    stroke: var(--mustard);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.step-t {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .35rem
}

.step-d {
    font-size: .82rem;
    color: rgba(245, 230, 204, .5);
    line-height: 1.55;
    max-width: 260px;
    margin: 0 auto
}

/* VIDEO REVIEWS */
.rev {
    background: var(--brown);
    padding: 4rem 0;
    overflow: hidden;
    border-top: 3px solid var(--ketchup)
}

.rev-h {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem 2rem
}

.vt {
    display: flex;
    gap: 1rem;
    padding: 0 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.vt::-webkit-scrollbar {
    display: none
}

.vc {
    flex: 0 0 180px;
    scroll-snap-align: start;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 9/16;
    position: relative;
    background: #2D1508;
    border: 1px solid rgba(245, 230, 204, .06);
    cursor: pointer;
    transition: transform .3s ease
}

.vc:hover {
    transform: scale(1.04)
}

.vc-in {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: linear-gradient(180deg, rgba(212, 43, 43, .08) 0%, rgba(61, 43, 31, .7) 100%);
    padding: .75rem;
    text-align: center
}

.vc-pl {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 230, 204, .08);
    border: 1.5px solid rgba(245, 230, 204, .12);
    backdrop-filter: blur(3px)
}

.vc-pl svg {
    width: 18px;
    height: 18px;
    fill: var(--cream);
    margin-left: 2px
}

.vc-st {
    color: var(--mustard);
    font-size: .7rem;
    letter-spacing: .25em
}

.vc-nm {
    font-family: 'Oswald', sans-serif;
    font-size: .85rem;
    color: var(--cream);
    letter-spacing: .06em
}

.vc-ev {
    font-size: .65rem;
    color: rgba(245, 230, 204, .4)
}

/* TRUST */
.tr-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media(min-width:640px) {
    .tr-grid {
        flex-direction: row;
        gap: 2rem
    }
}

.tr-c {
    text-align: center;
    flex: 1;
    padding: 1.5rem 1rem
}

.tr-ic {
    width: 48px;
    height: 48px;
    margin: 0 auto .75rem;
    border-radius: 12px;
    background: rgba(212, 43, 43, .06);
    display: flex;
    align-items: center;
    justify-content: center
}

.tr-ic svg {
    width: 24px;
    height: 24px;
    stroke: var(--ketchup);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.tr-t {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: .35rem
}

.tr-d {
    font-size: .82rem;
    color: var(--brown-light);
    opacity: .65;
    line-height: 1.55
}

/* PHOTO GALLERY */
.gal-sec {
    background: var(--cream-dark);
    max-width: none
}

.gal-w {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 1rem
}

.gal-g {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .6rem
}

@media(min-width:640px) {
    .gal-g {
        grid-template-columns: repeat(3, 1fr);
        gap: .75rem
    }
}

.gal-i {
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease
}

.gal-i:hover {
    transform: scale(1.02)
}

.gal-i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

/* CTA */
.cta {
    position: relative;
    text-align: center;
    padding: 5rem 1rem;
    background: linear-gradient(180deg, var(--brown) 0%, #2A1D14 30%, var(--ketchup-dark) 60%, var(--ketchup) 100%);
    overflow: hidden
}

.cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center bottom, rgba(232, 116, 42, .15) 0%, transparent 60%)
}

.cta-c {
    position: relative;
    z-index: 2
}

.cta .st {
    color: var(--cream);
    margin-bottom: .75rem
}

.cta-d {
    color: rgba(245, 230, 204, .55);
    max-width: 480px;
    margin: 0 auto 2rem;
    line-height: 1.65;
    font-size: .95rem
}

.cta-btns {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    align-items: center
}

@media(min-width:640px) {
    .cta-btns {
        flex-direction: row;
        justify-content: center;
        gap: .75rem;
        flex-wrap: wrap
    }
}

.cta-or {
    font-family: 'Oswald', sans-serif;
    color: rgba(245, 230, 204, .2);
    font-size: .8rem;
    letter-spacing: .2em;
    display: flex;
    align-items: center
}

/* FOOTER */
.ft {
    background: #0F0A07;
    color: rgba(245, 230, 204, .4);
    text-align: center;
    padding: 2.5rem 1rem 1.5rem;
    font-size: .8rem
}

.ft-wm {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--mustard);
    letter-spacing: .05em;
    margin-bottom: .2rem
}

.ft-tl {
    font-size: .7rem;
    opacity: .5;
    margin-bottom: 1.25rem
}

.ft-lk {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    align-items: center;
    margin-bottom: 1rem
}

@media(min-width:640px) {
    .ft-lk {
        flex-direction: row;
        justify-content: center;
        gap: 1.25rem
    }
}

.ft-lk a {
    color: rgba(245, 230, 204, .5);
    text-decoration: none;
    transition: color .2s
}

.ft-lk a:hover {
    color: var(--mustard)
}

.ft-so {
    display: flex;
    justify-content: center;
    gap: .6rem;
    margin-bottom: 1.25rem
}

.ft-so a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(245, 230, 204, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    text-decoration: none
}

.ft-so a:hover {
    background: rgba(245, 230, 204, .1);
    transform: translateY(-2px)
}

.ft-so a svg {
    width: 15px;
    height: 15px;
    fill: rgba(245, 230, 204, .55)
}

.ft-lg {
    font-size: .65rem;
    opacity: .3;
    line-height: 1.8
}

.ft-lg a {
    color: inherit;
    text-decoration: none
}

.ft-lg a:hover {
    color: var(--mustard)
}

/* FLOAT */
.flt {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: flex-end
}

.fab {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    transition: all .25s ease
}

.fab:hover {
    transform: scale(1.1)
}

.fab svg {
    width: 20px;
    height: 20px
}

.fab-wa {
    background: #25D366
}

.fab-wa svg {
    fill: white
}

.fab-ph {
    background: var(--orange)
}

.fab-ph svg {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* ANIMATIONS */
.rv {
    opacity: 0;
    transform: translateY(24px);
    transition: all .6s cubic-bezier(.22, 1, .36, 1)
}

.rv.vis {
    opacity: 1;
    transform: translateY(0)
}

header#masthead {
    display: none;
}

.site-content {
    display: block !important;
}

/* Reviews video popup css */
.video-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;

    background: rgba(0, 0, 0, 0.92);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: .3s ease;

    z-index: 99999;

    padding: 20px;

    box-sizing: border-box;
}

.video-popup.active {
    opacity: 1;
    visibility: visible;
}

.video-popup-inner {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 420px;

    max-height: 90vh;
}

.video-popup video {
    width: 100%;
    height: auto;

    max-height: 90vh;

    object-fit: contain;

    border-radius: 24px;

    display: block;

    background: #000;
}

/* CLOSE BUTTON */

.video-close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
}

.video-close::before {
    content: "×";
    color: #fff;
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -3px;
}
button.needsclick.klaviyo-close-form {
    background: transparent !important;
}
.cs-global-btn{
	background: #fdbe12 !important;
	border-color: #fdbe12 !important;
}
.mc-tags-icon {
    display: flex;
    justify-content: space-between;
}
.mc-tags-icon .mc-icons span.mc-icon-img img {
    max-width: 50px !important;
    width: 100% !important;
    height: auto !important;
}
.mc-tags-icon .tag {
height:fit-content !important;
}
.mc-tags-icon .mc-icons span.mc-icon-img {
    display: block;
}
/* LAPTOP FIX */

@media (max-height:800px) {

    .video-popup-inner {
        max-width: 360px;
    }

    .video-popup video {
        max-height: 82vh;
    }

    .video-close {
        top: -48px;
    }

}

/* MOBILE */

@media (max-width:767px) {

    .video-popup {
        padding: 16px;
    }

    .video-popup-inner {
        max-width: 100%;
    }

    .video-popup video {
        max-height: 80vh;
        border-radius: 18px;
    }

    .video-close {
        width: 40px;
        height: 40px;

        top: -46px;
        right: 0;
    }

    .video-close::before {
        font-size: 28px;
    }

}