/*
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
*/
.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 2.2em !important;
  font-size: var(--wp--preset--font-size--normal);
  letter-spacing: 0.03em;
  font-weight: normal;
  border-radius: 1.5em 0.5em !important;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.button:not(.contact):not(:hover):not(:active):not(.has-background):not(.contact),
.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) {
  background: #fdc900;
  border: 1px solid #050505;
  color: #050505;
  border-radius: 1.5em 0.5em !important;
}
.button:not(.contact):hover, .button:not(.contact):focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.searchBar .wp-block-search__button:hover,
.searchBar .wp-block-search__button:focus {
  border: 1px solid #050505;
  background: #050505;
  color: #fff;
  border-radius: 1.5em 0.5em !important;
}
.button:not(.contact):after,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:after,
.searchBar .wp-block-search__button:after {
  /*content: "\f178";
  font-family: "Font Awesome 6 Pro";*/
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  padding-left: 0.5em;
  line-height: 1;
}

.wp-block-button.contact {
  background: #fdc900;
  border-color: #fdc900;
  color: #050505;
  border-radius: 1.5em 0.5em !important;
}
.wp-block-button.contact:hover, .wp-block-button.contact:focus {
  border-color: #050505;
  background: #050505;
  color: #fff;
  border-radius: 1.5em 0.5em !important;
}
.wp-block-button.contact span:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  padding-left: 0.5em;
  line-height: 1;
}

.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: #050505;
  background: #050505;
  color: #fff;
  border-radius: 1.5em 0.5em;
}
.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-color: rgb(255, 223.1422924901, 100) !important;
  background: rgb(255, 223.1422924901, 100) !important;
  color: #050505 !important;
  border-radius: 1.5em 0.5em;
}
.button.secondary span:after,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link span:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  padding-left: 0.5em;
  line-height: 1;
}

.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: #050505;
}
.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: #fdc900 !important;
  background-color: #fdc900 !important;
  color: #050505 !important;
}
.button.white:after,
.white.wp-block-button:not(.is-style-outline) .wp-block-button__link:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  padding-left: 0.5em;
  line-height: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  border: 1px solid #fdc900;
  color: #050505;
  background: transparent;
  font-weight: 400;
}
.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 #050505 !important;
  background: #050505 !important;
  color: #fff !important;
  font-weight: 400;
}
.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: #fdc900 !important;
  background-color: #fdc900 !important;
  color: #050505 !important;
  border-radius: 0.25em;
}

input[type=submit]:not(:hover):not(:active):not(.has-background) {
  border: 2px solid #fff;
  background-color: #fff;
  color: #050505;
  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: #fdc900;
  border: 2px solid #fdc900;
  color: #fff !important;
  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;
}

p.link {
  text-decoration: underline #fdc900;
  text-decoration-thickness: 3px;
}
p.link:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  padding-left: 0.5em;
  line-height: 1;
}

body, html {
  font-family: "eurostile", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.8;
  color: #050505;
}

p, li {
  font-family: "eurostile", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}

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

h1, .h1, h2, .h2, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
  color: #050505;
  margin-bottom: 20px;
  font-family: "eurostile", sans-serif;
}

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

h3, .h3 {
  color: #050505;
}

a {
  text-decoration: none;
}

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

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

h3, .h3 {
  font-size: 2em;
  font-weight: 700;
}

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

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

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

h4.nomargin {
  font-size: 1.25em;
  letter-spacing: 0px;
}

.hero p, .footer-form p, p.wp-block-getwid-banner__text {
  color: #fff;
}

.breadcrumb_last {
  text-decoration: underline #fff;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
}

img:not(.ti-star):not(.ti-logo-fb):not(.ti-platform-icon):not(.optionhome4 img) {
  border-radius: 1.5em 0.5em;
}

h1, h2, .h2 {
  text-decoration: underline #fdc900;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 5px;
}

.wp-block-getwid-banner__title {
  font-size: 1.7em;
  display: block;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
}

.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 rgb(132.5, 132.5, 132.5);
}

.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-container-core-group-is-layout-c43a1c9b {
  justify-content: center;
}
header .wp-block-site-logo img {
  width: 70px;
  max-width: 70px;
}
header .wp-block-buttons {
  text-transform: uppercase;
  padding-top: 0.5em;
}
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;
  margin: 5px;
}
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 nav {
  padding-top: 0.5em;
}

.optionhome4 .wp-block-group.is-content-justification-center {
  max-width: 120px;
  width: 120px !important;
  margin-top: -0.5em !important;
}

.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: 100%;
}
.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.contact .wp-block-button__link {
  letter-spacing: normal;
  background: transparent !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: #050505;
}
.optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover:before {
  color: #fff;
}
.optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
  display: none;
}
.optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
  position: absolute;
  top: 0;
  left: 2%;
  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: #050505;
}
.optionhome4header .wp-block-navigation__responsive-container-open:before {
  content: "Menu ";
  font-family: "eurostile", sans-serif;
  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;
  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: #050505;
}
.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: #050505;
  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 {
  display: none;
}

