/*
Theme Name: Kook2025
Theme URI: https://wpstarter.kookdev.com.au/
Description: Kook, child of Twenty Twenty-Five theme
Author: Kook
Author URI: http://kook.com.au
Template: twentytwentyfive
Version: 2.1
Text Domain: Kook2025
Tested up to: 6.7
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.right {
  float: right;
}

.left {
  float: left;
}

/*********************
MOUSEY
*********************/
.scroll-downs {
  position: absolute;
  /*top: 0;*/
  right: 0;
  bottom: 2%;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.wp-block-button__link, input[type=submit], .wp-block-read-more {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 700;
  border-radius: 0.25rem;
  transition: all 0.4s ease;
  font-family: var(--wp--preset--font-family--body-font);
  cursor: pointer;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link,
input[type=submit] {
  background-color: #0B5F31;
  border: none;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #E32A27;
}

.secondary,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-radius: 0.25em;
  border-color: #E32A27;
  background-color: #E32A27;
  color: #fff;
}
.secondary:hover, .secondary:focus,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
  border-color: rgb(238.7049180328, 131.0409836066, 129.2950819672);
  background-color: rgb(238.7049180328, 131.0409836066, 129.2950819672);
}

.tertiary,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: rgb(224.5, 224.5, 224.5);
  border: none;
}
.tertiary:hover, .tertiary:focus, .tertiary:active,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background: rgb(237.25, 237.25, 237.25);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid #0B5F31;
  color: #0B5F31;
  background-color: transparent;
  border-radius: 15px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #272626;
  color: #fff;
  border-color: #272626;
}

input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #E32A27;
}

.wp-block-read-more {
  border: 2px solid #0B5F31;
  color: #0B5F31;
  background-color: transparent;
  border-radius: 15px;
  padding: 0.3rem 1.1rem !important;
  text-transform: uppercase;
}

.wp-block-read-more:hover {
  background-color: #272626;
  color: #fff;
  border-color: #272626;
}

.text-over-image .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container a:before,
a,
input[type=submit] {
  transition: all 0.2s ease-in-out;
}

body, html {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.8;
  color: #272626;
}

a {
  text-decoration: none;
}

.fal {
  font-weight: 300;
}

body, .far {
  font-weight: 400;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}

h1, .h1, h2, .h2, b, strong {
  font-weight: 700;
}

.bigger strong, .medium strong {
  font-weight: 800;
}

a:not(.wp-element-button) {
  font-size: unset;
}

h1, .h1 {
  font-size: var(--wp--preset--font-size--huge);
  line-height: 1.2;
}

h2, .h2 {
  font-size: var(--wp--preset--font-size--large);
}

h3, .h3, .hero .wp-block-search button, .wp-block-navigation__responsive-container-open, .header-cta a i, .bigger {
  font-size: var(--wp--preset--font-size--medium);
}

h4, .h4, h5, .h5, .related-links h3, .ticket-price label, .wp-block-getwid-content-slider.explore .wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--normal);
}

h6, .h6, .hero .wp-block-group > span:first-of-type, .hero .wp-block-group > span:first-of-type span a:not(.wp-element-button),
.smaller, .small-text .input-group label, #resultcounter, .wrap-checkbox, .hold-arrow p {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-navigation ul li.has-normal-font-size {
  font-size: 1.25rem !important;
}

header .wp-container-core-group-is-layout-1 {
  padding: 10px !important;
}

.wp-block-navigation .wp-block-navigation-item__label {
  margin-left: 0 !important;
}

.wrap-checkbox {
  line-height: var(--wp--custom--typography--line-height--normal);
}

.fa-regular, .fa-solid {
  font-size: 2rem;
}

/**************************
Colours
**************************/
.lightblue,
.breadcrumb_last, .subheading {
  color: #0B5F31;
}

.red {
  color: #E32A27;
}

.grey,
h4,
.h4 {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}

.black,
h4,
.h4 {
  color: #272626;
}

.white {
  color: #fff;
}

/*********************
Rows
**********************/
.row {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

header {
  max-width: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.wp-block-buttons {
  text-transform: uppercase;
}
.wp-block-buttons .wp-block-button.tel .wp-block-button__link, .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
  padding: 0.5em;
}
.wp-block-buttons .wp-block-button.tel .wp-block-button__link strong,
.wp-block-buttons .wp-block-button.tel .wp-block-button__link span, .wp-block-buttons .wp-block-button.contact .wp-block-button__link strong,
.wp-block-buttons .wp-block-button.contact .wp-block-button__link span {
  display: none;
}
.wp-block-buttons .wp-block-button.tel .wp-block-button__link:after, .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
  content: "";
  font-family: var(--wp--preset--font-family--body-font);
  font-size: inherit;
}
.wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: var(--wp--preset--font-size--large);
  color: #fff;
}
.wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: var(--wp--preset--font-size--large);
  color: #fff;
}

.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, .scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
  color: #0B5F31;
}

.home1 .tel {
  padding-top: 0.5em;
}

