@charset "UTF-8";
/* Box-sizing border-box globally */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page {
  margin-bottom: 0;
}

/* Remove default list styles */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Remove default anchor styles */
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

a:visited {
  color: inherit;
}

/* Remove default button styles */
button {
  all: unset;
  cursor: pointer;
}

/* Remove default form styles */
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  outline: none;
}

/* Normalize images and videos */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Reset heading margins */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

/* Reset paragraph margins */
p {
  margin: 0;
}

/* Remove table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* WordPress-specific elements */
.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
}

/* Utility class for hidden elements */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Scroll behavior */
html {
  scroll-behavior: smooth;
}

.page {
  margin: 0 !important;
}

:root {
  --color-dark-grey: #3e3939;
  --color-blue: #377dbb;
  --color-blue-dark: #012c52;
  --color-eggshell: #faebd7;
  --color-white: #ffffff;
  --color-primary: var(--color-blue);
  --color-primary-dark: var(--color-blue-dark);
  --color-secondary: var(--color-eggshell);
  /* Font Sizes */
  --fs-heading-1: 4rem;
  --fs-heading-2: 1.4rem;
  --fs-heading-3: 1.2rem;
  --fs-body-reg: 1rem;
  --fs-body-sm: 0.8rem;
  --fs-body-xs: 0.6rem;
  --fs-btn-reg: 1rem;
  --fw-light: 200;
  --fw-med: 500;
  --fw-semi-bold: 600;
  --fw-bold: 900;
  --line-height-sm: 1.2;
  --line-height-reg: 1.2;
  --line-height-lg: 1.75;
  --letter-spacing-tight: -0.02em;
  --letter-spacing-reg: 0em;
  --letter-spacing-wide: 0.05em;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --border-radius-lg: 40px;
  --border-radius-reg: 15px;
  --border-radius-sm: 10px;
  --border-radius-img-out: 15px;
  --border-radius-img-in: 10px;
}
@media only screen and (min-width: 768px) {
  :root {
    --fs-heading-1: 6rem;
    --fs-heading-2: 2.2rem;
    --fs-body-reg: 1.1rem;
  }
}
.bg-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.bg-primary a,
.bg-primary a:hover {
  color: var(--color-white);
}
.bg-primary .mc4wp-checkbox {
  color: white;
}
.bg-primary a.btn {
  background-color: var(--color-white);
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
.bg-primary a.btn:hover {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  border-color: var(--color-primary-dark);
}
.bg-primary input.wpcf7-submit {
  background-color: var(--color-blue-dark);
}
.bg-primary a h2 {
  color: var(--color-white);
}
.bg-primary .image {
  border: 4px solid var(--color-white);
}

.bg-primary-dark {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}
.bg-primary-dark a,
.bg-primary-dark a:hover {
  color: var(--color-white);
}
.bg-primary-dark a.btn,
.bg-primary-dark button.btn {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary-dark);
}
.bg-primary-dark a.btn:visited,
.bg-primary-dark button.btn:visited {
  color: var(--color-primary-dark);
}
.bg-primary-dark input.wpcf7-submit {
  background-color: var(--color-primary-dark);
}
.bg-primary-dark a h2 {
  color: var(--color-white);
}
.bg-primary-dark ul li a {
  color: var(--color-white);
}

