@charset "UTF-8";
/*!
Theme Name: Adobo Catering Theme 2023
Theme URI: http://underscores.me/
Author: Bananas
Author URI: https://www.bananas.fi
Description: Theme for Bananatree
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bananatree
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
GitHub Theme URI: brawo-branding/adobo-catering-theme-2023

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bananatree is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Mixins and variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins and variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
# Defined in theme.json as well, to provide colors in Gutenberg selector
# For example: var(--wp--preset--color--foreground)
--------------------------------------------------------------*/
/**
 * WooCommerce color variables
 */
.has-bananas-yellow-color {
  color: #006E1D; }

.has-bananas-green-color {
  color: #F3FFED; }

.has-bananas-black-color {
  color: #010101; }

.has-bananas-white-color {
  color: #ffffff; }

.has-bananas-yellow-background-color {
  background-color: #006E1D; }
  .wp-block-buttons .has-bananas-yellow-background-color:hover,
  .wp-block-buttons .has-bananas-yellow-background-color:focus {
    background-color: #F3FFED;
    color: #ffffff; }

.has-bananas-green-background-color {
  background-color: #F3FFED; }
  .wp-block-buttons .has-bananas-green-background-color:hover,
  .wp-block-buttons .has-bananas-green-background-color:focus {
    background-color: #010101;
    color: #ffffff; }

.has-bananas-black-background-color {
  background-color: #010101; }
  .wp-block-buttons .has-bananas-black-background-color:hover,
  .wp-block-buttons .has-bananas-black-background-color:focus {
    background-color: #006E1D;
    color: #010101; }

.has-bananas-white-background-color {
  background-color: #ffffff; }
  .wp-block-buttons .has-bananas-white-background-color:hover,
  .wp-block-buttons .has-bananas-white-background-color:focus {
    background-color: #006E1D;
    color: #010101; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
#
# theme.json content = m, wide = l
--------------------------------------------------------------*/
.wrap-xs {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 1078px) {
    .wrap-xs {
      max-width: 700px;
      width: 70%; } }
  @media screen and (min-width: 1600px) {
    .wrap-xs {
      width: 64%; } }

.wrap-s {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 1078px) {
    .wrap-s {
      max-width: 700px;
      width: 70%; } }
  @media screen and (min-width: 1600px) {
    .wrap-s {
      width: 64%; } }

.wrap-m {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 1078px) {
    .wrap-m {
      max-width: 900px;
      width: 80%; } }
  @media screen and (min-width: 1600px) {
    .wrap-m {
      width: 74%; } }

.wrap-l {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 1078px) {
    .wrap-l {
      max-width: 1300px;
      width: 90%; } }
  @media screen and (min-width: 1600px) {
    .wrap-l {
      width: 84%; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sizes, defined in theme.json
#
# var(--wp--preset--font-size--small) = 1rem
# var(--wp--preset--font-size--medium) = 1.25rem
# var(--wp--preset--font-size--large) = clamp(1.75rem, 1.3947rem + 1.0526vw, 2.25rem)
# var(--wp--preset--font-size--x-large) = clamp(2rem, 0.5789rem + 4.2105vw, 4rem)
#
# Use this for calculating clamp(): https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/#aa-for-those-who-dont-mind-that-edge-case
#
# Fonts, defined in theme.json
# var(--wp--preset--font-family--default-font) = Chivo, sans-serif
# var(--wp--preset--font-family--alt-font) = Outfit, serif
--------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--default-font);
  line-height: 1.667;
  color: #404040; }

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-transform: uppercase;
  line-height: 1.244; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--alt-font); }

h2 {
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--alt-font); }

h3 {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--alt-font); }

.wp-block-post-title {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--alt-font); }

/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
  font-size: var(--wp--preset--font-size--small); }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 1em 0 1.5em 0; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Styles
--------------------------------------------------------------*/
.alt-font {
  font-family: var(--wp--preset--font-family--alt-font); }

/*--------------------------------------------------------------
# Grid and flex
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid,
.wp-block-gallery ul,
.site .wp-block-columns {
  display: grid;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .no-cssgrid .grid:after, .no-cssgrid
  .wp-block-gallery ul:after, .no-cssgrid
  .site .wp-block-columns:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .grid.reverse > div:last-child,
  .wp-block-gallery ul.reverse > div:last-child,
  .site .wp-block-columns.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .no-cssgrid .grid.reverse > div:last-child, .no-cssgrid
    .wp-block-gallery ul.reverse > div:last-child, .no-cssgrid
    .site .wp-block-columns.reverse > div:last-child {
      float: left; }
  .grid.reverse > div:first-child,
  .wp-block-gallery ul.reverse > div:first-child,
  .site .wp-block-columns.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .no-cssgrid .grid.reverse > div:first-child, .no-cssgrid
    .wp-block-gallery ul.reverse > div:first-child, .no-cssgrid
    .site .wp-block-columns.reverse > div:first-child {
      float: right; }
  .grid > *,
  .wp-block-gallery ul > *,
  .site .wp-block-columns > * {
    display: block;
    min-width: 0; }
    .grid > *.grid, .grid > *.wp-block-columns, .grid > *.wp-block-gallery,
    .wp-block-gallery ul > *.grid,
    .wp-block-gallery ul > *.wp-block-columns,
    .wp-block-gallery ul > *.wp-block-gallery,
    .site .wp-block-columns > *.grid,
    .site .wp-block-columns > *.wp-block-columns,
    .site .wp-block-columns > *.wp-block-gallery {
      display: grid; }
    .grid > *.flex,
    .wp-block-gallery ul > *.flex,
    .site .wp-block-columns > *.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .no-cssgrid .grid > *, .no-cssgrid
    .wp-block-gallery ul > *, .no-cssgrid
    .site .wp-block-columns > * {
      float: left;
      width: 100%; }

.pad,
.wp-block-gallery ul {
  grid-gap: 1em; }
  @media screen and (min-width: 961px) {
    .pad,
    .wp-block-gallery ul {
      grid-gap: 2em; } }

.grid-2,
.columns-2 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-2,
    .columns-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > *, .no-cssgrid
      .columns-2 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-2,
    .columns-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > *, .no-cssgrid
      .columns-2 > * {
        width: 48%; } }

.grid-3,
.columns-3 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-3,
    .columns-3 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-3 > *, .no-cssgrid
      .columns-3 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-3,
    .columns-3 {
      grid-template-columns: repeat(3, 1fr); }
      .no-cssgrid .grid-3 > *, .no-cssgrid
      .columns-3 > * {
        width: 31.33333%; } }

.grid-4,
.columns-4 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-4,
    .columns-4 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-4 > *, .no-cssgrid
      .columns-4 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-4,
    .columns-4 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-4 > *, .no-cssgrid
      .columns-4 > * {
        width: 23%; } }

.grid-5,
.columns-5 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-5,
    .columns-5 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-5,
    .columns-5 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 > * {
        width: 23%; } }
  @media screen and (min-width: 1600px) {
    .grid-5,
    .columns-5 {
      grid-template-columns: repeat(5, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 > * {
        width: 18%; } }

.grid-6,
.columns-6 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-6,
    .columns-6 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-6,
    .columns-6 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 > * {
        width: 23%; } }
  @media screen and (min-width: 1600px) {
    .grid-6,
    .columns-6 {
      grid-template-columns: repeat(6, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 > * {
        width: 14.66667%; } }

.grid-7,
.columns-7 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-7,
    .columns-7 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-7,
    .columns-7 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 > * {
        width: 23%; } }
  @media screen and (min-width: 1600px) {
    .grid-7,
    .columns-7 {
      grid-template-columns: repeat(7, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 > * {
        width: 12.28571%; } }

.grid-8,
.columns-8 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-8,
    .columns-8 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-8,
    .columns-8 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 > * {
        width: 23%; } }
  @media screen and (min-width: 1600px) {
    .grid-8,
    .columns-8 {
      grid-template-columns: repeat(8, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 > * {
        width: 10.5%; } }

.grid-9,
.columns-9 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-9,
    .columns-9 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-9,
    .columns-9 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 > * {
        width: 23%; } }
  @media screen and (min-width: 1600px) {
    .grid-9,
    .columns-9 {
      grid-template-columns: repeat(9, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 > * {
        width: 9.11111%; } }

.grid-10,
.columns-10 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 640px) {
    .grid-10,
    .columns-10 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 1024px) {
    .grid-10,
    .columns-10 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 > * {
        width: 23%; } }
  @media screen and (min-width: 1600px) {
    .grid-10,
    .columns-10 {
      grid-template-columns: repeat(10, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 > * {
        width: 8%; } }

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.vert {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex.column.vert {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .flex.column.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .flex.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 1em 0 1.5em 0;
  width: 100%;
  border-collapse: collapse; }
  table tr {
    background-color: #f1f1f1; }
    table tr:nth-child(even) {
      background-color: #f6f6f6; }
  table td {
    padding: .5em; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #006E1D;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-text-decoration-color: #006E1D;
  text-decoration-color: #006E1D;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px; }
  a:visited {
    color: #006E1D; }
  a:hover, a:focus, a:active {
    color: #006E1D;
    -webkit-text-decoration-color: #006E1D;
            text-decoration-color: #006E1D; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  .menu a {
    font-weight: 600;
    color: var(--wp--preset--color--primary);
    text-transform: uppercase; }
    .menu a:hover, .menu a:focus {
      color: #006E1D; }
  .entry-header a {
    text-decoration: none;
    color: #404040; }
    .entry-header a:hover {
      text-decoration: underline; }

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]),
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited,
.wp-block-button__link,
.wp-block-button__link:visited {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding: 1em 2em;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]):hover, button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]):focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .button:hover,
  .button:focus,
  .button:visited:hover,
  .button:visited:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited:hover,
  .wp-block-button__link:visited:focus {
    background: #F3FFED;
    color: #ffffff; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]):focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  .button:focus,
  .button:visited:focus,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited:focus {
    outline: 2px solid #010101;
    outline-offset: 1px; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]):active, button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]):focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .button:active,
  .button:focus,
  .button:visited:active,
  .button:visited:focus,
  .wp-block-button__link:active,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited:active,
  .wp-block-button__link:visited:focus {
    color: #ffffff; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"])[id*="slick-slide"],
  input[type="button"][id*="slick-slide"],
  input[type="reset"][id*="slick-slide"],
  input[type="submit"][id*="slick-slide"],
  .button[id*="slick-slide"],
  .button:visited[id*="slick-slide"],
  .wp-block-button__link[id*="slick-slide"],
  .wp-block-button__link:visited[id*="slick-slide"] {
    font-size: 8px;
    font-size: 0.5rem;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    padding: 0;
    margin: 0;
    line-height: 2;
    color: #006E1D;
    background: #006E1D;
    border: none; }
    button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"])[id*="slick-slide"]:hover,
    input[type="button"][id*="slick-slide"]:hover,
    input[type="reset"][id*="slick-slide"]:hover,
    input[type="submit"][id*="slick-slide"]:hover,
    .button[id*="slick-slide"]:hover,
    .button:visited[id*="slick-slide"]:hover,
    .wp-block-button__link[id*="slick-slide"]:hover,
    .wp-block-button__link:visited[id*="slick-slide"]:hover {
      background: #010101;
      color: #010101; }
  button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]).slick-active button,
  input[type="button"].slick-active button,
  input[type="reset"].slick-active button,
  input[type="submit"].slick-active button,
  .button.slick-active button,
  .button:visited.slick-active button,
  .wp-block-button__link.slick-active button,
  .wp-block-button__link:visited.slick-active button {
    color: #010101;
    background: #010101; }
    button:not(.components-button):not([class*="customize"]):not(.menu-toggle):not(.dropdown-toggle):not([class*="pswp"]).slick-active button:hover,
    input[type="button"].slick-active button:hover,
    input[type="reset"].slick-active button:hover,
    input[type="submit"].slick-active button:hover,
    .button.slick-active button:hover,
    .button:visited.slick-active button:hover,
    .wp-block-button__link.slick-active button:hover,
    .wp-block-button__link:visited.slick-active button:hover {
      color: #010101;
      background: #010101; }

input[type="submit"] {
  border: none; }

.wp-block-button__link[class*="background-color"]:hover, .wp-block-button__link[class*="background-color"]:focus {
  background: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--background) !important; }

.wp-block-button__link.has-foreground-background-color:hover, .wp-block-button__link.has-foreground-background-color:focus {
  background: var(--wp--preset--color--background) !important;
  color: var(--wp--preset--color--foreground) !important; }

.wp-block-button__link.has-background-background-color {
  padding: 1rem;
  letter-spacing: 0.01em; }
  .wp-block-button__link.has-background-background-color:after {
    display: inline-block;
    content: "›";
    margin-left: .5rem; }

.wp-block-button.is-style-outline .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em; }
  .wp-block-button.is-style-outline .wp-block-button__link::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: .75rem;
    -webkit-mask: url(img/icon-button-right.svg) 0 0 no-repeat;
            mask: url(img/icon-button-right.svg) 0 0 no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: var(--wp--preset--color--primary); }
  .wp-block-button.is-style-outline .wp-block-button__link:hover::after {
    background-color: var(--wp--preset--color--background); }
  .wp-block-button.is-style-outline .wp-block-button__link:focus {
    color: var(--wp--preset--color--primary) !important; }

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover) {
  background: transparent !important; }

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  color: var(--wp--preset--color--foreground); }

.menu .wp-block-button.is-style-outline .wp-block-button__link:focus:hover {
  color: var(--wp--preset--color--background) !important; }

.entry-content a {
  overflow-wrap: break-word; }

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .875em;
  line-height: 1; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  line-height: 1.667; }

div.gform_wrapper.gravity-theme .gform_required_legend {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  div.gform_wrapper.gravity-theme .gform_required_legend:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

div.gform_wrapper.gravity-theme .privacy-policy {
  margin: 0 0 0 1rem; }

div.gform_wrapper.gravity-theme .gform-field-label--type-sub {
  margin-bottom: 5px; }

div.gform_wrapper.gravity-theme input[type="text"],
div.gform_wrapper.gravity-theme input[type="email"],
div.gform_wrapper.gravity-theme textarea {
  border-radius: 0;
  border: 1px solid #010101; }
  div.gform_wrapper.gravity-theme input[type="text"]:focus,
  div.gform_wrapper.gravity-theme input[type="email"]:focus,
  div.gform_wrapper.gravity-theme textarea:focus {
    border-radius: 0;
    outline: 2px solid #010101; }

div.gform_wrapper.gravity-theme .gfield_label {
  margin: 0; }

div.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-family: sans-serif; }

div.gform_wrapper.gravity-theme .gform_validation_errors ol {
  margin-bottom: 0; }

div.gform_wrapper.gravity-theme .validation_message {
  padding: 1rem !important; }

.gform_confirmation_wrapper {
  background: #bae3ba;
  padding: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .no-js .main-navigation ul,
    .main-navigation ul .toggled-on {
      display: block !important; }
    .main-navigation ul ul {
      display: none;
      background: #ffffff; }
      @media (min-width: 1024px) {
        .main-navigation ul ul {
          position: absolute;
          top: 100%;
          left: -1em;
          z-index: 99999;
          padding: 1rem;
          -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
                  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); } }
      @media (min-width: 1024px) {
        .main-navigation ul ul ul {
          left: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          padding: 1.25rem; }
          .main-navigation ul ul ul.flip {
            left: auto;
            right: 100%; } }
      .main-navigation ul ul a {
        font-size: .938em;
        width: 130px; }
        @media (max-width: 960px) {
          .main-navigation ul ul a {
            width: 100% !important;
            border-bottom: 0; } }
      .main-navigation ul ul li {
        margin-bottom: .5rem; }
        .main-navigation ul ul li:last-child {
          margin-bottom: 0; }
  .main-navigation li {
    position: relative; }
    .main-navigation li.menu-item-has-children {
      padding: 0 20px 0 0; }
      @media (min-width: 1024px) {
        .main-navigation li.menu-item-has-children:hover > ul {
          display: block !important; } }
    @media (max-width: 960px) {
      .main-navigation li {
        width: 100%;
        margin: 1rem 0;
        padding: 0 2rem 0 1rem; }
        .main-navigation li.menu-item-has-children {
          padding: 0 40px 0 1rem; }
        .main-navigation li:first-child {
          border-top: 0; }
        .main-navigation li li {
          padding: 0 0 0 5px !important;
          font-size: .938em; }
          .main-navigation li li .dropdown-toggle {
            right: -40px; }
          .main-navigation li li li {
            font-size: .87em; } }
  .main-navigation a {
    display: block;
    text-decoration: none; }
    .main-navigation a:hover {
      text-decoration: underline;
      -webkit-text-decoration-color: #010101;
              text-decoration-color: #010101;
      text-underline-offset: 4px;
      text-decoration-thickness: 2px; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    text-decoration: underline;
    -webkit-text-decoration-color: #010101;
            text-decoration-color: #010101;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px; }
    @media (max-width: 960px) {
      .main-navigation .current_page_item > a,
      .main-navigation .current-menu-item > a,
      .main-navigation .current_page_ancestor > a,
      .main-navigation .current-menu-ancestor > a {
        text-decoration: none; }
        .main-navigation .current_page_item > a:after,
        .main-navigation .current-menu-item > a:after,
        .main-navigation .current_page_ancestor > a:after,
        .main-navigation .current-menu-ancestor > a:after {
          display: inline;
          content: "•";
          color: #006E1D;
          margin-left: .5rem; } }
  .main-navigation .current-menu-item .current-menu-item > a {
    text-decoration: none; }
    .main-navigation .current-menu-item .current-menu-item > a:hover {
      text-decoration: underline;
      -webkit-text-decoration-color: #010101;
              text-decoration-color: #010101;
      text-underline-offset: 4px;
      text-decoration-thickness: 2px; }

button.menu-toggle {
  display: block; }

@media screen and (min-width: 961px) {
  button.menu-toggle {
    display: none; } }

#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 961px) {
    #primary-menu {
      gap: 1rem; } }
  @media screen and (min-width: 1024px) {
    #primary-menu {
      gap: 2rem; } }
  @media screen and (min-width: 1600px) {
    #primary-menu {
      gap: 3.875rem; } }

button.menu-toggle {
  position: relative;
  float: right;
  margin: 0;
  background: transparent;
  width: 35px;
  padding: 5px;
  z-index: 10002;
  border: 0; }
  button.menu-toggle:hover, button.menu-toggle:focus, button.menu-toggle:active {
    background: transparent; }
  button.menu-toggle:focus, button.menu-toggle:active {
    outline: 0; }
  button.menu-toggle .toggle-gfx {
    position: relative;
    display: block;
    width: 25px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
    button.menu-toggle .toggle-gfx:hover {
      cursor: pointer; }
    button.menu-toggle .toggle-gfx span {
      display: block;
      height: 3px;
      background: #010101;
      margin-bottom: 6px;
      -webkit-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      opacity: 1; }
    .toggled button.menu-toggle .toggle-gfx .lt {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .toggled button.menu-toggle .toggle-gfx .lm {
      opacity: 0; }
    .toggled button.menu-toggle .toggle-gfx .lb {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media screen and (max-width: 960px) {
  .site-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 10001;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: calc(100vh);
    width: 60%;
    min-width: 200px; }
    .site-header-menu.toggled-on {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.5s ease-out;
      transition: -webkit-transform 0.5s ease-out;
      -o-transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  #primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #primary-menu .wp-block-button.is-style-outline .wp-block-button__link {
      padding: .5rem 1rem; } }

.dropdown-toggle {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 .25rem;
  background: transparent;
  border: 0;
  cursor: pointer; }
  .dropdown-toggle:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    -webkit-mask: url(img/icon-down.svg) 0 0 no-repeat;
            mask: url(img/icon-down.svg) 0 0 no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: var(--wp--preset--color--primary); }
  .dropdown-toggle.toggled-on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .dropdown-toggle:hover {
    background: transparent; }
  .dropdown-toggle:focus {
    background: transparent;
    outline: 2px solid #010101; }
  @media (max-width: 960px) {
    .dropdown-toggle {
      display: inline-block;
      top: 0;
      right: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      line-height: 24px;
      padding: 0;
      width: 40px;
      text-align: center;
      font-size: 1.25em; } }

.site-footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .site-footer .menu a {
    color: var(--wp--preset--color--primary);
    text-decoration: underline;
    letter-spacing: 0.07em;
    font-size: var(--wp--preset--font-size--small); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments & clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Align
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/*--------------------------------------------------------------
# Clear
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pswp__bg {
  opacity: 0.8 !important; }

/*--------------------------------------------------------------
## Smiley
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/*--------------------------------------------------------------
## Slideshows
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: 1em;
  right: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 100; }
  .slick-dots li {
    display: inline-block;
    margin: 0 1em 0 0; }
    .slick-dots li:last-child {
      margin-right: 0; }

.slide {
  position: relative;
  display: none; }
  .slide:first-child {
    display: block; }
  .slick-track .slide {
    display: block; }
  .slide a {
    text-decoration: none;
    border: none; }
    .slide a:focus, .slide a:hover {
      border: none; }
  .slide figure {
    margin: 0; }
  .slide img {
    display: block;
    width: 100%;
    height: auto; }
  .slide figcaption {
    position: absolute;
    left: 1em;
    bottom: 1em;
    padding: 1em;
    background: #ffffff; }

/*--------------------------------------------------------------
# General content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.site {
  scroll-padding: 82px; }
  @media (max-width: 960px) {
    .site {
      scroll-padding: 69px; } }

.site-content {
  padding-top: 82px; }
  @media (max-width: 960px) {
    .site-content {
      padding-top: 69px; } }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  z-index: 1000;
  background: #ffffff; }
  .admin-bar .site-header {
    margin-top: 32px; }
  .site-header.headroom--pinned {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  .site-header.headroom--unpinned:not(.open) {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .site-header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10000;
    padding: 1em 0;
    margin-left: auto;
    margin-right: auto;
    width: 94%; }
    @media screen and (min-width: 1078px) {
      .site-header .wrap {
        max-width: 1300px;
        width: 90%; } }
    @media screen and (min-width: 1600px) {
      .site-header .wrap {
        width: 84%; } }
    .no-cssgrid .site-header .wrap {
      display: block; }

.site-branding .site-title {
  margin: 0; }
  .site-branding .site-title img {
    display: block; }
    @media (max-width: 630px) {
      .site-branding .site-title img {
        height: 36px;
        width: auto; } }

.menu-container {
  margin-left: auto; }

/*--------------------------------------------------------------
# Post and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-header.simple,
.page-header.simple {
  background: var(--wp--preset--color--primary);
  padding: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2em; }
  @media (min-width: 640px) {
    .entry-header.simple,
    .page-header.simple {
      padding: 4rem; } }
  @media (min-width: 1024px) {
    .entry-header.simple,
    .page-header.simple {
      padding: 6rem; } }
  @media (min-width: 1600px) {
    .entry-header.simple,
    .page-header.simple {
      padding: 8rem; } }
  @media screen and (min-width: 768px) {
    .entry-header.simple,
    .page-header.simple {
      margin-bottom: 4em; } }
  .entry-header.simple > *,
  .page-header.simple > * {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    color: var(--wp--preset--color--background); }
    @media screen and (min-width: 1078px) {
      .entry-header.simple > *,
      .page-header.simple > * {
        max-width: 1300px;
        width: 90%; } }
    @media screen and (min-width: 1600px) {
      .entry-header.simple > *,
      .page-header.simple > * {
        width: 84%; } }

.page-links {
  clear: both;
  margin: 0; }

.edit-link {
  position: fixed;
  top: 50%;
  right: 1em;
  z-index: 10000; }
  .edit-link a {
    display: block;
    background: #010101;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    padding: 1em; }
    .edit-link a:hover, .edit-link a:focus, .edit-link a:active {
      background-color: #4e4e4e; }

article.type-post .entry-meta,
article.type-post .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #5a5a5a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    article.type-post .entry-meta,
    article.type-post .entry-footer {
      margin-top: 1em;
      margin-bottom: 1em; } }

article.type-post .entry-footer {
  margin-top: 2rem; }

.single-post article.type-post .entry-title {
  margin-bottom: 0; }

.single-post article.type-post .entry-footer {
  margin-top: 3rem; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden; }
  @media screen and (min-width: 1078px) {
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
      max-width: 900px;
      width: 80%; } }
  @media screen and (min-width: 1600px) {
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
      width: 74%; } }
  @media screen and (min-width: 768px) {
    .site-main .comment-navigation, .site-main
    .posts-navigation, .site-main
    .post-navigation {
      margin-top: 2em;
      margin-bottom: 2em; } }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.single-post .comment-navigation, .single-post
.posts-navigation, .single-post
.post-navigation {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f1f1f1; }

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

.listing-article .thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  margin-bottom: 1rem; }
  .listing-article .thumb img {
    display: block; }
  .listing-article .thumb .img-cover-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    background: #010101;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .listing-article .thumb .img-cover-link:hover, .listing-article .thumb .img-cover-link:active, .listing-article .thumb .img-cover-link:focus {
      opacity: 0.2; }

.listing-article .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0; }

.listing-article .date {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.listing-article .excerpt {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 1rem auto; }

.listing-article .link {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.error-404 {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .error-404 {
      margin-top: 4em;
      margin-bottom: 4em; } }

.search .content-area {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 768px) {
    .search .content-area {
      margin-top: 4em;
      margin-bottom: 4em; } }
  @media screen and (min-width: 1078px) {
    .search .content-area {
      max-width: 900px;
      width: 80%; } }
  @media screen and (min-width: 1600px) {
    .search .content-area {
      width: 74%; } }
  .search .content-area .hentry {
    margin-top: 1em;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .search .content-area .hentry {
        margin-top: 2em;
        margin-bottom: 2em; } }
    .search .content-area .hentry p {
      margin: 0; }

/*--------------------------------------------------------------
# Post and pages
--------------------------------------------------------------*/
.single-acf_cpt .post-thumbnail {
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  margin-bottom: 1em; }
  @media screen and (min-width: 1078px) {
    .single-acf_cpt .post-thumbnail {
      max-width: 900px;
      width: 80%; } }
  @media screen and (min-width: 1600px) {
    .single-acf_cpt .post-thumbnail {
      width: 74%; } }
  @media screen and (min-width: 768px) {
    .single-acf_cpt .post-thumbnail {
      margin-bottom: 2em; } }

.page .acf_cpt,
.archive .acf_cpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page .acf_cpt .entry-header,
  .archive .acf_cpt .entry-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left; }
  .page .acf_cpt .post-thumbnail,
  .archive .acf_cpt .post-thumbnail {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .page .acf_cpt .entry-content,
  .archive .acf_cpt .entry-content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .page .acf_cpt .entry-content > *,
    .archive .acf_cpt .entry-content > * {
      width: 100%;
      max-width: 100%; }
  .page .acf_cpt .entry-footer,
  .archive .acf_cpt .entry-footer {
    display: none; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block {
  clear: both; }

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 1078px) {
    .entry-content > * {
      max-width: 900px;
      width: 80%; } }
  @media screen and (min-width: 1600px) {
    .entry-content > * {
      width: 74%; } }
  .entry-content > *:first-child {
    margin-top: 0; }

.entry-content > div {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .entry-content > div {
      margin-top: 2em;
      margin-bottom: 2em; } }

.entry-content > .alignwide,
.alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 1078px) {
    .entry-content > .alignwide,
    .alignwide {
      max-width: 1300px;
      width: 90%; } }
  @media screen and (min-width: 1600px) {
    .entry-content > .alignwide,
    .alignwide {
      width: 84%; } }

.entry-content > .alignfull,
.alignfull {
  width: 100%;
  max-width: 100%; }

.wp-block-image figure.aligncenter {
  text-align: center; }

.wp-block-image figure img {
  display: inline-block; }

.wp-block-quote {
  padding: 1em;
  border-left: 4px solid #006E1D; }

.wp-block-buttons {
  text-align: center; }
  .wp-block-buttons .wp-block-button {
    display: inline-block; }
    .wp-block-buttons .wp-block-button + .wp-block-button {
      margin-left: 1em; }

.wp-block-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .wp-block-gallery ul li {
    display: block; }
    .wp-block-gallery ul li:before {
      display: none !important; }
    .wp-block-gallery ul li figure {
      margin: 0;
      text-align: center; }
      .wp-block-gallery ul li figure img {
        display: inline-block; }

.wp-block-columns {
  gap: 2.375rem; }
  @media (min-width: 640px) {
    .wp-block-columns {
      gap: 1.1875rem; } }
  @media (min-width: 1024px) {
    .wp-block-columns {
      gap: 2.375rem; } }
  .entry-content > .wp-block-columns {
    margin-top: 2em;
    margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      .entry-content > .wp-block-columns {
        margin-top: 4em;
        margin-bottom: 4em; } }
  .wp-block-columns.is-style-drop-shadow .wp-block-column {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.16); }
    .wp-block-columns.is-style-drop-shadow .wp-block-column > .wp-block-image:first-child img {
      display: block;
      width: 100%;
      height: auto; }
    .wp-block-columns.is-style-drop-shadow .wp-block-column > *:last-child:not(img) {
      margin-bottom: 2rem; }
  .wp-block-columns.is-style-vertical-separator .wp-block-column {
    position: relative; }
    @media (min-width: 640px) {
      .wp-block-columns.is-style-vertical-separator .wp-block-column:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2px;
        background: var(--wp--preset--color--primary); }
      .wp-block-columns.is-style-vertical-separator .wp-block-column:last-child:after {
        display: none; } }

.slideshow-gallery-wrapper .slideshow-nav .slick-list {
  margin-right: -.75rem; }

.slideshow-gallery-wrapper .slideshow-nav .image-wrapper {
  padding: 1rem 1rem 0 0; }

.slideshow-gallery-wrapper .slideshow-nav .slide:active, .slideshow-gallery-wrapper .slideshow-nav .slide:focus {
  outline: none; }
  .slideshow-gallery-wrapper .slideshow-nav .slide:active img, .slideshow-gallery-wrapper .slideshow-nav .slide:focus img {
    outline: 2px solid #010101;
    outline-offset: -2px;
    opacity: 0.7; }

.slideshow-gallery-wrapper .slideshow-nav img {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .slideshow-gallery-wrapper .slideshow-nav img:hover {
    opacity: 0.7;
    cursor: pointer; }

.list-articles .heading-wrapper {
  text-align: center;
  margin: 2rem auto 1rem auto; }

@media (max-width: 630px) {
  .wp-block-cover {
    padding: 0; } }

.entry-content > .wp-block-cover {
  margin-top: 4em;
  margin-bottom: 4em; }
  @media screen and (min-width: 768px) {
    .entry-content > .wp-block-cover {
      margin-top: 8em;
      margin-bottom: 8em; } }
  .entry-content > .wp-block-cover:first-child {
    margin-top: 0; }
  .entry-content > .wp-block-cover:last-child.alignfull {
    margin-bottom: 0; }

.wp-block-cover.alignfull {
  padding: 2rem;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 640px) {
    .wp-block-cover.alignfull {
      padding: 4rem; } }
  @media (min-width: 1024px) {
    .wp-block-cover.alignfull {
      padding: 6rem; } }
  @media (min-width: 1600px) {
    .wp-block-cover.alignfull {
      padding: 8rem; } }
  @media (max-width: 630px) {
    .wp-block-cover.alignfull:not(.template) .wp-block-cover__inner-container {
      max-width: 90%; } }
  @media (max-width: 630px) {
    .wp-block-cover.alignfull:not(.template) img + .wp-block-cover__inner-container {
      max-width: 80%;
      margin-left: -10%; } }

.wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow {
  padding: calc( 5.75rem / 4); }
  @media (min-width: 640px) {
    .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow {
      padding: calc( ( 5.75rem / 4 ) * 2); } }
  @media (min-width: 1024px) {
    .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow {
      padding: calc( ( 5.75rem / 4 ) * 3); } }
  @media (min-width: 1600px) {
    .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow {
      padding: 5.75rem; } }
  .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h2:first-child, .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h3:first-child {
    margin-bottom: calc( 5.75rem / 4); }
    @media (min-width: 640px) {
      .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h2:first-child, .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h3:first-child {
        margin-bottom: calc( ( 5.75rem / 4 ) * 2); } }
    @media (min-width: 1024px) {
      .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h2:first-child, .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h3:first-child {
        margin-bottom: calc( ( 5.75rem / 4 ) * 3); } }
    @media (min-width: 1600px) {
      .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h2:first-child, .wp-block-cover.alignwide .wp-block-cover__inner-container.is-layout-flow > h3:first-child {
        margin-bottom: 5.75rem; } }

.wp-block-cover.template:has(+ .entry-content > .wp-block-cover) {
  margin-bottom: 0; }

.wp-block-cover.template .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  width: 94%; }
  @media screen and (min-width: 1078px) {
    .wp-block-cover.template .wp-block-cover__inner-container {
      max-width: 1300px;
      width: 90%; } }
  @media screen and (min-width: 1600px) {
    .wp-block-cover.template .wp-block-cover__inner-container {
      width: 84%; } }
  .wp-block-cover.template .wp-block-cover__inner-container * {
    color: var(--wp--preset--color--primary); }
  .wp-block-cover.template .wp-block-cover__inner-container .wp-block-group {
    display: inline-block; }

.wp-block-group.has-background {
  padding: calc( 2.6875rem / 4) calc( 3.375rem / 4); }
  @media (min-width: 640px) {
    .wp-block-group.has-background {
      padding: calc( ( 2.6875rem / 4 ) * 2) calc( ( 3.375rem / 4 ) * 2); } }
  @media (min-width: 1024px) {
    .wp-block-group.has-background {
      padding: calc( ( 2.6875rem / 4 ) * 3) calc( ( 3.375rem / 4 ) * 3); } }
  @media (min-width: 1600px) {
    .wp-block-group.has-background {
      padding: 2.6875rem 3.375rem; } }

.wp-block-social-links.is-style-logos-only a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--wp--preset--color--primary); }

.entry-content > .wp-block-heading:first-child {
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .entry-content > .wp-block-heading:first-child {
      margin-top: 4em; } }

.entry-content > .wp-block-heading:last-child {
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .entry-content > .wp-block-heading:last-child {
      margin-bottom: 4em; } }

.entry-content > *[id]::before {
  content: '';
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
  pointer-events: none; }

.wp-block-media-text {
  gap: 1.25rem; }
  @media (min-width: 640px) {
    .wp-block-media-text {
      gap: 2.5rem; } }
  @media (min-width: 1024px) {
    .wp-block-media-text {
      gap: 3.75rem; } }
  @media (min-width: 1600px) {
    .wp-block-media-text {
      gap: 5rem; } }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 2rem;
  padding-left: 0;
  padding-right: 0;
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary); }
  @media (min-width: 640px) {
    .site-footer {
      padding: 4rem; } }
  @media (min-width: 1024px) {
    .site-footer {
      padding: 6rem; } }
  @media (min-width: 1600px) {
    .site-footer {
      padding: 8rem; } }
  .site-footer .site-info {
    margin-left: auto;
    margin-right: auto;
    width: 94%; }
    @media screen and (min-width: 1078px) {
      .site-footer .site-info {
        max-width: 1300px;
        width: 90%; } }
    @media screen and (min-width: 1600px) {
      .site-footer .site-info {
        width: 84%; } }
  @media (max-width: 630px) {
    .site-footer .wp-block-group > * {
      margin-bottom: 2rem; } }