.home1logo.wp-block-site-logo {
  position: fixed;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 1em;
}

.home1CTA nav {
  position: fixed;
  left: 2em;
}
.home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  background: transparent !important;
}
.home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
  display: none;
}
.home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  color: #0B5F31;
  font-size: 2.5em;
  padding: 0.5em;
}
.home1CTA .wp-block-navigation > button {
  color: #0B5F31;
}

.page-template-wp-custom-template-home-2 .fa-regular,
.page-template-wp-custom-template-home-2 .fa-solid, .post-template-wp-custom-template-home-2 .fa-regular,
.post-template-wp-custom-template-home-2 .fa-solid {
  font-size: 2rem;
  color: #fff;
}
.page-template-wp-custom-template-home-2 header .wp-block-navigation > button, .post-template-wp-custom-template-home-2 header .wp-block-navigation > button {
  color: #fff;
}
.page-template-wp-custom-template-home-2 .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2 .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  background: transparent !important;
}
.page-template-wp-custom-template-home-2 .wp-block-buttons .wp-block-button.contact .wp-block-button__link, .post-template-wp-custom-template-home-2 .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
  background: transparent !important;
}
.page-template-wp-custom-template-home-2.scroll .custom-logo, .post-template-wp-custom-template-home-2.scroll .custom-logo {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}
.page-template-wp-custom-template-home-2.scroll header, .post-template-wp-custom-template-home-2.scroll header {
  background: #fff !important;
  opacity: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}
.page-template-wp-custom-template-home-2.scroll header .wp-block-navigation > button, .post-template-wp-custom-template-home-2.scroll header .wp-block-navigation > button {
  color: #0B5F31;
}
.page-template-wp-custom-template-home-2.scroll header .wp-block-navigation .wp-block-navigation-item, .post-template-wp-custom-template-home-2.scroll header .wp-block-navigation .wp-block-navigation-item {
  color: #272626;
}
.page-template-wp-custom-template-home-2.scroll header a.wp-block-navigation-item__content:hover, .page-template-wp-custom-template-home-2.scroll header a.wp-block-navigation-item__content:focus, .post-template-wp-custom-template-home-2.scroll header a.wp-block-navigation-item__content:hover, .post-template-wp-custom-template-home-2.scroll header a.wp-block-navigation-item__content:focus {
  /*color: $color-primary !important;*/
}
.page-template-wp-custom-template-home-2.scroll header .wp-block-navigation-item__label:hover, .page-template-wp-custom-template-home-2.scroll header .wp-block-navigation-item__label:focus, .post-template-wp-custom-template-home-2.scroll header .wp-block-navigation-item__label:hover, .post-template-wp-custom-template-home-2.scroll header .wp-block-navigation-item__label:focus {
  /*color: $color-primary !important;*/
}
.page-template-wp-custom-template-home-2:not(.scroll) .custom-logo, .post-template-wp-custom-template-home-2:not(.scroll) .custom-logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
.page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-site-logo > .custom-logo-link, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-site-logo > .custom-logo-link {
  background-image: url(/wp-content/uploads/2025/01/logo-reversed.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.optionhome2 {
  background: transparent !important;
  border-bottom: 1px solid #fff;
}

.optionhome2main {
  padding-top: 0px;
}

.home2logo {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0.5em;
}

.page-template-wp-custom-template-home-3 nav.is-responsive {
  position: fixed;
  top: 0.8em;
  left: 2em;
}
.page-template-wp-custom-template-home-3 .fa-regular,
.page-template-wp-custom-template-home-3 .fa-solid {
  color: #fff;
}
.page-template-wp-custom-template-home-3 .template-3-navigation-buttons .wp-block-button .wp-block-button__link {
  background: transparent !important;
}
.page-template-wp-custom-template-home-3.scroll header {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  height: 100px;
}
.page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-open:before {
  display: none;
}
.page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: flex;
}
.page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-close svg,
.page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-open svg {
  fill: #0B5F31;
  display: block;
  height: 40px;
  pointer-events: none;
  width: 40px;
}
.page-template-wp-custom-template-home-3:not(.scroll) header {
  background-color: transparent;
  box-shadow: none;
  height: 100px;
}
.page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open:before {
  display: none;
}
.page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open:after {
  content: "Menu";
  font-family: var(--wp--preset--font-family--body-font);
  position: relative;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  color: #fff;
}
.page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: flex;
}
.page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-close svg,
.page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open svg {
  fill: #fff;
  display: block;
  height: 40px;
  pointer-events: none;
  width: 40px;
}

.home3logo {
  position: absolute;
  top: 5%;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}