.bg-secondary {
  background-color: var(--color-secondary);
  color: var(--color-black);
}
.bg-secondary h2 {
  color: var(--color-primary-dark);
}
.bg-secondary a.btn,
.bg-secondary button.btn {
  background-color: var(--color-white);
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
.bg-secondary a.btn:hover,
.bg-secondary button.btn:hover {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  border-color: var(--color-primary-dark);
}
.bg-secondary .image {
  border: 4px solid var(--color-white);
}

.bg-white {
  background-color: var(--color-white);
}
.bg-white h2,
.bg-white p {
  color: var(--color-primary);
}
.bg-white a,
.bg-white a :visited {
  color: var(--color-primary-dark);
}
.bg-white .mc4wp-checkbox {
  color: var(--color-blue-dark);
  display: block;
}
.bg-white .mc4wp-checkbox input {
  background-color: #012c52;
}
.bg-white .title-bg {
  text-align: center;
  padding: var(--space-xs);
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  border: 2px solid var(--color-blue);
}

.pd-rg {
  padding: 2rem 1rem;
}

.mb-sm {
  margin-bottom: var(--space-sm);
}

.mb-rg {
  margin-bottom: var(--space-md);
}

.mb-lg {
  margin-bottom: var(--space-lg);
}

.border-reg {
  border: 6px solid white;
  border-radius: var(--border-radius-reg);
}

.box-shadow {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

picture.round {
  display: block;
  border-radius: 20px;
}
picture.round img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.container-small {
  max-width: 850px;
  margin: 0 auto;
}

@font-face {
  font-family: "Bungee";
  src: url("../../assets/fonts/Bungee-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mergrim";
  src: url("../../assets/fonts/Mergrim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.montserrat-reg {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

:root {
  /* Font Family */
  --font-body: "Montserrat", sans-serif;
  --font-heading: "Bungee", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
thead {
  font-family: var(--font-heading) !important;
}

h1 {
  margin: 0 !important;
  font-size: var(--fs-heading-1);
  line-height: 1;
}

h2 {
  margin-bottom: var(--space-sm);
  font-size: var(--fs-heading-2);
  font-weight: 600;
}

h3 {
  font-size: var(--fs-heading-3);
  font-weight: var(--fw-med);
  line-height: var(--lh-sm);
  margin-bottom: var(--space-sm);
}

p,
tbody,
address {
  font-family: var(--font-body);
  line-height: var(--lh-sm);
  font-size: var(--fs-body-reg);
}

p {
  font-weight: var(--fw-med);
}

time {
  font-family: var(--font-body);
  line-height: var(--lh-sm);
}

blockquote {
  font-family: var(--font-body);
  line-height: var(--lh-sm);
}

dt,
dd {
  font-family: var(--font-body);
  line-height: var(--lh-sm);
}

address {
  text-align: center;
  margin-bottom: 0;
  font-family: var(--font-body);
}

:root {
  --fs-nav-links: 2.2rem;
}
@media only screen and (min-width: 768px) {
  :root {
    --fs-nav-links: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --fs-nav-links: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --fs-nav-links: 0.9rem;
  }
}

ul#menu-primary-menu li a {
  font-size: var(--fs-nav-links);
  line-height: var(--lh-sm);
  font-family: var(--font-heading);
}

section .content p a {
  color: var(--color-blue-dark);
}
section .content p a:visited {
  color: var(--color-blue-dark);
}

button.btn,
a.btn {
  border-radius: var(--border-radius-reg);
  border: 2px solid;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-weight: var(--fw-bold);
  position: relative;
}
button.btn-white,
a.btn-white {
  background-color: var(--color-white);
  color: var(--color-primary);
  box-shadow: -6px 8px 0 0 var(--color-primary);
}
button.btn-white:visited,
a.btn-white:visited {
  color: var(--color-primary);
}
button.btn-white:hover,
a.btn-white:hover {
  border-color: var(--color-primary);
  box-shadow: -3px 4px 0 0 var(--color-primary);
  transition: color 0.3s ease;
  color: var(--color-primary);
}
button.btn-blue,
a.btn-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-white);
  box-shadow: -6px 8px 0 0 var(--color-white);
}
button.btn-blue:visited,
a.btn-blue:visited {
  color: var(--color-white);
}
button.btn-blue:active,
a.btn-blue:active {
  color: var(--color-white);
}
button.btn-blue:focus,
a.btn-blue:focus {
  color: var(--color-white);
}
button.btn-blue:hover,
a.btn-blue:hover {
  border-color: var(--color-white);
  box-shadow: -3px 4px 0 0 var(--color-white);
  transition: color 0.3s ease;
}
button.btn-reg,
a.btn-reg {
  padding: var(--space-xs) var(--space-md);
  font-size: var(--fs-btn-reg);
  font-weight: 800;
  margin-bottom: 1rem;
}
button.btn-primary,
a.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 2px solid var(--color-primary);
}
button.btn-primary:visited,
a.btn-primary:visited {
  color: var(--color-white);
}
button.btn-primary-dark,
a.btn-primary-dark {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  border: 2px solid var(--color-primary-dark);
}
button.btn-primary-dark:visited,
a.btn-primary-dark:visited {
  color: var(--color-white);
}

section.text-image a {
  margin: 1.5rem auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.text-image a {
    width: fit-content;
    width: 75%;
  }
}

#order-btn.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.nav-container {
  height: 75px;
  display: grid;
  grid-template-areas: "cta    logo    logo    logo    ham";
}
@media only screen and (min-width: 1024px) {
  .nav-container {
    grid-template-areas: "men men men men men men cta cta";
    z-index: -99;
    height: 60px;
    height: auto;
    background-color: white;
    z-index: 9999999999;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-container {
    grid-template-areas: ". logo men men men men men cta . ";
  }
}
.nav-container .cta {
  grid-area: cta;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .nav-container .cta {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-container .cta {
    top: -2px;
    position: relative;
    padding: 0 1.5rem;
  }
}
.nav-container .cta .button-cta button {
  margin-bottom: 0 !important;
}
.nav-container .cta .button-cta .active {
  box-shadow: none;
}
.nav-container .logo {
  grid-area: logo;
  width: 100%;
  min-width: 150px;
  height: auto;
  background-color: white;
  justify-content: center;
  flex-direction: column;
  display: none;
  padding: 1rem;
}
@media only screen and (min-width: 1440px) {
  .nav-container .logo {
    display: block;
    z-index: 9999999999999;
    top: -2px;
    position: relative;
    display: flex;
  }
  .nav-container .logo img {
    object-fit: contain;
  }
}
.nav-container .logo a {
  display: block;
  height: 50px;
}
.nav-container .logo a img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.nav-container .ham {
  grid-area: ham;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .nav-container .ham {
    display: none;
  }
}
.nav-container .ham button#ham {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: inherit;
  float: right;
  border: none;
}
.nav-container .ham button#ham span {
  height: 5px;
  width: 40px;
  border-radius: 5px;
  background-color: var(--color-primary);
  display: block;
  margin: 4px;
  transition: 0.3s;
}
.nav-container .ham button#ham.active span:nth-child(2) {
  display: none;
}
.nav-container .ham button#ham.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-container .ham button#ham.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.nav-container .menu-wrap {
  grid-area: men;
  height: 100vh;
  width: 100%;
  z-index: 99;
  background: var(--color-primary);
  position: absolute;
  top: 70px;
  left: -100%;
  transition: 0.3s;
}
.nav-container .menu-wrap.active {
  display: block;
  position: fixed;
  left: 0;
}
.nav-container .menu-wrap .menu {
  height: 85%;
}
.nav-container .menu-wrap .menu ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 1rem;
  padding-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .nav-container .menu-wrap .menu ul {
    padding-top: 0;
  }
}
.nav-container .menu-wrap .menu ul li {
  list-style: none;
  margin-bottom: 1rem;
}
.nav-container .menu-wrap .menu ul li a {
  color: white;
  text-align: left;
  width: 100%;
  display: block;
}
.nav-container .menu-wrap .menu ul li ul.sub-menu {
  display: none;
}
.nav-container .menu-wrap .menu ul li ul.sub-menu-open {
  display: flex;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 1rem;
  justify-content: left;
  text-align: left;
  background-color: var(--color-primary);
  padding-top: 2rem;
}
.nav-container .menu-wrap .menu ul li ul.sub-menu-open li {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .nav-container .menu-wrap .menu ul li ul.sub-menu-open li {
    margin: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-container .menu-wrap {
    width: 100%;
    position: relative;
    top: 0;
    height: 100px;
    width: auto;
    background: var(--color-white);
    left: 0;
  }
  .nav-container .menu-wrap .menu {
    height: 100%;
  }
  .nav-container .menu-wrap .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }
  .nav-container .menu-wrap .menu ul li {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 0;
  }
  .nav-container .menu-wrap .menu ul li a {
    color: var(--color-primary);
    display: block;
    text-align: center;
    padding: 0 3rem;
  }
  .nav-container .menu-wrap .menu ul li.menu-item-has-children:hover a {
    color: var(--color-primary-dark);
  }
  .nav-container .menu-wrap .menu ul li.menu-item-has-children ul.sub-menu-open {
    border-bottom: 6px solid var(--color-primary-dark);
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-primary);
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    min-height: 100%;
    padding: 1rem 0;
    margin-bottom: 0;
  }
  .nav-container .menu-wrap .menu ul li.menu-item-has-children ul.sub-menu-open li {
    width: 100%;
    margin-bottom: 1rem !important;
  }
  .nav-container .menu-wrap .menu ul li.menu-item-has-children ul.sub-menu-open li a {
    color: var(--color-white);
    width: fit-content;
  }
  .nav-container .menu-wrap .menu ul li.menu-item-has-children ul.sub-menu-open li a:hover {
    color: var(--color-primary-dark);
  }
  .nav-container .menu-wrap .menu .hide {
    visibility: hidden;
  }
  .nav-container .menu-wrap .menu ul li.menu-item-has-children > a::after {
    content: "▼";
    margin-left: 8px;
    font-size: 1rem;
    color: inherit;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999999;
  }
  img.hero-check-border {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-container .desk-ham {
    background-color: white;
    display: block;
    right: 0;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 999999;
    padding-right: 2rem;
  }
  .nav-container .desk-ham button#ham {
    padding: 0;
    height: 100px;
    width: 100px;
  }
}
#page-header {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  padding: 1.5rem var(--space-xs);
}
@media only screen and (min-width: 768px) {
  #page-header {
    height: fit-content;
    min-height: 150px;
    padding-top: 30px;
  }
}
#page-header .title {
  padding: var(--space-xs);
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  #page-header .title {
    width: 50%;
  }
}
#page-header .title h1 {
  color: var(--color-primary);
  text-align: center;
}
#page-header p {
  margin: 2rem 0;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: var(--space-xs);
  text-align: center;
}
#page-header .ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #page-header .ctas {
    flex-direction: row;
    width: fit-content;
  }
}
#page-header .ctas a {
  width: 100%;
  padding: 0.5rem 0.5rem;
  margin: 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #page-header .ctas a {
    width: fit-content;
    padding: 0.5rem 1rem;
  }
}

