.global-footer-wrapper .footer-corporate-bottom-panel {
    padding: 30px 0;
    background: #2f3437;
    color: rgba(255, 255, 255, 0.3);
}

.global-footer-wrapper.footer-corporate.context-dark .footer-corporate-bottom-panel {
    color: rgba(255, 255, 255, 0.3);
}

.global-footer-wrapper.footer-corporate.context-dark .footer-corporate-bottom-panel a {
    color: inherit;
}
.global-footer-wrapper.context-dark .footer-social-list-2 a {
    color: #ffffff;
}

html .global-footer-wrapper .list-inline-sm {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -8px;
    margin-right: -8px;
}

html .global-footer-wrapper .list-inline-sm > * {
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.global-footer-wrapper .list-inline > li {
    display: inline-block;
}

.global-footer-wrapper.footer-corporate.context-dark .rights {
    color: #ffffff;
    font-size: 12px;
}
.global-footer-wrapper.footer-corporate.context-dark p.rights {
    font-size: 14px;
    letter-spacing: .025em;
    font-weight: 500;
    color: #9b9b9b;
}

.global-footer-wrapper.footer-corporate.context-dark .footer-corporate-bottom-panel a:hover {
    color: #E6C87F;
}

.global-footer-wrapper a, .global-footer-wrapper a:focus, .global-footer-wrapper a:active, .global-footer-wrapper a:hover {
    text-decoration: none;
}

@media (min-width: 576px) {
    .global-footer-wrapper.footer-corporate.context-dark {
        text-align: left;
    }
}

/* Footer Redesign 2025 */
/* Note: Had to add Poppins 200 & 300 font weights to the Google Fonts call in index */
#falcetti-footer {
    color: #ffffff;
    background-color: #2F3437;
    padding: 30px;
    font-weight: 300;
}
#falcetti-footer .row {
    margin-top: 40px;
}
#falcetti-footer .footer-widget {
    margin-bottom: 30px;
}
#falcetti-footer .footer-widget a {
    display: block;
    /* text-decoration: none; */
    color: #ffffff;
}
#falcetti-footer .footer-location {
    font-size: 19px !important;
    font-weight: 400;
}
#falcetti-footer .footer-phone {
    color: #E6C87F !important;
}
#falcetti-footer .footer-logo {
    margin-top: 10px;
}
#falcetti-footer .footer-logo img {
    max-width: 260px;
}
#falcetti-footer .footer-contact {
    color: #E6C87F;
    text-decoration: underline;
    font-weight: 200;
    padding: 0 10px;
    display: inline-block;
}
#falcetti-footer .widget-hours {
    margin-top: 30px;
    font-weight: 200;
}
#falcetti-footer .widget-divider {
    margin-top: 30px !important;
    display: block;
    width: 60%;
    height: 1px;
    margin: auto;
    background-color: #E6C87F;
    display: none;
}
@media (max-width: 990px) {
    #falcetti-footer .widget-divider.show-tablet {
        display: block;
    }
}
@media (max-width: 575px) {
    #falcetti-footer .widget-divider {
        display: block;
    }
}
@media (max-width: 438px) {
    #falcetti-footer .footer-contact:last-of-type {
        display: block!important;
    }
    #falcetti-footer .hide-span-mobile {
        display: none;
    }
}
#falcetti-footer .social-icons {
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
#falcetti-footer .social-icons a {
    color: #2F3437;
    background-color: #E6C87F;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#falcetti-footer .social-icons a:hover {
    background-color: #ffffff;
}