/*
Theme Name: Kook 2022
Theme URI: https://wordpress.org/
Description: Kook, child of Twenty Twenty-Two theme
Author: Kook
Author URI: http://kook.com.au
Template: twentytwentytwo
Version: 1.1
License: GNU General Public License v2 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
*/
@font-face {
  font-family: "Palm Canyon Drive Regular";
  src: url("assets/fonts/PalmCanyonDrive-Regular.woff") format("woff");
}
@font-face {
  font-family: "Bourton Base Drop";
  src: url("assets/fonts/BourtonBaseDrop.woff") format("woff");
}
.text-left {
  text-align: left;
}

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

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

.right {
  float: right;
}

.left {
  float: left;
}

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

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

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

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.button:not(.wp-block-button), .wp-block-button__link, input[type=submit], .searchBar .wp-block-search__button {
  display: inline-block;
  padding: 0.6em 1.7em !important;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  font-weight: normal;
  border-radius: 0.25em !important;
  border-width: 1px solid #272626;
  transition: all 0.4s ease;
}

.button:not(:hover):not(:active):not(.has-background):not(.contact),
.wp-block-button:not(.is-style-outline):not(.primary) .wp-block-button__link:not(:hover):not(:active):not(.has-background):not(.contact),
.searchBar .wp-block-search__button:not(:hover):not(:active):not(.has-background):not(.contact),
input[type=submit]:not(:hover):not(:active):not(.has-background):not(.contact) {
  border-color: #8cd1c7;
  border-radius: 0.25em;
}
.button:hover, .button:focus,
.wp-block-button:not(.is-style-outline):not(.primary) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline):not(.primary) .wp-block-button__link:focus,
.searchBar .wp-block-search__button:hover,
.searchBar .wp-block-search__button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #fdbf6a !important;
  border-color: #fdbf6a !important;
  border-radius: 0.25em;
}

.wp-block-button {
  border: 2px solid #fff;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  color: #272626 !important;
}
.wp-block-button:after {
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(-8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}
.wp-block-button:hover:after {
  transform: translate(0, 0);
}
.wp-block-button:active {
  outline: 0;
}
.wp-block-button:hover {
  outline: 0;
}

.wp-block-button.primary {
  background: #8cd1c7;
}
.wp-block-button.primary:after {
  background: #8cd1c7;
}
.wp-block-button.primary:active {
  background: #d5eeea;
}

.wp-block-button.secondary {
  background: #f26661;
}
.wp-block-button.secondary:after {
  background: #f26661;
}
.wp-block-button.secondary:active {
  background: #fac1bf;
}

.wp-block-button.tertiary {
  background: #fdbf6a;
}
.wp-block-button.tertiary:after {
  background: #fdbf6a;
}
.wp-block-button.tertiary:active {
  background: #feeacf;
}

.button.rounded:not(:hover):not(:active):not(.has-background):not(.contact),
.rounded.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background):not(.contact),
.searchBar .wp-block-search__button:not(:hover):not(:active):not(.has-background):not(.contact) {
  border-color: #8cd1c7;
  background-color: #8cd1c7;
  color: #fff;
  border-radius: 5.25em !important;
}
.button.rounded:hover, .button.rounded:focus,
.rounded.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.rounded.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.searchBar .wp-block-search__button:hover,
.searchBar .wp-block-search__button:focus {
  background-color: #fdbf6a !important;
  border-color: #fdbf6a !important;
  color: #fff !important;
  border-radius: 5.25em !important;
}

body.Template-3 .button, body.Template-3 button {
  border-radius: 1.5rem;
}

.page-template-page-transparent-header input[type=submit]:not(:hover):not(:active):not(.has-background) {
  border-radius: 5.25em !important;
}

.button.secondary:not(:hover):not(:active):not(.has-background),
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  border-color: #f26661;
  background-color: #f26661;
  border-radius: 0.25em;
}
.button.secondary:hover, .button.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-radius: 0.25em;
}

.button.tertiary:not(:hover):not(:active):not(.has-background),
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background: #fdbf6a;
  border-color: #fdbf6a;
  border-radius: 0.25em;
}
.button.tertiary:hover, .button.tertiary:focus,
.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 {
  border-radius: 0.25em;
}

.button.white:not(:hover):not(:active):not(.has-background),
.white.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  border-color: #fff;
  background-color: #fff;
  color: #8cd1c7;
  border-radius: 0.25em;
}
.button.white:hover, .button.white:focus,
.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 {
  border-color: #8cd1c7 !important;
  background-color: #8cd1c7 !important;
  color: #fff !important;
  border-radius: 0.25em;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  border: 1px solid #272626;
  color: #272626;
  background-color: transparent;
  border-radius: 0.25em;
  font-weight: 600;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  border: 1px solid #272626 !important;
  background-color: #272626 !important;
  color: #fff !important;
  border-radius: 0.25em;
  font-weight: 600;
}
.wp-block-button.is-style-outline.white .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 0.25em;
}
.wp-block-button.is-style-outline.white .wp-block-button__link:hover, .wp-block-button.is-style-outline.white .wp-block-button__link:focus {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #8cd1c7 !important;
  border-radius: 0.25em;
}

.button.outlinerounded .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.outlinerounded.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  border: 1px solid #272626;
  color: #272626;
  background-color: transparent;
  border-radius: 5.25em !important;
  font-weight: 600;
}
.button.outlinerounded .wp-block-button__link:hover, .button.outlinerounded .wp-block-button__link:focus,
.outlinerounded.wp-block-button.is-style-outline .wp-block-button__link:hover,
.outlinerounded.wp-block-button.is-style-outline .wp-block-button__link:focus {
  border: 1px solid #272626 !important;
  background-color: #272626 !important;
  color: #fff !important;
  border-radius: 5.25em !important;
  font-weight: 600;
}
.button.outlinerounded.white .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.outlinerounded.wp-block-button.is-style-outline.white .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 5.25em !important;
}
.button.outlinerounded.white .wp-block-button__link:hover, .button.outlinerounded.white .wp-block-button__link:focus,
.outlinerounded.wp-block-button.is-style-outline.white .wp-block-button__link:hover,
.outlinerounded.wp-block-button.is-style-outline.white .wp-block-button__link:focus {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #8cd1c7 !important;
  border-radius: 5.25em !important;
}

input[type=submit]:not(:hover):not(:active):not(.has-background) {
  border: 2px solid #8cd1c7;
  background-color: #8cd1c7;
  color: #fff;
  border-radius: 0.25em;
  padding: 1em;
  font-size: inherit;
  display: block;
  margin: 0;
  position: relative;
  margin-top: 1.5em;
}

input[type=submit]:hover, input[type=submit]:focus {
  background-color: #fdbf6a;
  border: 2px solid #fdbf6a;
  color: #fff !important;
  border-radius: 0.25em;
  padding: 1em;
  font-size: inherit;
  display: block;
  margin: 0;
  position: relative;
  margin-top: 1.5em;
}

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

a:not(.button):not(.wp-block-button__link), .widget-area a:not(.button):not(.wp-block-button__link), .site-footer > .site-info a {
  text-decoration: none;
}
a:not(.button):not(.wp-block-button__link):hover, a:not(.button):not(.wp-block-button__link):focus, .widget-area a:not(.button):not(.wp-block-button__link):hover, .widget-area a:not(.button):not(.wp-block-button__link):focus, .site-footer > .site-info a:hover, .site-footer > .site-info a:focus {
  background: none;
  text-decoration: none;
}

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