.pd-tp-4 {
  padding-top: 4rem;
}

.page-id-158 #page-header,
.page-id-238 #page-header,
.page-id-878 #page-header,
.page-id-876 #page-header {
  background-position: center;
  height: 200px;
  justify-content: flex-end;
  background-size: contain;
  background-repeat: no-repeat;
  --fs-heading-1: 20px;
}
@media only screen and (min-width: 768px) {
  .page-id-158 #page-header,
  .page-id-238 #page-header,
  .page-id-878 #page-header,
  .page-id-876 #page-header {
    background-size: 50%;
    height: 250px;
  }
}

.page-id-226 #page-header,
.page-id-228 #page-header,
.page-id-224 #page-header,
.page-id-878 #page-header,
.page-id-876 #page-header {
  background-position: center;
  justify-content: flex-end;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  --fs-heading-1: 20px;
}
@media only screen and (min-width: 425px) {
  .page-id-226 #page-header,
  .page-id-228 #page-header,
  .page-id-224 #page-header,
  .page-id-878 #page-header,
  .page-id-876 #page-header {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .page-id-226 #page-header,
  .page-id-228 #page-header,
  .page-id-224 #page-header,
  .page-id-878 #page-header,
  .page-id-876 #page-header {
    background-size: contain;
    height: 325px;
  }
}
.page-id-226 #page-header .title,
.page-id-228 #page-header .title,
.page-id-224 #page-header .title,
.page-id-878 #page-header .title,
.page-id-876 #page-header .title {
  position: absolute;
  top: 15%;
}

.page-id-876 #page-header {
  height: 350px;
  background-size: 75%;
  background-position-y: 20px;
  position: relative;
  --fs-heading-1: 20px;
}
@media only screen and (min-width: 425px) {
  .page-id-876 #page-header {
    height: 370px;
  }
}
@media only screen and (min-width: 768px) {
  .page-id-876 #page-header {
    background-size: contain;
    height: 500px;
  }
}
.page-id-876 #page-header .title {
  position: absolute;
  top: 5%;
}
@media only screen and (min-width: 768px) {
  .page-id-876 #page-header .title {
    top: 10%;
  }
}

.page-id-238 #page-header {
  position: relative;
  height: 150px;
  background-size: 75%;
  background-position-y: 20px;
  --fs-heading-1: 20px;
}
@media only screen and (min-width: 425px) {
  .page-id-238 #page-header {
    height: 245px;
  }
}
@media only screen and (min-width: 768px) {
  .page-id-238 #page-header {
    background-size: contain;
    height: 350px;
  }
}
.page-id-238 #page-header .title {
  position: absolute;
  top: 5%;
}
@media only screen and (min-width: 768px) {
  .page-id-238 #page-header .title {
    top: 10%;
  }
}

.page-id-226 #page-header,
.page-id-228 #page-header {
  height: 350px;
  background-size: 75%;
  background-position-y: 20px;
  --fs-heading-1: 20px;
}
@media only screen and (min-width: 425px) {
  .page-id-226 #page-header,
  .page-id-228 #page-header {
    height: 300px;
    background-position-y: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-id-226 #page-header,
  .page-id-228 #page-header {
    background-size: contain;
    height: 325px;
    background-position-y: 0px;
  }
}
.page-id-226 #page-header .title,
.page-id-228 #page-header .title {
  position: absolute;
  top: 5%;
}
@media only screen and (min-width: 768px) {
  .page-id-226 #page-header .title,
  .page-id-228 #page-header .title {
    top: 10%;
  }
}

.page-id-226 #page-header {
  height: 275px;
}
.page-id-226 #page-header .title h1 {
  font-family: var(--font-body) !important;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (min-width: 425px) {
  .page-id-226 #page-header {
    height: 250px;
  }
}
@media only screen and (min-width: 425px) {
  .page-id-226 #page-header {
    background-position-y: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-id-226 #page-header {
    background-position-y: -10px;
  }
}

.page-id-876 #page-header {
  height: 280px;
}
.page-id-876 #page-header .title h1 {
  font-family: var(--font-body) !important;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (min-width: 425px) {
  .page-id-876 #page-header {
    height: 375px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-id-876 #page-header {
    background-position-y: -10px;
    height: 500px;
  }
}

.page-id-876 #page-header {
  background-position-y: 25px;
}
.page-id-876 #page-header .title h1 {
  font-family: var(--font-body) !important;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .page-id-876 #page-header {
    height: 450px;
    background-position-y: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-id-876 #page-header {
    background-position-y: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .page-id-221 header#page-header,
  .page-id-232 header#page-header,
  .page-id-240 header#page-header,
  .page-id-230 header#page-header {
    padding-top: 3rem !important;
  }
}

section.text-image .container {
  display: grid;
  gap: var(--space-xs);
  grid-template-columns: 1fr;
  padding: var(--space-sm);
  grid-template-areas: "heading" "image" "text" "button";
}
@media only screen and (min-width: 768px) {
  section.text-image .container {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--space-md);
    grid-template-areas: "image heading" "image text" "image button";
  }
}
section.text-image .container .heading,
section.text-image .container .text,
section.text-image .container .button {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.text-image .container .heading {
  grid-area: heading;
}
section.text-image .container .heading h2 {
  text-align: center;
  margin: 0;
}
section.text-image .container .image {
  grid-area: image;
  border: none;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  section.text-image .container .image {
    height: fit-content;
    height: 100%;
  }
}
section.text-image .container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.text-image .container .text {
  grid-area: text;
}
section.text-image .container .text p {
  font-size: var(--fs-body-reg);
  line-height: var(--line-height-reg);
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  section.text-image .container .text p {
    text-align: center;
  }
}
section.text-image .container .text p:last-child {
  margin-bottom: 0;
}
section.text-image .container .button {
  grid-area: button;
}
@media only screen and (min-width: 768px) {
  section.text-image .container.reverse {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "heading image" "text image" "button image";
  }
}

section.text-center .inner-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "col";
}
@media only screen and (min-width: 768px) {
  section.text-center .inner-grid {
    gap: 1rem;
    grid-template-areas: ". col col .";
    grid-template-columns: repeat(4, 1fr);
  }
}
section.text-center .inner-grid .col {
  grid-area: col;
  padding: 1rem;
}
section.text-center h2,
section.text-center p {
  text-align: left;
}
section.text-center p {
  font-size: var(--fs-body-reg);
  line-height: var(--line-height-reg);
  margin-bottom: 1rem;
}
section.text-center a {
  font-weight: var(--fw-semi-bold);
}

.pb-0 {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .left .inner-grid {
    grid-template-areas: "col col col ." !important;
  }
}

