/* ==================================================
   GETYOUTIFY — SIMPLE BLACK HORIZONTAL FOOTER
================================================== */

/* Footer wrapper */

.site-footer {
    background: #000 !important;
}

.footer-widgets-container {
    background: #000 !important;
}

.footer-widgets {
    background: #000 !important;
}

.inside-footer-widgets {
    background: transparent !important;
}

.site-info {
    background: #000 !important;
}

.footer-widgets,
.site-info {
    box-sizing: border-box;
}

/* Main footer */

.footer-widgets {
    width: 100%;
    margin: 0;
    padding: 28px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #000;
}

/* Remove old decorative layers */

.footer-widgets::before,
.footer-widgets::after {
    display: none !important;
    content: none !important;
}

/* Horizontal layout */

.footer-widgets .inside-footer-widgets {
    display: flex !important;
    width: min(1180px, 100%);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 40px;
    margin: 0 auto;
}

/* Reset GeneratePress footer columns */

.footer-widgets .footer-widget-1,
.footer-widgets .footer-widget-2,
.footer-widgets .footer-widget-3 {
    width: auto !important;
    flex: 0 1 auto;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-widgets .widget {
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.footer-widgets .widget-title {
    display: none !important;
}

/* ==================================================
   BRAND AREA
================================================== */

.gy-footer-brand {
    display: flex;
    max-width: 470px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.gy-footer-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.gy-footer-logo img {
    display: block;
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 38px;
    margin: 0;
    object-fit: contain;
}

.gy-footer-brand p {
    max-width: 285px;
    margin: 0 !important;
    padding: 0 !important;
    color: #9b9b9b !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.6 !important;
}

/* ==================================================
   BADGES
================================================== */

.footer-widgets .gy-footer-badges {
    display: flex !important;
    width: auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    list-style: none !important;
}

.footer-widgets .gy-footer-badges span {
    display: inline-flex !important;
    width: auto !important;
    min-width: max-content !important;
    min-height: 26px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 999px !important;
    background: #111 !important;
    box-shadow: none !important;
    color: #c5c5c5 !important;
    font-family: inherit !important;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.1px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

.footer-widgets .gy-footer-badges span::before,
.footer-widgets .gy-footer-badges span::after {
    display: none !important;
    content: none !important;
}

/* ==================================================
   HORIZONTAL FOOTER LINKS
================================================== */

.gy-footer-links {
    display: flex;
    align-items: center;
}

.gy-footer-links h2 {
    display: none !important;
}

.gy-footer-links ul {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.gy-footer-links li {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.gy-footer-links a {
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
    border: 0;
    background: transparent;
    color: #a7a7a7 !important;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.5 !important;
    text-decoration: none !important;
    transition: color 180ms ease;
}

.gy-footer-links a::before,
.gy-footer-links a::after {
    display: none !important;
    content: none !important;
}

.gy-footer-links a:hover,
.gy-footer-links a:focus {
    color: #C51162 !important;
    transform: none;
}

/* Hide old information box for cleaner footer */

.gy-footer-note {
    display: none !important;
}

/* ==================================================
   COPYRIGHT BAR
================================================== */

.site-info {
    width: 100%;
    margin: 0;
    padding: 13px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    color: #777 !important;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

.site-info .inside-site-info {
    display: flex;
    width: min(1180px, 100%);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.site-info a {
    color: #aaa !important;
    text-decoration: none;
}

.site-info a:hover,
.site-info a:focus {
    color: #C51162 !important;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {

    .footer-widgets {
        padding: 25px 20px;
    }

    .footer-widgets .inside-footer-widgets {
        justify-content: center;
        gap: 20px 30px;
        text-align: center;
    }

    .footer-widgets .footer-widget-1,
    .footer-widgets .footer-widget-2,
    .footer-widgets .footer-widget-3 {
        display: flex;
        width: 100% !important;
        justify-content: center;
    }

    .gy-footer-brand {
        justify-content: center;
        max-width: 650px;
    }

    .gy-footer-brand p {
        max-width: 360px;
        text-align: left;
    }

    .footer-widgets .gy-footer-badges,
    .gy-footer-links ul {
        justify-content: center !important;
    }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 600px) {

    .footer-widgets {
        padding: 28px 16px 24px;
    }

    .footer-widgets .inside-footer-widgets {
        display: flex !important;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .gy-footer-brand {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }

    .gy-footer-brand p {
        max-width: 360px;
        text-align: center;
    }

    .gy-footer-links ul {
        justify-content: center;
        gap: 8px 16px;
    }

    .gy-footer-links a {
        font-size: 11px !important;
    }

    .footer-widgets .gy-footer-badges {
        justify-content: center !important;
    }

    .footer-widgets .gy-footer-badges span {
        min-height: 25px !important;
        padding: 6px 9px !important;
        font-size: 9px !important;
    }

    .site-info {
        padding: 13px 16px;
        font-size: 10px;
    }
}