@font-face {
  font-family: "Anteb Bold";
  src: url("/wp-content/themes/voicer-child/fonts/Anteb_Bold.otf");
}
h1, h2, h3, h4, h5, h6, .heading {
  font-family: "Roboto" !important;
  font-weight: normal;
}

body.single-work #content main {
  margin-bottom: 20px;
  background: black;
  position: relative;
}
body.single-work #content main::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--post-thumbnail);
  background-repeat: no-repeat;
  background-size: 100%;
  filter: blur(8px);
  opacity: 0.3;
}
body.single-work #content main * {
  color: white;
}
body.single-work #content main h2,
body.single-work #content main .work_small-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
body.single-work #content main h2 {
  line-height: 50px;
}
body.single-work #content main h1 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.5;
  padding: 32px 0;
  margin-bottom: 0;
}
body.single-work #content main hr {
  background-color: white;
  width: 100% !important;
  max-width: 100%;
  height: 1px;
  margin-top: 0;
}
body.single-work #content main li {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
}
body.single-work #content #listen-on {
  margin-bottom: 20px;
}
body.single-work #content #listen-on iframe {
  min-height: 500px;
}
body.single-work #content .work_large-title {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 0.02em;
}

.pipe-separator {
  margin: 0 min(0.5em, 10px);
  display: inline-block;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
