footer#colophon {
    padding: 2rem 0;
    background: #000;
}

footer#colophon .container {
    align-items: flex-start;
}

footer#colophon ul#primary-menu {
    list-style: none;
}

.second-column ul#primary-menu {
    flex-direction: column;
    gap: 0.5rem;
}

a.red:hover {
    background: #333;
}

a.red:hover i {
    color: #ffff;
}

.third-column a.popup {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 98%)!important;
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 0.7s;
}

.third-column:hover a.popup{
    background-image: linear-gradient(to bottom, #fff 0%, #fff 98%) !important;
    background-size: 100% 2px;
    text-decoration: none!important;
}

footer#colophon ul#primary-menu li a,
.third-column a,
.third-column h3{
    font-family: var(--font-family-primary);
    font-weight: 400;
    color: #fff;
    position: relative;
}

.third-column h3{
    margin: 0;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.follow-user {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

i.fa.fa-user {
    background: #333;
    color: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_footer {
    max-width: 180px;
    line-height: 0;
}

a.red {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

a.red i {
    color: #000;
}

.newsletter {
    color: #fff;
}
.newsletter p {
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.input p {
    margin-top: 0.5rem;
}

.input input {
    width: 75%;
}

.newsletter #btn-form {
    margin-top: 0.8rem;
}