p, li {
  font-family: "Anonymous Pro", monospace;
  font-size: 1rem;
  line-height: 1.8;
}

p:not(.has-white-color), ul:not(.has-white-color) li {
  color: #272626;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  color: #272626;
  margin-bottom: 20px;
  font-family: "Bourton Base Drop";
}

b, strong, em, a, i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

h3, .h3 {
  color: #8cd1c7;
}

a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.25em;
  font-weight: 700;
}

h2, .h2 {
  font-size: 2.75em;
  margin-bottom: 20px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 2.5em;
  font-weight: 400;
  font-family: "Palm Canyon Drive Regular";
  color: #272626;
}
h3.rotate, .h3.rotate {
  transform: rotate(-10deg);
  margin-top: -1em;
}

h4, .h4, .search-results h2.entry-title {
  font-size: 1.2em;
  margin-top: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wp-block-navigation-item__label, .wp-block-navigation-item__content {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1em;
  font-family: "Bourton Base Drop";
}

h5, .h5, .bigger {
  font-size: 1.2em;
}

h6, .h6 {
  font-size: 1em;
}

.wp-block-button {
  text-transform: uppercase;
}

.hero p, .footer-form p {
  color: #fff;
}

span a, .breadcrumb_last {
  font-size: 0.95em;
}

.breadcrumb_last {
  color: #fff;
}

.wp-block-getwid-banner__title {
  font-size: 2.4em;
  display: block;
  line-height: 1.4;
  color: inherit;
}

.wp-block-getwid-banner__text {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 1.3em;
}

.nomargin {
  margin-bottom: 0 !important;
}

.nomargintopbot {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}

.nogap {
  gap: 0 !important;
}

.bottom {
  border-bottom: 1px dotted #a7a5a5;
}

.boxShadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header {
  max-width: none;
  width: 100vw;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
header .wp-block-site-logo img {
  width: 110px;
  max-width: 110px;
}
header .wp-block-buttons {
  text-transform: uppercase;
}
header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  letter-spacing: normal;
}
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 {
  display: none;
}
header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
  content: "";
  margin-left: 10px;
  font-family: "Anonymous Pro", monospace;
  font-size: inherit;
}
header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
  letter-spacing: normal;
}
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, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link #text {
  display: none;
}
header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 1.75em;
}
header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
  content: "";
  margin-left: 10px;
  font-family: "Anonymous Pro", monospace;
  font-size: inherit;
}
header .searchicon {
  position: absolute;
  top: 1em;
  right: 2em;
}
header .searchicon.searchOpen i:before {
  content: "\f00d";
}
header .wp-block-search {
  display: none;
  position: absolute;
  padding: 1em;
  top: 100%;
  width: 100vw;
  box-sizing: border-box;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}
header .wp-block-search .wp-block-search__inside-wrapper {
  margin: 0 auto;
  max-width: 980px;
}
header .wp-block-search .wp-block-search__inside-wrapper input[type=search] {
  border: none;
  border-bottom: 1px solid #cccccc;
  margin-right: 2em;
}

@media (max-width: 600px) {
  header > div > div {
    justify-content: center !important;
  }
  header > div > div .wp-block-group {
    width: 100%;
    justify-content: center;
  }
  header .wp-block-buttons {
    width: 35vw;
    position: absolute;
    margin: 0 auto 0 -1.5em;
    display: flex;
    gap: 0;
    right: 5%;
    top: 10%;
  }
  header .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  header .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 0 !important;
    text-align: center;
    width: 100%;
    line-height: 49.5px;
    letter-spacing: normal;
    font-size: 0.95em !important;
    border-radius: 0;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    background: transparent !important;
    color: #fff !important;
  }
  header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    background: transparent !important;
    color: #fff !important;
    margin-top: 0.45em;
  }
  .scroll header:not(.home3header) {
    position: fixed;
    width: 100vw;
    background: #fff !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
}
.optionhome1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

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

.home1slider {
  padding-left: 6vw !important;
}

.home1CTA {
  padding-top: 0 !important;
}
.home1CTA .wp-block-site-logo {
  padding-top: 0;
}
.home1CTA .wp-block-buttons {
  width: 13vw;
  position: absolute;
  left: 0;
  margin-left: 0.5em;
}
.home1CTA .wp-block-buttons .wp-block-button {
  width: 38vw;
  color: #8cd1c7;
}
.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: #8cd1c7;
  font-size: 25px;
}
.home1CTA .wp-block-navigation > button {
  height: 50px;
  background: transparent;
  width: 100%;
  font-size: 16px;
  align-items: center;
  justify-content: right;
  margin-bottom: 0.25em;
  margin-right: 1em;
  color: #8cd1c7;
  font-weight: 700 !important;
}

.page-template-wp-custom-template-home-2.scroll header, .page-template-default.scroll header {
  background: #fff !important;
  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, .page-template-default.scroll header .wp-block-navigation > button {
  color: #272626;
}
.page-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 {
  color: #272626;
}
.page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .page-template-default.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  background: transparent !important;
  color: #8cd1c7 !important;
}
.page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
  background: transparent !important;
  color: #8cd1c7 !important;
  margin-top: 0.45em;
}
.page-template-wp-custom-template-home-2.scroll header .wp-block-navigation-item__label:after, .page-template-default.scroll header .wp-block-navigation-item__label:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 80%;
  border-bottom: 4px double #8cd1c7;
  border-left: 4px double #8cd1c7;
  margin: 10px 0 0 17px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.page-template-wp-custom-template-home-2.scroll header .wp-block-navigation-item__label:hover:after, .page-template-default.scroll header .wp-block-navigation-item__label:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-site-logo > .custom-logo-link, .page-template-default:not(.scroll) header .wp-block-site-logo > .custom-logo-link {
  background-image: url(assets/images/logo-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-site-logo img, .page-template-default:not(.scroll) header .wp-block-site-logo img {
  opacity: 0;
}
.page-template-wp-custom-template-home-2:not(.scroll) header li.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__label, .page-template-default:not(.scroll) header li.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__label {
  border-bottom: 1px solid #fff;
}
.page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-navigation-item__label:after, .page-template-default:not(.scroll) header .wp-block-navigation-item__label:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 80%;
  border-bottom: 4px double #fff;
  border-left: 4px double #fff;
  margin: 10px 0 0 17px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-navigation-item__label:hover:after, .page-template-default:not(.scroll) header .wp-block-navigation-item__label:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.optionhome2 {
  height: 135px;
  box-shadow: none;
}

.optionhome2main {
  padding-top: 0px;
}

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

.topCTA {
  padding-top: 0 !important;
  justify-content: left !important;
}
.topCTA .wp-block-site-logo {
  padding-top: 0;
}
.topCTA .wp-block-buttons {
  width: 25vw;
  margin-right: 3em;
}
.topCTA .wp-block-buttons .wp-block-button {
  width: 38vw;
  color: #8cd1c7;
}
.topCTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  background: transparent !important;
}
.topCTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
  display: none;
}
.topCTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  color: #8cd1c7;
  font-size: 25px;
}
.topCTA .wp-block-navigation > button {
  height: 50px;
  background: transparent;
  width: 100%;
  font-size: 16px;
  align-items: center;
  justify-content: right;
  margin-bottom: 0.25em;
  margin-right: 1em;
  font-weight: 700 !important;
}

