/*
Theme Name: Kook2025
Theme URI: https://wpstarter.kookdev.com.au/
Description: Kook, child of Twenty Twenty-Five theme
Author: Kook
Author URI: http://kook.com.au
Template: twentytwentyfive
Version: 2.1
Text Domain: Kook2025
Tested up to: 6.7
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/
.text-left {
  text-align: left;
}

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

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

.right {
  float: right;
}

.left {
  float: left;
}

/*********************
MOUSEY
*********************/
.scroll-downs {
  position: absolute;
  /*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__link, input[type=submit], .woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart button[name=add-to-cart], .woocommerce-form-login__submit, .woocommerce-form-register__submit, .ckdm-bundle-item p a.ckdm-bundle-link:last-of-type, .wc-block-checkout__login-prompt {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 700;
  border-radius: 5rem;
  transition: all 0.4s ease;
  font-family: var(--wp--preset--font-family--body-font);
  cursor: pointer;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link, .woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart button[name=add-to-cart], .wc-block-mini-cart__footer-checkout, .wc-block-components-checkout-place-order-button,
input[type=submit] {
  background-color: #0B1424;
  border: none;
  color: #fff;
  box-shadow: #FED524 0 10px 20px -10px;
  border-radius: 5rem;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .woocommerce div.product form.cart button.single_add_to_cart_button:hover, .woocommerce div.product form.cart button.single_add_to_cart_button:focus,
.woocommerce div.product form.cart button[name=add-to-cart]:hover,
.woocommerce div.product form.cart button[name=add-to-cart]:focus, .wc-block-mini-cart__footer-checkout:hover, .wc-block-mini-cart__footer-checkout:focus, .wc-block-components-checkout-place-order-button:hover, .wc-block-components-checkout-place-order-button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #205AAC;
}

.secondary,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-radius: 0.25em;
  border-color: #2394D4;
  background-color: #2394D4;
  color: #fff;
}
.secondary:hover, .secondary:focus,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.secondary.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
  border-color: rgb(116.8137651822, 190.4696356275, 232.1862348178);
  background-color: rgb(116.8137651822, 190.4696356275, 232.1862348178);
}

.tertiary,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: rgb(169.548, 29.452, 33.432);
  border: none;
}
.tertiary:hover, .tertiary:focus, .tertiary:active,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.tertiary.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background: rgb(191.274, 33.226, 37.716);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.add_to_cart_button) {
  border: 1px solid #0B1424;
  color: #0B1424;
  background-color: transparent;
  box-shadow: #FED524 0 10px 20px -10px;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.add_to_cart_button):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.add_to_cart_button):focus {
  background-color: #0B1424;
  color: #fff;
  box-shadow: #FED524 0 10px 20px -10px;
}

.wp-block-button__link .add_to_cart_button, .wc-block-components-button:not(.is-link) {
  border: 1px solid #0B1424;
  color: #0B1424;
  background-color: transparent;
  border-radius: 5rem;
}
.wp-block-button__link .add_to_cart_button:hover, .wp-block-button__link .add_to_cart_button:focus, .wc-block-components-button:not(.is-link):hover, .wc-block-components-button:not(.is-link):focus {
  background-color: #0B1424;
  color: #fff;
  border-radius: 5rem;
}

.woocommerce-form-login__submit, .woocommerce-form-register__submit, .ckdm-bundle-item p a.ckdm-bundle-link:last-of-type, .wc-block-checkout__login-prompt {
  border: 1px solid #0B1424;
  color: #0B1424;
  background-color: transparent;
  box-shadow: #FED524 0 10px 20px -10px;
}
.woocommerce-form-login__submit:hover, .woocommerce-form-login__submit:focus, .woocommerce-form-register__submit:hover, .woocommerce-form-register__submit:focus, .ckdm-bundle-item p a.ckdm-bundle-link:last-of-type:hover, .ckdm-bundle-item p a.ckdm-bundle-link:last-of-type:focus, .wc-block-checkout__login-prompt:hover, .wc-block-checkout__login-prompt:focus {
  background-color: #0B1424;
  color: #fff;
  box-shadow: #FED524 0 10px 20px -10px;
}

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

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

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

a {
  text-decoration: none;
}

em {
  font-family: "ivypresto-display", serif;
  text-decoration: underline solid 3px #2394D4;
  font-weight: 400;
}

.link, .breadcrumb_last {
  text-decoration: underline;
  text-decoration-color: #2394D4;
  text-decoration-thickness: 2px;
}

.wc-block-components-notice-banner__content a {
  font-size: 0.975em;
}

.continue-shopping-success-link {
  font-size: 0.975em;
  margin-right: 20px;
}

.wc-block-components-notice-banner__content {
  font-size: 0.975em;
  font-weight: bold;
}

.wc-block-mini-cart__badge {
  font-size: 0.5em;
}

.wc-block-mini-cart__footer-cart > span, .wc-block-mini-cart__footer-checkout > span, .wc-block-components-checkout-place-order-button {
  font-size: 1rem;
}

.fal {
  font-weight: 300;
}

body, h3, .h3, .far, .related-links h3 {
  font-weight: 500;
}

b, strong {
  font-weight: 700;
}

.bigger strong, .medium strong {
  font-weight: 800;
}

a:not(.wp-element-button) {
  font-size: unset;
}

h1, .h1 {
  font-size: var(--wp--preset--font-size--huge);
  line-height: 1.2;
}

h2, .h2, .bigger {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.2;
}

h3, .h3, .hero .wp-block-search button, .wp-block-navigation__responsive-container-open, .header-cta a i {
  font-size: var(--wp--preset--font-size--medium);
}

h4, .h4, h5, .h5, .related-links h3, .ticket-price label, .wp-block-getwid-content-slider.explore .wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-Tabs-panel h4.bundled_product_attributes_title {
  font-size: var(--wp--preset--font-size--normal) !important;
  text-transform: none;
}

h6, .h6, .hero .wp-block-group > span:first-of-type, .hero .wp-block-group > span:first-of-type span a:not(.wp-element-button),
.smaller, .small-text .input-group label, #resultcounter, .wrap-checkbox, .hold-arrow p {
  font-size: var(--wp--preset--font-size--small);
}

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

.fa-regular, .fa-solid {
  font-size: 2rem;
}

/**************************
Colours
**************************/
.darkblue {
  color: #2394D4;
}

.grey,
h4,
.h4 {
  color: rgb(58.7446808511, 106.8085106383, 192.2553191489);
}

.black,
h4,
.h4 {
  color: #0B1424;
}

.white {
  color: #fff;
}

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

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

.wp-block-getwid-section__inner-wrapper:not(header .wp-block-getwid-section__inner-wrapper) {
  width: 90%;
}

.wp-block-columns {
  flex-wrap: wrap !important;
}

@media (max-width: 1023px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
header {
  max-width: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: transparent;
}
header .wp-block-site-logo img {
  width: 130px;
  max-width: 130px;
  transition: all 0.4s ease;
}
header .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong,
header .wp-block-buttons .wp-block-button.tel .wp-block-button__link span, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link strong,
header .wp-block-buttons .wp-block-button.contact .wp-block-button__link span {
  display: none;
}
header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after, header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:after {
  content: "";
  font-family: "graphie", sans-serif;
  font-size: inherit;
}
header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 2em;
  color: #fff;
}
header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 2em;
  color: #fff;
}

