/**
* Fuel Theme
* Version 6.0.6
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Hero
# Welcome
# CTA's
# Locations
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-tagline {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero :is(.hero-tagline, .wp-block-buttons) {
	--time: 800ms;
    --easing: ease-out;
    --x: -2rem;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CTA's
--------------------------------------------------------------*/
.cta1-wrapper a {
    --y: 0;
    --time: 600ms;
}

.cta1-wrapper .cta1 {
    --i: 0;
}

.cta1-wrapper .cta2 {
    --i: 3;
}

.cta1-wrapper .cta3 {
    --i: 6;
}

.cta1-wrapper .wp-block-image {
    overflow: hidden;
}

.cta1-wrapper img {
    width: 100%;
    max-height: 23rem;
    object-position: top;
    transition: transform 1s;
}

.cta1-wrapper p {
    position: relative;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.cta1-wrapper p::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) no-repeat right bottom / var(--cta-bg-width, 2em) 100%;
    position: absolute;
    inset: 0;
    transition: background-size 350ms;
    z-index: -1;
}

.cta1-wrapper p::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 40 40"><path fill="white" d="m22.5 7.5-1.79 1.74 9.48 9.51H5v2.5h25.19l-9.48 9.47 1.79 1.78L35 20 22.5 7.5Z"/></svg>');
    height: 0.9em;
    width: 0.9em;
    position: absolute;
    inset: 0 0.5em 0 auto;
    margin: auto;
    line-height: 1;
}

.cta1-wrapper a:is(:hover, :focus) img {
    transform: scale(1.1)
}

.cta1-wrapper a:is(:hover, :focus) p:before {
    background-size: 100% 100%;
}

@media (max-width: 68.49em) {
    .cta1-wrapper {
        flex-direction: column;
    }
}

/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.is-layout-flex>.flex-grow {
    flex-grow: 1;
}