#sonko span.volume {
  display: none;
}
#sonko.single .main_block {
  background-image: url(../images/sonko-bg.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}
#sonko .sonko_head .theme {
  position: relative;
}
#sonko .sonko_head .theme .vol {
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../images/mail.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(1.5rem);
}
#sonko .sonko_head .theme .vol::before {
  content: "vol.";
}
#sonko .sonko_head h2 {
  margin-top: 0;
  transform: translateY(50%);
  position: relative;
  z-index: 5;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#sonko .sonko_head h2::after, #sonko .sonko_head h2::before {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 100%;
  background: #000a40;
}
#sonko .sonko_head h2::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 0;
  transform: translateX(-100%);
}
#sonko .sonko_head h2::after {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 0;
  transform: translateX(100%);
}
#sonko .sonko_head > .wp-block-columns {
  justify-content: center;
}
@media (min-width:1200px) {
  #sonko .sonko_head .name .-sp {
    display: none;
  }
}
#sonko .wp-block-post-content a[target=_blank]:not(.no_icon):not([href^="https://g.co/"]):not([href^="https://maps.app.goo.gl/"]):not(.wp-block-social-link-anchor):not([class^=a2a_])::after {
  display: none;
}/*# sourceMappingURL=sonko.css.map */