/* Suppress the footer line produced automatically by Protostar, and enable the footer line produced by my 
 *  "Custom footer line" module. */
/* See https://forum.joomla.org/viewtopic.php?f=708&t=924170 */
.footer p {
 display: none;
}
.footer .custom p {
 display: inline;
}
a {
  color: #0011da;
}
