.footer {
    background: inherit;
    z-index: 12;
}

.footer-cont {
    padding: 7px 35px;
    line-height: 27px;
    border-top: 1px solid #ececec;
    justify-content: space-between;
}

.copyright {
    color: rgba(0,0,0,.5);
    letter-spacing: 1px;
    font-family: "brandon-grotesque",sans-serif;
}

.social-cont {
    margin-right: 40px;
}

.feedback {
    color: #2d2c2c;
    font-family: "futura-pt";
    letter-spacing: 2.5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.social-cont .socia {
    color: #2d2c2c;
}

.social-cont a:hover {
    text-decoration: none;
}

.social-cont .socia.divider::before {
    content: "|";
    font-weight: 100;
    color: #bebebe;
    padding: 0 0.4rem;
}

.social-cont .socia.last {
    padding-left: 0.6rem;
}

.head-main {
    height: 58px;
}

@media screen and (max-width: 600px) {
    .footer-cont {
        justify-content: center;
        flex-wrap: wrap;
    }

    .social-cont {
        order: 1;
        margin-right: 0;
    }

    .copyright {
        display: none;
    }

    .showmetheline .textboxyhead {
        width: 300px;
    }
}