/*
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;
  }
}
.wp-block-button .wp-block-button__link,
input[type=submit],
.searchBar .wp-block-search__button {
  display: inline-block;
  padding: 0.6em 1.6em;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  border-radius: 1.6em;
  border: 1px solid #262E72;
  color: #fff;
  transition: all 0.4s ease;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.searchBar .wp-block-search__button:hover,
.searchBar .wp-block-search__button:focus {
  background-color: #83C440;
  border-color: #83C440;
  color: #262E72;
}

.primary .wp-block-button__link, .blue-style2 .wp-block-button__link, .wpcf7-submit {
  background: rgb(29, 60, 132);
  background: linear-gradient(4deg, rgb(29, 60, 132) 0%, rgb(56, 95, 161) 100%);
  border-color: #83C440;
  color: #fff;
  box-shadow: 0px 4px 0 #575757;
  border-radius: 1.6em;
}
.primary .wp-block-button__link:hover, .primary .wp-block-button__link:focus, .blue-style2 .wp-block-button__link:hover, .blue-style2 .wp-block-button__link:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  background: linear-gradient(to bottom, #355C9E, #2E528D);
  border-color: #fff;
  color: #fff;
}

.wpcf7-submit {
  display: block !important;
  margin: 0 auto;
}

.wpcf7-submit:hover {
  cursor: pointer !important;
  color: #fff !important;
}

.wp-block-getwid-custom-post-type__post .wp-block-read-more {
  padding: 0.6em 1.6em;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  border-radius: 1.6em;
  border: 2px solid #262E72 !important;
  color: #262E72;
  transition: all 0.4s ease;
  background: transparent;
}

.wp-block-getwid-custom-post-type__post .wp-block-read-more:hover {
  border-radius: 1.6em;
  border: 2px solid #83C440 !important;
  color: #83C440;
  transition: all 0.4s ease;
  background: #83C440 !important;
}

.secondary .wp-block-button__link {
  background: rgb(131, 196, 64);
  background: linear-gradient(4deg, rgb(131, 196, 64) 0%, rgb(168, 205, 101) 100%);
  color: #262E72;
  box-shadow: 0px 4px 0 #969696;
}
.secondary .wp-block-button__link:hover, .secondary .wp-block-button__link:focus {
  background: linear-gradient(to bottom, #83C440, #6FA13C);
  border-color: #fff;
  color: #fff;
}

.tertiary .wp-block-button__link {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #262E72;
  backdrop-filter: blur(8px);
  position: relative;
}
.tertiary .wp-block-button__link:hover, .tertiary .wp-block-button__link:focus {
  background-color: #fff;
  border-color: #fff;
  backdrop-filter: none;
}

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

.wp-block-getwid-section__content p a {
  color: #262E72;
  text-decoration: underline !important;
}

.wp-block-getwid-section__content p a:hover {
  text-decoration: none !important;
}

footer .wp-block-getwid-section__content p a, .wp-block-getwid-section__content .footernowrap p a {
  color: #fff;
}

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

p,
li {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 1rem;
  line-height: 1.8;
}

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

h1,
.h1,
h2,
.h2,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
  color: #262E72;
  margin-bottom: 20px;
  font-family: var(--wp--preset--font-family--heading-font);
}

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-dark p,
.bg-dark li,
.bg-dark ul:not(.has-white-color) li,
footer li a,
footer i.fas {
  color: #fff;
}

em,
a,
i {
  font-size: inherit;
  line-height: inherit;
  color: #262E72;
}

h3,
.h3 {
  color: #262E72;
}

.bg-dark h3 {
  color: #83C440;
}

a {
  text-decoration: none;
}

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

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

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

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

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

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

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

span a,
.breadcrumb_last {
  font-size: 0.85rem;
}

.breadcrumb_last {
  color: #262E72;
}

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

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

.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(167.1558441558, 164.8441558442, 164.8441558442);
}

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

.wp-block-getwid-image-box__content h4 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.7rem;
}

.wp-block-getwid-image-box__content h4 strong {
  color: #262E72;
}

.wp-block-getwid-image-box {
  margin-bottom: 2rem;
}

.wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper img, .img-rounded-cnrs img {
  border-radius: 20px 0;
}

.main-h1, #contact-us h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.main-h1 strong {
  color: #262E72;
}

.main-h1 {
  margin-top: 3rem !important;
}

header {
  max-width: none;
  width: 100vw;
  position: fixed;
  top: 0;
  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: 70px;
  max-width: 70px;
}
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.tel .wp-block-button__link:after {
  content: "";
  margin-left: 10px;
  font-family: var(--wp--preset--font-family--body-font);
  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: var(--wp--preset--font-family--body-font);
  font-size: inherit;
}
header .wp-block-button__link,
header .wp-block-button__link.wp-element-button {
  text-transform: capitalize !important;
}
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;
}

#logo img {
  width: 200px;
  padding-top: 0.5em;
}

header {
  min-height: 62px;
}

header > div > div {
  justify-content: center !important;
}
header > div > div .wp-block-group {
  width: 100%;
  justify-content: center;
}
header .wp-block-buttons {
  width: 25vw;
  position: absolute;
  margin: 0 auto 0 -1.5em;
  display: flex;
  gap: 0;
  left: 9%;
  top: 0%;
}
header .wp-block-buttons .wp-block-button {
  width: 50%;
}
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;
  border: none;
}
header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
  background: transparent;
  border: none;
  color: #fff !important;
  position: relative;
}

.scroll header:not(.home3header) {
  position: fixed;
  width: 100vw;
  background: #fff !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.optionhome4header > div > div {
  justify-content: center !important;
}
.optionhome4header > div > div .wp-block-group {
  width: 100%;
  justify-content: center;
}
.optionhome4header .wp-block-buttons {
  width: 25vw;
  position: absolute;
  margin: 0 auto 0 -1.5em;
  display: flex;
  gap: 0;
  left: auto;
  right: 0.1em;
}
.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 strong {
  display: none;
}
.optionhome4header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.75em;
  color: #262E72;
  padding: 8px;
  position: relative;
}
.optionhome4header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
  content: "";
  margin-left: 10px;
  font-family: var(--wp--preset--font-family--body-font);
  font-size: inherit;
}
.optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
  letter-spacing: normal;
}
.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: 2em;
  color: #262E72;
  padding: 5px;
  margin: 5px;
  right: 0px;
  position: relative;
}
.optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
  content: "";
  margin-left: 10px;
  font-family: var(--wp--preset--font-family--body-font);
  font-size: inherit;
}
.optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
  position: absolute;
  top: 0;
  left: 0;
  width: 20vw;
}
.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: #262E72;
}
.optionhome4header .wp-block-navigation__responsive-container-open:before {
  content: "Menu ";
  font-family: var(--wp--preset--font-family--body-font);
  position: absolute;
  text-transform: uppercase;
  font-size: 0.7em;
  bottom: 0;
}
.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;
}

.wp-block-getwid-section__divider.is-bottom-divider {
  display: none !important;
}

.optionhome4main {
  padding-top: 25px;
}

#serving-sunshine-coast h2, #serving-sunshine-coast p {
  margin: 2rem 0;
}

#our-services .wp-block-getwid-image-box.has-text-center {
  text-align: left;
}

.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: #262E72;
}
.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: #262E72;
  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: var(--wp--preset--font-family--body-font);
  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(116.4935064935, 113.5064935065, 113.5064935065);
  font-size: 15px;
  line-height: 2em;
}

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

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

.wp-block-navigation {
  position: absolute;
  width: 25vw;
  right: 0;
  bottom: 19%;
}
.wp-block-navigation > button {
  height: 50px;
  background: transparent;
  width: 100%;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

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

@media screen and (max-width: 1023px) {
  .footernowrap {
    flex-wrap: nowrap !important;
  }
}
main {
  padding-top: 95px;
}

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

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

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

.hero h2 {
  line-height: 1.1;
}

.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;
  opacity: 0.7;
}
.page-header .wp-block-getwid-section__inner-content > span a {
  color: rgb(101.25, 112.0394736842, 203.75);
}

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

.mbq-img {
  width: 100%;
}

.imageoversection {
  z-index: 9;
}

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

.single-post .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

h4.wp-block-post-title {
  font-size: 1rem;
  letter-spacing: 0;
}

h4.wp-block-post-title a, .wp-block-categories-list a {
  color: #262E72;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline !important;
}

h4.wp-block-post-title a:hover, .wp-block-categories-list a:hover {
  text-decoration: none !important;
}

.wp-block-categories-list {
  list-style-type: none;
  padding-left: 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 #262E72;
  border-radius: 2px;
}

.confidence .wp-block-getwid-icon-box .is-position-top > div {
  background: #262E72;
  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: #262E72;
  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 rgb(178.5, 178.5, 178.5);
  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;
  border: 3px solid #a3c52c;
  border-radius: 13px;
}
.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: rgb(13.1688311688, 12.8311688312, 12.8311688312);
}
.wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
  border: 3px solid #a3c52c;
  border-radius: 13px;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea:hover, .wpcf7-form span.wpcf7-form-control-wrap textarea:focus, .wpcf7-form span.wpcf7-form-control-wrap textarea:focus-visible {
  border: 1px solid rgb(13.1688311688, 12.8311688312, 12.8311688312);
}
.wpcf7-form span.wpcf7-form-control-wrap.photo input, .wpcf7-form span.wpcf7-form-control-wrap[data-name=photo] input {
  display: none;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  color: #ff1000;
  font-size: 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 #262E72;
  background-color: transparent;
  color: #262E72;
  padding: 0.5rem;
  cursor: pointer;
  margin: 1rem 0;
  border-radius: 2px;
}
.wpcf7-form label[for=photo-upload]:hover {
  background-color: #262E72;
  color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  width: 30%;
  display: inline-block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] {
  background: rgb(237.6285714286, 237.1714285714, 237.1714285714);
  border: 1px solid rgb(237.6285714286, 237.1714285714, 237.1714285714);
  margin-right: 0.5em;
  margin-top: 0.5em;
  float: left;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:after {
  top: 4px;
  left: 8px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  float: left;
  display: block;
}
.wpcf7-form[data-status=invalid] .wpcf7-response-output {
  background: #ff1000;
  padding: 3px 10px;
  font-size: 0.8em;
}
.wpcf7-form .small-text {
  font-size: 0.8em;
}
.wpcf7-form input::-webkit-input-placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form input:-ms-input-placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form input::placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form textarea::-webkit-input-placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}
.wpcf7-form textarea::placeholder {
  color: rgb(141.987012987, 139.012987013, 139.012987013);
}

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

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

.footer-form .wpcf7-form span:not(.wpcf7-form-control-wrap) {
  color: #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
.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: #262E72;
}
.footer-form p.small-text,
.footer-form .wpcf7-form-control-wrap.recaptcha + p {
  text-align: center;
  padding-top: 1.5em;
}
.footer-form .wpcf7-recaptcha > div {
  margin: 0 auto 1em;
}
.footer-form input::-webkit-input-placeholder {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}
.footer-form input:-ms-input-placeholder {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}
.footer-form input::placeholder {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}
.footer-form textarea::-webkit-input-placeholder {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}
.footer-form textarea:-ms-input-placeholder {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}
.footer-form textarea::placeholder {
  color: rgb(116.4935064935, 113.5064935065, 113.5064935065);
}

.footer-formleftbutton input[type=submit] {
  bottom: 25px;
  float: left;
}
.footer-formleftbutton input[type=submit]:hover, .footer-formleftbutton input[type=submit]:focus {
  border-color: #262E72 !important;
  background: #262E72 !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 {
  background: rgb(38, 46, 114);
  background: linear-gradient(180deg, rgb(38, 46, 114) 0%, rgb(26, 23, 89) 100%);
}
footer h3 {
  text-align: center;
}
footer h4 {
  text-transform: none;
  font-weight: bold;
  font-size: 1.2rem;
}
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: 8px 0;
}
footer footer .wp-block-button .wp-block-button__link {
  background-color: #83C440 !important;
  color: #262E72 !important;
  border-color: #fff;
}
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;
}

#contact-us {
  background-color: #fff;
}

#contact-us .wp-block-getwid-section__inner-wrapper {
  background: rgb(131, 196, 64);
  background: linear-gradient(0deg, rgb(131, 196, 64) 0%, rgb(38, 46, 114) 58%);
  border-radius: 2rem;
  padding: 2.5rem 2rem;
}

#contact-us .wp-block-getwid-section__background-holder {
  display: none;
}

#contact-us h2 {
  margin-top: 0;
}

#contact-us h2 strong {
  color: #fff;
}

#contact-us form {
  margin-top: 3rem;
}

.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-color: rgba(255, 255, 255, 0.2666666667);
  border: 2px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
}

.wpcf7-form span.wpcf7-form-control-wrap textarea {
  min-height: 100px;
  max-height: 100px;
  width: 96%;
  padding: 2%;
  margin-top: 20px;
}

#contact-us ::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}

#contact-us.footer-form .wpcf7-form p.small-text {
  padding-top: 0 !important;
  margin-top: -20px;
  color: #262E72 !important;
}

@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;
  }
  footer .wp-block-navigation {
    position: absolute;
    width: 35vw;
    right: 0;
    bottom: 19%;
  }
  .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.15em 0.15em;
}

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

.footer .wp-block-getwid-icon-box {
  margin-top: -3px;
}

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

.reviews h2.has-white-color {
  color: #262E72 !important;
  text-transform: capitalize;
}

h3 a {
  color: #262E72;
  text-decoration: underline;
}

.blueshade1 {
  background-color: #E3E4ED;
}

.blueshade2 {
  background-color: #D2D4E2;
}

.blueshade3 {
  background-color: #C6C8DA;
}

.bg-white {
  background-color: #fff;
}

.services-checks .wp-block-getwid-image-box {
  background: #fff;
  border-radius: 0.5rem;
  padding-right: 0.5rem;
}

.services-checks .is-position-top {
  position: relative;
  top: -10px;
  left: -10px;
}

.services-checks .has-text-align-left {
  margin-left: -15px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper .wp-block-getwid-testimonial__content {
  font-size: 1.2rem;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #262E72;
}

.categories-list a {
  color: #262E72;
  text-decoration: underline !important;
}

.categories-list a:hover {
  text-decoration: none !important;
}

.wp-block-social-links {
  width: 100%;
}

.wpcf7-form > p {
  color: #fff !important;
  text-align: left;
}

.has-large-icon-size li {
  font-size: 1.5rem;
  width: auto !important;
}

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

/*
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: 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: 75px;
    width: 75px;
  }
  header nav {
    padding-top: 0.75em;
  }
  .optionhome4 .wp-block-group.is-content-justification-center {
    position: static;
  }
  .optionhome4header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 80px;
  }
  .optionhome4header .wp-block-buttons {
    width: 15vw;
    position: absolute;
    margin: 0 auto 0 0;
    display: flex;
    gap: 0;
    left: auto;
    right: -1.5%;
    top: 5%;
  }
  .optionhome4header .wp-block-buttons .wp-block-button {
    width: 50%;
  }
  .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.75em;
    color: #262E72;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: var(--wp--preset--font-family--body-font);
    font-size: inherit;
  }
  .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: #262E72;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
    content: "";
    margin-left: 10px;
    font-family: var(--wp--preset--font-family--body-font);
    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: #262E72;
  }
  .optionhome4header .wp-block-navigation__responsive-container-open:before {
    content: "Menu ";
    font-family: var(--wp--preset--font-family--body-font);
    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: rgb(101.25, 112.0394736842, 203.75) !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;
  		}
  	}
  }*/
  main {
    padding-top: 90px;
  }
  .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.75rem;
  }
  /*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%;
  }
  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: 90px;
    width: 90px;
  }
  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;
    text-align: right;
  }
  header .wp-block-buttons .wp-block-button.tel a:hover {
    background-color: transparent !important;
    border-color: none !important;
    color: rgb(57.125, 69.1513157895, 171.375) !important;
  }
  header .wp-block-button__link {
    padding: 0.6em 1em !important;
  }
  header nav {
    padding-top: 0em;
  }
  #logo, #nav-buttons {
    width: 25vw;
  }
  #logo img {
    width: 320px;
    margin-top: 6px;
  }
  .wp-block-navigation {
    width: auto;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel {
    margin-right: 0.4rem;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    width: 1.2rem;
    color: #262E72;
  }
  #nav-buttons .wp-block-button.tel .wp-block-button__link strong {
    color: #262E72;
  }
  .wp-block-button .wp-block-button__link.has-white-background-color {
    border-color: #83C440;
  }
  .wp-block-button.tel .wp-block-button__link.has-white-background-color {
    border-color: #262E72;
  }
  .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: 0.8rem;
  }
  .optionhome4header .wp-block-buttons .wp-block-button {
    width: auto;
  }
  header .wp-block-buttons .wp-block-button.contact .wp-block-button__link {
    background: rgb(29, 60, 132);
    background: linear-gradient(4deg, rgb(29, 60, 132) 0%, rgb(56, 95, 161) 100%);
    color: #fff;
    border-radius: 1.6em;
    padding: 0 1.5rem;
  }
  header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:hover, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:focus {
    background: linear-gradient(to bottom, #355C9E, #2E528D);
    border-color: #fff;
    color: #fff;
  }
  .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: rgb(101.25, 112.0394736842, 203.75) !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;
  }
  .footerlinks {
    top: 0px;
  }
  .optionhome4 .wp-block-group.is-content-justification-center {
    left: 3%;
  }
  .singlepageheader {
    letter-spacing: normal;
    margin-right: 0em !important;
    height: auto;
  }
  .singlepageheader .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    letter-spacing: normal;
    position: relative;
    margin-left: 0em;
    top: 0.5em;
  }
  .singlepageheader .wp-block-buttons {
    margin-right: 1em;
    position: absolute;
    margin-top: 0em;
  }
  .singlepageheader nav {
    position: relative;
    right: 22%;
    margin-right: 1em;
    margin-top: 1.5em;
    z-index: 1;
  }
  .wp-block-navigation .wp-block-navigation-item__label:hover, .wp-block-navigation .wp-block-navigation-item__label:focus {
    color: #407f00;
    opacity: 1;
  }
  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: static;
    right: 0;
    height: 100%;
  }
  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 #262E72;
    background-color: #262E72;
  }
  .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;
  }
}
@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.35em 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:hover, .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;
  }
  .optionhome2nav a.wp-block-navigation-item__content:hover, .optionhome2nav a.wp-block-navigation-item__content:focus {
    color: #fff !important;
    border-bottom: 1px solid white;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    width: 50vw;
    position: absolute;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) > button {
    display: none;
  }
  .optionhome4header .wp-block-buttons {
    width: 40vw;
  }
  .optionhome4header .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    display: inline-block;
  }
  .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;
    padding: 0 1.5rem;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  main {
    padding-top: 93px;
  }
  body.page-template-page-transparent-header main {
    padding-top: 0;
  }
  #contact-us .wp-block-getwid-section__inner-wrapper {
    padding: 2.5rem 2rem;
  }
}
@media only screen and (min-width: 1300px) {
  header .wp-block-site-logo img {
    max-width: 90px;
    width: 90px !important;
  }
  header .wp-block-buttons {
    order: 2;
    margin-right: 0em;
  }
  header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, #nav-buttons .wp-block-button.tel .wp-block-button__link strong {
    display: inline-block;
  }
  .singlepageheader .wp-block-buttons {
    margin-right: 1em;
    position: absolute;
    top: 0.5em;
  }
  .singlepageheader .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    top: 0.1em;
  }
  .singlepageheader nav {
    right: 21%;
  }
}
@media only screen and (min-width: 1300px) and (min-width: 1500px) and (max-width: 1920px) {
  .singlepageheader nav {
    right: 18%;
  }
}
@media only screen and (min-width: 1300px) {
  .iconHeader .wp-block-navigation {
    width: auto !important;
    position: relative;
  }
  .iconHeader .noBottom {
    margin-right: 3% !important;
  }
  .optionhome4header .wp-block-navigation:not(.wp-block-navigation__container) {
    left: 50%;
    transform: translateX(-50%);
    width: 50vw;
    position: absolute;
  }
  .optionhome4header .wp-block-buttons {
    width: 30vw;
  }
  .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: 1rem;
  }
  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 0em;
    font-size: 1em;
  }
  main {
    padding-top: 55px;
  }
}/*# sourceMappingURL=style.css.map */