@media only screen and (min-width: 768px) {
  .center .inner-grid {
    padding-top: 1rem;
    grid-template-areas: ". col col ." !important;
  }
  .center .inner-grid h2,
  .center .inner-grid p {
    text-align: center;
  }
}

.merch-page-align-text-left .inner-grid {
  grid-template-areas: "col1 col1 col2 col2" !important;
  max-width: 750px;
}
@media only screen and (min-width: 768px) {
  .merch-page-align-text-left .inner-grid {
    gap: 0 1rem !important;
  }
}

section.text-banner {
  padding: 0;
}
section.text-banner h2 {
  padding: 2rem;
}
section.text-banner h2,
section.text-banner p {
  text-align: center;
  margin: 0;
}
section.text-banner p {
  font-size: var(--fs-body-reg);
  line-height: var(--line-height-reg);
}

section.blog-cards h2 {
  text-align: center;
  color: var(--color-primary-dark);
}
section.blog-cards ul.cards {
  display: flex;
  margin: 0;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  section.blog-cards ul.cards {
    flex-direction: row;
  }
}
section.blog-cards ul.cards li.single-card {
  flex-basis: 50%;
  list-style: none;
  padding: var(--space-xs);
}
section.blog-cards ul.cards li.single-card a .image {
  height: 100px;
  border: 4px solid var(--color-primary-dark);
  border-radius: var(--border-radius-sm);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  section.blog-cards ul.cards li.single-card a .image {
    height: 125px;
  }
}
section.blog-cards ul.cards li.single-card a .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.blog-cards ul.cards li.single-card a .text h3 {
  font-weight: 800;
  color: var(--color-primary-dark);
}

section.three-col-cards h2 {
  text-align: center;
}
section.three-col-cards ul.cards {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  section.three-col-cards ul.cards {
    flex-direction: row;
    gap: var(--space-md);
  }
}
section.three-col-cards ul.cards li.single-card {
  list-style: none;
  margin-bottom: var(--space-md);
}
section.three-col-cards ul.cards li.single-card a .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
section.three-col-cards ul.cards li.single-card a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.three-col-cards ul.cards li.single-card a .text {
  padding: var(--space-sm) 0;
}
section.three-col-cards ul.cards li.single-card a .text h3,
section.three-col-cards ul.cards li.single-card a .text p,
section.three-col-cards ul.cards li.single-card a .text address {
  color: var(--color-primary);
  text-align: left;
  margin: 0;
}
section.three-col-cards ul.cards li.single-card a .text h3 {
  font-weight: 600;
}

#slider-locations {
  position: relative;
}
#slider-locations h2 {
  padding: 1rem;
  text-align: left;
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  #slider-locations h2 {
    text-align: center;
  }
}
#slider-locations .swiper {
  padding: 1rem 1rem 2rem 1rem;
}
#slider-locations .swiper-pagination {
  position: relative;
  margin-top: 3rem;
  display: none;
}
#slider-locations .navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
#slider-locations .navigation .swiper-button-prev,
#slider-locations .navigation .swiper-button-next {
  color: var(--color-white);
  background: var(--color-primary);
  padding: 1.5rem;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  transform: translateY(-375px);
}
@media only screen and (min-width: 768px) {
  #slider-locations .navigation .swiper-button-prev,
  #slider-locations .navigation .swiper-button-next {
    transform: translateY(-425px);
  }
}
@media only screen and (min-width: 1024px) {
  #slider-locations .navigation .swiper-button-prev,
  #slider-locations .navigation .swiper-button-next {
    transform: translateY(-450px);
  }
}
#slider-locations .navigation .swiper-button-prev::after,
#slider-locations .navigation .swiper-button-next::after {
  font-size: 25px;
  font-weight: bold;
}
#slider-locations .location {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#slider-locations .location h3 {
  font-size: var(--fs-heading-3);
  text-align: left;
  font-weight: 800;
  border-bottom: 20px;
  color: var(--color-primary);
}
#slider-locations .location address {
  text-align: left;
  color: var(--color-primary);
  font-weight: var(--fw-bold);
  font-size: var(--fs-body-sm);
  text-transform: capitalize;
}
#slider-locations .location p {
  text-align: left;
  font-size: var(--fs-body-reg);
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  #slider-locations .location p {
    height: 230px;
  }
}
#slider-locations .location picture {
  height: 125px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #slider-locations .location picture {
    height: 200px;
    width: 100%;
  }
}
#slider-locations .location picture img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#slider-locations .location a {
  margin: 0 0 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  #slider-locations .location a {
    margin-bottom: 1rem;
  }
}

section.form-contact h2 {
  text-align: center;
}
section.form-contact .wpcf7 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
section.form-contact .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.form-contact .wpcf7 form label {
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--font-heading);
  margin-bottom: 0.25rem;
}
section.form-contact .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
section.form-contact .wpcf7 input[type=text],
section.form-contact .wpcf7 input[type=email],
section.form-contact .wpcf7 input[type=tel],
section.form-contact .wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
section.form-contact .wpcf7 input[type=text]:focus,
section.form-contact .wpcf7 input[type=email]:focus,
section.form-contact .wpcf7 input[type=tel]:focus,
section.form-contact .wpcf7 textarea:focus {
  border-color: #333;
  outline: none;
}
section.form-contact .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
section.form-contact .wpcf7 input[type=text],
section.form-contact .wpcf7 input[type=email],
section.form-contact .wpcf7 textarea {
  border: 2px solid var(--color-primary-dark);
  margin-top: 0.5rem;
  background-color: rgba(3, 169, 244, 0.07);
}
section.form-contact .wpcf7 input[type=submit],
section.form-contact .wpcf7 button {
  padding: 0.75rem 1.5rem;
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 1rem;
  border: none;
  border: 2px solid var(--color-primary-dark);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: var(--font-heading);
}
section.form-contact .wpcf7 input[type=submit]:hover,
section.form-contact .wpcf7 button:hover {
  background-color: #333;
}
section.form-contact .wpcf7 .wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}
section.form-contact .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
section.form-contact .wpcf7 .wpcf7-response-output.wpcf7-validation-errors, section.form-contact .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
section.form-contact .wpcf7 .wpcf7-not-valid-tip {
  color: #e3342f;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.wpcf7-response-output {
  position: absolute;
}

.wpcf7-not-valid-tip {
  position: absolute;
  text-align: center;
}

section.address h2 {
  text-align: center;
}
section.address h2,
section.address p {
  color: var(--color-white);
}
section.address address {
  margin: 0;
  margin-bottom: 1rem;
}
section.address address p {
  margin: 0;
  display: inline;
  font-size: 20px;
  font-weight: 600;
}
section.address .map {
  width: 100%;
}
section.address .map iframe {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}
@media only screen and (min-width: 768px) {
  section.address .map iframe {
    aspect-ratio: 4/1;
    border: none;
    margin: 0;
    padding: 0;
    display: block; /* removes default inline spacing */
  }
}

