/* Hide WP / Motif footer credit (front page + other templates) */
footer .site-info,
#site-info,
.site-footer .site-info,
#colophon,
#colophon .site-info,
footer a[href*="wordpress.org"],
footer a[href*="automattic.com"],
#colophon a[href*="wordpress.org"],
#colophon a[href*="automattic.com"],
.site-generator,
.powered-by {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}