.scroll header {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.scroll header .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, .scroll header .wp-block-buttons .wp-block-button.contact .wp-block-button__link:before {
  color: #205AAC;
}

.logo.wp-block-site-logo {
  position: fixed;
  left: 0.5rem;
}

.home1CTA nav {
  position: fixed;
  right: 0.5em;
}
.home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
  background: transparent !important;
}
.home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
  display: none;
}
.home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
  color: #205AAC;
}
.home1CTA .wp-block-navigation > button {
  color: #0B1424;
}
.home1CTA > div {
  right: 3rem;
  position: relative;
  gap: 0.25em;
}

.mobile-menu {
  visibility: visible;
}

.desktop-menu {
  visibility: hidden;
}

/* This centers the menu items on the mobile pop up menu. The menu currently is set on WP to be left aligned as that is the way it appears on desktop. To remove this line of code, a second navigation would need to be added to the header for the mobile screens.*/
#modal-1-content {
  align-items: center !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__container.has-normal-font-size.is-responsive.items-justified-left.no-wrap.wp-block-navigation.has-normal-font-size {
  align-items: center;
  width: 100%;
}

header .wp-block-navigation > button {
  background: transparent;
  width: 100%;
  align-items: center;
  justify-content: right;
  margin-bottom: 0.25em;
  font-weight: 700 !important;
}
header .wp-block-navigation__responsive-container-open:before {
  display: none;
}
header .wp-block-navigation__responsive-container-open:after {
  content: "Menu";
  font-family: "graphie", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.6em;
  color: #0B1424;
}
header .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: flex;
  flex-direction: column;
}
header .wp-block-navigation__responsive-container-close svg,
header .wp-block-navigation__responsive-container-open svg {
  display: block;
  height: 40px;
  pointer-events: none;
  width: 40px;
}

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

