/* Site-specific overrides. Loaded after style.css — keep template files untouched. */

/* Footer: contact block is semantic <address>, but must not inherit the
   browser's italic default. */
.site-footer .contact-widget address {
  font-style: normal;
  margin: 0;
}

/* Footer: contact details are links now (tel:, mailto:, maps) — match the
   colour of the surrounding list text and highlight on hover. */
.site-footer .contact-widget ul a {
  color: #c2c4c8;
}
.site-footer .contact-widget ul a:hover,
.site-footer .contact-widget ul a:focus {
  color: #ff5e14;
}
.site-footer .contact-widget ul a.text-primary:hover,
.site-footer .contact-widget ul a.text-primary:focus {
  color: #ffffff;
}

/* Footer: the second link column needs breathing room from the first. */
.site-footer .link-widget ul + ul {
  padding-left: 15px;
}
