.footer {
    background: #000;
    height: 85px;
    position: relative;
}

.footer-pig {
    display: none;
}

.footer-pig-xs {
    position: absolute;
}

.social-icon-footer {
    display: none;
}

.footer-text {
    color: #F1DFBE;
    font-family: 'LatiniaBlack';
    font-size: 20px;
    padding-top: 25px;
    text-align: center;
}

.copyright {
    background: #e7c792;
    color: #000;
    text-align: center;
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 75px;
}

.copyright a {
    color: #000;
}

.bottom-ribbon {
    background: #3F1210;
    font-size: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.bottom-ribbon-inner {
    padding: 15px 0;
    font-size: 0;
}

.br-col {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 45px;
    position: relative;
}

.br-col:nth-child(1),
.br-col:nth-child(2),
.br-col:nth-child(3) {
    width: 15%;
}

.br-col:nth-child(4) {
    width: 55%;
}

.br-spacer {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background: #F1DFBE;
    width: 1px;
}

.br-location {
    padding-top: 10px;
}

.br-phone {
    padding-top: 10px;
}

.br-email {
    padding-top: 14px;
}

.mailing-list-btn {
    background: #E26326;
    width: 160px;
    border-radius: 29px;
    text-align: center;
    padding: 4px 0;
    margin:  auto;
}

.mailing-list-btn div:nth-child(1) {
    font-family: 'LatiniaBlack';
    color: #fff;
    font-size: 10px;
    margin-bottom: 1px;
}

.mailing-list-btn div:nth-child(2) {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 11px;
}

.footer-social {
    display: none;
}

.desktop-mailing-list {
    display: none;
    position: fixed;
    right: 0;
    bottom: -13px;
    cursor: pointer;
}

@media (min-width: 414px) {
    .br-col:nth-child(1), 
    .br-col:nth-child(2), 
    .br-col:nth-child(3) {
        width: 17%;
    }

    .br-col:nth-child(4) {
        width: 49%;
    }
}

@media (min-width: 768px) {
    .footer-pig {
        width: 359px;
        display: block;
        position: absolute;
        left: 0;
    }

    .footer-text {
        text-align: right;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {
    .copyright br {
        display: none;
    }
    
    .bottom-ribbon {
        display: none;
    }

    .desktop-mailing-list {
        display: block;
    }

    .copyright {
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 15px;
    }
    
    .footer {
        height: 120px;
    }

    .footer-pig {
        width: 510px;
    }

    .footer-text {
        font-size: 28px;
        padding-top: 40px;
        padding-right: 50px;
    }

    .social-icon-footer {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        margin-left: 10px;
        transition: all .2s;
    }

    .social-icon-footer:hover {
        background: #F1DFBE;
    }

    .social-icon-footer-wrapper {
        color: #000;
        transform: translateY(6px);
    }
}