/*
Theme Name: Yellow Jacket
Theme URI: http://www.emoryday.com
Version: 1.0
Description: The Child Theme for Yellow Jacket
Author: EmoryDay
Author URI: http://www.emoryday.com
template: bb-theme
*/

/* Add your custom styles here... */


/* @group HELPER CLASSES */

/* Suppress Beaver Builder's focus treatment for normal mouse interaction */
:where(.fl-builder-content, .fl-page)
:is(a[href], button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Restore an intentional accessible focus style for keyboard navigation */
:where(.fl-builder-content, .fl-page)
:is(a[href], button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 2px solid #FEE83A !important;
    outline-offset: 3px !important;
}

.fl-bg-video-audio {display: none;}

h1 span span, h2 span span, h3 span span, h4 span span, h5 span span, h6 span span {
	color: #FEE83A !important;
}

ul.list-simple, .list-simple ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.list-bullet, .list-bullet ul {
    padding: 0 0 0 18px;
    margin: 0;
    list-style-type: disc;
}

ol.list-alpha {
    list-style-type: lower-alpha;
}

h2.widgettitle {
    font-size: 24px;
}

.img-left {
    float: left;
    margin: 0 20px 20px 0;
}

.img-right {
    float: right;
    margin: 0 0 20px 20px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pin-bottom {
    align-content: flex-end;
    flex: 1 1 0;
    display: grid;
}

.bg-blur {
    background: rgba(255,255,255, 0.70);
    backdrop-filter: blur(80px);
    border-radius: 10px;
}

/* @end HELPER CLASSES */


/* @group THEME OVERRIDES */

a {
    transition: 0.3s;
}

ins {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

.fl-rich-text p:first-child,
.fl-rich-text p:empty {
    margin-top: 0;
}

.fl-rich-text p:last-child,
.fl-rich-text p:empty {
    margin-bottom: 0;
}

.fl-page-footer {
    border: none;
}

.fl-page-footer-widgets {
    border: none;
}

/* .fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
    min-height: 75px !important;
} */

header.fl-theme-builder-header-scrolled {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

ul.uabb-offcanvas-menu {
    padding-left: 20px;
}

.fl-accordion .fl-accordion-button-label {
    outline: none;
}

.fl-accordion .fl-accordion-button-icon {
    outline: none;
}

.uabb-faq-question-label:focus,
.uabb-faq-question-label:active,
.uabb-faq-questions-button:focus,
.uabb-faq-questions-button:active,
.uabb-faq-icon-wrap:focus,
.uabb-faq-icon-wrap:active {
    outline: none;
}

/* ZOOM THE IMAGE */
.uabb-infobox-zoom .uabb-image-content img {
    transition: transform 0.3s ease-in-out;
    display: block;
}

.uabb-infobox-zoom:hover .uabb-image-content img {
    transform: scale(1.20);
}

/* ZOOM THE IMAGE CONTAINED IN ITS BOX */
.uabb-infobox-zoom-contained .uabb-image-content {
    overflow: hidden;
    display: inline-block;
}

.uabb-infobox-zoom-contained .uabb-image-content img {
    transition: transform 0.3s ease-in-out;
    display: block;
}

.uabb-infobox-zoom-contained:hover .uabb-image-content img {
    transform: scale(1.25);
}

/* DO NOT SET A HOVER/ACTIVE COLOR IN THE MODULE SETTINGS */
.menu > li.menu-item > a:hover,
.menu > li.current-menu-item.focus > a,
.menu > li.page_item.current_page_item > a {
    color: #FEE83A;
}

.strikethrough span:not(.fl-heading-text) {
    background-image: url(/wp-content/uploads/2026/09/strikethrough.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.underline span:not(.fl-heading-text) {
    background-image: url(/wp-content/uploads/2026/09/underline.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 4px;
}


/* @end THEME OVERRIDES*/

.btn-pagebar a,
.btn-pagebar a span,
.btn-navbar a,
.btn-navbar a span {
    color: #000000 !important;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
}

.btn-pagebar a {
    background: #FEE83A;
    padding: 16px 20px !important;
}

.btn-pagebar a:hover,
.btn-pagebar a:hover span {
    color: #ffffff;
    background: #000000;
}

.btn-navbar a {
    color: #ffffff !important;
    background: #555555;
}

.btn-navbar a:hover {
    background: #333333;
}

.btn-mobile-menu a {
    color: #ffffff !important;
    font-size: 18px;
    text-align: center;
    background: #FEE83A;
    padding: 16px 20px !important;
    border-radius: 4px;
    transition: 0.3s;
    margin-top: 20px;
}

.btn-mobile-menu a:hover {
    background: #FEE83A;
}

/*.btn-pagebar a::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f291';
    margin-right: 8px;
    font-weight: 400;
}*/

/*.btn-navbar a::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f291';
    margin-right: 8px;
    font-weight: 400;
}*/

.confirmation_message {
    color: #ffffff;
    text-align: center;
    background: #666666;
    padding: 25px 30px 25px 30px;
    border-radius: 5px;
}

.confirmation_message h4 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}

.confirmation_message h4::before {
    font-family: 'Font Awesome 7 Pro';
    content: '\f058';
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
}

.yj-diagram {
    --yj-yellow: #ffdf00;

    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #ffffff;
}

/* Shared coordinate area for the car, markers, and lines. */
.yj-diagram__stage {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
}

.yj-diagram__car {
    position: absolute;
    left: 20%;
    bottom: 4%;
    display: block;
    width: 64%;
    max-width: none;
    height: auto;
}

/* SVG scales with the stage. */
.yj-diagram__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.yj-diagram__lines polyline {
    fill: none;
    stroke: var(--yj-yellow);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.yj-diagram__lines circle {
    fill: var(--yj-yellow);
}

/* Actual text inside CSS circles. */
.yj-diagram__marker,
.yj-diagram__list-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid var(--yj-yellow);
    border-radius: 50%;
    background: #101719;
    color: #ffffff;
    font-family: "Saira Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.yj-diagram__marker {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
}

/* Desktop labels sit around the car. */
.yj-diagram .yj-diagram__features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.yj-diagram__features > li {
    position: absolute;
    left: var(--label-x);
    top: var(--label-y);
    width: 16%;
    margin: 0;
    padding: 0;
    font-family: "Saira Condensed", sans-serif;
    font-size: clamp(16px, 1.5vw, 23px);
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.yj-diagram__features .yj-diagram__list-number {
    display: none;
}

/* Tablet: larger car, markers on the car, descriptions below. */
@media (max-width: 991px) {

    .yj-diagram__stage {
        aspect-ratio: 2 / 1;
        margin-bottom: 28px;
    }

    .yj-diagram__car {
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .yj-diagram__lines {
        display: none;
    }

    .yj-diagram__marker {
        left: var(--mobile-x);
        top: var(--mobile-y);
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .yj-diagram .yj-diagram__features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .yj-diagram__features > li {
        position: static;
        display: flex;
        align-items: center;
        gap: 14px;
        width: auto;
        font-size: 22px;
        line-height: 1.2;
    }

    .yj-diagram__features .yj-diagram__list-number {
        display: flex;
        flex-shrink: 0;
    }

    .yj-diagram__features br {
        display: none;
    }
}

/* Phone: one readable feature per row. */
@media (max-width: 575px) {

    .yj-diagram .yj-diagram__features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .yj-diagram__features > li {
        font-size: 20px;
    }
}