.animated-title {
  --animated-margin-top: 1.5rem;
  text-align: center;
  margin-bottom: 0.25em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 760px) {
  .animated-title {
    --animated-margin-top: 3rem;
  }
}
.animated-title .animated-title-span {
  display: inline-block;
  position: relative;
}
.animated-title .animated-title-span .heading-shape {
  width: 100%;
  position: absolute;
  left: -5px;
  opacity: 0.6;
  transform: scale(1.2) translate(3px, -15px);
}
@media only screen and (min-width: 1030px) {
  .animated-title .animated-title-span .heading-shape {
    transform: scale(1.2) translate(3px, 20px);
  }
}
.animated-title .animated-title-span .animated-title-main {
  font-weight: normal;
  position: relative;
}
.animated-title .animated-title-span svg {
  display: block !important;
}
.animated-title .animated-title-sub {
  font-weight: bold;
}

#editor .wp-block-acf-brafton-animated-title-block {
  background-color: rgba(0, 0, 0, 0) !important;
}
#editor .animated-title-span svg {
  transform: scale(1) translate(3px, -12px) !important;
}

.animated-title .animated-title-span svg {
  position: absolute;
  left: -5px;
  bottom: -10px;
  opacity: 0.6;
  transform: scale(1.2) translate(3px, 0);
}

h1.animated-title .animated-title-main {
  font-family: "georgiapro";
}

/*# sourceMappingURL=animated-title.css.map */
