#footer .footer-top .social-links a { font-size: 18px; display: inline-block; background: rgba(255, 255, 255, 0.1); color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 4px; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #footer .footer-top .social-links a:hover { background: #d9232d; color: #fff; text-decoration: none; }