.editor-styles-wrapper .wp-block {
  max-width: unset;
}

.fullscreen-hero-wrapper {
  min-height: calc(100vh - 35px);
  height: calc(100vh - 35px);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.fullscreen-hero-wrapper .fullscreen-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(1), .fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(2) {
  text-align: center;
  font-family: "Playfair Display";
}
.fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(1) h1 {
  font-size: 3.8rem;
  line-height: 1.3em;
}
.fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(2) {
  margin-bottom: 20px;
}
.fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(2) h2 {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.fullscreen-hero-wrapper .fullscreen-hero-content .button-hero {
  background: black;
  color: white;
  border: 1px solid black;
  padding: 12px 25px;
}
.fullscreen-hero-wrapper .fullscreen-hero-content .button-hero:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: black;
}
.fullscreen-hero-wrapper .fullscreen-hero-content .button-fullscreen-hero {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(2) h2 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content {
    margin-top: 0;
  }

  .fullscreen-hero-wrapper {
    background-position: top center;
    height: calc(100vh - 200px);
    min-height: 0;
  }
  .fullscreen-hero-wrapper .fullscreen-hero-content {
    width: 100%;
    padding-top: 40px;
    top: 0;
    transform: none;
    margin-left: 0;
  }
  .fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(1) h1 {
    font-size: 2.2rem;
  }
  .fullscreen-hero-wrapper .fullscreen-hero-content div:nth-child(2) h2 {
    margin-bottom: 20px;
  }
  .fullscreen-hero-wrapper .fullscreen-hero-content .contact-button-wrapper {
    width: 80%;
  }
}

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