.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li > a {
  padding: 0.4em 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
}
.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li .wp-block-navigation__submenu-container {
  display: flex;
  gap: 0.5em;
}
.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation__container > li .wp-block-navigation__submenu-container > li > a {
  gap: 0.1em;
  color: rgb(46.8085106383, 85.1063829787, 153.1914893617);
  text-align: center;
  padding: 0.4em 0;
}

.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
  margin-left: 0.5em;
  outline-width: 0px !important;
}

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

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
  left: 0;
  right: auto;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
  background: transparent;
  border-radius: 3.125rem;
}

.wp-block-search__button svg {
  min-height: 40px;
  min-width: 40px;
}

:root :where(.wp-block-search .wp-block-search__input) {
  display: none;
}

:root :where(.search .wp-element-button, .search .wp-block-button__link) {
  padding: 0.25em;
  margin-left: 0;
}

li.third-level > a {
  padding: 0.5em 1.5em;
}
li.third-level > .wp-block-navigation__submenu-icon {
  color: #fff;
  margin-right: 1em !important;
}
li.third-level > ul {
  background: rgb(22.9361702128, 41.7021276596, 75.0638297872) !important;
  border: none !important;
}

header .wp-block-navigation [aria-current=page]:not(.wp-block-navigation__submenu-container li a.wp-block-navigation-item__content) > span, header .wp-block-navigation .current-menu-ancestor {
  color: #0B1424;
  border-bottom: 1px solid #0B1424;
}

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

:where(.wp-site-blocks *:focus) {
  outline-width: 0px;
  outline-style: none;
}

.wp-block-getwid-counter__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

.sticky-element {
  position: sticky !important;
  top: 150px;
}

.getwid-padding-tablet-top-large {
  padding-top: 90px !important;
}

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

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

.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
  background: none !important;
}
.slick-next:before,
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
}

.slick-next {
  right: -50px;
}
.slick-next:before {
  content: "\f105";
}

.slick-prev {
  left: -50px;
}
.slick-prev:before {
  content: "\f104";
}

.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next {
  right: 0;
}
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev {
  left: 0;
}

.slick-dots button {
  background-color: transparent !important;
}

.is-carousel.has-arrows-outside .slick-next,
.is-carousel.has-arrows-outside .slick-prev {
  height: 100%;
  background: #fff;
}

.wp-block-getwid-post-carousel.has-slides-gap-large .slick-list,
.wp-block-getwid-images-slider.has-slides-gap-large .slick-list {
  margin: 0;
}

