/* GRAETZ INVISIBLE FOOTER V1 — WHITE */

body .site-footer,
body footer#colophon {
    background: #ffffff;
    color: #202020;
}

body .site-footer .gfif-shell,
body #colophon .gfif-shell {
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    padding: 28px 22px 25px;
}

.gfif-shell * {
    box-sizing: border-box;
}

.gfif-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.gfif-gold-line {
    width: 34px;
    height: 2px;
    margin-bottom: 21px;
    background: #b9944b;
}

.gfif-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 29px;
    row-gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.gfif-shell .gfif-nav a {
    color: #202020;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s ease;
}

.gfif-shell .gfif-nav a:hover {
    color: #a58040;
}

.gfif-legal {
    display: flex;
    flex-wrap: wrap;
    column-gap: 19px;
    row-gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.gfif-shell .gfif-legal a {
    color: #806737;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.gfif-shell .gfif-legal a:hover {
    color: #202020;
    text-decoration: underline;
}

.gfif-corporate {
    padding-top: 16px;
}

.gfif-shell .gfif-corporate p {
    color: #747474;
    font-size: 12px;
    line-height: 1.65;
    margin: 0 0 3px;
}

.gfif-shell .gfif-corporate a {
    color: #747474;
    text-decoration: none;
}

.gfif-shell .gfif-corporate a:hover {
    color: #a58040;
}

@media (max-width: 767px) {

    body .site-footer .gfif-shell,
    body #colophon .gfif-shell {
        padding: 24px 20px;
    }

    .gfif-nav {
        column-gap: 20px;
        row-gap: 13px;
    }

    .gfif-legal {
        column-gap: 17px;
        row-gap: 12px;
    }

    .gfif-shell .gfif-corporate p {
        font-size: 12px;
        line-height: 1.7;
    }
}

/* END GRAETZ INVISIBLE FOOTER V1 */