.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: "eurostile", sans-serif;
  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: rgb(81.5, 81.5, 81.5);
  font-size: 15px;
  line-height: 2em;
}

.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
}

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

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

main {
  padding-top: 80px;
}

.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 #050505;
  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: #050505;
}

span.wp-block-getwid-accordion__header-title {
  color: #050505;
}

.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 > span {
  color: #fff;
  text-align: center;
}
.page-header .wp-block-getwid-section__inner-content > span a {
  color: #fff;
}

.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: 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: #050505;
  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;
}

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

.hover:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-0.5em);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

.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: #050505;
  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 #fff;
  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;
}

.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: #fff;
}
.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: transparent;
  /*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: #fdc900;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
  border: 1px solid rgb(81.5, 81.5, 81.5);
  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 black;
}
.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 #050505;
  background-color: transparent;
  color: #050505;
  padding: 0.5rem;
  cursor: pointer;
  margin: 1rem 0;
  border-radius: 2px;
}
.wpcf7-form label[for=photo-upload]:hover {
  background-color: #050505;
  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(203.9, 203.9, 203.9);
  border: 1px solid rgb(203.9, 203.9, 203.9);
  margin-right: 0.5em;
  margin-top: 0.5em;
  float: left;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:after {
  top: 4px;
  left: 8px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  float: left;
  display: block;
}
.wpcf7-form[data-status=invalid] .wpcf7-response-output {
  background: #ff1000;
  padding: 3px 10px;
  font-size: 0.8em;
}
.wpcf7-form .small-text {
  font-size: 0.8em;
  margin: 0;
  color: #fff;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form input::-webkit-input-placeholder {
  color: #6b6b6b;
}
.wpcf7-form input:-ms-input-placeholder {
  color: #6b6b6b;
}
.wpcf7-form input::placeholder {
  color: #6b6b6b;
}
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #6b6b6b;
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: #6b6b6b;
}
.wpcf7-form textarea::placeholder {
  color: #6b6b6b;
}

.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: #050505;
}
.footer-form .wpcf7-form input[type=submit] {
  background: #fff !important;
  border: 1px solid #fff !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #050505 !important;
  font-weight: 700;
}
.footer-form .wpcf7-form input[type=submit]:hover, .footer-form .wpcf7-form input[type=submit]:focus {
  border-color: #050505 !important;
  background: #050505 !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: rgb(81.5, 81.5, 81.5);
}
.footer-form .wpcf7-form input:-ms-input-placeholder {
  color: rgb(81.5, 81.5, 81.5);
}
.footer-form .wpcf7-form input::placeholder {
  color: rgb(81.5, 81.5, 81.5);
}
.footer-form .wpcf7-form textarea::-webkit-input-placeholder {
  color: rgb(81.5, 81.5, 81.5);
}
.footer-form .wpcf7-form textarea:-ms-input-placeholder {
  color: rgb(81.5, 81.5, 81.5);
}
.footer-form .wpcf7-form textarea::placeholder {
  color: rgb(81.5, 81.5, 81.5);
}

.footer-formleftbutton input[type=submit] {
  bottom: 25px;
  float: left;
}
.footer-formleftbutton input[type=submit]:hover, .footer-formleftbutton input[type=submit]:focus {
  border-color: #050505 !important;
  background: #050505 !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(255, 255, 255, 0.3);
  margin-right: 10px;
  padding: 0.25em;
}
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 a > span.wp-block-navigation-item__label {
  padding: 12px;
}

@media (max-width: 768px) {
  footer .footer-text {
    text-align: center;
  }
  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;
  }
  footer .wp-block-navigation ul {
    display: flex;
    flex-direction: column;
  }
  footer .wp-block-navigation ul li {
    margin: 0.5rem 0;
  }
}
.has-small-spacing .wp-block-getwid-social-links__list {
  margin: 0.15em 0.15em;
}

.footerlinks {
  margin: 1.2em 0;
  top: 0px;
  margin-bottom: -15px;
}

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

/* PipelinePro Styles */
#chassisquote {
  height: 1850px !important;
}

#getquoteform {
  height: 1500px !important;
}
#getquoteform .col-12.form-field-wrapper {
  width: 50%;
}
#getquoteform .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around !important;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1500px;
}

iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
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; }*/
  .wp-block-navigation__responsive-container-open:before {
    top: 0px;
  }
  main {
    padding-top: 74px;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer ul li:not(.wp-block-getwid-social-links__item):not(.wp-block-navigation-link):not(.wp-social-link) {
    width: 100%;
  }
  .wp-social-link a {
    font-size: 2.1rem;
  }
}
@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; }*/
  .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    letter-spacing: normal;
    background: transparent !important;
  }
  .wp-block-buttons .wp-block-button.contact .wp-block-button__link strong, .wp-block-buttons .wp-block-button.contact .wp-block-button__link span, .wp-block-buttons .wp-block-button.contact .wp-block-button__link #text {
    display: none;
  }
  .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: #050505;
  }
  .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
    display: none;
  }
  .optionhome4main {
    padding-top: 70px;
  }
  main {
    padding-top: 80px;
  }
  .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%;
  }
  footer h3 {
    text-align: left;
  }
  footer ul li {
    text-align: left;
  }
  footer .wp-block-columns .wp-block-column {
    text-align: left;
  }
  footer .wp-block-columns .wp-block-column .wp-block-getwid-icon-box {
    text-align: left;
    display: flex;
  }
  footer .wp-block-columns .wp-block-column .wp-block-getwid-icon {
    margin: 0 2em 0 -10px;
  }
  footer .wp-block-getwid-social-links__list {
    justify-content: left;
  }
  footer .wp-block-getwid-social-links__list .wp-block-getwid-social-links__link i {
    font-size: 1.5em;
  }
  /******************************************************************
  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: 2.75em;
  }
  /*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: 75px;
    width: 75px;
  }
  header .wp-block-buttons {
    order: 2;
    gap: 0;
    padding-top: 0.5em;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong, header .wp-block-buttons .wp-block-button.tel .wp-block-button__link span {
    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.5em;
  }
  .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: 100%;
  }
  .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.contact .wp-block-button__link {
    letter-spacing: normal;
    background: transparent !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: inline-block;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
    display: none;
  }
  .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: #050505;
  }
  .optionhome4header .wp-block-navigation__responsive-container-open:before {
    content: "Menu ";
    font-family: "eurostile", sans-serif;
    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;
  }
  .footerlinks {
    margin-top: 0px;
  }
  main {
    padding-top: 93px;
  }
  body.page-template-page-transparent-header main {
    padding-top: 0;
  }
  .sticky-element {
    position: sticky !important;
    top: 150px;
  }
}
@media only screen and (min-width: 1240px) {
  header .wp-container-core-group-is-layout-3 {
    justify-content: space-between;
  }
  header > div {
    display: inline-block !important;
    width: 100%;
    text-align: right;
  }
  header > div > div:first-child {
    float: left;
  }
  header .wp-block-site-logo img {
    max-width: 90px;
    width: 90px;
  }
  header .wp-block-buttons {
    order: 2;
    position: relative;
    margin-right: 0em;
    padding-top: 0em;
  }
  header .wp-block-button__link {
    padding: 0.6em 1em !important;
  }
  header nav {
    padding-top: 0em;
  }
  header .wp-block-navigation {
    margin-right: 1em;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 0.6em;
  }
  .topBar {
    margin: 0 !important;
    display: block;
  }
  .topBar .wp-block-buttons {
    width: 100vw;
    right: 2%;
  }
  .topBar .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 1em !important;
    border: none !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;
  }
  .optionhome4 .wp-block-group.is-content-justification-center {
    left: 2%;
    position: relative;
  }
  .optionhome4header .wp-block-buttons {
    position: relative;
  }
  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: 16px;
    font-weight: 400;
  }
  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 > 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 #050505;
    background-color: #050505;
  }
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    text-align: left;
    font-weight: 600;
    color: #fff;
  }
  .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;
  }
  .mobileOnly {
    display: none !important;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
    position: relative;
    width: 70vw;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) > button {
    display: none;
  }
  .optionhome4header .wp-block-buttons {
    width: 15vw;
    padding-top: 0.2em;
  }
  .optionhome4header .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .optionhome4header .wp-block-buttons .wp-block-button .wp-block-button__link {
    text-align: center;
    width: 100%;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    display: inline-block;
    background-color: transparent;
    border-color: transparent;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel:before, .optionhome4header .wp-block-buttons .wp-block-button.tel:after {
    display: none;
  }
  .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: inline-block;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before, .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
    display: none;
  }
  .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;
  }
}
@media only screen and (min-width: 1300px) {
  header .wp-block-buttons {
    order: 2;
    margin-right: 0em;
  }
  .optionhome4 img {
    max-width: 120px;
    width: 120px !important;
    margin-top: -0.5em !important;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
    left: 1%;
    width: 70vw;
    top: 5%;
  }
  .optionhome4header .wp-block-buttons {
    right: 0%;
    top: 0%;
  }
  .wp-block-navigation .wp-block-navigation-item__label {
    margin-left: 0.5em;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 0.6em;
  }
  main {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
    left: 2%;
    width: 73vw;
    top: 0%;
  }
  .optionhome4header .wp-block-buttons {
    right: 0%;
    top: 0%;
    width: 11vw;
    margin: 0 auto 0 1.5em;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 0.8em;
  }
  header .wp-block-navigation .wp-block-navigation__container > li a.wp-block-navigation-item__content {
    font-size: 1.1em;
  }
}/*# sourceMappingURL=style.css.map */