.elementor-84 .elementor-element.elementor-element-cc99615 > .elementor-container{max-width:1005px;}.elementor-84 .elementor-element.elementor-element-cc99615{margin-top:-85px;margin-bottom:101px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-80280fe *//* =========================================================
   BOOK VISIBILITY PRO — HEADER
   FINAL VERSION
   ========================================================= */


/* =========================================================
   HEADER
   ========================================================= */

.bvp-header {
    width: 100%;
    background: #f7f5f0;
    border-bottom: 1px solid #e5e1d8;

    position: relative;
    z-index: 9999;
}


/* =========================================================
   HEADER INNER
   ========================================================= */

.bvp-header-inner {
    width: min(1380px, calc(100% - 60px));
    min-height: 76px;

    margin: 0 auto;

    display: flex;
    align-items: center;

    gap: 35px;

    box-sizing: border-box;
}


/* =========================================================
   LOGO
   ========================================================= */

.bvp-logo {
    width: 225px;

    flex-shrink: 0;

    display: block;

    margin: 0;
    padding: 0;

    text-decoration: none !important;

    border: 0 !important;
    outline: none !important;

    box-sizing: border-box;
}


.bvp-logo img {
    width: 100%;
    max-width: 225px;
    height: auto;

    display: block;

    margin: 0;
    padding: 0;

    border: 0;

    box-sizing: border-box;
}


/* Logo link reset */

.bvp-logo,
.bvp-logo:link,
.bvp-logo:visited,
.bvp-logo:hover,
.bvp-logo:active,
.bvp-logo:focus {
    color: inherit !important;
    text-decoration: none !important;

    border: 0 !important;
    outline: none !important;
}


/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

.bvp-nav {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 34px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* Normal + visited */

.bvp-nav a,
.bvp-nav a:link,
.bvp-nav a:visited {
    color: #263746 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;

    line-height: 1.4;

    text-decoration: none !important;

    background: transparent !important;

    border: 0 !important;

    padding: 0;
    margin: 0;

    outline: none;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}


/* Hover */

.bvp-nav a:hover {
    color: #071827 !important;

    text-decoration: none !important;
}


/* Active */

.bvp-nav a:active {
    color: #071827 !important;

    text-decoration: none !important;
}


/* Focus */

.bvp-nav a:focus {
    color: #071827 !important;

    text-decoration: none !important;

    outline: none !important;
}


/* =========================================================
   HEADER CTA
   ========================================================= */

.bvp-header-cta,
.bvp-header-cta:link,
.bvp-header-cta:visited {
    min-height: 42px;

    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    flex-shrink: 0;

    border-radius: 8px;

    background: #c9a646 !important;
    color: #111b24 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;

    line-height: 1;

    text-decoration: none !important;

    white-space: nowrap;

    border: 1px solid transparent !important;

    box-shadow: none;

    cursor: pointer;

    box-sizing: border-box;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* CTA Hover */

.bvp-header-cta:hover {
    background: #dbbd62 !important;
    color: #111b24 !important;

    text-decoration: none !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 20px rgba(201, 166, 70, 0.20);
}


/* CTA Active */

.bvp-header-cta:active {
    background: #c9a646 !important;
    color: #111b24 !important;

    transform: translateY(0);

    box-shadow: none;
}


/* CTA Focus */

.bvp-header-cta:focus {
    background: #c9a646 !important;
    color: #111b24 !important;

    text-decoration: none !important;

    outline: 2px solid rgba(201, 166, 70, 0.45) !important;

    outline-offset: 3px;
}


/* CTA Arrow */

.bvp-header-cta span,
.bvp-header-cta:hover span,
.bvp-header-cta:visited span,
.bvp-header-cta:active span,
.bvp-header-cta:focus span {
    color: #111b24 !important;

    font-size: 15px;
    font-weight: 800;

    line-height: 1;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.bvp-menu-toggle {
    display: none;

    width: 42px;
    height: 42px;

    margin: 0 0 0 auto;
    padding: 0;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 5px;

    background: transparent !important;

    border: 0 !important;

    border-radius: 0;

    box-shadow: none !important;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    box-sizing: border-box;
}


/* Mobile button states */

.bvp-menu-toggle:hover,
.bvp-menu-toggle:active,
.bvp-menu-toggle:focus {
    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;

    outline: none !important;
}


/* Hamburger lines */

.bvp-menu-toggle span {
    display: block;

    width: 24px;
    height: 2px;

    margin: 0;
    padding: 0;

    background: #071827;

    border-radius: 2px;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


/* =========================================================
   MOBILE — 767px
   ========================================================= */

@media (max-width: 767px) {

    .bvp-header-inner {
        width: calc(100% - 30px);

        min-height: 68px;

        gap: 15px;
    }


    /* Logo */

    .bvp-logo {
        width: 180px;
    }

    .bvp-logo img {
        width: 180px;
        max-width: 180px;
    }


    /* Hide desktop navigation */

    .bvp-nav {
        display: none;
    }


    /* Hide desktop CTA */

    .bvp-header-cta {
        display: none;
    }


    /* Show hamburger */

    .bvp-menu-toggle {
        display: flex;
    }
}


/* =========================================================
   SMALL MOBILE — 500px
   ========================================================= */

@media (max-width: 500px) {

    .bvp-header-inner {
        width: calc(100% - 24px);

        min-height: 64px;
    }


    .bvp-logo {
        width: 165px;
    }

    .bvp-logo img {
        width: 165px;
        max-width: 165px;
    }


    .bvp-menu-toggle {
        width: 40px;
        height: 40px;
    }


    .bvp-menu-toggle span {
        width: 23px;
    }
}


/* =========================================================
   VERY SMALL MOBILE — 380px
   ========================================================= */

@media (max-width: 380px) {

    .bvp-header-inner {
        width: calc(100% - 20px);

        min-height: 62px;
    }


    .bvp-logo {
        width: 150px;
    }

    .bvp-logo img {
        width: 150px;
        max-width: 150px;
    }


    .bvp-menu-toggle {
        width: 38px;
        height: 38px;
    }


    .bvp-menu-toggle span {
        width: 22px;
    }
}


/* =========================================================
   FINAL WORDPRESS / ELEMENTOR LINK RESET
   ========================================================= */

.bvp-header a,
.bvp-header a:link,
.bvp-header a:visited,
.bvp-header a:hover,
.bvp-header a:active,
.bvp-header a:focus {
    text-decoration: none !important;
}


/* =========================================================
   NAV FINAL OVERRIDE
   ========================================================= */

.bvp-header .bvp-nav a,
.bvp-header .bvp-nav a:link,
.bvp-header .bvp-nav a:visited {
    color: #263746 !important;
}

.bvp-header .bvp-nav a:hover,
.bvp-header .bvp-nav a:active,
.bvp-header .bvp-nav a:focus {
    color: #071827 !important;
}


/* =========================================================
   CTA FINAL OVERRIDE
   ========================================================= */

.bvp-header .bvp-header-cta,
.bvp-header .bvp-header-cta:link,
.bvp-header .bvp-header-cta:visited {
    background: #c9a646 !important;
    color: #111b24 !important;
}

.bvp-header .bvp-header-cta:hover {
    background: #dbbd62 !important;
    color: #111b24 !important;
}

.bvp-header .bvp-header-cta:active,
.bvp-header .bvp-header-cta:focus {
    background: #c9a646 !important;
    color: #111b24 !important;
}


/* =========================================================
   ELEMENTOR BUTTON OVERRIDE
   ========================================================= */

.bvp-header .bvp-header-cta.elementor-button,
.bvp-header .bvp-header-cta.elementor-button:hover,
.bvp-header .bvp-header-cta.elementor-button:focus,
.bvp-header .bvp-header-cta.elementor-button:active {
    background: #c9a646 !important;
    color: #111b24 !important;

    text-decoration: none !important;

    border: 0 !important;
}


/* =========================================================
   GLOBAL HEADER BOX SIZING
   ========================================================= */

.bvp-header *,
.bvp-header *::before,
.bvp-header *::after {
    box-sizing: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f28ee3 */.bvp-contact {
    width: 100%;
    background: #f7f5f0;
    color: #263746;
    font-family: Arial, sans-serif;
}


/* TOP ROW */

.bvp-contact-top {
    width: min(1200px, calc(100% - 60px));
    margin: 0 auto;
    padding: 80px 0 60px;
}

.bvp-contact-info {
    max-width: 900px;
}

.bvp-contact-label {
    display: block;
    margin-bottom: 15px;

    color: #a3842f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.bvp-contact-info h2 {
    margin: 0 0 20px;

    color: #142536;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.05;
}

.bvp-contact-info h2 strong {
    color: #a3842f;
}

.bvp-contact-info > p {
    max-width: 760px;
    margin: 0 0 35px;

    color: #68747d;
    font-size: 15px;
    line-height: 1.75;
}


/* DETAILS */

.bvp-contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;

    border-top: 1px solid #ddd9d0;
}

.bvp-contact-detail {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 18px 20px 18px 0;

    border-bottom: 1px solid #ddd9d0;
}

.bvp-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #142536;
    border-radius: 50%;

    color: #c9a646;
    font-size: 13px;
}

.bvp-contact-detail div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bvp-contact-detail small {
    color: #a3842f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.bvp-contact-detail strong,
.bvp-contact-detail a {
    color: #263746 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}


/* SECOND ROW */

.bvp-contact-form-row {
    width: min(1200px, calc(100% - 60px));
    margin: 0 auto 100px;

    padding: 38px 40px;

    background: #ffffff;
    border: 1px solid #e1ddd5;
    border-radius: 10px;

    box-shadow: 0 25px 60px rgba(20,37,54,.10);

    box-sizing: border-box;
}

.bvp-contact-form-header {
    margin-bottom: 28px;
    padding-bottom: 20px;

    border-bottom: 1px solid #e5e1d8;
}

.bvp-contact-form-header span {
    display: block;
    margin-bottom: 7px;

    color: #a3842f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.bvp-contact-form-header h3 {
    margin: 0 0 6px;

    color: #142536;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 600;
}

.bvp-contact-form-header p {
    margin: 0;

    color: #7a8389;
    font-size: 13px;
}


/* MOBILE */

@media (max-width: 700px) {

    .bvp-contact-top {
        width: calc(100% - 35px);
        padding: 60px 0 40px;
    }

    .bvp-contact-info h2 {
        font-size: 40px;
    }

    .bvp-contact-details {
        grid-template-columns: 1fr;
    }

    .bvp-contact-form-row {
        width: calc(100% - 35px);
        padding: 28px 20px;
        margin-bottom: 70px;
    }

    .bvp-contact-form-header h3 {
        font-size: 27px;
    }
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-4bb9ce8 *//* =========================================================
   BVP CONTACT — WPFORMS
   ========================================================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-container,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}


/* =========================
   FIELD SPACING
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 20px !important;
    margin: 0 !important;
}


/* =========================
   LABELS
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-label {
    display: block !important;

    margin: 0 0 8px !important;

    color: #263746 !important;

    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}


/* =========================
   INPUTS
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="text"],
.elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="email"],
.elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="url"],
.elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="tel"],
.elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="number"],
.elementor-84 .elementor-element.elementor-element-4bb9ce8 select,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 textarea {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

    min-height: 50px !important;

    padding: 13px 15px !important;

    background: #fbfaf7 !important;

    border: 1px solid #d8d4ca !important;
    border-radius: 5px !important;

    color: #263746 !important;

    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;

    box-sizing: border-box !important;

    outline: none !important;
    box-shadow: none !important;

    transition: all .25s ease !important;
}


/* TEXTAREA */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 textarea {
    min-height: 130px !important;
    resize: vertical !important;
}


/* =========================
   PLACEHOLDER
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 input::placeholder,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 textarea::placeholder {
    color: #9aa1a6 !important;
    opacity: 1 !important;
}


/* =========================
   FOCUS
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 input:focus,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 select:focus,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 textarea:focus {

    background: #ffffff !important;

    border-color: #c9a646 !important;

    box-shadow: 0 0 0 3px rgba(201,166,70,.12) !important;
}


/* =========================
   NAME FIELD — FIRST / LAST
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-name .wpforms-field-row {

    display: grid !important;

    grid-template-columns: 1fr 1fr !important;

    gap: 15px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-name .wpforms-field-row-block {

    width: 100% !important;
    max-width: 100% !important;

    float: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-name .wpforms-field-row-block input {

    width: 100% !important;
    max-width: 100% !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-name .wpforms-field-row-block label {

    display: block !important;

    margin: 6px 0 0 !important;

    color: #858d93 !important;

    font-size: 10px !important;
    font-weight: 400 !important;
}


/* =========================
   FIELD DESCRIPTION
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-description {

    width: 100% !important;

    margin-top: 7px !important;

    color: #858d93 !important;

    font-family: Arial, sans-serif !important;

    font-size: 11px !important;
    line-height: 1.5 !important;
}


/* =========================
   REQUIRED STAR
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-required-label {
    color: #a3842f !important;
}


/* =========================
   CHECKBOX
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-checkbox ul {

    margin: 0 !important;
    padding: 0 !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-checkbox li {

    display: flex !important;
    align-items: flex-start !important;

    width: 100% !important;

    gap: 10px !important;

    margin: 0 !important;
    padding: 0 !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-checkbox input[type="checkbox"] {

    width: 17px !important;
    min-width: 17px !important;

    height: 17px !important;
    min-height: 17px !important;

    margin: 2px 0 0 !important;

    accent-color: #c9a646 !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-checkbox label {

    width: auto !important;

    color: #68747d !important;

    font-family: Arial, sans-serif !important;

    font-size: 12px !important;
    line-height: 1.6 !important;
}


/* =========================
   PAYMENT TOTAL
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-payment-total,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-payment-total {

    width: 100% !important;
    max-width: 100% !important;

    padding: 17px 20px !important;

    background: #142536 !important;

    border-radius: 5px !important;

    color: #ffffff !important;

    box-sizing: border-box !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-payment-total-label {

    color: #c9a646 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-payment-total-amount {

    color: #ffffff !important;

    font-size: 20px !important;
    font-weight: 800 !important;
}


/* =========================
   SUBMIT BUTTON
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-submit-container {

    width: 100% !important;

    margin: 8px 0 0 !important;
    padding: 0 !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 button.wpforms-submit,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="submit"] {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 100% !important;

    min-height: 58px !important;

    padding: 16px 25px !important;

    background: #c9a646 !important;

    border: none !important;
    border-radius: 5px !important;

    color: #142536 !important;

    font-family: Arial, sans-serif !important;

    font-size: 15px !important;
    font-weight: 800 !important;

    cursor: pointer !important;

    transition: all .3s ease !important;
}


.elementor-84 .elementor-element.elementor-element-4bb9ce8 button.wpforms-submit:hover,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="submit"]:hover {

    background: #d9b957 !important;

    color: #142536 !important;

    transform: translateY(-2px) !important;

    box-shadow: 0 12px 25px rgba(201,166,70,.22) !important;
}


/* =========================
   STRIPE / PAYMENT
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-stripe-credit-card,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-payment-credit-card,
.elementor-84 .elementor-element.elementor-element-4bb9ce8 .StripeElement {

    width: 100% !important;
    max-width: 100% !important;

    box-sizing: border-box !important;
}


/* =========================
   ERROR MESSAGE
   ========================= */

.elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-error {

    margin-top: 6px !important;

    color: #a94442 !important;

    font-size: 11px !important;
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {

    .elementor-84 .elementor-element.elementor-element-4bb9ce8 .wpforms-field-name .wpforms-field-row {

        grid-template-columns: 1fr !important;

        gap: 12px !important;
    }

    .elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="text"],
    .elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="email"],
    .elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="url"],
    .elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="tel"],
    .elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="number"],
    .elementor-84 .elementor-element.elementor-element-4bb9ce8 select,
    .elementor-84 .elementor-element.elementor-element-4bb9ce8 textarea {

        font-size: 14px !important;

        min-height: 48px !important;
    }

    .elementor-84 .elementor-element.elementor-element-4bb9ce8 textarea {
        min-height: 120px !important;
    }

    .elementor-84 .elementor-element.elementor-element-4bb9ce8 button.wpforms-submit,
    .elementor-84 .elementor-element.elementor-element-4bb9ce8 input[type="submit"] {

        min-height: 55px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fa61e3 *//* =========================================================
   BVP — PREMIUM FOOTER
   ========================================================= */

.bvp-footer {
    width: 100%;
    background: #071827;
    color: #ffffff;
    overflow: hidden;
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.bvp-footer-inner {
    width: min(1350px, calc(100% - 70px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.5fr 1fr 1.15fr 1fr;
    gap: 70px;

    padding: 75px 0 65px;
}


/* =========================================================
   BRAND
   ========================================================= */

.bvp-footer-brand {
    max-width: 390px;
}

.bvp-footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.bvp-footer-logo img {
    display: block;

    width: 210px;
    max-width: 100%;
    height: auto;
}

.bvp-footer-brand p {
    margin: 0 0 25px;

    color: #aeb9c2;

    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.bvp-footer-logo img {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

/* CTA */

.bvp-footer-cta {
    display: inline-flex;
    align-items: center;

    padding: 12px 18px;

    background: #c9a646;

    border-radius: 5px;

    color: #142536 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;

    transition: all .25s ease;
}

.bvp-footer-cta:hover {
    background: #dbbd62;
    color: #142536 !important;
    transform: translateY(-2px);
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.bvp-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bvp-footer-column h4 {
    margin: 0 0 22px;

    color: #c9a646;

    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.bvp-footer-column a,
.bvp-footer-column span {
    display: block;

    margin-bottom: 13px;

    color: #c5cdd3 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;

    text-decoration: none !important;

    transition: color .25s ease, transform .25s ease;
}

.bvp-footer-column a:hover {
    color: #c9a646 !important;
    transform: translateX(3px);
}

.bvp-footer-column span {
    color: #7f8c96 !important;
    margin-top: 5px;
}


/* =========================================================
   BOTTOM BAR
   ========================================================= */

.bvp-footer-bottom {
    width: min(1350px, calc(100% - 70px));
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

    padding: 22px 0;

    border-top: 1px solid rgba(255,255,255,.10);

    color: #7f8c96;

    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .bvp-footer-inner {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 45px;
    }

    .bvp-footer-brand {
        grid-column: span 3;
        max-width: 600px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-footer-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;

        padding: 55px 0 45px;
    }

    .bvp-footer-brand {
        grid-column: span 2;
        max-width: 100%;
    }

    .bvp-footer-logo img {
        width: 180px;
    }

    .bvp-footer-brand p {
        font-size: 13px;
    }

    .bvp-footer-column h4 {
        margin-bottom: 17px;
    }

    .bvp-footer-column a,
    .bvp-footer-column span {
        font-size: 12px;
    }

    .bvp-footer-bottom {
        width: calc(100% - 40px);

        flex-direction: column;
        align-items: flex-start;

        gap: 8px;

        padding: 20px 0;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .bvp-footer-inner {
        grid-template-columns: 1fr;
    }

    .bvp-footer-brand {
        grid-column: span 1;
    }
}/* End custom CSS */
/* Start custom CSS *//* Hide default WordPress/WooCommerce header on this page */

header.site-header,
.site-header,
#masthead,
.ast-primary-header-bar,
.ast-header-break-point,
.woocommerce-store-notice {
    display: none !important;
}/* End custom CSS */