.page-template-wp-custom-template-home-4 header .custom-logo {
  width: 110px;
  max-width: 100%;
  position: fixed;
  background: #fff;
  border-radius: 7.5em;
  border: 5px solid #fff;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0.5em;
}
.page-template-wp-custom-template-home-4 header .template-4-navigation-buttons .wp-block-button .wp-block-button__link {
  background: transparent;
}
.page-template-wp-custom-template-home-4 header nav {
  position: fixed;
  left: 2em;
}
.page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  padding: 0.5em;
}
.page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: var(--wp--preset--font-size--large);
  color: #0B5F31;
}
.page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: var(--wp--preset--font-size--large);
  color: #0B5F31;
}
.page-template-wp-custom-template-home-4 header .wp-block-navigation:not(.wp-block-navigation__container) > button {
  height: 50px;
  background: transparent;
  width: 100%;
  font-size: var(--wp--preset--font-size--normal);
  align-items: center;
  justify-content: center;
  color: #0B5F31;
}
.page-template-wp-custom-template-home-4 header .wp-block-navigation__responsive-container-close svg,
.page-template-wp-custom-template-home-4 header .wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 40px;
  pointer-events: none;
  width: 40px;
}
.page-template-wp-custom-template-home-4 .wp-block-getwid-section__divider.is-bottom-divider {
  display: none !important;
}

/* This centers the menu items on the mobile pop up menu. The menu currently is set on WP to be left aligned as that is the way it appears on desktop. To remove this line of code, a second navigation would need to be added to the header for the mobile screens.*/
#modal-1-content {
  align-items: center !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__container.has-normal-font-size.is-responsive.items-justified-left.no-wrap.wp-block-navigation.has-normal-font-size {
  align-items: center;
  width: 100%;
}

header .wp-block-navigation > button {
  background: transparent;
  width: 100%;
  align-items: center;
  justify-content: right;
  margin-bottom: 0.25em;
  font-weight: 700 !important;
}
header .wp-block-navigation__responsive-container-open:before {
  display: none;
}
header .wp-block-navigation__responsive-container-open:after {
  content: "Menu";
  font-family: var(--wp--preset--font-family--body-font);
  position: relative;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--primary);
}
header .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: flex;
  flex-direction: column;
}
header .wp-block-navigation__responsive-container-close svg,
header .wp-block-navigation__responsive-container-open svg {
  display: block;
  height: 40px;
  pointer-events: none;
  width: 40px;
}

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none;
}

.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li > a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 15px;
  text-decoration: none !important;
}
.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li .wp-block-navigation__submenu-container {
  padding-top: 1em !important;
}
.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li .wp-block-navigation__submenu-container > li > a {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
  font-size: 15px;
  line-height: 2em;
}

.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
  margin-left: 0.5em;
  outline-width: 0px !important;
}

.wp-block-navigation__container {
  position: relative;
}

.wp-site-blocks {
  padding-left: 0;
  padding-right: 0;
}
.wp-site-blocks > * + * {
  margin-block-start: 0;
}
.wp-site-blocks .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

main .entry-content,
main .entry-content > * + * {
  margin-top: 0;
}

:where(.wp-site-blocks *:focus) {
  outline-width: 0px;
  outline-style: none;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  padding: 0;
  border-bottom: 2px solid #0B5F31;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child a {
  padding-right: 1em;
  color: #0B5F31;
}

span.wp-block-getwid-accordion__header-title {
  color: #0B5F31;
  font-weight: 700;
}

.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
  background: none !important;
}
.slick-next:before,
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
}

.slick-next {
  right: -50px;
}
.slick-next:before {
  content: "\f105";
}

.slick-prev {
  left: -50px;
}
.slick-prev:before {
  content: "\f104";
}

.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next {
  right: 0;
}
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev {
  left: 0;
}

.slick-dots button {
  background-color: transparent !important;
}

.is-carousel.has-arrows-outside .slick-next,
.is-carousel.has-arrows-outside .slick-prev {
  height: 100%;
  background: #fff;
}

.wp-block-getwid-post-carousel.has-slides-gap-large .slick-list,
.wp-block-getwid-images-slider.has-slides-gap-large .slick-list {
  margin: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea,
select {
  padding: 1em 1em;
  margin: 1em 2px 1em;
  box-sizing: border-box;
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form > p {
  margin: 0;
}
.wpcf7-form label {
  font-size: var(--wp--preset--font-size--small);
}
.wpcf7-form .checkbox {
  display: inline-block;
  width: 100%;
}
.wpcf7-form .checkbox .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.wpcf7-form span:not(.wpcf7-form-control-wrap) {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}
.wpcf7-form span.wpcf7-form-control-wrap input:not([type=checkbox]),
.wpcf7-form span.wpcf7-form-control-wrap select {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
  border: 1px solid rgb(116.4935064935, 113.5064935065, 113.5064935065);
}
.wpcf7-form span.wpcf7-form-control-wrap textarea:hover, .wpcf7-form span.wpcf7-form-control-wrap textarea:focus, .wpcf7-form span.wpcf7-form-control-wrap textarea:focus-visible {
  border: 1px solid rgb(13.1688311688, 12.8311688312, 12.8311688312);
}
.wpcf7-form span.wpcf7-form-control-wrap.photo input, .wpcf7-form span.wpcf7-form-control-wrap[data-name=photo] input {
  display: none;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  color: #ff1000;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
}
.wpcf7-form span#photo-name {
  display: inline-block;
  margin-left: 5px;
  font-family: sans-serif;
}
.wpcf7-form span.file-size {
  display: inline-block;
  margin-left: 10px;
  opacity: 0.7;
  font-size: var(--wp--preset--font-size--small);
}
.wpcf7-form label[for=photo-upload] {
  display: inline-block;
  border: 1px solid #0B5F31;
  background-color: transparent;
  color: #0B5F31;
  padding: 0.5rem;
  cursor: pointer;
  margin: 1rem 0;
}
.wpcf7-form label[for=photo-upload]:hover {
  background-color: #0B5F31;
  color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  width: 30%;
  display: inline-block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] {
  background: rgb(237.6285714286, 237.1714285714, 237.1714285714);
  border: 1px solid rgb(237.6285714286, 237.1714285714, 237.1714285714);
  margin-right: 0.5em;
  margin-top: 0.5em;
  float: left;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:after {
  top: 4px;
  left: 8px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  float: left;
  display: block;
}
.wpcf7-form[data-status=invalid] .wpcf7-response-output {
  background: #ff1000;
  padding: 3px 10px;
  font-size: var(--wp--preset--font-size--small);
}
.wpcf7-form .small-text {
  font-size: var(--wp--preset--font-size--small);
  color: #fff;
  padding-top: 1.5em;
}
.wpcf7-form input::-moz-placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form input::placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form textarea::-moz-placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form textarea::placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}

.wpcf7 .screen-reader-response {
  display: none;
}

textarea#your-message {
  font-family: sans-serif;
}

.footer-form .wpcf7-form span:not(.wpcf7-form-control-wrap) {
  color: #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: var(--wp--preset--font-size--normal);
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input::-moz-placeholder, .footer-form .wpcf7-form span.wpcf7-form-control-wrap select::-moz-placeholder, .footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input::placeholder,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select::placeholder,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea::placeholder {
  color: #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input:hover, .footer-form .wpcf7-form span.wpcf7-form-control-wrap input:focus,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select:hover,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select:focus,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea:hover,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea:focus {
  border-bottom-color: white;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox],
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] {
  background: transparent;
  border: 1px solid #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:hover, .footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:focus,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=radio]:hover,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=radio]:focus {
  border-color: white;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:after {
  border-color: #fff;
}
.footer-form .wpcf7-form label[for=photo-upload] {
  border-color: #fff;
  color: #fff;
}
.footer-form .wpcf7-form label[for=photo-upload]:hover {
  background-color: #fff;
  color: #0B5F31;
}
.footer-form .wpcf7-form .wpcf7-recaptcha > div {
  margin: 0 auto 1em;
}
.footer-form .wpcf7-form input::-webkit-input-placeholder,
.footer-form .wpcf7-form input:-ms-input-placeholder,
.footer-form .wpcf7-form input::placeholder,
.footer-form .wpcf7-form textarea::-webkit-input-placeholder,
.footer-form .wpcf7-form textarea:-ms-input-placeholder,
.footer-form .wpcf7-form textarea::placeholder {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}

footer {
  margin-top: 3rem !important;
}
footer ul {
  padding: 0;
}
footer ul li:not(.wp-social-link):not(.wp-block-navigation-link) {
  list-style: none;
  border-bottom: 1px solid #fff;
}
footer .wp-block-social-link-anchor {
  padding: 0.3em;
}
footer .wp-block-columns .wp-block-column .wp-block-getwid-icon-box {
  text-align: center;
  display: block;
}
footer .wp-block-columns .wp-block-column .wp-block-getwid-icon-box > div {
  display: inline-block;
  width: auto;
}
footer .wp-block-columns .wp-block-column .wp-block-getwid-icon {
  float: none;
  display: inline-block;
  margin: 0 1em;
}

textarea::-moz-placeholder {
  padding: 1em;
}

textarea::placeholder {
  padding: 1em;
}

.wp-social-link {
  font-size: var(--wp--preset--font-size--large);
}

.quicklinks a {
  padding: 0.5em;
}

.bottom-footer-links a {
  padding: 1em 0.5em;
}

.home footer {
  margin-top: 0 !important;
}

#cboxContent {
  padding: 0 45px;
}

#cboxCurrent,
#cboxNext,
#cboxNext,
#cboxPrevious,
#cboxClose {
  top: 4px;
}

#cboxNext,
#cboxPrevious {
  top: 50%;
}

#cboxPrevious {
  left: 0;
}

#cboxNext {
  right: 0;
}

#cboxTitle {
  font-size: 120%;
  line-height: 1.8em;
}

#cboxLoadedContent {
  margin-top: 28px;
}

header .wp-block-getwid-section__wrapper {
  padding: 0;
}

.wp-block-site-logo.aligncenter {
  width: 103px;
  margin-left: 12px;
  margin-right: 0;
  text-align: left;
}

header .wp-block-navigation__responsive-container-open:after {
  display: none;
}

.wp-block-navigation__submenu-container {
  margin: -25px 0 15px !important;
}

footer .getwid-padding-top-large {
  padding-top: 165px;
}

.ackn {
  position: relative;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
}

.ackn:before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E%3Crect width='900' height='600' fill='%23000'/%3E%3Crect width='900' height='300' fill='%23cc0000'/%3E%3Ccircle cx='450' cy='300' r='150' fill='%23ffff00'/%3E%3C/svg%3E");
}

.ackn:after {
  right: 0;
  background-image: url("/wp-content/uploads/2025/02/tsiflag.png");
}

.is-style-section-2--6, .nomargin, .wp-container-core-columns-is-layout-8, footer .is-style-section-2 {
  margin-bottom: 0 !important;
}

.footernowrap {
  align-items: center !important;
}

footer {
  background: url(/wp-content/uploads/2025/02/illustration-australia.svg) center -183px no-repeat #06371d;
}

.wp-block-getwid-media-text-slider-slide-content__content p {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wp-block-getwid-media-text-slider-slide-content__content h1 {
  line-height: 1;
  margin-top: 0;
}

.wp-block-getwid-media-text-slider-slide-content__content h1:after, h2:after, .has-red-dot:after {
  content: "";
  background: #E32A27;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 50%;
}

h2:after {
  width: 0.5rem;
  height: 0.5rem;
  top: 1px;
  left: 7px;
  position: relative;
}

.wp-block-getwid-image-box img, .wp-block-image img {
  border-radius: 3.5rem;
}

.wp-block-image.size-large img {
  border-radius: 7rem;
}

footer .wp-block-image img {
  border-radius: 0;
}

.wp-block-getwid-icon i:before, .wp-block-getwid-icon-box__icon-wrapper i:before {
  color: #0B5F31;
}

.fal {
  margin-left: 6px;
}

.subheading {
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.wp-block-buttons {
  margin-top: 2rem;
}

.challenge-solution-impact, #cta {
  width: 90%;
  margin: 0 auto !important;
}

.challenge-solution-impact .wp-block-column {
  border-radius: 15px;
  padding: 1.5rem;
}

.challenge-solution-impact .wp-block-column:nth-of-type(1) {
  background: #E0F0E6;
}

.challenge-solution-impact .wp-block-column:nth-of-type(2) {
  background: #B5CEC0;
}

.challenge-solution-impact .wp-block-column:nth-of-type(3) {
  background: #8FB5A0;
}

.project-section h2 {
  margin-bottom: 1rem;
}

.hero:after {
  display: block;
  background: url(/wp-content/uploads/2021/05/acc-snc.png);
  height: 114px;
  width: 90px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
}

.bg-grey {
  background: #fafafa;
}

.key-facts {
  padding: 1.5rem;
}

.key-facts strong {
  font-size: 1.2rem;
  line-height: 1;
  color: #0B5F31;
}

.key-facts h4 {
  color: #0B5F31;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #0B5F31;
}

:root :where(.wp-block-quote) {
  width: 90%;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #272626;
  border-color: #0B5F31;
  color: #0B5F31;
  position: relative;
  padding: 2rem;
  margin: 2rem auto;
}

.quote-person {
  width: 90%;
  margin: 0 auto;
}

blockquote::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E32A27'%3E%3Cpath d='M21.3 8.7c-.4-3.9-2.4-6.3-5.9-7.2l-1 2.1c2.2.8 3.3 2.2 3.4 4.3h-3.8c-.4 0-.8.2-1.1.5-.3.3-.4.7-.4 1.1v6c0 .4.2.8.5 1.1.3.3.7.4 1.1.4h6c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1v-5c0-.5-.1-1.1-.4-1.7zM9.3 8.7c-.4-3.9-2.4-6.3-5.9-7.2l-1 2.1c2.2.8 3.3 2.2 3.4 4.3H2c-.4 0-.8.2-1.1.5-.3.3-.4.7-.4 1.1v6c0 .4.2.8.5 1.1.3.3.7.4 1.1.4h6c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1v-5c0-.5-.1-1.1-.4-1.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  left: 90%;
  bottom: -9%;
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: -1;
}

.quote-person {
  margin-top: 1.6rem !important;
  line-height: 1.3;
}

.quote-person strong, h1.post-title {
  color: #0B5F31;
}

#cta {
  background: #272626;
  border-radius: 1.5rem;
}

#cta h2 a {
  color: #fff;
}

.section-breadcrumbs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.5rem;
}

.yoast-breadcrumbs {
  font-size: 0.85rem;
}

h1.post-title {
  font-size: 2.2rem;
  text-align: center;
  margin: 1rem 0 0;
  font-weight: 500;
}

.post-image-top {
  position: relative;
}

.post-h2 {
  margin: 0;
}

.wp-block-post-featured-image {
  width: 1200px;
  margin: 3rem auto 0;
}