section.hours h2 {
  text-align: center;
}
section.hours dl {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  section.hours dl {
    width: 50%;
  }
}
section.hours dl dt,
section.hours dl dd {
  text-align: center;
  font-size: 20px;
}
section.hours dl dd {
  margin-bottom: 1rem;
}

section.menu {
  max-width: 1100px;
  margin: 0 auto;
}
section.menu h2 {
  text-align: center;
}
section.menu ul.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  section.menu ul.menu-items {
    grid-template-columns: repeat(2, 1fr);
    margin: 2rem 0;
  }
}
section.menu ul.menu-items li.item {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  overflow: hidden;
  transition: transform 0.3s;
}
@media only screen and (min-width: 768px) {
  section.menu ul.menu-items li.item {
    flex-direction: row;
  }
}
section.menu ul.menu-items li.item .image {
  width: auto;
  height: 150px;
  border: none;
  border-bottom: 5px solid var(--color-primary);
}
section.menu ul.menu-items li.item .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
section.menu ul.menu-items li.item .text {
  flex: 1;
  padding: var(--space-sm) 0;
  display: grid;
  grid-template-rows: auto 1fr auto; /* heading, text, button */
}
@media only screen and (min-width: 768px) {
  section.menu ul.menu-items li.item .text {
    padding: 0 var(--space-sm);
    display: block;
  }
}
section.menu ul.menu-items li.item .text h3.item-name {
  font-size: var(--fs-heading-3);
  margin: 0 0 var(--space-xs) 0;
  color: var(--color-primary);
  font-weight: 600;
}
section.menu ul.menu-items li.item .text p.description {
  color: var(--color-primary-dark);
  margin: 0.25rem 0;
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-med);
}
@media only screen and (min-width: 768px) {
  section.menu ul.menu-items li.item .text p.description {
    margin: 0 0 var(--space-sm) 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.menu ul.menu-items li.item .text p.description {
    font-weight: var(--fw-med);
  }
}
section.menu ul.menu-items li.item .text .price {
  font-weight: bold;
  color: var(--color-primary);
  font-size: var(--fs-body-sm);
}

main.single-post p {
  font-size: 20px;
}

#blog-cards {
  padding: var(--space-md);
}
#blog-cards h2 {
  text-align: center;
}
#blog-cards ul.cards {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(2, 1fr);
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
#blog-cards ul.cards li.card {
  width: 100%;
  min-height: 175px;
  list-style: none;
}
#blog-cards ul.cards li.card a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  #blog-cards ul.cards li.card a {
    flex-direction: row;
  }
}
#blog-cards ul.cards li.card a .image {
  height: 200px;
  border-radius: var(--border-radius-reg);
}
#blog-cards ul.cards li.card a .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-reg);
}
@media screen and (min-width: 750px) {
  #blog-cards ul.cards li.card a .image {
    width: 50%;
    height: 100%;
  }
}
#blog-cards ul.cards li.card a .text {
  padding: var(--space-xs);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#blog-cards ul.cards li.card a .text h3 {
  font-weight: 600;
  color: var(--color-primary-dark);
}
@media screen and (min-width: 750px) {
  #blog-cards ul.cards li.card a .text {
    width: 50%;
    margin-left: var(--space-sm);
  }
}
#blog-cards ul.cards li.card a .text p,
#blog-cards ul.cards li.card a .text time {
  font-size: 14px;
  color: var(--color-dark-grey);
}
#blog-cards ul.cards li.card a .text time {
  font-weight: var(--fw-bold);
}
#blog-cards a.small-centre {
  width: 100%;
  display: block;
  text-align: center;
}

main.blog-archive {
  padding: var(--space-md);
  background: var(--color-secondary);
}
main.blog-archive article.post-item {
  padding: var(--space-md);
  margin: var(--space-md);
  border: 2px solid var(--color-primary-dark);
  border-radius: var(--border-radius-reg);
  background-color: var(--color-white);
}
main.blog-archive article.post-item a {
  color: var(--color-dark-grey);
}
main.blog-archive article.post-item a h3,
main.blog-archive article.post-item a a {
  color: var(--color-primary-dark);
}
main.blog-archive article.post-item a h3 {
  font-size: 25px;
  font-weight: 600;
}

section.four-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: var(--color-primary);
}
section.four-cards .container {
  display: flex;
  flex-wrap: wrap;
}
section.four-cards .card {
  width: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
section.four-cards .card .icon svg {
  height: 50px;
  width: auto;
}
section.four-cards .card h3,
section.four-cards .card p {
  color: var(--color-white);
  margin: 0;
}
section.four-cards .card h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
section.four-cards .card p {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  section.four-cards .card {
    width: 25%;
  }
}

section#testimonials {
  height: 350px;
}
section#testimonials h2,
section#testimonials p {
  text-align: center;
  color: var(--color-dark-grey);
  color: var(--color-dark-blue);
}
section#testimonials p {
  margin-bottom: 0;
  color: var(--color-dark-grey);
  font-weight: 600;
}
section#testimonials #review-swiper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  section#testimonials #review-swiper {
    margin-bottom: 4rem;
  }
}
section#testimonials #review-swiper ul.swiper-wrapper {
  margin: 0;
}
section#testimonials .review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#testimonials .review blockquote.review_quote,
section#testimonials .review footer.review_author {
  color: var(--color-white);
  color: var(--color-white);
}
section#testimonials .review footer.review_author {
  font-weight: 600;
}
section#testimonials .review .card {
  background-color: var(--color-primary-dark);
  padding: 3rem;
  border-radius: var(--border-radius-reg);
}
section#testimonials .review .card blockquote.review_quote {
  margin: var(--space-xs);
  text-align: center;
  border: none;
  padding: 0;
  font-style: normal;
  margin-bottom: 1.5rem;
  color: var(--color-white);
  font-size: 24px;
  line-height: 1.4;
}
section#testimonials .review .card blockquote.review_quote span {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}
section#testimonials a.center-link {
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: var(--color-dark-grey);
  font-weight: 500;
}

