/*
Theme Name: Blank 8 – Timi Diomedia
Description: Timi Diomedian sivustokohtainen lapsiteema Blank 8 -teemalle.
Template: tyhja-pohja
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: blank-8-timi
*/

/* Blank 8:n vanhemman ylätunnuksen sivustonimi korvataan Timi-logolla. */
.tp-header .tp-site-title {
  margin: 0;
}

.tp-header .tp-site-title > a {
  display: block;
  width: 82px;
  height: 52px;
  overflow: hidden;
  background: url("assets/timi-logo-sininen.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

/* Timi-kansion uudemman Blank 8 -version TD-pallo ja teksti piilotetaan. */
.tp-header .tp-brand-mark,
.tp-header .tp-brand-text {
  display: none;
}

.tp-header .tp-brand::before {
  content: "";
  display: block;
  width: 82px;
  height: 52px;
  background: url("assets/timi-logo-sininen.png") center / contain no-repeat;
}

@media (max-width: 600px) {
  .tp-header .tp-site-title > a,
  .tp-header .tp-brand::before {
    width: 72px;
    height: 46px;
  }
}
