/*
 Theme Name:   PhotoFocus Child
 Template:     photofocus
 Version:      1.0
*/

.btn-back {
  display: inline-block;
  margin-top: 2em;
  padding: 10px 18px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.btn-back:hover {
  background: #444;
}

/* Ukryj datę w nagłówku posta */
.entry-meta .posted-on {
    display: none !important;
}

/* Ukryj kategorie/tagi w stopce posta */
.entry-footer {
    display: none !important;
}