.CTAabove {
  gap: 0.5em !important;
}

.topBar {
  margin: 0 !important;
}
.topBar .wp-block-buttons {
  width: 100vw;
  margin: 0;
}
.topBar .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 1em !important;
}
.topBar .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  display: none;
}
.topBar .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
  display: none;
}
.topBar .wp-block-navigation > button {
  background: transparent;
}

.oneCTA {
  gap: 0.75em !important;
}
.oneCTA .wp-block-buttons {
  width: 50vw;
}
.oneCTA .wp-block-buttons .wp-block-button {
  width: 100% !important;
}
.oneCTA .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 1em !important;
}
.oneCTA .wp-block-navigation {
  width: 50vw;
}

.leftNavigation {
  gap: 0.75em !important;
}

.iconHeader {
  justify-content: right !important;
  height: 95px;
}
.iconHeader .noRight {
  position: absolute;
  right: 6%;
  bottom: 0;
  margin-right: 32%;
  top: 1.05em;
}
.iconHeader .noBottom {
  position: absolute;
  right: 1%;
  bottom: 0;
  margin-right: 23%;
  top: 1.05em;
}
.iconHeader .wp-block-site-logo {
  position: absolute;
  left: 1em;
  top: 1em;
}
.iconHeader .wp-block-navigation:not(.wp-block-navigation__container) {
  width: 25vw;
  position: absolute;
  top: 0.75em;
  bottom: 0;
  margin-right: 0.5em;
}
.iconHeader .wp-block-navigation:not(.wp-block-navigation__container) > button {
  background: transparent;
}

.wp-block-navigation__responsive-container-open:before {
  content: "Menu ";
  font-family: "Anonymous Pro", monospace;
  position: relative;
  text-transform: uppercase;
}
.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: flex;
}

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

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

.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
  margin-left: 0.75em;
}

.wp-block-navigation__container {
  position: relative;
  width: 100vw;
}

@media (max-width: 600px) {
  .wp-block-navigation:not(.nogap):not(.wp-block-navigation__container) {
    position: absolute;
    width: 100vw;
    left: 0;
    bottom: 0%;
    background: #e3f3f1;
  }
  .wp-block-navigation:not(.nogap):not(.wp-block-navigation__container) > button {
    height: 50px;
    background: transparent;
    width: 100%;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #272626;
  }
  .wp-block-navigation__container {
    position: relative;
    width: 100vw;
  }
  .singlePage {
    position: relative;
    bottom: 0;
    right: 0;
    width: 90vw;
  }
  .singlePage span.wp-block-navigation-item__label {
    color: #fff;
  }
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: center!important;
}

.wp-block-navigation.items-justified-left {
  --navigation-layout-justification-setting: center !important;
}

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

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

.stamp, .stamp2 {
  display: 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 #8cd1c7;
  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: #8cd1c7;
}

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

.page-header .wp-block-getwid-section__inner-content > span .breadcrumb_last {
  display: inline-block;
  border-radius: 1.25em;
  padding: 0.5em 1.25em;
  background-color: rgba(140, 209, 199, 0.5);
  color: #fff;
}

.hero h1, .hero h2, .hero .h1 {
  font-size: 1.8em;
  font-weight: 700;
}
.hero h3, .hero .h2 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.hero .wp-block-getwid-media-text-slider-slide-content {
  max-width: 100%;
}

.page-header {
  border: none;
  padding: 0;
}
.page-header .wp-block-getwid-section__inner-content h1 {
  margin: 0;
}
.page-header .wp-block-getwid-section__inner-content > span {
  color: #fff;
}
.page-header .wp-block-getwid-section__inner-content > span a {
  color: #f9fdfc;
}

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

.full-image {
  height: 100%;
}
.full-image img {
  height: 100%;
  object-fit: cover;
}

.text-over-image .wp-block-getwid-image-box {
  position: relative;
}
.text-over-image .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
  position: relative;
  margin: 0;
}
.text-over-image .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272626;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.text-over-image .wp-block-getwid-image-box .wp-block-getwid-image-box__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
.text-over-image .wp-block-getwid-image-box .wp-block-getwid-image-box__content h3, .text-over-image .wp-block-getwid-image-box .wp-block-getwid-image-box__content p, .text-over-image .wp-block-getwid-image-box .wp-block-getwid-image-box__content a {
  color: #fff;
}
.text-over-image .wp-block-getwid-image-box:hover .wp-block-getwid-image-box__image-container a:before, .text-over-image .wp-block-getwid-image-box:focus .wp-block-getwid-image-box__image-container a:before {
  opacity: 0.7;
}

.collapsed .wp-block-getwid-section__wrapper {
  padding: 0;
}
.collapsed .wp-block-getwid-section__wrapper .wp-block-columns {
  margin-bottom: 0;
}
.collapsed .wp-block-getwid-section__wrapper .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
}

@media (max-width: 781px) {
  .collapsed .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-getwid-image-box .wp-block-getwid-image-box__content .icons .wp-block-column {
  flex-basis: 0 !important;
  flex-grow: 1;
}

.imageoversection {
  z-index: 9;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item {
  flex-grow: 0;
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #272626;
  padding: 0.6em 1.7em !important;
  letter-spacing: 0.03em;
  font-weight: 600;
  border-radius: 0.25em;
  border: 1px solid #272626 !important;
}
.wp-block-read-more::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #272626;
  font-size: 1em;
  padding-left: 10px;
}
.wp-block-read-more:hover, .wp-block-read-more:focus {
  border: 1px solid #272626 !important;
  background-color: #272626 !important;
  color: #fff !important;
  border-radius: 0.25em;
  opacity: 1 !important;
}
.wp-block-read-more:hover::after, .wp-block-read-more:focus::after {
  color: #fff !important;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper {
  position: relative;
}
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 40px;
  bottom: -19px;
  left: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper .wp-block-getwid-testimonial__content {
  margin: 0;
  font-size: 1.25em;
  color: #272626;
  background-color: #fff;
  padding: 35px;
}
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-weight: 700;
  padding-left: 35px;
}
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle {
  opacity: 0.8;
  padding-left: 35px;
}

.roundtestimonials {
  border: 1px solid #8cd1c7;
  border-radius: 2px;
}

.confidence .wp-block-getwid-icon-box .is-position-top > div {
  background: #8cd1c7;
  color: #fff;
  border-radius: 50%;
}

.related-links {
  list-style: none;
  margin: 0 0 2em;
}
.related-links li {
  position: relative;
  padding-left: 30px;
}
.related-links li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  left: 10px;
  color: #8cd1c7;
  font-size: 18px;
  top: -1px;
}

.wp-block-getwid-custom-post-type__post {
  box-sizing: border-box;
}
.wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail img,
.wp-block-getwid-custom-post-type__post .wp-block-getwid-template-post-featured-image img {
  max-width: 100%;
  height: auto;
}

