/*
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: 700;
  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;
}

.white.wp-block-button:not(.is-style-outline) .wp-block-button__link,
input[type=submit] {
  background-color: #fff;
  border-color: #fff;
  border: none;
  color: #1c4946;
}
.white.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .white.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;
  color: #fff;
}

.secondary,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  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;
}

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

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, a.wp-block-read-more: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, a.wp-block-read-more:hover:after {
  width: 3.5rem;
  cursor: pointer;
}

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 strong, .h1 strong, .h2 strong, h2 strong {
  font-weight: 700;
  color: #1c4946;
}
h1.has-text-color strong, .h1.has-text-color strong, .h2.has-text-color strong, h2.has-text-color strong {
  color: #fff;
}

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

.opacity30 > img {
  opacity: 0.65;
}

.opacity60 > img {
  opacity: 0.35;
}

.breadcrumbs a {
  text-decoration: underline;
}

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

.darkblue {
  color: #4a6d6b;
}

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

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

.white, .breadcrumb_last {
  color: #fff;
}

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

.col-2 {
  display: grid;
  grid-gap: 0.75em;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1em;
}

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

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

.wp-block-button.tel.is-style-outline.is-style-outline--2 a {
  border: 0px solid black;
  font-size: 1rem;
  padding: 0.5rem;
}

.wp-block-button.contact a {
  padding: 0.5rem;
}

header {
  max-width: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fff;
}
header .wp-block-site-logo img {
  width: 150px;
  max-width: 200px;
  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: #1c4946;
}
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: #1c4946;
}

.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: 20%;
}

.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, .page-template-default .fa-regular,
.page-template-default .fa-solid, .post-template .fa-regular,
.post-template .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, .page-template-default header .wp-block-navigation > button, .post-template header .wp-block-navigation > button {
  color: #1c4946;
}
.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, .page-template-default .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template .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, .page-template-default .wp-block-buttons .wp-block-button.contact .wp-block-button__link, .post-template .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, .page-template-default.scroll .custom-logo, .post-template.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, .page-template-default.scroll header, .post-template.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, .page-template-default.scroll header .wp-block-navigation > button, .post-template.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, .page-template-default.scroll header .wp-block-navigation .wp-block-navigation-item, .post-template.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, .page-template-default.scroll header a.wp-block-navigation-item__content:hover, .page-template-default.scroll header a.wp-block-navigation-item__content:focus, .post-template.scroll header a.wp-block-navigation-item__content:hover, .post-template.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, .page-template-default.scroll header .wp-block-navigation-item__label:hover, .page-template-default.scroll header .wp-block-navigation-item__label:focus, .post-template.scroll header .wp-block-navigation-item__label:hover, .post-template.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, .page-template-default:not(.scroll) header .wp-block-navigation__responsive-container-open:before, .post-template: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, .page-template-default:not(.scroll) header .wp-block-navigation__responsive-container-open:after, .post-template: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: #1c4946;
}

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

.dispute-type .wp-block-column {
  position: relative;
  overflow: hidden;
}
.dispute-type .wp-block-column:before {
  content: "";
  font-family: "europa", sans-serif;
  font-weight: 700;
  font-size: 9em;
  color: #4a6d6b;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  transform: translateY(30%);
}
.dispute-type .wp-block-column:nth-child(1):before {
  content: "1";
}
.dispute-type .wp-block-column:nth-child(2):before {
  content: "2";
}
.dispute-type .wp-block-column:nth-child(3):before {
  content: "3";
}
.dispute-type .wp-block-column:nth-child(4):before {
  content: "4";
}
.dispute-type .wp-block-column:nth-child(5):before {
  content: "5";
}

.services > div > p::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5em;
  color: #1c4946;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

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

.headShot {
  position: relative;
}
.headShot > img {
  border-radius: 2em 2em 0 0;
}
.headShot:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 60%);
}

.content-img > img {
  border-radius: 2em;
}

.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: 80%;
}
.testimonialslider .wp-block-getwid-content-slider .slick-prev {
  left: 60%;
  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-col-last div {
  align-items: center;
}

.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 nav:not(.bottom-footer-links) {
  width: 100%;
}
footer nav:not(.bottom-footer-links) ul {
  padding: 0;
  width: 100%;
}
footer nav:not(.bottom-footer-links) ul li:not(.wp-block-getwid-social-links__item) {
  padding: 0.5em;
  font-size: var(--wp--preset--font-size--normal);
  list-style: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  justify-content: center;
}
footer nav:not(.bottom-footer-links) ul li:not(.wp-block-getwid-social-links__item) span.wp-block-navigation-item__label {
  margin-left: 0 !important;
}
footer .wp-block-getwid-social-links__list {
  flex-wrap: nowrap;
}
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;
}

.wp-container-core-post-template-is-layout-3cd8e4d2 {
  grid-template-columns: repeat(auto-fill, minmax(min(30vw, 100%), 25fr));
}

/*
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%;
  }
  .wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
    max-width: 1400px;
  }
  footer h3 {
    text-align: left;
  }
  footer ul li {
    text-align: center;
  }
  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 1.5em;
  }
  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:first-child {
    display: none;
  }
  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;
    background-color: #fff;
  }
  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: 400;
    color: #231f20;
    padding: 0.75em;
    border-bottom: 1px solid lightgrey;
  }
  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;
  }
  header .wp-block-navigation .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
  header .wp-block-navigation .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, header .wp-block-navigation .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    min-width: 300px;
  }
  .wp-block-getwid-section.has-inner-blocks-gap-none > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > * {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .hero {
    margin: 3rem !important;
    margin-top: 7rem !important;
  }
  .hero .wp-block-getwid-section__background, .hero .wp-block-getwid-section__foreground {
    border-radius: 5em;
  }
  .footerlinks {
    top: 0px;
  }
  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, .page-template-default header nav, .post-template 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.contact .wp-block-button__link, .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link, .page-template-default header .wp-block-buttons .wp-block-button.contact .wp-block-button__link, .post-template header .wp-block-buttons .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 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .page-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus, .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus, .page-template-default header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .page-template-default header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus, .post-template header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .post-template header .wp-block-buttons .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 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before, .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before, .page-template-default header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before, .post-template header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact strong,
  .page-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact span,
  .page-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact #text, .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact strong,
  .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact span,
  .post-template-wp-custom-template-home-2 header .wp-block-buttons .wp-block-button.contact #text, .page-template-default header .wp-block-buttons .wp-block-button.contact strong,
  .page-template-default header .wp-block-buttons .wp-block-button.contact span,
  .page-template-default header .wp-block-buttons .wp-block-button.contact #text, .post-template header .wp-block-buttons .wp-block-button.contact strong,
  .post-template header .wp-block-buttons .wp-block-button.contact span,
  .post-template header .wp-block-buttons .wp-block-button.contact #text {
    display: inline-block;
  }
  .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, .page-template-default.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong, .post-template.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong {
    color: #1c4946;
  }
  .footer-middle-col {
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #fff;
  }
  .footer-col-last div {
    align-items: flex-end;
  }
  .footer-text {
    text-align: right;
  }
}
.getwid-columns-2 > * {
  width: 45%;
}

@media only screen and (min-width: 1200px) {
  .wp-block-button.tel.is-style-outline.is-style-outline--2 a {
    border: 1px solid #1c4946;
    padding: 0.75rem 1.5rem;
    font-size: var(--wp--preset--font-size--normal);
  }
  .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, .page-template-default header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong, .post-template 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, .page-template-default header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, .post-template header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    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: 1300px) {
  header .wp-block-site-logo img {
    max-width: 300px;
    width: 300px;
  }
  header .wp-block-navigation .wp-block-navigation__container li:first-child {
    display: block;
  }
  .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, .page-template-default:not(.scroll) header .wp-block-button.tel .wp-block-button__link, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button.tel:before, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button.tel:after, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button.contact .wp-block-button__link, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button.contact .wp-block-button__link:hover, .page-template-default:not(.scroll) header .wp-block-button.contact .wp-block-button__link:focus, .post-template:not(.scroll) header .wp-block-button.contact .wp-block-button__link:hover, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button.contact .wp-block-button__link:before, .post-template: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, .page-template-default:not(.scroll) header .wp-block-button.contact strong,
  .page-template-default:not(.scroll) header .wp-block-button.contact span,
  .page-template-default:not(.scroll) header .wp-block-button.contact #text, .post-template:not(.scroll) header .wp-block-button.contact strong,
  .post-template:not(.scroll) header .wp-block-button.contact span,
  .post-template: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, .page-template-default.scroll header .wp-block-button, .post-template.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, .page-template-default.scroll header .wp-block-button.tel .wp-block-button__link, .post-template.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, .page-template-default.scroll header .wp-block-button.tel:before, .post-template.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, .page-template-default.scroll header .wp-block-button.tel:after, .post-template.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, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template.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, .page-template-default.scroll header .wp-block-button.contact .wp-block-button__link, .post-template.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, .page-template-default.scroll header .wp-block-button.contact .wp-block-button__link:hover, .page-template-default.scroll header .wp-block-button.contact .wp-block-button__link:focus, .post-template.scroll header .wp-block-button.contact .wp-block-button__link:hover, .post-template.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, .page-template-default.scroll header .wp-block-button.contact .wp-block-button__link:before, .post-template.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, .page-template-default.scroll header .wp-block-button.contact strong,
  .page-template-default.scroll header .wp-block-button.contact span,
  .page-template-default.scroll header .wp-block-button.contact #text, .post-template.scroll header .wp-block-button.contact strong,
  .post-template.scroll header .wp-block-button.contact span,
  .post-template.scroll header .wp-block-button.contact #text {
    display: inline-block;
  }
  .optionhome4 img {
    max-width: 150px;
    width: 150px !important;
    margin-top: -0.5em !important;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 1em;
  }
}/*# sourceMappingURL=style.css.map */