/* ============================================
   PACIFIC COAST GRILL FOOTER STYLES
   Reusable footer stylesheet for PCG templates
   ============================================ */

/* FOOTER FIX - Footer is now part of page content! */

/* Footer styling - background color and top border */
.see-footer-wrapper {
    width: 100%;
    background: #131313 !important;
    margin-top: 40px;
    border-top: 1px solid #ffffff;
}

.see-footer {
    background: #131313 !important;
}

.see-footer-inner {
    background: #131313 !important;
}