/*.wp-block-image { margin-bottom: 0; }
.wp-block-columns {
	&.has-background {
		padding: 0;
	}
}*/
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea, select {
  border: 1px solid #b3b3b3;
  padding: 1em 1em;
  font-size: 1em;
  margin: 1em 2px 1em;
  border-radius: 0px;
  box-sizing: border-box;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

input[type=date] {
  margin-top: 0.75em;
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form > p {
  margin: 0;
}
.wpcf7-form label {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 0.85em;
}
.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: #747272;
}
.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;
  /*background: lighten($black, 78%);
  border: 1px solid lighten($black, 78%);*/
}
.wpcf7-form span.wpcf7-form-control-wrap input:not([type=checkbox]):hover, .wpcf7-form span.wpcf7-form-control-wrap input:not([type=checkbox]):focus, .wpcf7-form span.wpcf7-form-control-wrap select:hover, .wpcf7-form span.wpcf7-form-control-wrap select:focus {
  border-bottom-color: #0d0d0d;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
  border: 1px solid #747272;
  border-radius: 5px;
}
.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 #0d0d0d;
}
.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: 0.7em;
  position: relative;
  top: -5px;
}
.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: 0.8em;
}
.wpcf7-form label[for=photo-upload] {
  display: inline-block;
  border: 1px solid #8cd1c7;
  background-color: transparent;
  color: #8cd1c7;
  padding: 0.5rem;
  cursor: pointer;
  margin: 1rem 0;
  border-radius: 2px;
}
.wpcf7-form label[for=photo-upload]:hover {
  background-color: #8cd1c7;
  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: #eeeded;
  border: 1px solid #eeeded;
  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;
}
.wpcf7-form[data-status=invalid] .wpcf7-response-output {
  background: #ff1000;
  padding: 3px 10px;
  font-size: 0.8em;
}
.wpcf7-form .small-text {
  font-size: 0.8em;
}
.wpcf7-form input::-webkit-input-placeholder {
  color: #8e8b8b;
}
.wpcf7-form input:-ms-input-placeholder {
  color: #8e8b8b;
}
.wpcf7-form input::placeholder {
  color: #8e8b8b;
}
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #8e8b8b;
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: #8e8b8b;
}
.wpcf7-form textarea::placeholder {
  color: #8e8b8b;
}

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

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

.footer-form .wpcf7-form span:not(.wpcf7-form-control-wrap) {
  color: #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input, .footer-form .wpcf7-form span.wpcf7-form-control-wrap select, .footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
.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: #8cd1c7;
}
.footer-form .wpcf7-form input[type=submit] {
  background: #fff !important;
  border: 1px solid #fff !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #8cd1c7 !important;
  font-weight: 700;
}
.footer-form .wpcf7-form input[type=submit]:hover, .footer-form .wpcf7-form input[type=submit]:focus {
  border-color: #8cd1c7 !important;
  background: #8cd1c7 !important;
  color: #fff !important;
  font-weight: 700;
}
.footer-form .wpcf7-form p.small-text,
.footer-form .wpcf7-form .wpcf7-form-control-wrap.recaptcha + p {
  text-align: center;
  padding-top: 1.5em;
}
.footer-form .wpcf7-form .wpcf7-recaptcha > div {
  margin: 0 auto 1em;
}
.footer-form .wpcf7-form input::-webkit-input-placeholder {
  color: #747272;
}
.footer-form .wpcf7-form input:-ms-input-placeholder {
  color: #747272;
}
.footer-form .wpcf7-form input::placeholder {
  color: #747272;
}
.footer-form .wpcf7-form textarea::-webkit-input-placeholder {
  color: #747272;
}
.footer-form .wpcf7-form textarea:-ms-input-placeholder {
  color: #747272;
}
.footer-form .wpcf7-form textarea::placeholder {
  color: #747272;
}

.footer-formleftbutton input[type=submit] {
  bottom: 25px;
  float: left;
}
.footer-formleftbutton input[type=submit]:hover, .footer-formleftbutton input[type=submit]:focus {
  border-color: #8cd1c7 !important;
  background: #8cd1c7 !important;
  color: #fff !important;
  font-weight: 700;
}
.footer-formleftbutton p.small-text,
.footer-formleftbutton .wpcf7-form-control-wrap.recaptcha + p {
  text-align: left !important;
  padding-top: 4.5em !important;
  color: #fff;
}

footer h3 {
  text-align: center;
}
footer ul {
  padding: 0;
}
footer ul li:not(.wp-block-getwid-social-links__item):not(.wp-block-navigation-link) {
  list-style: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}
footer .wp-block-columns .wp-block-column {
  text-align: center;
}
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;
}
footer .wp-block-columns .wp-block-column.navigation .wp-block-getwid-image-box__content p.has-text-align-left {
  margin: 0;
}
footer .wp-block-columns .wp-block-column.navigation .wp-block-getwid-image-box {
  margin: 0.5em 0 0.75em 0;
  border-bottom: 1px dotted #272626;
  padding-bottom: 0.4em;
}
footer .wp-block-columns .wp-block-column.navigation p:not(p.has-text-align-left) {
  border-bottom: 1px dotted #272626;
  margin: 0.25em 0 0.25em 0;
}

.wp-block-getwid-section__divider.is-top-divider {
  padding-bottom: 1.5em;
}

@media (max-width: 768px) {
  footer .wp-block-getwid-social-links__list {
    justify-content: center;
  }
  footer .wp-block-getwid-social-links__list .wp-block-getwid-social-links__link i {
    font-size: 1.5em;
  }
  .singlepagefooter .wp-block-getwid-social-links__list {
    justify-content: flex-start;
  }
  .singlepagefooter .wp-block-columns .wp-block-column {
    text-align: left;
  }
  .singlepagefooter .wp-block-columns .wp-block-column .wp-block-getwid-icon-box {
    text-align: left;
    display: block;
  }
  .singlepagefooter .wp-block-columns .wp-block-column .wp-block-getwid-icon-box > div {
    display: inline-block;
    width: auto;
  }
}
.has-small-spacing .wp-block-getwid-social-links__list {
  margin: 0.125em 0.125em;
}

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

.optionhome2main {
  padding-top: 60px;
}