.services {
  box-shadow: #FED524 0 5px 10px -5px;
}
.services:hover {
  box-shadow: #FED524 0 10px 20px -10px;
  transform: translateY(-0.5em);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ckdm-use-credits-option {
  box-shadow: #FED524 0 5px 10px -5px;
  background: #fefbef;
  border: 1px solid #0B1424;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea,
select {
  padding: 1em 1em;
  margin: 1em 0px;
  box-sizing: border-box;
  color: rgb(46.8085106383, 85.1063829787, 153.1914893617);
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 0.5em;
}

.wc-blocks-components-select__container {
  height: auto;
  margin-top: 0;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  top: 0;
  left: 0;
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
  margin-top: 2em;
}

.wc-block-components-state-input {
  margin-top: 1em;
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form > p {
  margin: 0;
}
.wpcf7-form label {
  font-size: var(--wp--preset--font-size--small);
}
.wpcf7-form .checkbox {
  display: inline-block;
  width: 100%;
}
.wpcf7-form .checkbox .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.wpcf7-form span:not(.wpcf7-form-control-wrap) {
  color: rgb(46.8085106383, 85.1063829787, 153.1914893617);
}
.wpcf7-form span.wpcf7-form-control-wrap input:not([type=checkbox]),
.wpcf7-form span.wpcf7-form-control-wrap select {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid rgb(46.8085106383, 85.1063829787, 153.1914893617);
}
.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: #721c24;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
}
.wpcf7-form span#photo-name {
  display: inline-block;
  margin-left: 5px;
  font-family: sans-serif;
}
.wpcf7-form span.file-size {
  display: inline-block;
  margin-left: 10px;
  opacity: 0.7;
  font-size: var(--wp--preset--font-size--small);
}
.wpcf7-form label[for=photo-upload] {
  display: inline-block;
  border: 1px solid #205AAC;
  background-color: transparent;
  color: #205AAC;
  padding: 0.5rem;
  cursor: pointer;
  margin: 1rem 0;
}
.wpcf7-form label[for=photo-upload]:hover {
  background-color: #205AAC;
  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(205.0595744681, 217.5446808511, 239.7404255319);
  border: 1px solid rgb(205.0595744681, 217.5446808511, 239.7404255319);
  margin-right: 0.5em;
  margin-top: 0.5em;
  float: left;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:after {
  top: 4px;
  left: 8px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  float: left;
  display: block;
}
.wpcf7-form[data-status=invalid] .wpcf7-response-output {
  background-color: rgb(227.6901408451, 143.8098591549, 151.6126760563);
  color: #721c24;
  font-size: var(--wp--preset--font-size--small);
  border-radius: 5px;
  padding: 6px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 500px;
  align-items: center;
  border: none;
}
.wpcf7-form .small-text {
  font-size: var(--wp--preset--font-size--small);
  color: #fff;
  padding-top: 1.5em;
}
.wpcf7-form input::-webkit-input-placeholder {
  color: rgb(58.7446808511, 106.8085106383, 192.2553191489);
}
.wpcf7-form input:-ms-input-placeholder {
  color: rgb(58.7446808511, 106.8085106383, 192.2553191489);
}
.wpcf7-form input::placeholder {
  color: rgb(58.7446808511, 106.8085106383, 192.2553191489);
}
.wpcf7-form textarea::-webkit-input-placeholder {
  color: rgb(58.7446808511, 106.8085106383, 192.2553191489);
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: rgb(58.7446808511, 106.8085106383, 192.2553191489);
}
.wpcf7-form textarea::placeholder {
  color: rgb(58.7446808511, 106.8085106383, 192.2553191489);
}

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

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

.footer-form .wpcf7-form span:not(.wpcf7-form-control-wrap) {
  color: #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea {
  background: #474747;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: var(--wp--preset--font-size--normal);
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input::placeholder,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select::placeholder,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea::placeholder {
  color: #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap input:hover, .footer-form .wpcf7-form span.wpcf7-form-control-wrap input:focus,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select:hover,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap select:focus,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea:hover,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap textarea:focus {
  border-bottom-color: white;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox],
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=radio] {
  background: transparent;
  border: 1px solid #fff;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:hover, .footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:focus,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=radio]:hover,
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=radio]:focus {
  border-color: white;
}
.footer-form .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:after {
  border-color: #fff;
}
.footer-form .wpcf7-form label[for=photo-upload] {
  border-color: #fff;
  color: #fff;
}
.footer-form .wpcf7-form label[for=photo-upload]:hover {
  background-color: #fff;
  color: #205AAC;
}
.footer-form .wpcf7-form .wpcf7-recaptcha > div {
  margin: 0 auto 1em;
}
.footer-form .wpcf7-form input::-webkit-input-placeholder,
.footer-form .wpcf7-form input:-ms-input-placeholder,
.footer-form .wpcf7-form input::placeholder,
.footer-form .wpcf7-form textarea::-webkit-input-placeholder,
.footer-form .wpcf7-form textarea:-ms-input-placeholder,
.footer-form .wpcf7-form textarea::placeholder {
  color: rgb(46.8085106383, 85.1063829787, 153.1914893617);
}

footer .readmorelink {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
footer ul {
  padding: 0;
}
footer ul li:not(.wp-social-link):not(.wp-block-navigation-link) {
  list-style: none;
  border-bottom: 1px solid #fff;
}
footer .wp-block-social-link-anchor {
  font-size: 1.4em;
}
footer .wp-block-columns .wp-block-column .wp-block-getwid-icon-box {
  text-align: center;
  display: block;
}
footer .wp-block-columns .wp-block-column .wp-block-getwid-icon-box > div {
  display: inline-block;
  width: auto;
}
footer .wp-block-columns .wp-block-column .wp-block-getwid-icon {
  float: none;
  display: inline-block;
  margin: 0 1em;
}

textarea::placeholder {
  padding: 0.5em;
}

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

.quicklinks a {
  padding: 0.5em;
}

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

#cboxContent {
  padding: 0 45px;
}

#cboxCurrent,
#cboxNext,
#cboxNext,
#cboxPrevious,
#cboxClose {
  top: 4px;
}

#cboxNext,
#cboxPrevious {
  top: 50%;
}

