/*
Theme Name: Papania's
Author: CODO Design
Author URI: https://cododesign.com
Description: Papania's is a custom theme designed and developed by CODO Design. This theme is optimized for use with the CODO ACF Blocks plugin and Advanced Custom Fields.
Requires at least: 6.6
Tested up to: 6.6.2
Requires PHP: 8.0
Version: 2.0
Text Domain: codo
*/
body, button {
  font-family: "Knockout 52 A", "Knockout 52 B";
}

p, p > span {
  font-family: "Knockout 32 A", "Knockout 32 B";
}

.subheading p, .subheading {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600 !important;
}

h1, h1 p, h1 p > span {
  font-family: "Knockout 48 A", "Knockout 48 B";
  font-weight: 400 !important;
}

h2, h2 p, h2 p > span {
  font-family: "Knockout 48 A", "Knockout 48 B";
  font-weight: 400 !important;
}

h3, h3 p {
  font-family: "Knockout 52 A", "Knockout 52 B";
  font-weight: 400 !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

h1 {
  font-size: 6em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

h1 p {
  font-size: 1em;
  line-height: 1em;
}

h2 {
  font-size: 4em;
  line-height: 1em;
}

h2 p {
  font-size: 1em;
  line-height: 1em;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
}

h3 p {
  font-size: 1em;
  line-height: 1em;
}

h4 {
  font-size: 1.5em;
  line-height: 1em;
}

h5 {
  font-size: 1.25em;
  line-height: 1.4em;
}

h6 {
  font-size: 1.125em;
  line-height: 1.4em;
}

p {
  font-size: 1em;
  line-height: 1.7em;
}

b, strong {
  font-weight: 800;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  appearance: none !important;
  padding: 6px 15px;
  border-radius: 48px;
  text-transform: uppercase;
}

button:hover {
  cursor: pointer;
}

img, picture, video, svg {
  width: 100%;
  height: auto;
}

input, textarea, select {
  appearance: none;
  border-radius: 1vw;
  border-width: 2px;
  border-color: #EAEAEA;
}

table {
  box-sizing: border-box;
  border-radius: 24px;
  border-width: 2px;
  border-color: #EAEAEA;
}

table tr td {
  border-width: 2px;
  border-color: #EAEAEA;
}

a {
  color: #2E3192;
}

blockquote {
  font-weight: 800;
}

blockquote p {
  border-left: 2px solid #EAEAEA;
  padding-left: 1em;
}

button {
  border: none;
  background: #2E3192;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

button:after,
header.header nav.featured-links ul li a:after,
input[type=submit]:after {
  content: "";
  background-image: url("assets/images/icon-arrow-white.svg");
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-bottom: 0px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0.25em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.heading {
  font-weight: 600;
  letter-spacing: 0em;
}

.heading p, h2.heading {
  text-align: center;
}

h3.heading:before {
  margin-left: 0;
}

p, p > span {
  color: #3F3F3F;
  font-weight: 400 !important;
}

header.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 99999;
  padding: 0 4vw;
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 0.8em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

header.header.sticky {
  height: 60px;
}

.admin-bar header.header {
  top: 32px;
}

header.header .logo {
  max-width: 120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header .logo.left {
  margin-right: 2vw;
}

header.header .left:before {
  border: none;
}

header.header .logo.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

header.header .top {
  display: flex;
  align-items: center;
}

header.header .top.left {
  justify-content: flex-start;
}

header.header .top.center {
  justify-content: space-between;
}

header.header .nav-wrapper.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

header.header nav ul {
  padding: 0;
  margin: 0;
}

header.header nav ul li {
  list-style: none;
  display: inline-flex;
  height: auto;
  align-items: center;
  margin-right: 24px;
  position: relative;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header.sticky nav ul li {
  height: 60px;
}

header.header nav ul li:after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header nav ul li:hover:after {
  left: 0;
  width: 100%;
}

header.header nav ul li a {
  color: #2E3192;
  letter-spacing: 0em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

header.header nav ul li a:hover {
  color: #2E3192;
}

header.header nav ul li ul {
  display: none;
  position: absolute;
  border: 1px solid #EAEAEA;
  background-color: #ffffff;
  top: 0px;
  padding: 2vw;
  left: -2vw;
  border-radius: 8px;
  margin-top: -1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: -13px;
  text-align: center;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

header.header nav ul li:hover ul {
  display: block;
  top: 48px;
}

header.header nav ul li ul li {
  display: block;
  border-bottom: none;
  height: auto;
  margin-right: 0;
}

header.header nav ul li ul li:after {
  height: 0px;
}

header.header nav ul li ul li:nth-of-type(n + 2) {
  margin-top: 1em;
}

header.header .primary-nav-wrapper {
  display: none;
}

header.header .featured-links-wrapper {
  display: flex;
  align-items: center;
}

header.header .top.left .featured-links-wrapper {
  position: absolute;
  right: 2vw;
}

header.header nav.featured-links {
  display: none;
}

header.header nav.featured-links ul li {
  margin-left: 0.5em;
  margin-right: 0;
}

header.header nav.featured-links ul li a {
  background-color: #2E3192;
  color: #ffffff;
  border: 2px solid #2E3192;
  border-radius: 48px;
  padding: 8px 16px;
  box-sizing: border-box;
}

header.header form.search {
  display: flex;
  align-items: center;
}

header.header form.search label {
  display: none;
}

header.header form.search input[type=text] {
  border: none;
  outline: none;
}

header.header form.search input[type=submit] {
  display: none;
}

header.header .bottom {
  display: flex;
  align-items: center;
}

header.header nav.secondary ul {
  padding: 0;
  margin: 0;
}

header.header nav.secondary ul li {
  list-style: none;
  display: inline-flex;
  height: auto;
  align-items: center;
}

header.header nav.secondary.featured-links ul li.button a {
  background-color: #ffffff;
  color: #2E3192;
  border: 2px solid #EAEAEA;
}

header.header .header-nav-button {
  display: block;
  position: absolute;
  right: 2.5vw;
}

header.header .header-nav-button:hover, header.header .header.header-nav-button:active {
  cursor: pointer;
}

header.header .header-nav-button div {
  width: 24px;
  height: 4px;
  background-color: #2E3192;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header .header-nav-button div.middle {
  margin: 4px 0;
}

header.header .header-nav-button.active div:first-of-type {
  transform: rotate(45deg);
  margin-top: 4px;
}

header.header .header-nav-button.active div.middle {
  display: none;
}

header.header .header-nav-button.active div:last-of-type {
  transform: rotate(-45deg);
  margin-top: -4px;
}

header.header .mobile-nav-wrapper {
  display: none;
  background: #2E3192;
  color: #ffffff;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 60px);
  top: 60px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-bar header.header .mobile-nav-wrapper {
  top: 106px;
}

header.header .mobile-nav-wrapper nav ul li a {
  color: #ffffff;
}

header.header .mobile-nav-wrapper nav.primary-nav {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

header.header .mobile-nav-wrapper nav.primary-nav ul li {
  display: block;
  font-size: 1.25em;
  height: auto;
}

header.header .mobile-nav-wrapper nav ul li:nth-of-type(n + 2) {
  margin-top: 1em;
}

header.header .mobile-nav-wrapper nav.primary-nav ul li ul,
header.header .mobile-nav-wrapper nav.primary-nav ul li:hover ul {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 1em;
  top: 0;
}

header.header .mobile-nav-wrapper nav.primary-nav ul li ul li {
  margin-right: 0;
  font-size: 1em;
}

header.header .mobile-nav-wrapper nav.social-nav {
  position: relative;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header .mobile-nav-wrapper.active nav.social-nav {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 8vw;
}

header.header .mobile-nav-wrapper nav.social-nav ul li {
  height: 24px;
}

header.header .mobile-nav-wrapper nav.social-nav ul li a svg {
  height: 24px;
}

header.header .mobile-nav-wrapper nav.social-nav ul li a svg path {
  fill: #ffffff;
}

main {
  margin-top: 60px;
}

body:not(.home) main {
  padding-top: 0;
}

main > p {
  width: 100%;
  margin: auto;
}

footer.footer {
  background-color: #ffffff;
  border-top: 2px solid #EAEAEA;
  font-size: 0.8em;
}

footer.footer .top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4vw 4vw 4vw;
  flex-direction: column;
}

footer .top ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
}

footer.footer .top .logo {
  max-width: 290px;
  width: 100%;
  height: auto;
  margin-top: 4vw;
}

footer.footer .top .logo.secondary {
  margin-top: 0;
}

footer.footer .bottom {
  display: flex;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-top: 2px solid #EAEAEA;
}

footer.footer .bottom .copyright {
  display: inline-block;
  vertical-align: middle;
  color: #272626;
  font-weight: 400;
}

footer.footer .bottom .copyright .logo {
  max-width: 98px;
}

footer.footer .bottom .copyright span {
  display: block;
}

footer.footer .bottom .copyright.left {
  margin-left: 4vw;
}

footer.footer .bottom .copyright.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

footer.footer .bottom nav ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

footer.footer .bottom nav ul li {
  display: inline-block;
}

footer.footer .bottom nav.social-nav.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline;
  vertical-align: middle;
}

footer.footer .bottom nav.social-nav.right {
  position: absolute;
  right: 4vw;
}

footer.footer .bottom nav.social-nav ul {
  display: flex;
  gap: 1em;
}

footer.footer .bottom nav.social-nav ul li a svg {
  height: 24px;
  width: auto;
}

footer.footer .bottom nav.social-nav ul li a svg path {
  fill: #2E3192;
}

footer.footer .bottom nav.footer-nav.right {
  position: absolute;
  right: 4vw;
}

footer.footer .bottom nav.footer-nav.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

footer.footer .bottom nav.footer-nav ul li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

footer.footer .bottom nav.footer-nav ul li a:hover {
  color: #ffffff;
}

footer.footer .gform_heading {
  display: none;
}

footer.footer .gfield_label {
  display: none;
}

footer.footer form {
  display: flex;
  align-items: flex-start;
}

footer.footer form .gfield {
  margin-right: 0.5em;
}

footer.footer .gfield input {
  border-color: #EAEAEA;
  border-width: 2px !important;
  box-shadow: none !important;
  min-width: 334px;
}

footer .gform-theme--foundation .gform_footer,
footer .gform-theme--foundation .gform_page_footer {
  margin-block-start: 0;
}

footer .gform_button {
  background-color: #2E3192 !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  margin-left: 1em;
}

footer.footer .gform_validation_errors {
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 0px 8px rgba(43, 45, 48, 0.2);
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

footer.footer .gform_validation_errors:after {
  content: "X";
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 48px;
  background-color: #2E3192;
  position: absolute;
  right: -12px;
  top: -12px;
  font-weight: 800;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

footer.footer .gform_validation_errors:hover {
  cursor: pointer;
}

footer.footer .gform_validation_errors.hidden {
  display: none;
}

section {
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

section > * {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.in-view > * {
  opacity: 1;
}

section .image {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  margin: auto;
  width: 100%;
}

section.image img {
  width: 0;
}

section.in-view .image {
  opacity: 1;
}

section:first-of-type {
  margin-top: 0;
}

section.wp-block-accordion {
  width: calc(100% - 8vw);
  margin-bottom: 4vw;
}

section.wp-block-accordion h2 p {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2E3192;
}

section.wp-block-accordion .accordion {
  border-radius: 8px;
  border: 2px solid #EAEAEA;
  background-color: #ffffff;
  color: #272626;
}

section.wp-block-accordion .accordion .accordion-body {
  border-top: 2px solid #EAEAEA;
}

section.wp-block-accordion .accordion .accordion-body .paragraph,
section.wp-block-accordion .accordion .accordion-body a {
  opacity: 1;
}

section.wp-block-buttons {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-buttons .buttons.center {
  display: flex;
  justify-content: center;
}

section.wp-block-buttons .buttons button {
  min-width: 234px;
}

.wp-block-group section.wp-block-buttons {
  margin-bottom: 0;
  padding-bottom: 0;
}

section.wp-block-card {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-code {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-cover {
  width: calc(100% - 8vw);
  margin-bottom: 0;
  border-radius: 12px;
  overflow: hidden;
  min-height: 220px;
  margin-bottom: 4vw;
}

section.wp-block-cover .heading {
  font-size: 1em;
}

section.wp-block-cover p {
  color: #ffffff;
  text-align: center;
}

section.wp-block-cover h2 p {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

section.wp-block-cover .align-center {
  display: flex;
  justify-content: center;
}

section.wp-block-cover .buttons {
  margin-top: 0;
}

section.wp-block-cover .buttons button {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

section.wp-block-cover .buttons a:nth-of-type(n + 2) button:after {
  background-image: url("assets/images/icon-arrow-white.svg");
}

section.wp-block-delivery-area {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-employment {
  border: 2px solid #EAEAEA;
  border-radius: 24px;
  padding: 2em;
  margin-bottom: 2vw;
}

section.wp-block-employment .heading h3,
section.wp-block-employment .heading h3 p {
  text-align: left;
  margin: 0;
  font-weight: 800 !important;
  margin-bottom: 0.25em;
  color: #272626;
}

section.wp-block-events-list {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-file {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-form:not(.wp-block-newsletter) {
  width: auto !important;
  margin-bottom: 4vw;
  border: 2px solid #EAEAEA;
  border-radius: 24px;
  padding: 2em;
}

section.wp-block-form:not(.wp-block-newsletter) .gform_heading {
  display: none !important;
}

section.wp-block-form:not(.wp-block-newsletter) input,
section.wp-block-form:not(.wp-block-newsletter) select,
section.wp-block-form:not(.wp-block-newsletter) textarea {
  border-color: #EAEAEA !important;
  border-width: 2px !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  background-color: #EAEAEA !important;
}

section.wp-block-form:not(.wp-block-newsletter) input[type=submit] {
  width: 100% !important;
  background-color: #2E3192 !important;
  border-radius: 48px !important;
}

section.wp-block-gallery {
  width: calc(100% - 8vw);
  margin: auto;
  margin-bottom: 4vw;
  display: grid;
  grid-template-columns: 23.25% 23.25% 23.25% 23.25%;
  gap: 2vw;
  position: initial;
  overflow: hidden;
}

section.wp-block-gallery .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

section.wp-block-gallery .image-lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  display: none;
}

section.wp-block-gallery .image-lightbox img {
  height: 80vh;
  width: auto;
  margin: auto;
}

section.wp-block-three-col-grid,
section.wp-block-two-col-grid {
  background-color: #2E3192;
  color: #ffffff;
  position: relative;
}

section.wp-block-two-col-grid:before,
section.wp-block-three-col-grid:before,
section.wp-block-two-col-grid:after,
section.wp-block-three-col-grid:after {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-1.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 0;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-two-col-grid:after,
section.wp-block-three-col-grid:after {
  left: auto;
  right: -4vw;
  top: auto;
  bottom: 16vw;
  transform: rotate(90deg);
}

section.wp-block-three-col-grid p,
section.wp-block-two-col-grid p {
  color: #ffffff;
  opacity: 0.6;
}

section.wp-block-three-col-grid .grid,
section.wp-block-two-col-grid .grid {
  display: grid;
  padding: 4vw 4vw;
  grid-template-columns: auto auto auto;
}

section.wp-block-two-col-grid .grid {
  grid-template-columns: auto auto;
}

section.wp-block-three-col-grid .grid .grid-item,
section.wp-block-two-col-grid .grid .grid-item {
  padding: 1vw;
}

.wp-block-group {
  background-image: url("assets/images/group-bg.png");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 98% 0;
  padding: 8vw;
}

section.wp-block-header {
  background-color: #2E3192;
  color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 4vw 4vw;
  padding-bottom: calc(48px + 4vw);
  text-align: center;
  position: relative;
  background-image: url("assets/images/graphics-arrow-1.svg");
  background-repeat: no-repeat;
  background-position: 60vw bottom;
  background-size: 40vw;
}

section.wp-block-header:before,
section.wp-block-header:after {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-1.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 0;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-header.in-view:after {
  top: auto;
  bottom: 36px;
  left: auto;
  right: 4vw;
}

section.wp-block-header h2.heading {
  margin: 0;
}

section.wp-block-header h2.heading:before {
  opacity: 0.5;
}

section.wp-block-header > p,
section.wp-block-header > p span {
  opacity: 0.6;
  max-width: 800px;
  margin: auto;
  margin-top: 1em;
  color: #ffffff;
}

section.wp-block-heading {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-heading p {
  width: calc(100% - 8vw);
  max-width: 1140px;
  margin: auto;
  color: #2E3192;
}

.wp-block-group section.wp-block-heading h2,
.wp-block-group section.wp-block-heading p {
  margin-top: 0;
}

section.wp-block-hero {
  width: 100%;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  background: #ffffff;
  padding-bottom: 0;
  overflow: hidden;
}

section.wp-block-hero .slide-wrapper {
  display: flex;
  align-items: center;
  background: #2E3192;
  flex-direction: column;
}

section.wp-block-hero .slide.bg-video {
  height: auto;
}

section.wp-block-hero .content {
  width: 100%;
  position: relative;
  color: #ffffff;
  margin: auto;
  height: 52.1797752809vw;
  max-height: 80vh;
  padding: 2vw;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

section.wp-block-hero .slide.slick-active .content {
  opacity: 1;
}

section.wp-block-hero .content .subheading {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

section.wp-block-hero .content .subheading:before,
section.wp-block-hero .content .subheading:after {
  width: 4vw;
  height: 2px;
  background-color: #ffffff;
  display: block;
  content: "";
}

section.wp-block-hero .content .subheading p {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

section.wp-block-hero .content h1,
section.wp-block-hero .content p {
  margin: 0;
  font-weight: 600;
  font-size: 96px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-hero .content h1 {
  margin-bottom: 0.125em;
  margin-top: 0;
}

section.wp-block-hero .content h1 p strong {
  display: block;
  color: #272626;
  font-size: 96px;
  line-height: 96px;
  font-weight: 900;
  margin-left: 0%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-hero .content h1 p em {
  text-align: right;
  display: block;
  margin-right: 0%;
  font-style: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-hero .buttons {
  margin-top: 0;
}

section.wp-block-hero .content a button {
  background-color: transparent;
  border: 3px solid #ffffff;
}

section.wp-block-hero .content a button:hover:after {
  background-image: url("assets/images/icon-arrow-blue.svg");
}

section.wp-block-hero .content a button:hover {
  background-color: #ffffff;
  color: #2E3192;
}

section.wp-block-hero .content a:nth-of-type(n + 2) button {
  background-color: transparent;
}

section.wp-block-hero .video {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

section.wp-block-hero .video .video-wrapper {
  position: relative;
}

section.wp-block-hero .image {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  justify-content: right;
}

section.wp-block-hero .slick-dots {
  display: none !important;
}

section.wp-block-hero .slick-arrow {
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-hero .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

section.wp-block-hero button.slick-arrow {
  top: auto;
  bottom: 2vw;
  background-image: url("assets/images/icon-arrow.svg");
  background-size: 50%;
}

section.wp-block-hero button.slick-prev {
  left: auto;
  right: calc(2vw + 64px);
}

section.wp-block-hours {
  border: 2px solid #EAEAEA;
  border-radius: 24px;
  padding: 2em;
  margin-bottom: 2vw;
}

section.wp-block-hours .heading h3,
section.wp-block-hours .heading h3 p {
  text-align: left;
  margin: 0;
  font-weight: 800 !important;
  margin-bottom: 0.25em;
  color: #272626;
}

section.wp-block-hours span {
  width: 30%;
  display: inline-block;
  margin-right: 0.5em;
}

section.wp-block-icon {
  width: 100%;
  margin-bottom: 4vw;
  margin-bottom: 1em;
  min-width: 290px;
}

section.wp-block-icon-gallery.grid-layout {
  width: calc(100% - 8vw);
  margin-bottom: 4vw;
  --column: 6;
  gap: 2vw;
  grid-template-columns: repeat(6, 1fr);
}

section.wp-block-icon-gallery .gallery-item,
section.wp-block-icon-gallery .gallery-item:last-of-type {
  border-color: #EAEAEA;
  margin-bottom: 0;
}

section.wp-block-icon-gallery .gallery-item .image {
  display: flex;
  align-items: center;
  padding: 1em;
}

section.wp-block-icon-slideshow {
  width: 100%;
  margin-bottom: 4vw;
  border-bottom: 2px solid #EAEAEA;
}

section.wp-block-icon-slideshow .slick .slick-list {
  width: 100%;
}

section.wp-block-icon-slideshow button.slick-arrow {
  background-color: transparent;
  display: none !important;
}

section.wp-block-image {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-image-gallery {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-intro {
  width: 100%;
  margin-bottom: 4vw;
  padding-top: 4vw;
}

section.wp-block-intro .content .subheading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #146030;
  justify-content: center;
}

section.wp-block-intro .content .subheading p {
  margin: 0;
  font-weight: 700 !important;
  color: #146030;
}

.home section.wp-block-intro .content .subheading p {
  color: #EAEAEA;
  opacity: 0.6;
}

section.wp-block-intro .content .subheading:before,
section.wp-block-intro .content .subheading:after {
  width: 4vw;
  height: 2px;
  background-color: #146030;
  display: block;
  content: "";
  opacity: 0.6;
}

section.wp-block-intro h1.heading,
section.wp-block-intro h1.heading p {
  text-align: center;
  font-size: 64px;
  color: #2E3192;
  letter-spacing: 0.04em;
  margin: 0;
}

section.wp-block-intro .paragraph {
  max-width: 620px;
  margin: auto;
}

section.wp-block-intro .paragraph p {
  text-align: center;
}

section.wp-block-intro .buttons {
  text-align: center;
}

section.wp-block-intro .buttons a button {
  color: #2E3192;
  background-color: transparent;
  border: 2px solid #2E3192;
}

section.wp-block-intro .buttons a button:after {
  background-image: url("assets/images/icon-arrow-blue.svg");
}

section.wp-block-intro .buttons a button:hover {
  color: #ffffff;
  background-color: #2E3192;
}

section.wp-block-intro .buttons a button:hover:after {
  background-image: url("assets/images/icon-arrow-white.svg");
}

section.wp-block-image-slideshow {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-list {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-location {
  width: auto;
  max-width: 92vw;
  margin: auto;
  border: 2px solid #EAEAEA;
  border-radius: 24px;
  padding: 2em;
  margin-bottom: 2vw;
}

section.wp-block-location .heading h3,
section.wp-block-location .heading h3 p {
  text-align: left;
  margin: 0;
  font-weight: 800 !important;
  margin-bottom: 0.25em;
  color: #272626;
}

section.wp-block-location .phone {
  margin-top: 0.5em;
}

section.wp-block-map.delivery-area {
  width: calc(100% - 8vw);
  margin-bottom: 4vw;
  border-radius: 12px;
}

section.wp-block-map.location {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-marketing {
  background-color: #ffffff;
  text-align: center;
}

section.wp-block-marketing .heading {
  color: #2E3192;
}

section.wp-block-media-text {
  width: 100%;
  margin-bottom: 4vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  padding: 0;
  padding-bottom: 3.4285714286vw;
}

section.wp-block-media-text .content {
  width: 100%;
  height: auto;
  padding: 4vw;
  padding-left: calc(4vw + 24px);
}

section.wp-block-media-text .content .subheading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #2E3192;
  justify-content: center;
}

section.wp-block-media-text .content .subheading p {
  margin: 0;
  font-weight: 700 !important;
  color: #146030;
}

section.wp-block-media-text .content .subheading:before,
section.wp-block-media-text .content .subheading:after {
  width: 4vw;
  height: 2px;
  background-color: #146030;
  display: block;
  content: "";
}

section.wp-block-media-text .content .heading {
  color: #2E3192;
  font-size: 1.5em;
  margin-top: 0;
}

section.wp-block-media-text .content .heading:before {
  margin: 0;
}

section.wp-block-media-text .content .heading p {
  text-align: left;
  font-size: 1em;
  color: #2E3192;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 64px;
  margin: 0;
}

section.wp-block-media-text .content .buttons {
  text-align: center;
}

section.wp-block-media-text .content .buttons button {
  border: 2px solid #2E3192;
  background-color: transparent;
  color: #2E3192;
}

section.wp-block-media-text .content .buttons button:after {
  background-image: url("assets/images/icon-arrow-blue.svg");
}

section.wp-block-media-text .content .buttons button:hover {
  background-color: #2E3192;
  color: #ffffff;
}

section.wp-block-media-text .content .buttons button:hover:after {
  background-image: url("assets/images/icon-arrow-white.svg");
}

section.wp-block-media-text .content .buttons a:nth-of-type(n+2) button {
  border-width: none;
}

section.wp-block-media-text .image {
  width: 100%;
  padding: 0 4vw;
  padding-left: 0;
}

section.wp-block-media-text .fp-image {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1vw;
  overflow: hidden;
}

section.wp-block-media-text.in-view .fp-image {
  margin-left: 0;
  width: calc(100% - 24px);
}

section.wp-block-media-text .fp-image img {
  border-radius: 1vw;
}

section.wp-block-media-text + section.wp-block-media-text {
  flex-direction: row;
  padding-top: 0;
}

section.wp-block-media-text + section.wp-block-media-text .image {
  padding-left: calc(4vw + 24px);
  padding-right: 0;
  padding-top: 0;
}

section.wp-block-nav {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-newsletter {
  width: 100%;
  margin-bottom: 8vw;
}

section.wp-block-newsletter .heading {
  font-size: 24px;
  color: #272626;
  text-align: center;
}

section.wp-block-newsletter form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

section.wp-block-newsletter .form .gform_wrapper {
  width: 100%;
}

section.wp-block-newsletter form .gform-body {
  width: 48%;
}

section.wp-block-newsletter form .gform-footer {
  width: 160px;
}

body:not(.wp-admin) :not(header) section.wp-block-newsletter form:not(.search) input {
  border-radius: 48px !important;
  width: 100% !important;
}

section.wp-block-newsletter input[type=submit] {
  background-color: transparent !important;
  color: #2E3192 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  box-shadow: none !important;
  border: 2px solid #2E3192 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s !important;
}

section.wp-block-newsletter input[type=submit]:hover {
  --gf-local-bg-color: colors.$primary !important;
  background-color: #2E3192 !important;
  color: #ffffff !important;
}

section.wp-block-newsletter .gform-footer {
  margin-block-start: 0 !important;
}

section.wp-block-paragraph {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-paragraph p {
  max-width: 534px;
  margin: auto;
}

section.wp-block-product-grid {
  width: calc(100% - 90px);
  margin: auto;
  border-radius: 12px;
  margin-bottom: 4vw;
}

.home section.wp-block-product-grid {
  background-color: #2E3192;
  margin-bottom: 8vw;
}

section.wp-block-product-grid .content {
  padding-top: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

section.wp-block-product-grid .content .subheading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #2E3192;
  justify-content: center;
}

section.wp-block-product-grid .content .subheading p {
  margin: 0;
  font-weight: 700 !important;
  color: #146030;
}

.home section.wp-block-product-grid .content .subheading p {
  color: #EAEAEA;
  opacity: 0.6;
}

section.wp-block-product-grid .content .subheading:before,
section.wp-block-product-grid .content .subheading:after {
  width: 4vw;
  height: 2px;
  background-color: #146030;
  display: block;
  content: "";
  opacity: 0.6;
}

.home section.wp-block-product-grid .content .subheading:before,
.home section.wp-block-product-grid .content .subheading:after {
  background-color: #EAEAEA;
}

section.wp-block-product-grid .content .heading {
  color: #2E3192;
  font-size: 1.5em;
  margin-top: 0;
  text-align: center;
  margin: auto;
}

section.wp-block-product-grid .content .heading:before {
  margin: 0;
}

section.wp-block-product-grid .content .heading p {
  text-align: left;
  font-size: 1em;
  color: #2E3192;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 64px;
  margin: 0;
  text-align: center;
}

.home section.wp-block-product-grid .content .heading p {
  color: #ffffff;
}

.product-grid ul {
  display: grid;
  flex-wrap: wrap;
  list-style: none;
  grid-template-columns: 20% 20% 20% 20% 20%;
  padding-left: 0;
  padding: 4vw;
  padding-top: 0;
}

.home .product-grid ul {
  padding-top: 4vw;
}

.product-grid ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
}

.product-grid ul li .prodimg {
  width: 15vw;
  height: 15vw;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36vw;
  margin: auto;
  border: 2px solid #EAEAEA;
  overflow: hidden;
}

.home .product-grid ul li .prodimg {
  border: none;
}

.product-grid ul li .prodimg img {
  min-height: 100%;
  max-width: 100%;
  max-height: max-content;
}

.product-grid ul li .product-title {
  color: #2E3192;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 1em;
  display: block;
}

.home .product-grid ul li a .product-title {
  color: #ffffff;
}

section.wp-block-pullquote {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-quote {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-separator {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-shortcode {
  width: 100%;
  margin-bottom: 4vw;
}

sectionw.wp-block-social-feed {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-social-icons {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-spotify {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-table {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-team {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-team .bottom {
  margin-top: auto;
}

section.wp-block-timeline {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-timeline * {
  box-sizing: border-box;
}

section.wp-block-timeline .timeline:after {
  border-left-color: #2E3192;
  top: 54px;
  bottom: 170px;
}

section.wp-block-timeline .entry .content {
  background-color: #2E3192;
  color: #ffffff;
  border-radius: 24px; /*background-image: url('../keany/assets/images/pattern-produce-b.svg');*/
  background-size: cover;
}

section.wp-block-timeline .entry .after {
  background-color: #2E3192;
  opacity: 0.5;
}

section.wp-block-timeline .entry-photo .content {
  border-radius: 24px;
}

section.wp-block-timeline .entry .content .year {
  color: #ffffff;
}

section.wp-block-timeline .entry .content .heading {
  color: #2E3192;
}

section.wp-block-timeline .entry .content .paragraph p {
  color: #ffffff;
}

section.wp-block-timeline .left:before, section.wp-block-timeline .right:before {
  border-color: transparent transparent transparent #2E3192;
}

section.wp-block-timeline .entry:after {
  background-color: #2E3192;
  width: 12px;
  height: 12px;
  border-width: 3.5px;
}

section.wp-block-timeline .after:before {
  content: "";
  display: block;
  background-color: transparent;
  border: 2px solid #2E3192;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin-left: -15px;
  margin-top: -15px;
}

section.wp-block-timeline .left:after {
  right: -9px;
}

section.wp-block-video {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-youtube {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns {
  display: flex;
  width: calc(100% - 8vw);
  margin: auto;
  margin-bottom: 4vw;
  gap: 2vw;
}

.wp-block-columns .wp-block-column section.wp-block-cover {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-customhtml {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-delivery-area {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-events-list {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-file {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-form {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-heading {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-icon {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-icon-gallery {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-icon-slideshow {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-image {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-image-gallery {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-image-slideshow {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-list {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-map {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-media-text {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-nav {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-newsletter {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-paragraph {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-pullquote {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-quote {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-separator {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-shortcode {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-social-feed {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-social-icons {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-spotify {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-table {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-team {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-timeline {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-video {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-youtube {
  width: 100%;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 600px) {
  header.header {
    padding: 3vw;
  }
}
@media only screen and (min-width: 800px) {
  header.header {
    padding: 0 2vw;
  }
  header.header .primary-nav-wrapper {
    display: block;
  }
  header.header nav.featured-links {
    display: block;
  }
  header.header .mobile-nav-wrapper {
    display: none;
  }
  header.header .header-nav-button {
    display: none;
  }
  header.header .top {
    min-height: 40.5px;
  }
  header.header .mobile-nav-wrapper nav.featured-links {
    display: none;
  }
  main {
    margin-top: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .page.sticky main {
    margin-top: 60px;
  }
  footer.footer .copyright.left {
    margin-left: 2vw;
  }
  footer.footer nav.social-nav.right {
    right: 2vw;
  }
  section.wp-block-hero .slide-wrapper {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1400px) {
  .product-grid ul {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media only screen and (max-width: 1000px) {
  section.wp-block-icon-gallery.grid-layout {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 799px) {
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.25em;
  }
  header.header {
    display: flex;
    align-items: center;
  }
  section.wp-block-employment {
    margin-bottom: 4vw;
  }
  section.wp-block-header {
    padding: 8vw 4vw;
    padding-bottom: calc(8vw + 48px);
  }
  section.wp-block-hero .content {
    margin-top: -4vw;
    width: 100%;
    height: 68vh;
  }
  section.wp-block-hero .video {
    width: 100%;
    height: auto;
  }
  section.wp-block-hero .video video {
    margin-bottom: 24px;
    width: calc(100% - 16vw);
  }
  section.wp-block-hero .buttons button {
    margin: 0.5em auto;
  }
  section.wp-block-hours {
    margin-bottom: 6vw;
  }
  section.wp-block-icon-gallery.grid-layout {
    grid-template-columns: repeat(3, 1fr);
  }
  section.wp-block-intro .image {
    width: calc(100% - 16vw);
  }
  section.wp-block-intro .paragraph p {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  section.wp-block-location {
    margin-bottom: 6vw;
  }
  section.wp-block-media-text,
  section.wp-block-media-text + section.wp-block-media-text {
    flex-direction: column;
  }
  section.wp-block-media-text.in-view .fp-image {
    width: calc(100% - 16vw);
    margin-left: 9vw;
  }
  section.wp-block-media-text + section.wp-block-media-text .image {
    padding-left: 0;
  }
  section.wp-block-media-text .content {
    width: calc(100% - 16vw);
    padding-left: 4vw;
  }
  section.wp-block-newsletter form {
    flex-direction: column;
  }
  section.wp-block-newsletter form .gform-body,
  section.wp-block-newsletter form input[type=submit] {
    width: 100%;
  }
  section.wp-block-product-grid {
    width: calc(100% - 8vw);
  }
  .product-grid ul {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  .product-grid ul li a .product-title {
    padding-left: 1em;
  }
  section.wp-block-two-col-grid .grid,
  section.wp-block-three-col-grid .grid {
    grid-template-columns: auto;
    padding: 7vw 7vw;
  }
  section.wp-block-two-col-grid > .heading,
  section.wp-block-three-col-grid > .heading {
    padding: 0 8vw;
    line-height: 1.2em;
    margin: 8vw 0 0 0;
  }
  .wp-block-columns {
    flex-direction: column;
  }
  footer.footer .top {
    padding-top: 4vw;
  }
  footer .top nav.footer-nav {
    display: none;
  }
  footer.footer .top nav.menu {
    display: none;
  }
  footer.footer .bottom {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 1em;
  }
  footer.footer .bottom nav.footer-nav.right,
  footer.footer .bottom nav.social-nav.center {
    position: relative;
    text-align: center;
    left: auto;
    right: auto;
    transform: translateX(0);
  }
  footer.footer .bottom .copyright.left {
    margin-left: 0;
  }
  footer.footer .bottom nav.footer-nav ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar header.header {
    top: 46px;
  }
}
@media only screen and (max-width: 580px) {
  section.wp-block-hero {
    height: 100%;
    max-height: 100%;
  }
  section.wp-block-media-text .image {
    padding: 2vw;
    width: calc(100% - 4vw);
  }
  section.wp-block-newsletter {
    padding: 4vw;
    width: calc(100% - 8vw);
    overflow: hidden;
  }
  section.wp-block-product-grid .content {
    padding-top: 8vw;
  }
  .product-grid ul {
    grid-template-columns: 50% 50%;
  }
  .product-grid ul li {
    margin-bottom: 8vw;
  }
  .product-grid ul li .prodimg {
    width: 36vw;
    height: 36vw;
  }
}
@media only screen and (orientation: portrait) {
  section.wp-block-hero {
    height: 100%;
    max-height: 100%;
  }
}