.grecaptcha-badge {
  z-index: 99;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 601px) {
  /*h1, .h1 { font-size: 2.5em; font-weight: 700; }
  h2, .h2 { font-size: 2.25em; margin-bottom: 20px; }
  h3, .h3 { font-size: 2em; }
  h4, .h4, .search-results h2.entry-title { font-size: 1.75em; }
  h5, .h5, .bigger { font-size: 1.5em; }
  h6, .h6 { font-size: 1em; }*/
  header .wp-container-1 {
    order: 1;
  }
  header .wp-block-buttons {
    order: 2;
    position: absolute;
    right: 0;
    margin-right: 8em;
    gap: 0;
  }
  header .wp-block-buttons .wp-block-button.tel {
    margin-right: -1em;
  }
  header nav {
    order: 4;
  }
  header .searchicon {
    position: relative;
    top: 0.4em;
    float: right;
    right: auto;
    order: 3;
  }
  .topBar {
    padding-top: 0 !important;
  }
  .topBar .wp-block-buttons {
    width: auto !important;
    right: 8em;
    padding-top: 0.5em;
  }
  .topBar .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #8cd1c7 !important;
    font-weight: 700;
    font-size: 1.2em !important;
  }
  .oneCTA .wp-block-buttons {
    width: auto;
  }
  .oneCTA .wp-block-buttons .wp-block-button {
    width: 100% !important;
  }
  .oneCTA .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1em !important;
  }
  .oneCTA .wp-block-navigation {
    width: auto;
  }
  .CTAabove {
    justify-content: left !important;
    margin-left: -1.5em;
  }
  .CTAabove .wp-block-navigation {
    position: absolute;
    right: 1.5em;
    bottom: 1em;
  }
  .CTAabove .wp-block-buttons {
    padding-top: 0px !important;
    bottom: 0.25em;
  }
  .wp-block-navigation__responsive-container-open:before {
    top: 0px;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer ul li:not(.wp-block-getwid-social-links__item):not(.wp-block-navigation-link) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /*h1, .h1 { font-size: 2.75em; font-weight: 700; }
  h2, .h2 { font-size: 2.5em; margin-bottom: 20px; }
  h3, .h3 { font-size: 2em; }
  h4, .h4, .search-results h2.entry-title { font-size: 1.75em; }
  h5, .h5, .bigger { font-size: 1.5em; }
  h6, .h6 { font-size: 1em; }*/
  header .wp-block-site-logo img {
    max-width: 120px;
    width: 120px;
  }
  header .wp-block-buttons {
    order: 2;
    gap: 0;
    padding-top: 0.75em;
  }
  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 {
    display: inline;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
    content: none;
  }
  header nav {
    padding-top: 0.75em;
  }
  .optionhome1 {
    padding-bottom: 0.5em !important;
  }
  .home1CTA .wp-block-buttons {
    width: 33vw;
    margin-left: -1em;
    margin-right: 0em;
  }
  .home1CTA nav {
    padding-top: 0.25em;
    position: absolute !important;
    right: 0;
  }
  .home1logo {
    top: 0.5em;
    margin-bottom: 0.5em;
  }
  .singlepageheader {
    height: 90px;
  }
  .singlepageheader .wp-block-buttons {
    margin-right: 7em;
    position: absolute;
    margin-top: 2.75em;
  }
  .singlepageheader .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    letter-spacing: normal;
    margin-left: 0em;
    top: 0.5em;
  }
  .singlepageheader .wp-block-button.tel .wp-block-button__link:hover, .singlepageheader .wp-block-button.tel .wp-block-button__link:focus {
    background: transparent !important;
    border-color: none;
    color: #d5eeea !important;
  }
  .singlepageheader img.custom-logo {
    position: absolute;
    left: 0;
    margin-left: 1.25em;
    top: 0.6em;
  }
  .singlepageheader nav {
    position: absolute;
    right: 0%;
    margin-right: 1.5em;
    margin-top: 1em;
    z-index: 1;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header, .page-template-default:not(.scroll) header {
    height: 100px;
    border-bottom: 1px solid #fff;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header nav, .page-template-default:not(.scroll) header nav {
    color: #fff;
    margin-top: 4.5em;
    position: absolute;
    right: 3%;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-buttons, .page-template-default:not(.scroll) header .wp-block-buttons {
    left: 0;
    position: absolute;
    right: 12%;
    margin-right: 0em;
    margin-top: 4em;
    text-align: center;
    margin-left: -1em;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button, .page-template-default:not(.scroll) header .wp-block-button {
    width: 25%;
  }
  .page-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 {
    display: none;
  }
  .page-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 {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 1.25em;
    color: #fff;
  }
  .page-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 {
    content: "";
    margin-left: 10px;
    font-family: "Anonymous Pro", monospace;
    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, .page-template-default:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #fff !important;
    background-color: transparent !important;
    padding: 0.6em 1em !important;
  }
  .page-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 {
    background: transparent !important;
    color: #fff !important;
    margin-top: 0.45em;
    margin-left: -1em;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact:hover, .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact:focus, .page-template-default:not(.scroll) header .wp-block-button.contact:hover, .page-template-default:not(.scroll) header .wp-block-button.contact:focus {
    background: transparent !important;
    border: none;
    color: #fff;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-site-logo > .custom-logo-link, .page-template-default:not(.scroll) header .wp-block-button .wp-block-site-logo > .custom-logo-link {
    background-image: url(assets/images/logo-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-site-logo img, .page-template-default:not(.scroll) header .wp-block-button .wp-block-site-logo img {
    opacity: 0;
  }
  .page-template-wp-custom-template-home-2.scroll header, .page-template-default.scroll header {
    height: 100px;
  }
  .page-template-wp-custom-template-home-2.scroll header nav, .page-template-default.scroll header nav {
    color: #272626;
    margin-top: 4.5em;
    position: absolute;
    right: 3%;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons, .page-template-default.scroll header .wp-block-buttons {
    left: 0;
    position: absolute;
    right: 12%;
    margin-right: 0em;
    margin-top: 4em;
    text-align: center;
    margin-left: -1em;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button, .page-template-default.scroll header .wp-block-button {
    width: 25%;
  }
  .page-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 {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:before, .page-template-default.scroll header .wp-block-button.tel:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 1.25em;
    color: #8cd1c7;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:after, .page-template-default.scroll header .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: "Anonymous Pro", monospace;
    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, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #8cd1c7 !important;
    background-color: transparent !important;
    padding: 0.6em 1em !important;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link, .page-template-default.scroll header .wp-block-button.contact .wp-block-button__link {
    background: transparent !important;
    color: #8cd1c7 !important;
    margin-top: 0.45em;
    margin-left: -1em;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact:hover, .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact:focus, .page-template-default.scroll header .wp-block-button.contact:hover, .page-template-default.scroll header .wp-block-button.contact:focus {
    background: transparent !important;
    border: none;
    color: #8cd1c7;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-site-logo > .custom-logo-link, .page-template-default.scroll header .wp-block-button .wp-block-site-logo > .custom-logo-link {
    background-image: url(assets/images/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-site-logo img, .page-template-default.scroll header .wp-block-button .wp-block-site-logo img {
    opacity: 0;
  }
  .home2logo {
    left: 10%;
    top: 0.75em;
  }
  .home3logo {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .page-template-page-transparent-header.scroll header {
    height: 85px;
  }
  .page-template-page-transparent-header.scroll header .wp-block-navigation:not(.wp-block-navigation__container) {
    width: 10vw;
  }
  .page-template-page-transparent-header.scroll header .wp-block-navigation__responsive-container-open:before {
    display: none;
  }
  .page-template-page-transparent-header.scroll header .wp-block-navigation__responsive-container-open:after {
    bottom: -10%;
  }
  .page-template-page-transparent-header.scroll header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .page-template-page-transparent-header.scroll header .contact a.wp-block-getwid-icon__wrapper {
    right: 9%;
    top: 8%;
  }
  .page-template-page-transparent-header.scroll header .tel a.wp-block-getwid-icon__wrapper {
    right: 1%;
    top: 10%;
  }
  .page-template-page-transparent-header:not(.scroll) header {
    height: 85px;
  }
  .page-template-page-transparent-header:not(.scroll) header .wp-block-navigation:not(.wp-block-navigation__container) {
    width: 10vw;
  }
  .page-template-page-transparent-header:not(.scroll) header .wp-block-navigation__responsive-container-open:before {
    display: none;
  }
  .page-template-page-transparent-header:not(.scroll) header .wp-block-navigation__responsive-container-open:after {
    bottom: -10%;
  }
  .page-template-page-transparent-header:not(.scroll) header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .page-template-page-transparent-header:not(.scroll) header .contact a.wp-block-getwid-icon__wrapper {
    right: 9%;
    top: 8%;
  }
  .page-template-page-transparent-header:not(.scroll) header .tel a.wp-block-getwid-icon__wrapper {
    right: 1%;
    top: 10%;
  }
  .optionhome4 .wp-block-group.is-content-justification-center {
    position: absolute;
    left: 50%;
    width: 0vw;
  }
  .optionhome4header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 80px;
  }
  .optionhome4header .wp-block-buttons {
    width: 15vw;
    position: absolute;
    margin: 0 auto 0 -1.5em;
    display: flex;
    gap: 0;
    left: auto;
    right: 2%;
    top: 5%;
  }
  .optionhome4header .wp-block-buttons .wp-block-button {
    width: 50%;
  }
  .optionhome4header .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 0 !important;
    text-align: center;
    width: 100%;
    line-height: 49.5px;
    letter-spacing: normal;
    font-size: 0.95em !important;
    border-radius: 0;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    display: none;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.25em;
    color: #8cd1c7;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: "Anonymous Pro", monospace;
    font-size: inherit;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    letter-spacing: normal;
    background: transparent !important;
    color: #fff !important;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link strong, .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link span, .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link #text {
    display: none;
  }
  .optionhome4header .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: 1.75em;
    color: #8cd1c7;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
    content: "";
    margin-left: 10px;
    font-family: "Anonymous Pro", monospace;
    font-size: inherit;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
    position: absolute;
    top: 0;
    left: 0;
    width: 10vw;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) > button {
    height: 50px;
    background: transparent;
    width: 100%;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #8cd1c7;
  }
  .optionhome4header .wp-block-navigation__responsive-container-open:before {
    content: "Menu ";
    font-family: "Anonymous Pro", monospace;
    position: absolute;
    text-transform: uppercase;
    font-size: 0.7em;
    bottom: -5%;
    top: auto;
  }
  .optionhome4header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .optionhome4header .wp-block-navigation__responsive-container-close svg, .optionhome4header .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 40px;
    pointer-events: none;
    width: 40px;
  }
  .topCTA {
    padding-top: 0 !important;
  }
  .topCTA .wp-block-buttons {
    width: 40vw;
    margin-right: 3em;
  }
  .topCTA nav {
    padding-top: 0 !important;
  }
  .topCTA .wp-block-button__link {
    padding-top: 0.25em !important;
  }
  .topCTA .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .topCTA .wp-block-button__link:focus {
    color: #f9fdfc !important;
  }
  .iconHeader {
    justify-content: right !important;
    padding-top: 0% !important;
    padding-bottom: 0.5em;
  }
  .iconHeader .wp-block-getwid-icon__wrapper {
    padding: 0 5px;
    margin-bottom: -0.25em;
  }
  .iconHeader .noRight {
    margin-right: 0 !important;
    margin-right: 7.75em !important;
    margin-top: 1.45em !important;
  }
  .iconHeader .noBottom {
    margin-bottom: 0 !important;
    margin-right: 11% !important;
    margin-top: 1.45em !important;
  }
  .iconHeader .wp-block-site-logo {
    position: absolute;
    left: 3%;
    top: 9%;
  }
  .iconHeader nav {
    padding-top: 0.5em !important;
    justify-content: right !important;
  }
  .iconHeader .wp-block-navigation:not(.wp-block-navigation__container) {
    right: 1.5em;
  }
  .iconHeader .wp-block-navigation:not(.wp-block-navigation__container) > button {
    background: transparent;
  }
  .topBar .wp-block-buttons {
    padding-top: 1em;
  }
  .topBar .wp-block-navigation {
    padding-top: 0 !important;
  }
  /*.primary-navigation-open {
  	.primary-navigation {
  		> .primary-menu-container {
  			top: 90px;
  		}
  	}
  }*/
  .optionhome4main {
    padding-top: 70px;
  }
  .wp-block-getwid-social-links__list .wp-block-getwid-social-links__link i {
    font-size: 1.5em;
  }
  .optionhome2 {
    background: transparent !important;
  }
  .optionhome2main {
    padding-top: 0px;
  }
  .hero h2, .hero .h1 {
    font-size: 3em;
  }
  .hero h3, .hero .h2 {
    font-size: 2em;
  }
  .hero .wp-block-getwid-media-text-slider-slide-content {
    max-width: 80%;
  }
  .page-header .wp-block-getwid-section__inner-content {
    padding-left: 2em;
  }
  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;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

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

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

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

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

  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  } /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  } /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  } /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  } /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  } /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  } /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438%;
  } /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.745856349%;
  } /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  } /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.872928171%;
  } /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  } /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  } /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /*masonry plugin
  ******************************************************************/
  .grid:after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-sizer,
  .grid-item {
    width: 19%;
  }
  .gutter-sizer {
    width: 1%;
  }
  .grid-item {
    min-height: 120px;
    float: left;
    margin-bottom: 1%;
  }
  .grid-item--width2 {
    width: 50%;
  }
  .grid-item--height2 {
    min-height: 240px;
  }
  body:not(.admindex) .grid > br {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 3em;
  }
  /*h1, .h1 { font-size: 2.75em; font-weight: 700; }
  h2, .h2 { font-size: 2.5em; margin-bottom: 20px; }
  h3, .h3 { font-size: 2em; }
  h4, .h4, .search-results h2.entry-title { font-size: 1.75em; }
  h5, .h5, .bigger { font-size: 1.5em; }
  h6, .h6 { font-size: 1em; }*/
  header > div > div {
    display: inline-block !important;
    width: 100%;
    text-align: right;
  }
  header > div > div > * {
    display: inline-block !important;
  }
  header > div > div > div:first-child {
    float: left;
  }
  header .searchicon {
    position: relative;
    top: 1em;
    float: right;
    right: auto;
  }
  header .wp-block-site-logo img {
    max-width: 168px;
    width: 168px !important;
  }
  header .wp-block-buttons {
    order: 2;
    position: relative;
    margin-right: 0em;
    padding-top: 0em;
  }
  header .wp-block-buttons .wp-block-button.tel {
    margin-right: 0em;
    position: relative;
    top: 0.1em;
    margin-left: -0.4em;
  }
  header .wp-block-buttons .wp-block-button.tel a:hover {
    background-color: transparent !important;
    border-color: none !important;
    color: #c3e7e2 !important;
  }
  header .wp-block-button__link {
    padding: 0.6em 1em !important;
    font-size: 1.2em !important;
  }
  header nav {
    padding-top: 0em;
  }
  .iconHeader .wp-block-navigation:not(.wp-block-navigation__container) {
    right: 8.5em;
  }
  .topCTA {
    padding-top: 0 !important;
  }
  .topCTA .wp-block-buttons {
    width: 40vw;
    margin-right: 3em;
  }
  .topCTA nav {
    padding-top: 0 !important;
  }
  .topCTA .wp-block-button__link {
    padding-top: 0.25em !important;
  }
  .topCTA .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .topCTA .wp-block-button__link:focus {
    color: #f9fdfc !important;
  }
  .iconHeader {
    justify-content: right !important;
    padding-top: 0% !important;
    padding-bottom: 0.5em;
  }
  .iconHeader .wp-block-getwid-icon__wrapper {
    padding: 0 5px;
    margin-bottom: -0.25em;
  }
  .iconHeader .noRight {
    margin-right: 0 !important;
    margin-right: 7.75em !important;
    margin-top: 1.45em !important;
  }
  .iconHeader .noBottom {
    margin-bottom: 0 !important;
    margin-right: 11% !important;
    margin-top: 1.45em !important;
  }
  .iconHeader .wp-block-site-logo {
    position: absolute;
    left: 3%;
    top: 9%;
  }
  .iconHeader nav {
    padding-top: 0.5em !important;
    justify-content: right !important;
  }
  .iconHeader .wp-block-navigation:not(.wp-block-navigation__container) {
    right: 1.5em;
  }
  .iconHeader .wp-block-navigation:not(.wp-block-navigation__container) > button {
    background: transparent;
  }
  .topBar .wp-block-buttons {
    padding-top: 1em;
  }
  .topBar .wp-block-navigation {
    padding-top: 0 !important;
  }
  .home2logo {
    left: 2%;
    transform: translate3d(0%, 0, 0);
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header, .page-template-default:not(.scroll) header {
    height: 120px;
    border-bottom: 1px solid #fff;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header nav, .page-template-default:not(.scroll) header nav {
    left: 16%;
    right: 22%;
    z-index: 99;
    margin-top: 0em;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-buttons, .page-template-default:not(.scroll) header .wp-block-buttons {
    left: auto;
    right: 3%;
    top: 25%;
    text-align: center;
    margin-left: 0em;
    margin-top: 0em;
    z-index: 99;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button, .page-template-default:not(.scroll) header .wp-block-button {
    width: auto;
  }
  .page-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 {
    display: inline-block;
  }
  .page-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 {
    display: none;
  }
  .page-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 {
    content: "";
    margin-left: 10px;
    font-family: "Anonymous Pro", monospace;
    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, .page-template-default:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    background: transparent !important;
    color: #8cd1c7 !important;
    padding: 0.6em 1em !important;
  }
  .page-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 {
    background: #8cd1c7 !important;
    color: #fff !important;
    margin-top: 0em;
    margin-left: 4em;
  }
  .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, .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 {
    background: #68c2b5 !important;
    color: #fff !important;
    margin-top: 0em;
    margin-left: 4em;
  }
  .page-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 {
    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, .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 {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2.scroll header, .page-template-default.scroll header {
    height: 120px;
  }
  .page-template-wp-custom-template-home-2.scroll header nav, .page-template-default.scroll header nav {
    left: 16%;
    right: 22%;
    z-index: 99;
    margin-top: 0em;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons, .page-template-default.scroll header .wp-block-buttons {
    left: auto;
    right: 3%;
    top: 25%;
    text-align: center;
    margin-left: 0em;
    margin-top: 0em;
    z-index: 99;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button, .page-template-default.scroll header .wp-block-button {
    width: auto;
  }
  .page-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 {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:before, .page-template-default.scroll header .wp-block-button.tel:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:after, .page-template-default.scroll header .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: "Anonymous Pro", monospace;
    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, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #8cd1c7 !important;
    background-color: transparent !important;
    padding: 0.6em 1em !important;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    background: #8cd1c7 !important;
    color: #fff !important;
    margin-top: 0em;
    margin-left: 4em;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus {
    background: #68c2b5 !important;
    color: #fff !important;
    margin-top: 0em;
    margin-left: 4em;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact strong, .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact span, .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact #text, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact strong, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact span, .page-template-default.scroll header .wp-block-button .wp-block-buttons .wp-block-button.contact #text {
    display: inline-block;
  }
  .page-template-page-transparent-header:not(.scroll):not(.page-template-page-transparent-header) header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  }
  .page-template-page-transparent-header:not(.scroll):not(.page-template-page-transparent-header) header .wp-block-navigation .wp-block-navigation__container > li > a.wp-block-navigation-item__content,
  .page-template-page-transparent-header:not(.scroll):not(.page-template-page-transparent-header) header .wp-block-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-icon {
    color: #fff;
  }
  .page-template-page-transparent-header:not(.scroll):not(.page-template-page-transparent-header) header .wp-block-getwid-icon i:before {
    color: #fff;
  }
  .page-template-page-transparent-header:not(.scroll):not(.page-template-page-transparent-header) header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #fff !important;
    background-color: transparent !important;
    padding: 0.6em 1em !important;
  }
  .page-template-page-transparent-header:not(.scroll):not(.page-template-page-transparent-header) header .wp-block-site-logo > .custom-logo-link {
    background-image: url(assets/images/logo-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  .page-template-page-transparent-header:not(.scroll):not(.page-template-page-transparent-header) header .wp-block-site-logo img {
    opacity: 0;
  }
  .page-template-page-transparent-header.scroll header.site-header .site-branding .site-logo > a {
    background: transparent;
  }
  .page-template-page-transparent-header.scroll header.site-header .site-branding img {
    opacity: 1;
  }
  .page-template-page-transparent-header.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    padding: 0.6em 1em !important;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 0;
  }
  header .wp-block-navigation .wp-block-navigation__container > li > a.wp-block-navigation-item__content {
    padding: 1em 0.5em;
    font-size: 15px;
    font-weight: 700;
  }
  header .wp-block-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-icon {
    position: absolute;
    right: 0;
    height: 100%;
    padding-left: 0.5em;
  }
  header .wp-block-navigation .wp-block-navigation__container > li.has-child {
    right: 0;
    left: 0;
  }
  header .wp-block-navigation .wp-block-navigation__container > li.has-child > a.wp-block-navigation-item__content {
    padding: 1em 0.7em;
  }
  header .wp-block-navigation .wp-block-navigation__container > li.has-child > .wp-block-navigation__submenu-container {
    right: auto;
    border-top: 2px solid #8cd1c7;
    background-color: #fff;
  }
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .wp-block-navigation__submenu-container {
    left: 0 !important;
  }
  .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: #272626;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1150px) {
  header .wp-block-navigation {
    margin-right: 1em;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 0.6em;
  }
}
@media only screen and (min-width: 1024px) {
  .optionhome2nav .wp-block-navigation {
    margin: 0.4em 0.5em 0 !important;
    float: left !important;
  }
  .optionhome2nav .wp-block-navigation .wp-block-navigation-item {
    color: #fff;
  }
  .optionhome2nav .wp-block-navigation .wp-block-navigation__container > li > a.wp-block-navigation-item__content, .optionhome2nav .wp-block-navigation .wp-block-navigation__container > li.has-child > a.wp-block-navigation-item__content {
    padding: 2.2em 1em 1em;
  }
  .optionhome2nav .wp-block-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-icon {
    display: none;
  }
  .optionhome2nav .wp-block-navigation .wp-block-navigation-item__label:focus {
    color: #fff !important;
  }
  .optionhome2nav .wp-block-buttons {
    padding-top: 0em;
  }
  .optionhome2nav a.wp-block-button__link.has-primary-color.has-white-background-color.has-text-color.has-background.wp-element-button {
    background-color: transparent !important;
    font-size: 1.1em;
  }
  .topCTA .wp-block-site-logo {
    padding-top: 0em;
  }
  .topCTA .wp-block-buttons {
    width: 50vw;
    margin-right: 0em;
  }
  .topCTA .wp-block-navigation {
    margin-right: 0;
    justify-content: flex-end;
  }
  .topCTA .wp-block-navigation__responsive-close {
    margin-right: 0;
  }
  .topCTA .wp-block-navigation__container {
    height: 55px;
    justify-content: flex-end;
  }
  .topCTA .wp-block-navigation__responsive-container-content {
    height: 55px;
  }
  .topCTA .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu {
    height: 55px;
  }
  .CTAabove {
    margin-left: 0 !important;
  }
  .CTAabove .wp-block-site-logo {
    padding-top: 2em;
  }
  .CTAabove .wp-block-navigation {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .CTAabove .wp-block-navigation__responsive-container-content {
    height: 55px;
  }
  .CTAabove .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu {
    height: 55px;
  }
  .oneCTA .wp-block-buttons {
    width: auto;
  }
  .oneCTA .wp-block-button {
    width: 100%;
  }
  .topBar {
    padding-top: 0 !important;
  }
  .topBar .wp-block-group.is-layout-flex {
    width: auto;
  }
  .topBar .wp-block-buttons {
    right: 1em;
    width: auto !important;
    padding-top: 0 !important;
  }
  .topBar .wp-block-buttons .wp-block-button.tel {
    top: 0 !important;
  }
  .topBar .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #fff !important;
    font-weight: 400;
    font-size: 1em !important;
  }
  .topBar .wp-block-navigation__responsive-container-content {
    height: 85px;
  }
  .topBar .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu {
    height: 85px;
  }
  .topBar .wp-block-navigation .wp-block-navigation__container > li.has-child > a.wp-block-navigation-item__content {
    padding: 1em 0.7em;
  }
  .iconHeader {
    justify-content: space-between;
    padding-top: 0 !important;
  }
  .iconHeader .wp-block-getwid-icon__wrapper {
    padding: 0 5px;
    margin-bottom: -0.25em;
  }
  .iconHeader .noRight {
    margin-right: 1em !important;
  }
  .iconHeader .noBottom {
    margin-bottom: -10px !important;
  }
  .iconHeader .wp-block-site-logo {
    position: relative;
    left: 0;
    top: 0;
  }
  .iconHeader .wp-block-navigation {
    width: auto !important;
    position: relative;
    right: 7%;
  }
  .iconHeader .wp-block-navigation__responsive-container-content {
    height: 80px;
  }
  .iconHeader .wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu {
    height: 80px;
  }
  .iconHeader .wp-block-navigation .wp-block-navigation__container > li.has-child > a.wp-block-navigation-item__content {
    padding: 1em 0.7em;
  }
  .leftNavigation {
    gap: 1.5em;
  }
  .leftNavigation .wp-block-navigation {
    margin: 0 0.5em !important;
    float: left !important;
  }
  .wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end !important;
  }
  .wp-block-navigation.items-justified-left {
    --navigation-layout-justification-setting: flex-end !important;
  }
  body.page-template-page-transparent-header main {
    padding-top: 0;
  }
  .stamp {
    display: block;
  }
  .stamp > a {
    width: 100%;
    display: block;
  }
  .stamp > a > img {
    margin: 0 0 -8em -1em;
    position: relative;
    z-index: 2;
  }
  .stamp2 {
    display: block;
  }
  .stamp2 > img {
    margin: 0 0 -8em 0em;
    position: relative;
    z-index: 2;
    float: right;
    right: -2em;
    max-width: 40%;
  }
  .footer-bg .wp-block-getwid-section__foreground {
    background-image: url(http://thebeachbars.com.au/wp-content/uploads/2024/01/ocotopus.png);
    background-position: bottom -100px right 50px;
    background-size: 25%;
  }
}
@media only screen and (min-width: 1300px) {
  header .wp-block-site-logo img {
    max-width: 168px;
    width: 168px !important;
  }
  header .wp-block-buttons {
    order: 2;
    margin-right: 0em;
  }
  .iconHeader .wp-block-navigation {
    width: auto !important;
    position: relative;
  }
  .iconHeader .noBottom {
    margin-right: 3% !important;
  }
  .home2logo {
    left: 4%;
    transform: translate3d(0%, 0, 0);
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header nav, .page-template-default:not(.scroll) header nav {
    left: 17%;
    right: 19%;
    z-index: 99;
    margin-top: 0em;
  }
  .page-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 {
    margin-right: -2em;
    color: #fff !important;
  }
  .page-template-wp-custom-template-home-2.scroll header nav, .page-template-default.scroll header nav {
    left: 17%;
    right: 19%;
    z-index: 99;
    margin-top: 0em;
  }
  .page-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 {
    margin-right: -2em;
    color: #8cd1c7 !important;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    background: #8cd1c7 !important;
    color: #fff !important;
    margin-top: 0em;
    margin-left: 4em;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus {
    background: #68c2b5 !important;
    color: #fff !important;
    margin-top: 0em;
    margin-left: 4em;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact strong, .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact span, .page-template-wp-custom-template-home-2.scroll header .wp-block-buttons .wp-block-button.contact #text, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact strong, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact span, .page-template-default.scroll header .wp-block-buttons .wp-block-button.contact #text {
    display: inline-block;
  }
  .optionhome2nav .wp-block-navigation {
    margin: 0.15em 0.5em 0 !important;
    float: left !important;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 0.6em;
  }
  header .wp-block-navigation .wp-block-navigation__container > li > a.wp-block-navigation-item__content, header .wp-block-navigation .wp-block-navigation__container > li.has-child > a.wp-block-navigation-item__content {
    padding: 0.9em 0.5em;
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 1300px) and (min-width: 1600px) {
  .page-template-wp-custom-template-home-2:not(.scroll) header nav, .page-template-default:not(.scroll) header nav {
    left: 20%;
    right: 16%;
    z-index: 99;
    margin-top: 0em;
  }
  .page-template-wp-custom-template-home-2.scroll header nav, .page-template-default.scroll header nav {
    left: 20%;
    right: 16%;
    z-index: 99;
    margin-top: 0em;
  }
  .stamp2 {
    display: block;
  }
  .stamp2 > img {
    margin: 0 0 -12em 0em;
    right: -4em;
    max-width: 100%;
  }
  .page-header .wp-block-getwid-section__inner-content {
    padding-left: 0em;
  }
  .footer-bg .wp-block-getwid-section__foreground {
    background-position: bottom -100px right 100px;
  }
}
@media only screen and (min-width: 1300px) {
  .stamp > a > img {
    margin: 0 0 -12em -5em;
  }
  .stamp2 {
    display: block;
  }
  .stamp2 > img {
    margin: 0 0 -8em 0em;
    right: -1em;
  }
}
/*# sourceMappingURL=style.css.map */
/*  alignwide wp-block-post-content is-layout-flow wp-block-post-content-is-layout-flow  */
.entry-content{
margin-top: 135px;
top: 135px;
}
.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 135px auto 22px;
    position: relative;
}