#cboxPrevious {
  left: 0;
}

#cboxNext {
  right: 0;
}

#cboxTitle {
  font-size: 120%;
  line-height: 1.8em;
}

#cboxLoadedContent {
  margin-top: 28px;
}

.wc-block-components-quantity-selector:after, .woocommerce.wc-block-catalog-sorting select.orderby, .digitaltracks, .digitaltracks .has-background {
  border-radius: 2em;
}

.woocommerce.wc-block-catalog-sorting select.orderby {
  padding-right: 0.5em;
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity {
  margin-right: 0.75em;
  padding: 0.5em;
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
  border-width: 0;
}
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active {
  border: none;
  border-width: 0;
}
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active a {
  background-color: #FFF7D3;
  border-radius: 1.5em 1.5em 0 0;
  padding-top: 0.75em;
}
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:not(.active) {
  border: none;
  border-width: 0;
}
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:not(.active) a {
  background-color: #fffbe9;
  border-radius: 1.5em 1.5em 0 0;
  padding-top: 0.75em;
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
  border-bottom: #0B1424 2px solid;
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 1em 1.5em;
  background: #f5f6f6;
}

.product-bg {
  box-shadow: #e9eaeb 0px 5px 10px 0px;
  border-radius: 2em;
  height: 100%;
  background: #fffbe9;
}
.product-bg:hover {
  box-shadow: #e9eaeb 0 5px 10px -5px;
  transform: translateY(-0.5em);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-bg > .wc-block-components-product-image, .product-bg img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 2em 2em 0 0;
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  border-radius: 5rem;
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
  top: 80%;
}

.wc-block-mini-cart__button {
  padding: 6%;
}

.wp-block-woocommerce-customer-account a {
  padding: 6%;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
  width: 1.75em;
  height: 1.75em;
}

.slide-spacer {
  width: 300px !important;
  margin: 0.42em;
}

body.archive > div > main > #lightingTag, body:not(.sold-individually) > div > div > main > #digitalDownloads,
body.sold-individually > div > div > main > #physicalProducts, .bundled_product_image, [aria-label="Product Details"], div.bundled_product_summary:not(.thumbnail_hidden) .details > div.bundled_item_cart_content,
body.product_cat-virtual-albums .wp-container-core-columns-is-layout-65e523f9, .wc-block-mini-cart-items .is-bundled__indented, .is-bundled__indented img, .bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
  display: none !important;
}

body.term-lighting > div > main > #lightingTag {
  display: block;
}

.woocommerce div.product form.cart .variations select, #bundle_select_all {
  border-radius: 2em;
}

ul.digitalSongs {
  grid-gap: 0;
  gap: 0;
}
ul.digitalSongs > li {
  border-bottom: 1px solid #0B1424;
}
ul.digitalSongs li:nth-of-type(even) {
  border-left: 1px solid #0B1424;
}

ul.digitalRelated {
  grid-gap: 0;
  gap: 0;
}
ul.digitalRelated > li {
  border-bottom: 1px solid #0B1424;
}
ul.digitalRelated li:nth-child(3n-1) {
  border-left: 1px solid #0B1424;
  border-right: 1px solid #0B1424;
}

.wc-block-cart-item__prices {
  display: none;
}

.wc-block-product-template__responsive.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(max(150px, 100% - 0.9375em), 1fr));
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
  font-size: 0.45em !important;
}

.bundled_product_summary .bundled_product_title .bundled_product_title_link {
  margin-left: 0.15em !important;
}

