/*
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.2
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;
  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] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  border-radius: 5rem;
  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: #1c4946;
  border-color: #1c4946;
  border: none;
  color: #fff;
}
.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: #4a6d6b;
  border-color: #4a6d6b;
}

.secondary,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-radius: 0.25em;
  border-color: #4a6d6b;
  background-color: #4a6d6b;
  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(100.4459016393, 147.9540983607, 145.2393442623);
  background-color: rgb(100.4459016393, 147.9540983607, 145.2393442623);
}

.tertiary,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: rgb(98.7428571429, 146.0571428571, 142.9714285714);
  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(104.8857142857, 153.5142857143, 150.3428571429);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #231f20;
  color: #231f20;
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #231f20;
  color: #fff;
}

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

/*
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.2
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-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;
}

p.link:after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2px;
  vertical-align: middle;
  background-color: #719F9C;
  margin-left: 10px;
  transition: all 0.25s ease-in-out;
}

p.link:hover:after {
  width: 3.5rem;
}

body, html {
  font-family: "europa", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.5;
  color: #231f20;
}

a {
  text-decoration: none;
}

.fal {
  font-weight: 300;
}

body, .far, .related-links h3, h1, .h1, h2, .h2 {
  font-weight: 400;
}

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

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);
}

h2, .h2, .bigger {
  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 {
  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);
}

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

h1 em, .h1 em, .h2 em, h2 em {
  font-family: "urw-antiqua", serif;
  font-weight: 700;
  color: #1c4946;
}
h1.has-text-color em, .h1.has-text-color em, .h2.has-text-color em, h2.has-text-color em {
  color: #fff;
}

h4, .h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/**************************
Colours
**************************/
.lightblue,
.breadcrumb_last {
  color: #1c4946;
}

.darkblue {
  color: #4a6d6b;
}

.grey, h4, .h4 {
  color: rgb(129.1818181818, 114.4181818182, 118.1090909091);
}

.black,
h4,
.h4 {
  color: #231f20;
}

.white {
  color: #fff;
}

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

/********************
Section Wrapper padding
*********************/
.wp-block-getwid-section__wrapper:not(header .wp-block-getwid-section__wrapper) {
  margin: 0;
  padding: 1em 0;
}

:root :where(.is-layout-flow) > *, :root :where(.is-layout-constrained) > * {
  margin-block-start: revert;
  margin-block-end: revert;
}

header {
  max-width: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fff;
}
header .wp-block-site-logo img {
  width: 70px;
  max-width: 70px;
  transition: all 0.4s ease;
}
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: "europa", sans-serif;
  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: 2em;
  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: 2em;
  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: #1c4946;
}

.logo.wp-block-site-logo {
  position: fixed;
  left: 50%;
}

.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: #1c4946;
}
.home1CTA .wp-block-navigation > button {
  color: #1c4946;
}

.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.2);
}
.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: #1c4946;
}
.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: #231f20;
}
.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: #1c4946 !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: #1c4946 !important;
}
.page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-navigation__responsive-container-open:before, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-navigation__responsive-container-open:before {
  display: none;
}
.page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-navigation__responsive-container-open:after, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-navigation__responsive-container-open:after {
  content: "Menu";
  font-family: "europa", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.6em;
  color: #fff;
}

.optionhome2 {
  background: transparent !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: "europa", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.6em;
  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 {
  padding: 0.4em 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
}
.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li .wp-block-navigation__submenu-container {
  display: flex;
  gap: 0.5em;
}
.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li .wp-block-navigation__submenu-container > li > a {
  gap: 0.1em;
  color: rgb(105.6363636364, 93.5636363636, 96.5818181818);
  text-align: center;
  padding: 0.4em 0;
}

.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;
}

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 #1c4946;
  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: #1c4946;
}

span.wp-block-getwid-accordion__header-title {
  color: #1c4946;
  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;
}

.testimonialslider .wp-block-getwid-content-slider .slick-next, .testimonialslider .wp-block-getwid-content-slider .slick-prev {
  top: -3rem;
}
.testimonialslider .wp-block-getwid-content-slider .slick-next:before, .testimonialslider .wp-block-getwid-content-slider .slick-prev:before {
  color: #231f20;
  font-weight: 300;
  border: 1px solid #231f20;
  border-radius: 1em;
  padding: 0 0.32em;
}
.testimonialslider .wp-block-getwid-content-slider .slick-next {
  right: unset;
  left: 95%;
}
.testimonialslider .wp-block-getwid-content-slider .slick-prev {
  left: 90%;
  right: unset;
}
.testimonialslider .wp-block-getwid-content-slider .slick-list {
  padding-bottom: 1.5rem;
}

.wp-block-getwid-content-slider-slide__wrapper {
  width: 95%;
}

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(105.6363636364, 93.5636363636, 96.5818181818);
}

.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(105.6363636364, 93.5636363636, 96.5818181818);
}
.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;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid rgb(105.6363636364, 93.5636363636, 96.5818181818);
}
.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(58.5454545455, 51.8545454545, 53.5272727273);
}
.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 #1c4946;
  background-color: transparent;
  color: #1c4946;
  padding: 0.5rem;
  cursor: pointer;
  margin: 1rem 0;
}
.wpcf7-form label[for=photo-upload]:hover {
  background-color: #1c4946;
  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(209.12, 203.2, 204.68);
  border: 1px solid rgb(209.12, 203.2, 204.68);
  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-color: rgb(255, 123.55, 114.75);
  color: #ff1000;
  font-size: var(--wp--preset--font-size--small);
  border-radius: 5px;
  padding: 6px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 500px;
  align-items: center;
  border: none;
}
.wpcf7-form .small-text {
  font-size: var(--wp--preset--font-size--small);
  color: #fff;
  padding-top: 1.5em;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form input:-ms-input-placeholder, .wpcf7-form input::placeholder,
.wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form textarea::placeholder {
  color: rgb(129.1818181818, 114.4181818182, 118.1090909091);
}

.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: #474747;
  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::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: #1c4946;
}
.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(105.6363636364, 93.5636363636, 96.5818181818);
}

.page-id-3 a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

footer .readmorelink {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
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 {
  font-size: 1.4em;
}
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::placeholder {
  padding: 0.5em;
}

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

.quicklinks a {
  padding: 0.5em;
}

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

#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;
}

/*
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.
*/
/*
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.2
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
*/
@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%;
  }
}
/*
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.2
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
*/
@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.

******************************************************************/
@media only screen and (min-width: 768px) {
  .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;
  }
}
/*
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.2
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
*/
@media only screen and (min-width: 1024px) {
  /********************
  Section Wrapper padding
  *********************/
  .wp-block-getwid-section__wrapper:not(header .wp-block-getwid-section__wrapper) {
    margin: 0;
    padding: 3em 0;
  }
  header .searchicon {
    position: relative;
    top: 1em;
    float: right;
    right: auto;
  }
  header .wp-block-buttons {
    order: 2;
    position: relative;
    margin-right: 0em;
    padding-top: 0em;
    gap: 0.5em;
  }
  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(45.0079207921, 117.3420792079, 112.5198019802) !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 > .wp-block-navigation-item__content {
    font-weight: 700;
  }
  header .wp-block-navigation .wp-block-navigation__container > li.has-child > .wp-block-navigation__submenu-container {
    right: auto;
    border-top: 2px solid #1c4946;
    background-color: #231f20;
  }
  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;
    color: #fff;
  }
  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;
  }
  .footerlinks {
    top: 0px;
  }
  header .home1CTA .wp-block-button__link {
    padding: 0em !important;
  }
  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;
  }
  header .logo.wp-block-site-logo {
    left: 0em;
    position: relative;
  }
  .wp-block-site-logo.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-wp-custom-template-home-2 header nav, .post-template-wp-custom-template-home-2 header nav {
    left: 0%;
    right: auto !important;
    z-index: 99;
    margin-top: 0em;
  }
  .page-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong, .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    display: none;
  }
  .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: #1c4946;
  }
  .header-three-flex-end {
    justify-content: flex-end;
  }
  .page-template-wp-custom-template-home-3 nav.is-responsive, .post-template-wp-custom-template-home-3 nav.is-responsive {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-template-wp-custom-template-home-3.scroll header, .post-template-wp-custom-template-home-3.scroll header {
    height: 110px;
    box-shadow: 0 0 1px 0 #231f20;
  }
  .page-template-wp-custom-template-home-3.scroll header .wp-block-navigation__responsive-container-open:before, .post-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, .post-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), .post-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, .post-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, .post-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, .post-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, .post-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, .post-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 #1c4946;
    background-color: #231f20;
  }
  .page-template-wp-custom-template-home-3:not(.scroll) header .wp-block-navigation__responsive-container-open:before, .post-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, .post-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), .post-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, .post-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, .post-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, .post-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, .post-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), .post-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, .post-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, .post-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link strong,
  .post-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, .post-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, .post-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    background: #1c4946;
    color: #fff;
    padding: 0.75rem 1.5rem;
  }
}
/*
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.2
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
*/
@media only screen and (min-width: 1300px) {
  header .wp-block-site-logo img {
    max-width: 300px;
    width: 300px;
  }
  .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: "europa", sans-serif;
    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: #1c4946 !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: #1c4946 !important;
    color: #fff !important;
    padding: 0.75rem 1.5rem;
  }
  .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: rgb(39.3386138614, 102.5613861386, 98.3465346535) !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: "europa", sans-serif;
    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: #1c4946 !important;
    background-color: transparent !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: #1c4946 !important;
    color: #fff !important;
    margin-top: 0em;
    padding: 0.75rem 1.5rem;
  }
  .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: rgb(25.2, 65.7, 63) !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, .post-template-wp-custom-template-home-4 header .wp-block-buttons {
    margin-right: 1em;
  }
  .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, .post-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong,
  .post-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, .post-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, .post-template-wp-custom-template-home-4 header .wp-block-buttons .wp-block-button.tel a {
    color: #1c4946;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 1em;
  }
}/*# sourceMappingURL=style.css.map */