@charset "UTF-8";
/**
*  Gawura-specific styles
*/
.container, .gawura-acknowledgement > *,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .gawura-acknowledgement > * {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .gawura-acknowledgement > * {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .gawura-acknowledgement > * {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .gawura-acknowledgement > * {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .gawura-acknowledgement > * {
    max-width: 1320px;
  }
}
/*----------------------------
   Layout variations
----------------------------*/
.site-footer-cta,
.breadcrumb-wrapper {
  display: none;
}

.featured-image .entry-heading-border {
  --feature: #FCE395;
}

@media (max-width: 1199.98px) {
  .entry-content > .alignfull {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    width: auto;
  }
}
:not(.page-template-page-home) .entry {
  padding-bottom: 0;
}

/*----------------------------
   text / typography
----------------------------*/
.entry-content,
.editor-styles-wrapper {
  color: #28453a;
}

h1 em,
h1 i,
h2 em,
h2 i,
.h1 em,
.h1 i,
.h2 em,
.h2 i {
  color: #a6bcb7 !important;
}

/*----------------------------
   main heading
----------------------------*/
@media (min-width: 992px) {
  .featured-image .entry-heading-wrapper {
    min-height: 400px;
  }
}

/*----------------------------
   Pullquote
----------------------------*/
.wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
  max-width: 840px !important;
}
.wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote cite {
  color: inherit;
  font-weight: normal;
  font-style: normal;
}
.wp-block-pullquote.is-style-quotation,
.editor-styles-wrapper .wp-block-pullquote.is-style-quotation {
  position: relative;
  max-width: 1000px !important;
  padding-left: 75px;
  padding-right: 75px;
}
.wp-block-pullquote.is-style-quotation blockquote,
.editor-styles-wrapper .wp-block-pullquote.is-style-quotation blockquote {
  position: relative;
  z-index: 10;
}
.wp-block-pullquote.is-style-quotation::before,
.editor-styles-wrapper .wp-block-pullquote.is-style-quotation::before {
  font-family: "Sentinel A", "Sentinel B", serif;
  content: "”";
  position: absolute;
  display: block;
  left: 25px;
  top: 0;
  transform: scaleX(-100%);
  color: #cddeb1;
  font-size: 90px;
  z-index: 1;
  line-height: 0.7;
}
@media (min-width: 992px) {
  .wp-block-pullquote.is-style-quotation::before,
  .editor-styles-wrapper .wp-block-pullquote.is-style-quotation::before {
    font-size: 152px;
    left: 0;
  }
}
.wp-block-pullquote.is-style-quotation blockquote > p:last-of-type,
.editor-styles-wrapper .wp-block-pullquote.is-style-quotation blockquote > p:last-of-type {
  position: relative;
}
.wp-block-pullquote.is-style-quotation blockquote > p:last-of-type::after,
.editor-styles-wrapper .wp-block-pullquote.is-style-quotation blockquote > p:last-of-type::after {
  content: "”";
  font-family: "Sentinel A", "Sentinel B", serif;
  position: absolute;
  display: block;
  font-size: 90px;
  right: -50px;
  bottom: 0;
  transform: translateY(70px);
  color: #cddeb1;
  z-index: 1;
  line-height: 0.7;
}
@media (min-width: 992px) {
  .wp-block-pullquote.is-style-quotation blockquote > p:last-of-type::after,
  .editor-styles-wrapper .wp-block-pullquote.is-style-quotation blockquote > p:last-of-type::after {
    font-size: 152px;
    right: -75px;
  }
}

/*----------------------------
   Coverflow Slider
----------------------------*/
.carousel-3d-controls .prev::before {
  content: "";
  background-color: #28453a;
  background-image: none;
  -webkit-mask-image: url(./../images/left-arrow.png);
          mask-image: url(./../images/left-arrow.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.carousel-3d-controls .next {
  right: 20px !important;
}
.carousel-3d-controls .next::before {
  content: "";
  background-color: #28453a;
  background-image: none;
  -webkit-mask-image: url(./../images/right-arrow.png);
          mask-image: url(./../images/right-arrow.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.coverflow-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
}
.coverflow-title:after {
  display: none;
}

/*----------------------------
   accordion
----------------------------*/
.accordion {
  border-bottom-color: #28453a;
  border-top-color: #28453a;
}
.accordion-button {
  color: #28453a;
  font-size: 1.125rem;
}
.accordion-button:not(.collapsed) {
  color: #28453a;
  background: #f0f5e8;
}
.accordion-collapse {
  background: #f0f5e8;
}

.gawura-section {
  overflow: hidden;
}

.gawura-acknowledgement {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 4rem 2rem 8rem 2rem;
  background: #e3dbce;
  overflow: hidden;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-acknowledgement > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .gawura-acknowledgement > * {
    padding-right: 27%;
  }
}
.gawura-acknowledgement::before, .gawura-acknowledgement::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-acknowledgement::before {
  background-image: url("../images/gawura/ack-bg-left.svg");
  background-position: left bottom;
  background-size: 50% auto;
  transition-delay: 1s; /* comes in first */
  transform: translateX(-80px);
}
.gawura-acknowledgement::after {
  background-image: url("../images/gawura/ack-bg-right.svg");
  background-position: right center;
  background-size: auto 100%;
  transition-delay: 1.5s; /* comes in second */
  transform: translateX(80px);
}
.gawura-acknowledgement.in-view::before, .gawura-acknowledgement.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-circles1 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles1 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles1::before, .gawura-circles1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-circles1::before {
  background-image: url("../images/gawura/circle-grass.svg");
  background-position: left bottom;
  background-size: auto 20%;
  transition-delay: 0.5s; /* comes in first */
  transform: translateX(-80px);
}
@media (min-width: 1200px) {
  .gawura-circles1::before {
    background-size: auto 50%;
  }
}
@media (min-width: 1400px) {
  .gawura-circles1::before {
    background-position: 5% bottom;
  }
}
.gawura-circles1::after {
  background-image: url("../images/gawura/circle-land.svg");
  background-position: top right;
  background-size: auto 30%;
  transition-delay: 1.5s; /* comes in second */
  transform: translateX(80px);
}
@media (min-width: 1200px) {
  .gawura-circles1::after {
    background-position: right center;
    background-size: auto 80%;
  }
}
.gawura-circles1.in-view::before, .gawura-circles1.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-circles2 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles2 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles2::before, .gawura-circles2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 0;
}
.gawura-circles2::after {
  background-image: url("../images/gawura/circle-sun.svg");
  background-position: top right;
  background-size: auto 30%;
  transition-delay: 0.5s;
  transform: translateX(80px);
}
@media (min-width: 1200px) {
  .gawura-circles2::after {
    background-position: right center;
    background-size: auto 40%;
  }
}
.gawura-circles2.in-view::before, .gawura-circles2.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-circles3 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles3 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles3::before, .gawura-circles3::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 0;
}
.gawura-circles3::after {
  background-image: url("../images/gawura/circle-green.svg");
  background-position: top right;
  background-size: auto 30%;
  transition-delay: 5s;
  transform: translateX(80px);
}
@media (min-width: 1200px) {
  .gawura-circles3::after {
    background-position: right center;
    background-size: auto 40%;
  }
}
.gawura-circles3.in-view::before, .gawura-circles3.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-circles4 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles4 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles4::before, .gawura-circles4::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-circles4::before {
  background-image: url("../images/gawura/circle-sun-green.svg");
  background-position: left bottom;
  background-size: auto 20%;
  transition-delay: 0.5s; /* comes in first */
  transform: translateX(-80px);
}
@media (min-width: 1400px) {
  .gawura-circles4::before {
    background-size: auto 20%;
  }
}
.gawura-circles4.in-view::before, .gawura-circles4.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-circles5 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles5 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles5::before, .gawura-circles5::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-circles5::after {
  background-image: url("../images/gawura/circle-pastel.svg");
  background-position: right 50%;
  background-size: auto 40%;
  transition-delay: 1.5s; /* comes in second */
  transform: translateX(80px);
}
.gawura-circles5.in-view::before, .gawura-circles5.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-circles6 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles6 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles6::before, .gawura-circles6::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-circles6::before {
  background-image: url("../images/gawura/circle-mix.svg");
  background-position: left bottom;
  background-size: auto clamp(0px, 20%, 100px);
  transition-delay: 0.5s; /* comes in first */
  transform: translateX(-80px);
}
@media (min-width: 1400px) {
  .gawura-circles6::before {
    background-position: 0 bottom;
  }
}
.gawura-circles6.in-view::before, .gawura-circles6.in-view::after {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.gawura-circles7 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles7 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles7::before, .gawura-circles7::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-circles7::before {
  background-image: url("../images/gawura/circle-blue-centre.svg");
  background-position: left bottom;
  background-size: auto 20%;
  transition-delay: 0.5s; /* comes in first */
  transform: translateX(-80px);
}
@media (min-width: 1200px) {
  .gawura-circles7::before {
    background-size: auto 40%;
  }
}
.gawura-circles7.in-view::before, .gawura-circles7.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-circles8 {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-circles8 > * {
  position: relative;
  z-index: 2;
}
.gawura-circles8::before, .gawura-circles8::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-circles8::before {
  background-image: url("../images/gawura/circle-lime-centre.svg");
  background-position: left center;
  background-size: auto 20%;
  transition-delay: 0.5s; /* comes in first */
  transform: translateX(-80px);
}
@media (min-width: 1200px) {
  .gawura-circles8::before {
    background-size: auto 50%;
  }
}
.gawura-circles8::after {
  background-image: url("../images/gawura/illo_green.svg");
  background-position: bottom right;
  background-size: auto 30%;
  transition-delay: 1.5s; /* comes in second */
  transform: translateX(80px);
}
@media (min-width: 1200px) {
  .gawura-circles8::after {
    background-size: auto 80%;
  }
}
.gawura-circles8.in-view::before, .gawura-circles8.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-footprints {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-footprints > * {
  position: relative;
  z-index: 2;
}
.gawura-footprints::before, .gawura-footprints::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-footprints::before {
  background-image: url("../images/gawura/circle-yellow.svg");
  background-position: top left;
  background-size: auto 10%;
  transition-delay: 0.5s; /* comes in first */
  transform: translateY(-80px);
}
@media (min-width: 1200px) {
  .gawura-footprints::before {
    background-position: 58% top;
  }
}
.gawura-footprints::after {
  background-image: url("../images/gawura/kangaroo-tracks-green.svg");
  background-position: top right;
  background-size: auto 30%;
  transition-delay: 1.5s; /* comes in second */
  transform: translateX(80px);
}
@media (min-width: 1200px) {
  .gawura-footprints::after {
    background-size: auto 80%;
  }
}
.gawura-footprints.in-view::before, .gawura-footprints.in-view::after {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.gawura-splash {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-splash > * {
  position: relative;
  z-index: 2;
}
.gawura-splash::before, .gawura-splash::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-splash::before {
  background-image: url("../images/gawura/splash-green.svg");
  background-position: left bottom;
  background-size: auto 40%;
  transition-delay: 0.5s; /* comes in first */
  transform: translateX(-80px);
}
.gawura-splash.in-view::before, .gawura-splash.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

.gawura-shell {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-shell > * {
  position: relative;
  z-index: 2;
}
.gawura-shell::before, .gawura-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 1;
}
.gawura-shell::after {
  background-image: url("../images/gawura/shell-green.svg");
  background-position: bottom right;
  background-size: auto 30%;
  transition-delay: 1.5s; /* comes in second */
  transform: translateY(80px);
}
.gawura-shell.in-view::before, .gawura-shell.in-view::after {
  opacity: 1;
  transform: translateY(0);
}

.gawura-video {
  position: relative;
  overflow: hidden;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-video > * {
  position: relative;
  z-index: 2;
}
.gawura-video::before, .gawura-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s ease;
  z-index: 0;
}
.gawura-video::before {
  background-image: url("../images/gawura/video-bg.png");
  background-position: top center;
  background-size: contain;
  transition-delay: 1s; /* comes in first */
  transform: translateY(-50%);
}
.gawura-video.in-view::before, .gawura-video.in-view::after {
  opacity: 1;
  transform: translateY(0);
}

.gawura-wave {
  position: relative;
  /* two background shapes using before/after */
  /* reveal on scroll */
}
.gawura-wave > * {
  position: relative;
  z-index: 2;
}
.gawura-wave::before, .gawura-wave::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease, transform 2s ease;
  z-index: 1;
}
.gawura-wave::before {
  background-image: url("../images/gawura/ocean-line-left-green.svg");
  background-position: left bottom;
  background-size: auto 45%;
  transition-delay: 1s; /* comes in first */
  transform: translateX(-50%);
}
.gawura-wave.in-view::before, .gawura-wave.in-view::after {
  opacity: 1;
  transform: translateX(0);
}

/*# sourceMappingURL=firefly-gawura.css.map*/