footer {
    position: relative;
    z-index: 999;
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.12);
    text-shadow: 0px -3px 6px rgba(0, 0, 0, 0.12);
}
.footer-wrapper {
    background: #fff;
    padding: 12px 0;
}
.footer-wrapper .left-icons a {
    display: block;
    float: left;
}
.footer-wrapper .left-icons img {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.footer-wrapper .left-icons img:hover {
    opacity: 0.6;
}
.footer-wrapper .left-icons .opentable {
    margin: 3px 0 0 0;
}
.footer-wrapper .left-icons .opentable img {
    max-width: 86px;
}
.footer-wrapper .left-icons .yelp img {
    max-width: 48px;
}
.footer-menu {
    text-align: center;
}
.footer-menu a {
    color: #231f20;
    text-decoration: none;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}
.footer-menu ul li {
    display: inline-block;
    border-right: 1px solid #bfbebe;
    padding: 7px 25px;
}
.footer-menu ul li:first-child {
    padding-left: 0;
}
.footer-menu ul li:last-child {
    padding-right: 0;
    border-right: 0;
}
.footer-wrapper .social-link {
    margin-right: 25px;
}
.footer-wrapper .social-link:last-child {
    margin-right: 0;
}
.footer-wrapper .social-link i {
    border: 0;
    font-size: 18px;
    color: #231f20;
    background: transparent;
    margin: 6px 0 0 0;
    opacity: 1;
}
.footer-wrapper .social-link i:hover {
    background: transparent;
    color: #231f20;
    opacity: 0.6;
}