// Footer Styles .site-footer { background-color: $footer-bg-color; color: $footer-text-color; padding: $padding 0; text-align: center; ul { margin: 0; } // Inner Footer Styling .footer-inner { max-width: $max-width; margin: 0 auto; padding: 0; // Footer Menu Styling .footer-menu-container { margin-bottom: $padding; } #footer-menu { list-style: none; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; li { margin: 0 10px; a { color: $footer-text-color; text-decoration: none; font-size: 14px; &:hover { text-decoration: underline; } } } } } // Footer Link Styles a { color: $footer-text-color; text-decoration: none; &:hover { text-decoration: underline; } } // Footer Text Styling .footer-text { margin-top: 10px; font-size: 14px; color: $footer-link-hover-color; } } footer.entry-footer{ border-top: solid 1px #cfcfcf; padding-top: 4px; }