.wp-block-post-featured-image img, .wp-block-getwid-template-post-featured-image img {
  border-radius: 1.5rem;
}

.wp-block-getwid-image-box__image-wrapper, .image-overlay {
  position: relative;
  display: inline-block;
}

.wp-block-getwid-image-box__image-wrapper::after, .image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0B5F31;
  opacity: 0.5;
  pointer-events: none;
  border-radius: 3.5rem;
}

.wp-block-getwid-image-box__image-wrapper img, .image-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-image.size-large::after {
  border-radius: 7rem;
}

.narrowed {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.home .wp-block-getwid-image-box h3 {
  margin-bottom: 0;
}

.home .wp-block-getwid-image-box p {
  margin-top: 0.25rem;
}

.challenge-solution-impact h3 a {
  color: #0B5F31;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  display: block;
}

.challenge-solution-impact h3 a:hover {
  color: #272626;
}

form {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 5px 5px #000000;
}

form input, form textarea, form select {
  box-shadow: 3px 3px rgba(11, 95, 49, 0.1882352941);
  border-radius: 0.75rem;
  border: 1px solid #333;
}

form input.wpcf7-submit {
  box-shadow: none;
  border-color: #0B5F31;
}

form input.wpcf7-submit:hover {
  border-color: #E32A27;
}

form input:focus, form textarea:focus, form select:focus {
  border-color: #E32A27;
}

.page-id-29 .wp-block-getwid-icon-box p {
  padding: 0;
  margin: 0;
}

.page-id-29 .wp-block-getwid-icon-box {
  margin: 0 0 12px;
}

.page-child .page-header h2 {
  font-size: 1.5rem;
  font-weight: 100;
}

.page-child .page-header h2:after {
  display: none;
}

/*  .page-template-wp-custom-template-home-2.scroll header .wp-block-navigation-submenu .wp-block-navigation-item__label:hover{color:#fff!important;}
.wp-block-navigation__submenu-container a, .wp-block-navigation__submenu-container a:hover{color:#fff;}*/
.wp-block-navigation__container .wp-block-navigation-item__content:active,
.wp-block-navigation-item__content:focus,
.wp-block-navigation-link a:active,
.wp-block-navigation-link a:focus {
  color: inherit !important; /* This will keep the same color as the normal state */
}

ul.wp-block-list {
  margin-bottom: 1.5rem;
}

.wp-block-getwid-custom-post-type__wrapper {
  row-gap: 2rem;
}

.wp-block-getwid-custom-post-type__wrapper h3 a:after {
  display: inline-block;
  content: "";
  background: #E32A27;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  margin-left: 3px;
}

.mob-resize img {
  width: 300px !important;
  height: auto !important;
}

#bpscSectionCollection-bpsc-2 {
  width: 94%;
  margin-top: 2rem;
}

#bpscSectionCollection-bpsc-2 .layoutStyle .mainArea {
  border-radius: 2rem !important;
  padding: 2rem !important;
}

.page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:hover {
  border-color: #E32A27 !important;
}

h2.subheading:after {
  display: none;
}

.is-style-fill.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 2px solid #0B5F31;
}

