
/* Footer bottom row: socials */
.footer-bottom .social-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:36px; border-radius:50%;
  color:#fff; border:1px solid rgba(255,255,255,.25);
  margin:0 .25rem; font-size:18px; transition:all .15s ease;
}
.footer-bottom .social-icon:hover{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.5); color:#fff; text-decoration:none }