.woocommerce div.product form.cart .bundled_product_summary {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented .wc-block-cart-item__wrap {
  padding-left: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 0.5em 0;
}

.woocommerce div.product form.cart .bundled_product_summary .bundled_product_title {
  font-size: 1em !important;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
  float: left !important;
  padding-left: 0 !important;
  width: 100% !important;
}

.cart.bundle_data {
  order: -1;
  margin-bottom: 1.5em;
}

.bundle_form {
  display: flex !important;
  flex-direction: column;
}

.wc-block-cart-item__product * {
  margin: 0 !important;
}

#back-to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  bottom: 6em;
  right: 0.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  background: #205AAC;
  border-radius: 50%;
  z-index: 10;
}
#back-to-top i {
  margin: auto;
  line-height: 2.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.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: 601px) {
  header .home1CTA .wp-container-1 {
    order: 1;
  }
  header .home1CTA .wp-block-buttons {
    position: fixed;
    right: 0;
    gap: 0;
    top: 1em;
  }
  header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link strong,
  header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link span {
    display: inline;
  }
  header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, header .home1CTA .wp-block-buttons .wp-block-button.tel .wp-block-button__link:after {
    content: none;
  }
  header .wp-block-site-logo img {
    max-width: 190px;
    width: 190px;
  }
  .scroll header .wp-block-site-logo img {
    max-width: 150px;
    width: 150px;
  }
  .wp-block-navigation__container.has-normal-font-size.is-responsive.items-justified-right.wp-block-navigation.has-normal-font-size {
    align-items: center !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: center !important;
  }
  .wp-block-navigation__responsive-container-open:before {
    top: 0px;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer ul li:not(.wp-social-link):not(.wp-block-navigation-link) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: #0B1424 1px solid;
    background: transparent;
    border-radius: 3.125rem;
  }
  :root :where(.wp-block-search .wp-block-search__input) {
    padding-right: 0;
    background: transparent;
    display: block;
  }
  :root :where(.search .wp-element-button, .search .wp-block-button__link) {
    padding: 0.5em;
    margin-left: 0;
  }
  .wp-block-search__button svg {
    min-height: 24px;
    min-width: 24px;
  }
  .hero .wp-block-getwid-media-text-slider-slide-content {
    max-width: 80%;
  }
  .wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 50% - 0.9375em), 1fr));
  }
  footer h3 {
    text-align: left;
  }
  footer ul li {
    text-align: left;
  }
  footer .wp-block-columns .wp-block-column {
    text-align: left;
  }
  footer .wp-block-columns .wp-block-column .wp-block-getwid-icon-box {
    text-align: left;
    display: flex;
  }
  footer .wp-block-columns .wp-block-column .wp-block-getwid-icon {
    margin: 0 2em 0 -10px;
  }
  footer .wp-block-getwid-social-links__list {
    justify-content: left;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

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

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

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

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

  ******************************************************************/
  .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:not(body.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) {
  /********************
  Section Wrapper padding
  *********************/
  .wp-block-getwid-section__wrapper:not(header .wp-block-getwid-section__wrapper) {
    margin: 0;
    padding: 2em 0;
  }
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  header .wp-block-site-logo img {
    max-width: 390px;
    width: 390px;
  }
  header .logo.wp-block-site-logo {
    left: 2rem;
  }
  .scroll header .wp-block-site-logo img {
    max-width: 300px;
    width: 300px;
  }
  header .searchicon {
    position: relative;
    top: 1em;
    float: right;
    right: auto;
  }
  header .wp-block-buttons {
    position: relative;
    margin-right: 0em;
    padding-top: 0em;
    gap: 0.5em;
  }
  header .wp-block-buttons .wp-block-button.tel {
    position: relative;
  }
  header .wp-block-buttons .wp-block-button.tel a:hover {
    background-color: transparent !important;
    border-color: none;
    color: rgb(61.5, 126.75, 219) !important;
  }
  header nav {
    padding-top: 0em;
  }
  .mobile-menu {
    visibility: hidden;
    display: none !important;
  }
  .desktop-menu {
    visibility: visible;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 0.5em;
  }
  header .wp-block-navigation .wp-block-navigation__container > li > a.wp-block-navigation-item__content {
    font-weight: 700;
  }
  header .wp-block-navigation .wp-block-navigation__container > li.has-child > .wp-block-navigation__submenu-container {
    right: auto;
    background-color: #0B1424;
    border-radius: 0 0 2em 2em;
  }
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:before, header .wp-block-navigation .wp-block-navigation__responsive-container-open:after,
  header .wp-block-navigation .wp-block-navigation__responsive-container-open .wp-block-navigation__responsive-container-close svg,
  header .wp-block-navigation .wp-block-navigation__responsive-container-open .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  header .wp-block-navigation .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    text-align: left;
    font-weight: 600;
    color: #fff;
  }
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  header .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
  header .wp-block-navigation .wp-block-navigation-submenu > a.wp-block-navigation .has-child > span.wp-block-navigation-item__label {
    margin-left: 0;
  }
  .wp-block-navigation .wp-block-navigation-item:last-of-type {
    border-radius: 0 0 2em 2em;
  }
  .footerlinks {
    top: 0px;
  }
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    right: auto;
  }
  header .home1CTA .wp-block-button__link {
    padding: 0em !important;
  }
  header .home1CTA nav {
    position: relative;
    left: unset;
    top: 0;
    right: 2%;
  }
  header .home1CTA .wp-block-buttons {
    left: auto;
    right: 2%;
    top: 0;
    position: relative;
    margin-right: 0em;
  }
  header .home1CTA > div {
    right: 0;
  }
  header .logo.wp-block-site-logo {
    left: 1rem;
    align-items: center;
    top: 0.25em;
  }
  .wc-block-mini-cart__button {
    padding: 0 0.25em;
  }
  .wp-block-woocommerce-customer-account a {
    padding: 0 0.25em;
  }
  .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    width: 1.75em;
    height: 1.75em;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    width: 49% !important;
  }
  .woocommerce .col2-set .col-2 {
    float: right !important;
  }
  .woocommerce .col2-set .col-1 {
    float: left !important;
  }
  .wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 33% - 0.9375em), 1fr));
  }
}
@media only screen and (min-width: 1300px) {
  header .wp-block-site-logo img {
    max-width: 390px;
    width: 390px;
  }
  header .logo.wp-block-site-logo {
    left: 2rem;
  }
  .scroll header .wp-block-site-logo img {
    max-width: 300px;
    width: 300px;
  }
  .page-template-wp-custom-template-home-2 .wp-block-navigation-item, .post-template-wp-custom-template-home-2 .wp-block-navigation-item {
    color: #fff;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel .wp-block-button__link {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:before, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:after, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: "graphie", sans-serif;
    font-size: inherit;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    background: transparent !important;
    color: #205AAC !important;
    padding: 0.6em 1em !important;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link {
    background: #205AAC !important;
    color: #fff !important;
    padding: 0.75rem 1.5rem;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:hover, .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:focus, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:hover, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:focus {
    background: rgb(24, 67.5, 129) !important;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:before, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact strong,
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact span,
  .page-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact #text, .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact strong,
  .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact span,
  .post-template-wp-custom-template-home-2:not(.scroll) header .wp-block-button.contact #text {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button, .post-template-wp-custom-template-home-2.scroll header .wp-block-button {
    width: auto;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.tel .wp-block-button__link {
    display: inline-block;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:before, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:after, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.tel:after {
    content: "";
    margin-left: 10px;
    font-family: "graphie", sans-serif;
    font-size: inherit;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link, .post-template-wp-custom-template-home-2.scroll header .wp-block-button .wp-block-buttons .wp-block-button.tel .wp-block-button__link {
    color: #205AAC !important;
    background-color: transparent !important;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link {
    background: #205AAC !important;
    color: #fff !important;
    margin-top: 0em;
    padding: 0.75rem 1.5rem;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:hover, .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:focus, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:hover, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:focus {
    background: rgb(24, 67.5, 129) !important;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:before, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact .wp-block-button__link:before {
    display: none;
  }
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact strong,
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact span,
  .page-template-wp-custom-template-home-2.scroll header .wp-block-button.contact #text, .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact strong,
  .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact span,
  .post-template-wp-custom-template-home-2.scroll header .wp-block-button.contact #text {
    display: inline-block;
  }
  header .wp-block-navigation .wp-block-navigation__container {
    gap: 1.2em;
  }
  .wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 25% - 0.9375em), 1fr));
  }
}
@media only screen and (min-width: 1450px) {
  /********************
  Section Wrapper padding
  *********************/
  .wp-block-getwid-section__inner-wrapper:not(header .wp-block-getwid-section__inner-wrapper) {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */