/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* SHOTUNE GLOBAL FOOTER START */

#footer-callout-wrap {
    display: none !important;
}

#footer {
    margin: 0;
    padding: 0;
    border: 0;
    background: #102a43;
    color: rgba(255, 255, 255, 0.78);
}

#footer,
#footer *,
#footer *::before,
#footer *::after {
    box-sizing: border-box;
}

#footer-inner {
    margin: 0;
    padding: 0;
    border: 0;
    background: #102a43 !important;
    color: rgba(255, 255, 255, 0.78);
}

#footer-widgets {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 78px 0 58px !important;
}

#footer-widgets-inner {
    display: grid !important;
    grid-template-columns:
        minmax(280px, 1.35fr)
        repeat(3, minmax(160px, 1fr));
    gap: clamp(42px, 5vw, 82px) !important;
    align-items: start;
    margin: 0 !important;
    padding: 0 !important;
}

#footer-widgets-inner::before,
#footer-widgets-inner::after {
    display: none !important;
    content: none !important;
}

#footer-widgets-inner > * {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

#footer .footer-widget,
#footer .widget,
#footer .widget_custom_html,
#footer .custom-html-widget {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#footer .shotune-footer-brand,
#footer .shotune-footer-nav {
    margin: 0;
    padding: 0;
}

#footer .shotune-footer-wordmark {
    display: inline-block;
    margin: 0;
    color: #ffffff !important;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(30px, 3vw, 38px);
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none !important;
}

#footer .shotune-footer-wordmark:hover,
#footer .shotune-footer-wordmark:focus {
    color: #ffffff !important;
}

#footer .shotune-footer-brand p {
    max-width: 390px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.65;
}

#footer .shotune-footer-heading {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

#footer .shotune-footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .shotune-footer-nav li {
    margin: 0;
    padding: 0;
}

#footer .shotune-footer-nav li + li {
    margin-top: 14px;
}

#footer .shotune-footer-nav a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none !important;
    transition:
        color 160ms ease,
        transform 160ms ease;
}

#footer .shotune-footer-nav a:hover,
#footer .shotune-footer-nav a:focus {
    color: #ffffff !important;
    transform: translateX(3px);
}

#footer a:focus-visible {
    outline: 3px solid rgba(168, 132, 61, 0.65);
    outline-offset: 4px;
}

#footer-bottom {
    margin: 0;
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    background: #102a43 !important;
    color: rgba(255, 255, 255, 0.6);
}

#footer-bottom-inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px 0 28px;
}

#footer-bottom .footer-bottom-flex {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0;
    padding: 0;
}

#footer-bottom #copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.5;
}

#footer-bottom #footer-bottom-menu {
    margin: 0;
    padding: 0;
}

#footer-bottom #footer-bottom-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-bottom #footer-bottom-menu li {
    margin: 0;
    padding: 0;
}

#footer-bottom #footer-bottom-menu a {
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none !important;
}

#footer-bottom #footer-bottom-menu a:hover,
#footer-bottom #footer-bottom-menu a:focus {
    color: #ffffff !important;
}

@media (max-width: 980px) {
    #footer-widgets {
        padding-top: 64px !important;
        padding-bottom: 48px !important;
    }

    #footer-widgets-inner {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 48px 56px !important;
    }

    #footer-widgets-inner > *:first-child {
        grid-column: 1 / -1;
    }

    #footer .shotune-footer-brand p {
        max-width: 560px;
    }
}

@media (max-width: 640px) {
    #footer-widgets {
        width: calc(100% - 40px);
        padding-top: 52px !important;
        padding-bottom: 42px !important;
    }

    #footer-widgets-inner {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 38px !important;
    }

    #footer-widgets-inner > *:first-child {
        grid-column: 1;
    }

    #footer .shotune-footer-brand p {
        margin-top: 21px;
        font-size: 15px;
    }

    #footer .shotune-footer-heading {
        margin-bottom: 17px;
    }

    #footer-bottom-inner {
        width: calc(100% - 40px);
        padding-top: 22px;
        padding-bottom: 24px;
    }

    #footer-bottom .footer-bottom-flex {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: flex-start !important;
    }

    #footer-bottom #footer-bottom-menu ul {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    #footer .shotune-footer-nav a {
        transition: none;
    }

    #footer .shotune-footer-nav a:hover,
    #footer .shotune-footer-nav a:focus {
        transform: none;
    }
}

/* SHOTUNE GLOBAL FOOTER END */

/* SHOTUNE GLOBAL FOOTER GOLD BOUNDARY START */
#footer.wpex-print-hidden {
  border-top: 4px solid #FAC400 !important;
}
/* SHOTUNE GLOBAL FOOTER GOLD BOUNDARY END */