.modal {
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  position: fixed;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .modal {
    padding-top: 2rem;
  }
}
.modal.active {
  visibility: visible;
}
.modal ul.menu-root {
  background-color: var(--color-primary);
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.modal ul.menu-root li {
  list-style: none;
  text-align: center;
  padding: var(--space-sm) 0;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .modal ul.menu-root li {
    padding: var(--space-md) 0;
  }
}
.modal ul.menu-root li a {
  color: var(--color-white);
  font-size: var(--fs-heading-2);
  font-family: var(--font-heading);
  border: 2px solid var(--color-primary-dark);
  background: white;
  border-radius: 25px;
  color: var(--color-primary);
  padding: 1rem;
  width: 75%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .modal ul.menu-root li a {
    width: 50%;
  }
}
.modal ul.menu-root li:last-child {
  color: white;
}
.modal ul.menu-root li:nth-last-child(1) span {
  font-size: 20px;
  font-family: var(--font-heading);
  border-radius: 25px;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 1rem;
  margin-top: 2rem;
  border: 2px solid white;
}
.modal ul.menu-root li:nth-last-child(1) span:hover {
  cursor: pointer;
}
.modal ul.menu-root ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 2rem;
}
.modal ul.menu-root ul.sub-menu.active {
  display: block;
  position: absolute;
  background: var(--color-primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal ul.menu-root ul.sub-menu li {
  list-style: none;
  text-align: center;
  padding: var(--space-sm) 0;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .modal ul.menu-root ul.sub-menu li {
    padding: var(--space-md) 0;
  }
}
.modal ul.menu-root ul.sub-menu li a {
  background: white;
  border-radius: 25px;
  color: var(--color-primary);
  padding: 1rem;
  width: 75%;
  display: block;
  margin: 0 auto;
  border: 2px solid var(--color-primary-dark);
}
.modal ul.menu-root ul.sub-menu li:last-child {
  color: white;
}
.modal ul.menu-root ul.sub-menu li.submenu-header {
  margin-bottom: 1rem;
}
.modal ul.menu-root ul.sub-menu button.btn {
  background-color: var(--color-white);
  color: var(--color-primary-dark);
  border-color: var(--color-white);
  color: var(--color-white);
  font-size: 20px !important;
  font-family: var(--font-heading);
  border-radius: 25px;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 1rem;
  margin-top: 2rem;
}
.modal ul.menu-root ul.sub-menu button.btn:visited {
  color: var(--color-primary);
}

.scroll-lock {
  overflow: hidden;
  height: 100%;
}

h2.menu-title,
li.submenu-header {
  color: var(--color-white);
  font-size: 32px;
  font-family: var(--font-heading);
  margin-top: 2rem;
  text-align: center;
  margin: 0 auto;
  padding: var(--space-md) 0;
}
@media only screen and (min-width: 768px) {
  h2.menu-title,
  li.submenu-header {
    font-size: 35px;
  }
}

h2.menu-title {
  margin-top: 0rem !important;
}

.btn-back {
  font-size: 28px !important;
}

.submenu-footer button {
  font-size: 25px !important;
}

footer {
  background-color: var(--color-primary);
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  footer {
    padding-top: 4rem;
  }
}
footer .inner-grid {
  display: grid;
  padding: 1rem;
  gap: 1rem;
  grid-template-areas: "col1 col2" "col3 col4" "col5 col5";
}
@media only screen and (min-width: 768px) {
  footer .inner-grid {
    max-width: 900px;
    margin: 0 auto;
    grid-template-areas: "col1 col2 col3 col4" "col5 col5 col5 col5";
  }
}
footer .inner-grid h2,
footer .inner-grid a {
  color: white;
  font-size: var(--fs-heading-small);
}
footer .col-1 {
  grid-area: col1;
}
footer .col-2 {
  grid-area: col2;
}
footer .col-3 {
  grid-area: col3;
}
footer .col-4 {
  grid-area: col4;
}
footer .col-5 {
  grid-area: col5;
}
footer ul {
  margin: 0;
  width: 100%;
}
footer ul li {
  list-style: none;
}
footer .col-3 ul {
  padding-left: 1.2rem;
}
footer .col-3 li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  transform: translate(-20px, 4px);
  background-image: url("../img/instagram.svg");
  background-size: contain;
}
footer .col-3 li:first-child::before {
  background-image: url("../img/email.svg");
}
footer .col-3 li:last-child::before {
  background-image: url("../img/insta.svg");
}
footer .logo-icon a {
  display: block;
  height: auto;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  footer .logo-icon a {
    width: 100px;
    margin: 0 auto;
  }
}
footer a.credit {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  font-weight: var(--fw-light);
  text-align: right;
  display: block;
  padding-right: 5rem;
  padding-bottom: 1rem;
}
footer a.credit span {
  font-family: var(--font-heading);
}

#pattern-container {
  width: 100vw; /* full viewport width */
  height: 160px; /* 2 rows * 80px */
}

svg {
  display: block;
  width: 100%;
  height: 160px;
}

.text-image-background {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .text-image-background {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .text-image-background {
    padding: 6rem 1rem 18rem 1rem;
  }
}
.text-image-background .inner-grid {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .text-image-background .inner-grid {
    grid-template-areas: "col1 col2 col2 col3";
    grid-template-columns: repeat(4, 1fr);
  }
}
.text-image-background .inner-grid .col-1 {
  grid-area: col1;
}
.text-image-background .inner-grid .col-2 {
  grid-area: col2;
}
.text-image-background .inner-grid .col-3 {
  grid-area: col3;
}
.text-image-background .inner-grid .content {
  margin: 0 auto;
}
.text-image-background p,
.text-image-background h2 {
  color: var(--color-white);
}
.text-image-background a {
  margin: 0;
}

.page-id-158 main .text-image-background:nth-of-type(1) {
  background-position: 25% 25%;
}
@media only screen and (min-width: 1024px) {
  .page-id-158 main .text-image-background:nth-of-type(1) {
    padding-bottom: 16rem;
  }
}
@media only screen and (min-width: 1440px) {
  .page-id-158 main .text-image-background:nth-of-type(1) {
    background-position: 55% 80%;
    padding-bottom: 25rem;
  }
}
.page-id-158 main .text-image-background:nth-of-type(2) {
  background: none;
}
@media only screen and (min-width: 768px) {
  .page-id-158 main .text-image-background:nth-of-type(2) {
    background-position: 25% 25%;
  }
}

.text-image-sides {
  background-color: var(--color-primary);
}
.text-image-sides .inner-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "col2 col2" "col3 col3";
}
@media only screen and (min-width: 768px) {
  .text-image-sides .inner-grid {
    gap: 2rem;
    grid-template-areas: "col1 col2 col2 col3";
    grid-template-columns: repeat(4, 1fr);
  }
}
.text-image-sides .inner-grid .col-1 {
  grid-area: col1;
}
.text-image-sides .inner-grid .col-2 {
  grid-area: col2;
}
.text-image-sides .inner-grid .col-3 {
  grid-area: col3;
}
.text-image-sides .inner-grid .col-1,
.text-image-sides .inner-grid .col-2,
.text-image-sides .inner-grid .col-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.text-image-sides .inner-grid .col-1 {
  align-items: center;
  display: none;
}
.text-image-sides .inner-grid .col-1,
.text-image-sides .inner-grid .col-3 {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .text-image-sides .inner-grid .col-1,
  .text-image-sides .inner-grid .col-3 {
    display: block;
    height: 100%;
  }
}
.text-image-sides .content {
  padding: 1rem;
}
.text-image-sides .content h2,
.text-image-sides .content p {
  color: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .text-image-sides .content {
    margin: 0;
    padding: 2rem 0;
  }
}
.text-image-sides .content a {
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.text-image-sides .image-left,
.text-image-sides .image-right {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .text-image-sides .image-left,
  .text-image-sides .image-right {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.text-image-sides .image-left img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: none;
}
@media only screen and (min-width: 768px) {
  .text-image-sides .image-left img {
    display: block;
    height: 60%;
    transform: translateX(-70px);
    overflow: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-sides .image-left img {
    transform: rotate(-5deg);
  }
}
.text-image-sides .image-right {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .text-image-sides .image-right {
    overflow: unset;
  }
}
.text-image-sides .image-right img {
  height: auto;
  width: 100%;
  top: 0;
  object-fit: cover;
  display: block;
  float: inline-end;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .text-image-sides .image-right img {
    position: relative;
    height: 60%;
    width: auto;
    top: 0;
    transform: rotate(0deg);
    transform: translateX(70px);
    overflow: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-sides .image-right img {
    transform: translateX(0px);
  }
}

.text-image-side-photos {
  overflow: hidden;
  background-color: var(--color-white);
}
.text-image-side-photos .inner-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "col1" "col2";
}
@media only screen and (min-width: 768px) {
  .text-image-side-photos .inner-grid {
    gap: 2rem;
    grid-template-areas: "col1 col2 col2  col3";
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-side-photos .inner-grid {
    min-height: 500px;
  }
}
.text-image-side-photos .inner-grid .col-1 {
  grid-area: col1;
}
.text-image-side-photos .inner-grid .col-2 {
  grid-area: col2;
}
.text-image-side-photos .inner-grid .col-3 {
  grid-area: col3;
}
.text-image-side-photos .inner-grid .col-1,
.text-image-side-photos .inner-grid .col-2,
.text-image-side-photos .inner-grid .col-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.text-image-side-photos .inner-grid .col-1 {
  align-items: center;
}
.text-image-side-photos .content {
  padding: 1rem;
}
.text-image-side-photos .content h2,
.text-image-side-photos .content p {
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  .text-image-side-photos .content {
    width: 100%;
    margin: 0;
  }
  .text-image-side-photos .content a {
    margin: 0;
  }
}
.text-image-side-photos .image-right {
  height: 75%;
  width: 75%;
}
@media only screen and (min-width: 1024px) {
  .text-image-side-photos .image-right {
    width: 100%;
  }
}
.text-image-side-photos .image-left {
  height: 300px;
  width: auto;
  padding: 1rem;
}
.text-image-side-photos .image-left img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .text-image-side-photos .image-left {
    padding: 0;
    height: 75%;
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-side-photos .image-left {
    width: 100%;
  }
}
.text-image-side-photos .image-left img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
  float: inline-end;
  transform: rotate(-5deg);
  box-shadow: 0px 5px 17px -3px rgba(0, 0, 0, 0.4);
}
.text-image-side-photos .image-right {
  position: relative;
}
.text-image-side-photos .image-right .image-big {
  right: 25%;
  height: 100%;
  width: 100%;
  position: absolute;
}
.text-image-side-photos .image-right .image-big img {
  box-shadow: 0px 5px 17px -3px rgba(0, 0, 0, 0.4);
  height: 100%;
  object-fit: cover;
}
.text-image-side-photos .image-right .image-small {
  height: 50%;
  width: 50%;
  position: absolute;
  bottom: 10%;
  right: 25%;
}
@media only screen and (min-width: 1024px) {
  .text-image-side-photos .image-right .image-small {
    height: 75%;
    width: 75%;
    bottom: -20%;
    right: 0;
  }
}
.text-image-side-photos .image-right .image-small img {
  transform: rotate(-10deg);
}
.text-image-side-photos a {
  margin: 0 0 1rem 0;
}

@media only screen and (min-width: 768px) {
  .page-id-221 .text-image-side-photos .inner-grid,
  .page-id-230 .text-image-side-photos .inner-grid,
  .page-id-238 .text-image-side-photos .inner-grid {
    grid-template-areas: "col1 col1 col2 col2";
  }
}
.page-id-221 .text-image-side-photos .col-3,
.page-id-230 .text-image-side-photos .col-3,
.page-id-238 .text-image-side-photos .col-3 {
  display: none;
}
.page-id-221 .text-image-side-photos .image-left,
.page-id-221 .text-image-side-photos .image-right,
.page-id-230 .text-image-side-photos .image-left,
.page-id-230 .text-image-side-photos .image-right,
.page-id-238 .text-image-side-photos .image-left,
.page-id-238 .text-image-side-photos .image-right {
  height: auto;
  width: 75%;
}
.page-id-221 .text-image-side-photos .content,
.page-id-230 .text-image-side-photos .content,
.page-id-238 .text-image-side-photos .content {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-id-230 .text-image-side-photos h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.page-id-230 .text-image-side-photos .image-left img,
.page-id-230 .text-image-side-photos .image-right img {
  transform: rotate(0deg);
  height: 90%;
}

.page-id-221 .text-image-side-photos .image-left img,
.page-id-221 .text-image-side-photos .image-right img {
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .text-image-side-photos .col-1 .image-left {
    width: 100%;
  }
  .text-image-side-photos .col-1 .image-left img {
    width: 100%;
    height: 100%;
  }
}

.text-image-side-photos-extended {
  overflow: hidden;
  background-color: var(--color-white);
}
.text-image-side-photos-extended .inner-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "col1" "col2";
}
@media only screen and (min-width: 768px) {
  .text-image-side-photos-extended .inner-grid {
    gap: 2rem;
    grid-template-areas: "col1 col2  col3";
    grid-template-columns: repeat(3, 1fr);
  }
}
.text-image-side-photos-extended .inner-grid .col-1 {
  grid-area: col1;
}
.text-image-side-photos-extended .inner-grid .col-2 {
  grid-area: col2;
}
.text-image-side-photos-extended .inner-grid .col-3 {
  grid-area: col3;
}
.text-image-side-photos-extended .inner-grid .col-1,
.text-image-side-photos-extended .inner-grid .col-2,
.text-image-side-photos-extended .inner-grid .col-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.text-image-side-photos-extended .inner-grid .col-1 {
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .text-image-side-photos-extended .inner-grid .col-1 {
    height: 500px;
    padding-right: 0;
  }
  .text-image-side-photos-extended .inner-grid .col-1 .image-left {
    flex-direction: row;
  }
  .text-image-side-photos-extended .inner-grid .col-1 .image-left .image-left-mid,
  .text-image-side-photos-extended .inner-grid .col-1 .image-left .image-left-bottom {
    display: none;
  }
  .text-image-side-photos-extended .inner-grid .col-1 .image-left .image-left-top {
    height: 100%;
    top: 0;
  }
  .text-image-side-photos-extended .inner-grid .col-1 .image-left .image-left-top img {
    width: 100%;
    height: 90%;
    top: 2.5%;
    transform: rotate(0deg);
  }
}
.text-image-side-photos-extended .inner-grid .col-2 {
  padding-left: 1rem;
}
.text-image-side-photos-extended .content {
  padding: 1rem;
}
.text-image-side-photos-extended .content h2,
.text-image-side-photos-extended .content p {
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  .text-image-side-photos-extended .content {
    margin: 0;
    padding: 2rem 0;
  }
  .text-image-side-photos-extended .content a {
    margin: 0;
  }
}
.text-image-side-photos-extended .image-left,
.text-image-side-photos-extended .image-right {
  height: 175%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible !important;
}
.text-image-side-photos-extended .image-left-top {
  height: 75%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  top: 5%;
}
.text-image-side-photos-extended .image-left-top img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: rotate(5deg);
}
.text-image-side-photos-extended .image-left-mid {
  overflow: visible;
  height: 55%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  justify-content: flex-end;
  top: -10%;
}
.text-image-side-photos-extended .image-left-mid img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: rotate(-5deg);
}
.text-image-side-photos-extended .image-left-bottom {
  height: 45%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  justify-content: flex-end;
  top: -10%;
}
.text-image-side-photos-extended .image-left-bottom img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: rotate(5deg);
}
.text-image-side-photos-extended .image-right-top {
  height: 75%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  top: 5%;
}
.text-image-side-photos-extended .image-right-top img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: rotate(-5deg);
}
.text-image-side-photos-extended .image-right-bottom {
  height: 40%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}
.text-image-side-photos-extended .image-right-bottom img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: rotate(5deg);
}

.text-image-side-pattern .inner-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "col1" "col2";
}
@media only screen and (min-width: 768px) {
  .text-image-side-pattern .inner-grid {
    gap: 1rem;
    grid-template-areas: "col1 col2 col2 col3";
    grid-template-columns: repeat(4, 1fr);
  }
}
.text-image-side-pattern .inner-grid .col-1 {
  grid-area: col1;
}
.text-image-side-pattern .inner-grid .col-2 {
  grid-area: col2;
}
.text-image-side-pattern .inner-grid .col-3 {
  grid-area: col3;
}
.text-image-side-pattern .inner-grid .col-1,
.text-image-side-pattern .inner-grid .col-2,
.text-image-side-pattern .inner-grid .col-3 {
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.text-image-side-pattern .inner-grid .col-1,
.text-image-side-pattern .inner-grid .col-3 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .text-image-side-pattern .inner-grid .col-1,
  .text-image-side-pattern .inner-grid .col-3 {
    display: grid;
    flex-direction: row;
  }
}
.text-image-side-pattern .content {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .text-image-side-pattern .content {
    width: 100%;
    margin: 0;
    padding: 2rem 0 4rem;
  }
}
.text-image-side-pattern .content a {
  margin: 0;
}
.text-image-side-pattern .image-left,
.text-image-side-pattern .image-right {
  height: 100%;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-image-side-pattern .image-left img,
.text-image-side-pattern .image-right img {
  height: 100%;
  object-fit: cover;
}
.text-image-side-pattern .image-left img {
  width: auto;
  display: block;
}
.text-image-side-pattern .image-right {
  position: relative;
  overflow: hidden;
}
.text-image-side-pattern .image-right img {
  width: auto;
  display: block;
  transform: rotate(180deg);
  position: relative;
  top: 0;
}

.page-id-238 .text-image-side-pattern .image-left,
.page-id-238 .text-image-side-pattern .image-right {
  padding: 1rem 3rem;
}
.page-id-238 .text-image-side-pattern .content {
  padding: 1rem;
}

section.text-stacked-image {
  background-color: var(--color-primary);
}
section.text-stacked-image .inner-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "col1" "col2" "col3" "col4";
}
@media only screen and (min-width: 768px) {
  section.text-stacked-image .inner-grid {
    gap: 2rem;
    grid-template-areas: "col1 col2" "col3 col4";
    grid-template-columns: repeat(2, 1fr);
  }
}
section.text-stacked-image .inner-grid .col-1 {
  grid-area: col1;
}
section.text-stacked-image .inner-grid .col-2 {
  grid-area: col2;
}
section.text-stacked-image .inner-grid .col-3 {
  grid-area: col3;
}
section.text-stacked-image .inner-grid .col-4 {
  grid-area: col4;
}
section.text-stacked-image h2,
section.text-stacked-image p {
  color: var(--color-white);
}
section.text-stacked-image .image {
  height: 200px;
  width: auto;
  border: none;
}
section.text-stacked-image .image img {
  height: 75%;
  margin-top: 1rem;
  width: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  section.text-stacked-image .image img {
    height: 85%;
  }
}
section.text-stacked-image .location-times {
  height: 400px;
}
section.text-stacked-image .location-times img {
  height: 75%;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  section.text-stacked-image .location-times img {
    height: 85%;
  }
}

section.image-row-of-three .image-wrapper {
  display: flex;
  height: 75vh;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  section.image-row-of-three .image-wrapper {
    flex-direction: row;
    height: 50vh;
  }
}
section.image-row-of-three .image-wrapper .image {
  width: 100%;
  height: 33.33%;
}
@media only screen and (min-width: 768px) {
  section.image-row-of-three .image-wrapper .image {
    width: 33.33%;
    height: 100%;
  }
}
section.image-row-of-three .image-wrapper .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

section.form-newsletter h2,
section.form-newsletter p {
  text-align: center;
  margin: 0 auto;
}
section.form-newsletter h2 {
  margin-bottom: 1rem;
}
section.form-newsletter p {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  section.form-newsletter p {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
section.form-newsletter #wpcf7-f98-o1 form input {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 2px solid var(--color-primary);
}
@media only screen and (min-width: 768px) {
  section.form-newsletter #wpcf7-f98-o1 form input {
    width: 50%;
  }
}
section.form-newsletter #wpcf7-f98-o1 form input.wpcf7-text {
  margin-bottom: 0.5rem;
  background-color: white;
  text-align: center;
}
section.form-newsletter #wpcf7-f98-o1 form input.wpcf7-submit {
  background-color: var(--color-primary-dark);
  color: white;
  font-family: var(--font-heading);
  border: 2px solid var(--color-primary-dark);
}
section.form-newsletter #wpcf7-f98-o1 form input.wpcf7-submit:hover {
  cursor: pointer;
}
section.form-newsletter #wpcf7-f98-o1 form .wpcf7-response-output,
section.form-newsletter #wpcf7-f98-o1 form .wpcf7-not-valid-tip {
  position: relative;
}
section.form-newsletter #wpcf7-f98-o1 form .mc4wp-checkbox {
  display: none;
  text-align: center;
}

svg.border-check {
  display: block;
  z-index: 999;
  position: absolute;
  height: 80px;
}

.hide-bottom-border svg:last-child {
  display: none;
}

section.text-image {
  background-color: white;
  padding-bottom: 5rem;
}
section.text-image .container {
  background: var(--color-blue);
  border-radius: 10px;
  box-shadow: 1px 27px 107px -42px rgba(0, 0, 0, 0.75);
}
section.text-image .container h2,
section.text-image .container p {
  text-align: left;
  color: white;
}
section.text-image .container h2 {
  font-size: 45px;
}
section.text-image .container a {
  width: fit-content;
}

picture {
  border-radius: 20px;
}

.home header {
  margin-top: -3rem;
}
@media only screen and (min-width: 768px) {
  .home header {
    margin-top: -1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .wp-block-tp-team-panda-slider-locations,
  .home .text-image-sides {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .text-image-sides {
    padding-top: 2rem;
  }
  .home .text-image-side-photos {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.privacy-policy main,
.page-id-1102 main {
  padding: 0 3rem;
  color: var(--color-primary-dark);
}