.is-style-fill.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  border: 2px solid #E32A27;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    font-size: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 10px !important;
    width: 100%;
    display: block;
    margin: 0px 0 10px !important;
    border-bottom: 1px solid #0B5F31;
  }
  .footernowrap .has-text-align-left {
    text-align: center;
  }
}
@media print {
  img,
  svg,
  .background-image,
  [style*=background-image] {
    display: none !important;
  }
  * {
    min-height: auto !important;
    color: #000 !important;
  }
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 601px) {
  header .home1CTA .wp-container-1 {
    order: 1;
  }
  header .home1CTA .wp-block-buttons {
    order: 2;
    position: fixed;
    right: 0;
    gap: 0;
    top: 1em;
  }
  header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong,
  header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link span {
    display: inline;
  }
  header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
    content: none;
  }
  header .home1CTA nav {
    order: 4;
  }
  .wp-block-navigation__container.has-normal-font-size.is-responsive.items-justified-right.wp-block-navigation.has-normal-font-size {
    align-items: center !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: center !important;
  }
  .wp-block-navigation__responsive-container-open:before {
    top: 0px;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer ul li:not(.wp-social-link):not(.wp-block-navigation-link) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .wp-block-getwid-media-text-slider-slide-content {
    max-width: 80%;
  }
  footer h3 {
    text-align: left;
  }
  footer ul li {
    text-align: left;
  }
  footer .wp-block-columns .wp-block-column {
    text-align: left;
  }
  footer .wp-block-columns .wp-block-column .wp-block-getwid-icon-box {
    text-align: left;
    display: flex;
  }
  footer .wp-block-columns .wp-block-column .wp-block-getwid-icon {
    margin: 0 2em 0 -10px;
  }
  footer .wp-block-getwid-social-links__list {
    justify-content: left;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.

  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  } /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  } /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  } /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  } /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  } /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  } /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438%;
  } /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.745856349%;
  } /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  } /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.872928171%;
  } /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  } /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  } /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /*masonry plugin
  ******************************************************************/
  .grid:after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-sizer,
  .grid-item {
    width: 19%;
  }
  .gutter-sizer {
    width: 1%;
  }
  .grid-item {
    min-height: 120px;
    float: left;
    margin-bottom: 1%;
  }
  .grid-item--width2 {
    width: 50%;
  }
  .grid-item--height2 {
    min-height: 240px;
  }
  body:not(.admindex) .grid > br {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header .searchicon {
    position: relative;
    top: 1em;
    float: right;
    right: auto;
  }
  header .wp-block-buttons {
    order: 2;
    position: relative;
    margin-right: 0em;
    padding-top: 0em;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    padding: 0.75rem 1rem !important;
  }
  header .wp-block-buttons .wp-block-button.tel {
    position: relative;
  }
  header .wp-block-buttons .wp-block-button.tel a:hover {
    background-color: transparent !important;
    border-color: none;
    color: rgb(18.9386792453, 163.5613207547, 84.3632075472) !important;
  }
  header nav {
    padding-top: 0em;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 1em;
  }
  header .wp-block-navigation .wp-block-navigation__container > li > a.wp-block-navigation-item__content {
    font-weight: 500;
  }
  header .wp-block-navigation .wp-block-navigation__container > li.has-child > a.wp-block-navigation-item__content {
    padding: 1em 0em;
  }
  header .wp-block-navigation .wp-block-navigation__container > li.has-child > .wp-block-navigation__submenu-container {
    right: auto;
    border-top: 2px solid #0B5F31;
    background-color: #272626;
  }
  header .wp-block-navigation .wp-block-navigation__submenu-container a, header .wp-block-navigation .wp-block-navigation__submenu-container a:hover {
    color: #fff !important;
  }
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:before, header .wp-block-navigation .wp-block-navigation__responsive-container-open:after,
  header .wp-block-navigation .wp-block-navigation__responsive-container-open .wp-block-navigation__responsive-container-close svg,
  header .wp-block-navigation .wp-block-navigation__responsive-container-open .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  header .wp-block-navigation .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    text-align: left;
    font-weight: 600;
  }
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  header .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
  .wp-block-navigation ul li.has-normal-font-size {
    margin-left: 2rem;
  }
  .wp-block-navigation ul ul li.has-normal-font-size {
    margin-left: 0;
    font-size: 1rem !important;
  }
  .wp-block-navigation ul ul li.has-normal-font-size a span {
    font-weight: normal;
  }
  .footerlinks {
    top: 0px;
  }
  header .home1CTA nav {
    position: relative;
    left: unset;
    top: 0;
    right: 2%;
  }
  header .home1CTA .wp-block-buttons {
    left: auto;
    right: 2%;
    top: 0;
    order: 2;
    position: relative;
    margin-right: 0em;
    padding-top: 0em;
  }
  header .home1logo.wp-block-site-logo {
    position: relative;
    left: 10%;
    top: 0;
  }
  header .wp-block-site-logo.aligncenter {
    margin-left: 0;
  }
  .home2logo {
    left: 2%;
    transform: translate3d(0%, 0, 0);
  }
  .page-template-wp-custom-template-home-2 .wp-block-navigation-item, .post-template-wp-custom-template-home-2 .wp-block-navigation-item {
    color: #fff;
  }
  .page-template-wp-custom-template-home-2 header, .post-template-wp-custom-template-home-2 header {
    height: auto;
  }
  .page-template-wp-custom-template-home-2 header nav, .post-template-wp-custom-template-home-2 header nav {
    left: 0%;
    right: auto !important;
    margin-left: 10% !important;
    z-index: 99;
    margin-top: 0em;
    margin-right: 2rem;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong, .post-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong {
    color: #0B5F31;
  }
  .home3logo {
    left: 2%;
    transform: translate3d(0%, 0, 0);
    top: 10%;
  }
  .header-three-flex-end {
    justify-content: flex-end;
  }
  .page-template-wp-custom-template-home-3 nav.is-responsive {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-template-wp-custom-template-home-3.scroll header {
    height: 110px;
    box-shadow: 0 0 1px 0 #272626;
  }
  .page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-open:before {
    display: none;
  }
  .page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-open:after {
    bottom: -10%;
  }
  .page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header {
    height: 110px;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation:not(.wp-block-navigation__container) .wp-block-navigation__container > li > a.wp-block-navigation-item__content {
    color: #fff;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation:not(.wp-block-navigation__container) .wp-block-navigation__container > li > .wp-block-navigation__submenu-icon {
    color: #fff;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation:not(.wp-block-navigation__container) .wp-block-navigation__container > li.has-child > a.wp-block-navigation-item__content {
    color: #fff;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation:not(.wp-block-navigation__container) .wp-block-navigation__container > li.has-child > .wp-block-navigation__submenu-container {
    right: auto;
    border-top: 2px solid #0B5F31;
    background-color: #272626;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open:before {
    display: none;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open:after {
    bottom: -10%;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .contact a.wp-block-getwid-icon__wrapper {
    right: 1.75em;
    top: 12%;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .tel a.wp-block-getwid-icon__wrapper {
    right: 0.25em;
    top: 14%;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-getwid-section__divider.is-bottom-divider {
    display: block;
  }
  .page-template-wp-custom-template-home-4 header .custom-logo {
    position: relative;
    width: 120px;
    max-width: 120px;
    height: auto;
    margin-bottom: -3em;
    margin-left: 1em;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-navigation:not(.wp-block-navigation__container) {
    position: fixed;
    left: 20%;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-navigation:not(.wp-block-navigation__container) > button {
    display: none;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link strong,
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link span {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    background: #0B5F31;
    color: #fff;
  }
  .wp-block-getwid-template-post-content.is-excerpt {
    padding-right: 10%;
  }
  header .wp-block-getwid-section__wrapper {
    padding: 1em;
  }
  .wp-block-site-logo.aligncenter {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .wp-block-navigation__submenu-container {
    margin-top: 0 !important;
  }
  footer .getwid-padding-top-large {
    padding-top: 60px;
  }
  .wp-block-getwid-media-text-slider-slide-content__content h1:after, h2:after, .has-red-dot:after {
    width: 0.65rem;
    height: 0.65rem;
  }
  .challenge-solution-impact {
    width: 96%;
    margin: 0 auto;
  }
  .challenge-solution-impact {
    margin: 4rem auto 5rem !important;
  }
  #cta {
    padding: 2rem 4rem;
    background: #272626 url(/wp-content/uploads/2025/02/bg-cta1.png) no-repeat 88% center;
    width: 80%;
    margin: 0 auto;
  }
  .wp-block-post-featured-image img, .wp-block-getwid-template-post-featured-image img {
    border-radius: 3rem;
  }
  .subheading {
    font-size: 2.2rem;
  }
  :root :where(.wp-block-quote) {
    font-size: 1.5rem;
  }
  .mob-resize img {
    width: 94% !important;
    height: auto !important;
  }
  .page-header .wp-block-getwid-section__inner-content {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 1300px) {
  header .wp-block-site-logo img {
    max-width: 280px;
    width: 280px;
  }
  header .wp-block-buttons {
    text-transform: uppercase;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    padding: 0.5em;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong,
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link span, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link strong,
  header .wp-block-buttons .wp-block-button.contact .wp-block-button__link span {
    display: none;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
    content: "";
    font-family: var(--wp--preset--font-family--body-font);
    font-size: inherit;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: var(--wp--preset--font-size--large);
    color: #fff;
  }
  header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: var(--wp--preset--font-size--large);
    color: #fff;
  }
  .page-template-wp-custom-template-home-2 .wp-block-navigation-item, .post-template-wp-custom-template-home-2 .wp-block-navigation-item {
    color: #fff;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button {
    width: auto;
    position: relative;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel .wp-block-button__link {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:before, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:after, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: var(--wp--preset--font-family--body-font);
    font-size: inherit;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    background: transparent !important;
    color: #0B5F31 !important;
    padding: 0.6em 1em !important;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link {
    background: transparent !important;
    color: #fff !important;
    margin-top: 0;
    margin-left: 0;
    border: 3px solid #fff;
    border-radius: 15px;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:hover, .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:focus, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:hover, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:focus {
    background: #0B5F31 !important;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:before, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact strong,
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact span,
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact #text, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact strong,
  .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact span,
  .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact #text {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button, .post-template-wp-custom-template-home-2.scroll header .wp-block-button {
    width: auto;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.tel .wp-block-button__link {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:before, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:after, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: var(--wp--preset--font-family--body-font);
    font-size: inherit;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #0B5F31 !important;
    background-color: transparent !important;
    padding: 0.6em 1em !important;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link {
    background: #0B5F31 !important;
    color: #fff !important;
    margin-top: 0em;
    margin-left: 0;
    border-radius: 15px;
    border: 3px solid #0B5F31;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:hover, .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:focus, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:hover, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:focus {
    background: #E32A27 !important;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:before, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact strong,
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact span,
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact #text, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact strong,
  .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact span,
  .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact #text {
    display: inline-block;
  }
  .optionhome4 img {
    max-width: 150px;
    width: 150px !important;
    margin-top: -0.5em !important;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong,
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link span {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel a {
    color: #0B5F31;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 1em;
  }
  .ackn {
    width: 50%;
    padding: 3rem 6rem;
  }
  .ackn:before,
  .ackn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .footernowrap .has-text-align-left {
    text-align: left;
  }
  footer {
    background: url(/wp-content/uploads/2025/02/illustration-australia.svg) center 400px no-repeat #06371d;
  }
}
@media only screen and (min-width: 1400px) {
  header .wp-block-site-logo img {
    max-width: 280px;
    width: 280px;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong {
    display: inline-block;
    color: #fff;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */