@charset "UTF-8";
/*!
Theme Name: TwoTen Blocks
Theme URI: http://underscores.me/
Author: TwoTen Studio
Author URI: https://twotenstudio.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twoten-blocks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

TwoTen Blocks is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

.bg-paleYellow {
  --section-bg: #fff6e3;
  background-color: #fff6e3;
}

.bg-orange {
  --section-bg: #ff8e00;
  background-color: #ff8e00;
}
.bg-orange a {
  color: #fff;
}
.bg-orange a.button {
  color: #000;
}

.bg-purple,
.bg-pruple {
  --section-bg: #b9b9f7;
  background-color: #b9b9f7;
}

.bg-yellow {
  --section-bg: #ffc55f;
  background-color: #ffc55f;
}

.bg-green {
  --section-bg: #b5cc8c;
  background-color: #b5cc8c;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1,
h2,
h3 {
  font-family: "Instrument Sans", sans-serif;
}

h2 {
  letter-spacing: 2px;
  font-weight: 700;
}

h3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 12px 0px 10px 0px;
  line-height: 1.5rem;
  font-size: 1.3rem;
}

h4 {
  font-weight: 400;
  letter-spacing: 2px;
  margin: 12px 0px 10px 0px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-family: Georgia, Serif;
}

h5 {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0px 8px 0px;
  line-height: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.product-title h3 {
  padding: 20px 0px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1,
h2,
h3,
h5 {
  font-family: "Bowlby One", sans-serif;
  text-transform: uppercase;
}

h4,
h6 {
  font-family: "bogart", sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 3.8rem;
  letter-spacing: 2px;
}
@media (max-width: 620px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-size: 2.1rem;
  line-height: 2.6rem;
  margin-top: 0px;
}

h3,
h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (max-width: 820px) {
  h3,
  h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 620px) {
  h3,
  h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 820px) {
  h5 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 620px) {
  h5 {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}

body {
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
}

p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.6em;
}

.accent {
  font-family: "bogart", sans-serif;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

a {
  color: #2a5adb;
}

p:last-child {
  margin-bottom: 0;
}

.text-blue {
  color: #2a5adb;
}

.text-green {
  color: #b5cc8c;
}

.text-yellow {
  color: #ffc55f;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 0.5em 0.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1em 1em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
  opacity: 0.8;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.bg-white {
  --section-bg: #fff;
  background-color: #fff;
}

.bg-paleYellow {
  --section-bg: #fff6e3;
  background-color: #fff6e3;
}

.bg-orange {
  --section-bg: #ff8e00;
  background-color: #ff8e00;
}
.bg-orange a {
  color: #fff;
}
.bg-orange a.button {
  color: #000;
}

.bg-purple,
.bg-pruple {
  --section-bg: #b9b9f7;
  background-color: #b9b9f7;
}

.bg-yellow {
  --section-bg: #ffc55f;
  background-color: #ffc55f;
}

.bg-green {
  --section-bg: #b5cc8c;
  background-color: #b5cc8c;
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.components-button {
  font-weight: bold;
  border: none;
  border-radius: 50px;
  color: #000;
  line-height: 1;
  transition: 0.3s;
  background-color: #b5cc8c;
  letter-spacing: 0px;
  text-decoration: none;
  border: 3px solid #000;
  font-family: "bogart", sans-serif;
  padding: 18px 30px 16px 30px;
  font-size: 18px;
  display: inline-block;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.components-button:hover {
  background-color: #ff8e00;
  color: #000;
  cursor: pointer;
  opacity: 1;
}
button:active, button:focus, button:visited,
.button:active,
.button:focus,
.button:visited,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:visited,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:visited,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:visited,
.components-button:active,
.components-button:focus,
.components-button:visited {
  color: #000;
}
button.btn-small,
.button.btn-small,
input[type=button].btn-small,
input[type=reset].btn-small,
input[type=submit].btn-small,
.components-button.btn-small {
  padding: 14px 20px 12px 20px;
  font-size: 16px;
}
button.btn-green,
.button.btn-green,
input[type=button].btn-green,
input[type=reset].btn-green,
input[type=submit].btn-green,
.components-button.btn-green {
  background-color: #b5cc8c;
}
button.btn-orange,
.button.btn-orange,
input[type=button].btn-orange,
input[type=reset].btn-orange,
input[type=submit].btn-orange,
.components-button.btn-orange {
  background-color: #ff8e00;
}
button.btn-orange:hover,
.button.btn-orange:hover,
input[type=button].btn-orange:hover,
input[type=reset].btn-orange:hover,
input[type=submit].btn-orange:hover,
.components-button.btn-orange:hover {
  background-color: #b5cc8c;
  color: #000;
  cursor: pointer;
  opacity: 1;
}
button.btn-yellow,
.button.btn-yellow,
input[type=button].btn-yellow,
input[type=reset].btn-yellow,
input[type=submit].btn-yellow,
.components-button.btn-yellow {
  background-color: #ffc55f;
}
button.btn-blue,
.button.btn-blue,
input[type=button].btn-blue,
input[type=reset].btn-blue,
input[type=submit].btn-blue,
.components-button.btn-blue {
  background-color: #2a5adb;
}
button.btn-white,
.button.btn-white,
input[type=button].btn-white,
input[type=reset].btn-white,
input[type=submit].btn-white,
.components-button.btn-white {
  background-color: #fff;
  color: #2a5adb;
  height: 100%;
}
button.btn-secondary,
.button.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary,
.components-button.btn-secondary {
  font-size: 0.8rem;
}

.cart-btn {
  font-size: 0.8rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
  color: #fff;
}
.cart-btn:hover {
  filter: saturate(5);
  cursor: pointer;
  color: #fff;
}

.simple-btn {
  font-size: 1rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
}

.yellow-btn {
  background-color: #ffc55f !important;
}

.btn {
  background: #b5cc8c;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
}
.btn:visited {
  color: #fff;
}
.btn.yellow-btn {
  background-color: #ffc55f !important;
  color: #000;
}
.btn.yellow-btn:visited {
  color: #000;
}

.stand-alone-cart-btn {
  width: 100%;
}

.coupon button {
  background-color: transparent;
  padding: 12px;
  color: #000;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.8rem;
}
.coupon button:hover {
  background-color: #000;
  color: #fff;
}

#place_order {
  background: #b5cc8c;
  width: 100%;
}

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: 3px;
}
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%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.page,
.post {
  margin: 0 !important;
}

.wp-block-columns.is-layout-flex {
  gap: 4em;
  justify-content: center;
}

.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

.black-bg {
  background-color: #000;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.bg-image {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.red {
  color: #cc1921;
  margin: 0;
}

.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.columns .col:first-child {
  flex: 0 0 66%;
  display: flex;
  flex-direction: column;
}
.columns .col:last-child {
  width: 100%;
}
.columns .col:last-child img {
  width: 100%;
}

.g {
  display: grid;
  gap: 80px;
}
@media (max-width: 1000px) {
  .g {
    gap: 40px;
  }
}
@media (max-width: 820px) {
  .g {
    gap: 80px;
  }
}

.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .g-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .g-3 {
    grid-template-columns: 1fr;
  }
}

.g-4 {
  grid-template-columns: repeat(4, 1fr);
}

.g-5 {
  grid-template-columns: repeat(5, 1fr);
}

.g-6 {
  grid-template-columns: repeat(6, 1fr);
}

.g-7 {
  grid-template-columns: repeat(7, 1fr);
}

.g-8 {
  grid-template-columns: repeat(8, 1fr);
}

.g-auto {
  display: grid;
  grid-template-areas: "media detail detail";
  grid-template-columns: 260px;
  grid-auto-columns: 260px;
  gap: 0;
}

.f {
  display: flex !important;
}

.f-auto {
  flex-wrap: wrap;
}

.fc {
  flex-direction: column;
}

.fr {
  flex-direction: row;
}
@media (max-width: 768px) {
  .fr.fr-mobile {
    flex-direction: column;
  }
}

.gap-1 {
  gap: 30px;
}

.gap-2 {
  gap: 40px;
}

.gap-3 {
  gap: 80px;
}

.gap-4 {
  gap: 120px;
}

.gap-5 {
  gap: 180px;
}

.gap-6 {
  gap: 240px;
}

.c {
  flex-direction: column;
}

.r {
  flex-direction: row;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-e {
  justify-content: end;
}

.jc-fs {
  justify-content: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

.ac-c {
  align-content: center;
}

.ac-fe {
  align-content: flex-end;
}

.ac-fs {
  align-content: flex-start;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.as-c {
  align-self: center;
}

.as-fe {
  align-self: flex-end;
}

.as-fs {
  align-self: flex-start;
}

.as-sb {
  align-self: space-between;
}

.as-sa {
  align-self: space-around;
}

.as-stretch {
  align-self: stretch;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}
@media (max-width: 768px) {
  .w-50.w-mobile {
    width: 100%;
  }
}

.w-66 {
  width: 66%;
}
@media (max-width: 768px) {
  .w-66.w-mobile {
    width: 100%;
  }
}

.w-33 {
  width: 33%;
}
@media (max-width: 768px) {
  .w-33.w-mobile {
    width: 100%;
  }
}

.w-25 {
  width: 25%;
}
@media (max-width: 768px) {
  .w-25.w-mobile {
    width: 100%;
  }
}

.w-20 {
  width: 20%;
}
@media (max-width: 768px) {
  .w-20.w-mobile {
    width: 100%;
  }
}

.w-10 {
  width: 10%;
}
@media (max-width: 768px) {
  .w-10.w-mobile {
    width: 100%;
  }
}

.w-5 {
  width: 5%;
}
@media (max-width: 768px) {
  .w-5.w-mobile {
    width: 100%;
  }
}

.w-1 {
  width: 1%;
}
@media (max-width: 768px) {
  .w-1.w-mobile {
    width: 100%;
  }
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-33 {
  height: 33%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

.h-1 {
  height: 1%;
}

.mw-100 {
  max-width: 100%;
}

.mw-50 {
  max-width: 50%;
}

.mw-33 {
  max-width: 33%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-10 {
  max-width: 10%;
}

.mw-5 {
  max-width: 5%;
}

.mw-1 {
  max-width: 1%;
}

.f-50 {
  flex: 0 50%;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 60px;
}

.pt-4 {
  padding-top: 80px;
}

.pt-5 {
  padding-top: 120px;
}

.pt-6 {
  padding-top: 180px;
}

.pt-7 {
  padding-top: 240px;
}

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

.pb-1 {
  padding-bottom: 30px;
}

.pb-2 {
  padding-bottom: 40px;
}

.pb-3 {
  padding-bottom: 60px;
}

.pb-4 {
  padding-bottom: 80px;
}

.pb-5 {
  padding-bottom: 120px;
}

.pb-6 {
  padding-bottom: 180px;
}

.pb-7 {
  padding-bottom: 240px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 30px;
}

.p-2 {
  padding: 40px;
}

.p-3 {
  padding: 60px;
}

.p-4 {
  padding: 80px;
}

.p-5 {
  padding: 120px;
}

.p-6 {
  padding: 180px;
}

.p-7 {
  padding: 240px;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pt-l {
  padding-top: 100px;
}

.pb-l {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.container,
.wp-block-column {
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px !important;
}
@media (max-width: 880px) {
  .container,
  .wp-block-column {
    padding: 0 20px !important;
  }
}
.container.f.reverse,
.wp-block-column.f.reverse {
  flex-direction: row-reverse;
}

.container-wide {
  max-width: 1900px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px !important;
}
@media (max-width: 880px) {
  .container-wide {
    padding: 0 20px !important;
  }
}

.full-container {
  margin: 0px 30px;
}
@media (max-width: 880px) {
  .full-container {
    margin: 0 20px;
  }
}

@media (min-width: 820.1px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 820px) {
  .desktop-only {
    display: none;
  }
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(38, 45, 68, 0.7); /* Black w/ opacity */
}
@media (max-width: 767px) {
  .modal {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: none;
  }
}

/* Modal Content/Box */
.modal-content {
  background-color: none;
  margin: 7% auto;
  width: 80%;
  color: unset;
  padding: 30px;
  max-width: 800px;
  box-shadow: 80px 80px 150px rgba(0, 0, 0, 0.8);
  z-index: 999;
}
@media (max-width: 767px) {
  .modal-content {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}
.modal-content .modal-inner {
  padding: 30px;
  font-family: "Albra Grotesk";
}
.modal-content .modal-inner p {
  font-size: 0.8rem;
}
.modal-content .modal-inner .editor {
  margin-bottom: 80px;
}
.modal-content .modal-inner .two-col p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.modal-content .modal-inner .wpcf7-acceptance {
  font-size: 0.6rem !important;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0px;
  }
}

/* The Close Button */
.wc-block-checkout,
.wc-block-cart {
  margin-top: 4rem !important;
}
.wc-block-checkout h2,
.wc-block-cart h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border-spacing: 0px !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #ffc55f;
  font-family: "bogart", sans-serif;
}
header #site-navigation a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
header #site-navigation a:visited {
  color: #000;
}
header #site-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #000;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
header #site-navigation a:hover::after {
  transform: scaleX(1);
}
header #site-navigation a.button {
  text-decoration: none !important;
}
header #site-navigation a.button::after {
  display: none !important;
}
header #site-navigation li.button a {
  text-decoration: none !important;
}
header #site-navigation li.button a::after {
  display: none !important;
}
header .current-menu-item a {
  border-bottom: 2px solid #fff;
}
header .header-container {
  padding: 0px;
  height: 100px;
  margin: 0px 30px;
}
header .header-container .site-branding a {
  border-bottom: none;
}
header .header-container .site-branding a:hover {
  border-bottom: none;
}
header .header-container .site-branding img {
  max-width: 246px;
  image-rendering: -webkit-optimize-contrast;
}
header .header-container ul#primary {
  display: flex;
  justify-content: right;
  gap: 24px;
  align-items: center;
}
header .mobile-nav {
  background: #fff6e3;
  height: 0px;
  transition: height 0.3s ease;
  overflow: auto;
}
header .mobile-nav.is-open {
  height: 100vh;
}
header .mobile-nav ul#primary {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding-top: 60px;
}
header .mobile-nav ul#primary li {
  margin: 0px;
  padding: 0px;
}
header .mobile-nav ul#primary li a {
  font-size: 1.4rem;
  text-decoration: none;
}
header .mobile-nav ul#primary li.button {
  font-size: 1.4rem;
  padding: 14px 40px;
  list-style: none;
}
header .mobile-nav ul#primary li.button a {
  color: inherit;
  text-decoration: none !important;
}
header .mobile-nav .current-menu-item a {
  border-bottom: 2px solid #000;
}

@media (max-width: 1238px) {
  .desktop-nav {
    display: none !important;
  }
}
@media (min-width: 1238.1px) {
  .mobile-nav {
    display: none !important;
  }
  .hamburger {
    display: none !important;
  }
}
.hamburger {
  padding: 15px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  background: transparent !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

footer .main-footer {
  padding: 5%;
  background-color: #fff6e3;
  border-top: 2px solid #000;
  color: #000;
  min-height: 270px;
}
footer .main-footer h5 {
  font-family: "bogart", sans-serif;
  color: #000;
  margin: 0 0 1rem 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
footer .main-footer p,
footer .main-footer address {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  margin: 0 0 0.5rem 0;
}
footer .main-footer p p,
footer .main-footer address p {
  margin: 0 0 0.25rem 0;
}
footer .main-footer a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
footer .main-footer a:visited {
  color: #000;
}
footer .main-footer a:hover {
  color: #ff8e00;
}
footer .main-footer ul,
footer .main-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .main-footer li {
  margin-bottom: 0.25rem;
}
footer .footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  footer .footer-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 500px) {
  footer .footer-inner {
    grid-template-columns: 1fr;
  }
}
footer .footer-brand .custom-logo-link {
  display: block;
  margin-bottom: 1.5rem;
}
footer .footer-brand .custom-logo-link img {
  max-width: 220px;
  height: auto;
}
footer .footer-badges {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1rem;
}
footer .footer-badges img {
  max-height: 65px;
  width: auto;
}
footer .footer-contact address {
  margin-bottom: 1rem;
}
footer .bottom-footer {
  background-color: #b5cc8c;
}
footer .bottom-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 600px) {
  footer .bottom-footer .container {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}
footer .bottom-footer p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
footer .footer-socials {
  display: flex;
  gap: 0.75rem;
}
footer .footer-social {
  display: flex;
  align-items: center;
  color: #000;
  transition: color 0.2s ease;
}
footer .footer-social:hover {
  color: #ff8e00;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

.bg-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.red {
  color: #cc1921;
  margin: 0;
}

.g {
  display: grid;
}

.f {
  display: flex;
}

.c {
  flex-direction: column;
}

.r {
  flex-direction: row;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-fs {
  justify-content: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

.ac-c {
  align-content: center;
}

.ac-fe {
  align-content: flex-end;
}

.ac-fs {
  align-content: flex-start;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.as-c {
  align-self: center;
}

.as-fe {
  align-self: flex-end;
}

.as-fs {
  align-self: flex-start;
}

.as-sb {
  align-self: space-between;
}

.as-sa {
  align-self: space-around;
}

.as-stretch {
  align-self: stretch;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.w-1 {
  width: 1%;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-33 {
  height: 33%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

.h-1 {
  height: 1%;
}

.mw-100 {
  max-width: 100%;
}

.mw-50 {
  max-width: 50%;
}

.mw-33 {
  max-width: 33%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-10 {
  max-width: 10%;
}

.mw-5 {
  max-width: 5%;
}

.mw-1 {
  max-width: 1%;
}

.f-50 {
  flex: 0 50%;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pt-l {
  padding-top: 100px;
}

.pb-l {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.container {
  padding: 20px;
  max-width: 1340px;
  margin: 0 auto;
}

/* Section Transitions
--------------------------------------------- */
.has-transition {
  position: relative;
  z-index: 1;
}

.section-transition {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
}
.section-transition svg {
  display: block;
  width: calc(100% + 2px);
  position: relative;
  left: -1px;
  height: 60px;
}
@media (min-width: 768px) {
  .section-transition svg {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .section-transition svg {
    height: 120px;
  }
}
.section-transition--top {
  top: 0;
  transform: translateY(-100%);
}
.section-transition--bottom {
  bottom: 0;
  transform: translateY(100%);
}
.section-transition--bottom svg {
  transform: rotate(180deg);
}

.has-transition-top {
  margin-top: 0 !important;
}

.has-transition-bottom {
  margin-bottom: 0 !important;
}

.single-journal {
  margin-top: 200px;
}
.single-journal h1 {
  text-align: center;
}
.single-journal .auth-date {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 60px 0 120px 0;
}
.single-journal .auth-date p {
  padding: 0;
  margin: 0px;
}
.single-journal .auth-date .lil-border {
  border-left: 1px solid black;
}
.single-journal .single-share {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}
.single-journal .single-share__label {
  font-weight: 600;
  white-space: nowrap;
}
.single-journal .single-share__buttons {
  display: flex;
  gap: 10px;
}
.single-journal .single-share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  color: #000;
  transition: background 200ms ease, color 200ms ease;
}
.single-journal .single-share__btn svg {
  width: 20px;
  height: 20px;
}
.single-journal .single-share__btn:hover {
  background: #000;
  color: #fff;
}
.single-journal .single-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.single-journal .single-post-nav__link {
  text-decoration: none;
  color: inherit;
  max-width: 45%;
}
.single-journal .single-post-nav__link--next {
  text-align: right;
  margin-left: auto;
}
.single-journal .single-post-nav__link:hover .single-post-nav__title {
  text-decoration: underline;
}
.single-journal .single-post-nav__label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #666;
}
.single-journal .single-post-nav__title {
  font-weight: 600;
}
.single-journal .single-recent {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
.single-journal .single-recent h3 {
  text-align: center;
  margin-bottom: 30px;
}
.single-journal .single-recent__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .single-journal .single-recent__grid {
    grid-template-columns: 1fr;
  }
}
.single-journal .single-recent .journal-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 0px;
  overflow: hidden;
  border: 3px solid #000;
  transition: transform 200ms ease;
}
.single-journal .single-recent .journal-card:hover {
  transform: translateY(-4px);
}
.single-journal .single-recent .journal-card__image {
  background-color: #ffc55f;
}
.single-journal .single-recent .journal-card__image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-journal .single-recent .journal-card__image--contain {
  padding: 0 30px;
}
.single-journal .single-recent .journal-card__image--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.single-journal .single-recent .journal-card__content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff6e3;
}
.single-journal .single-recent .journal-card__content h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
}
.single-journal .single-recent .journal-card__content p {
  flex: 1;
  margin-bottom: 20px;
}
.single-journal .single-recent .journal-card__content .button {
  align-self: flex-start;
}

.contact-page {
  padding-top: 200px;
  padding-bottom: 80px;
  background: #fff6e3;
}
.contact-page .contact-page__info,
.contact-page .contact-page__socials {
  margin-top: 2rem;
}
.contact-page .contact-page__info-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.contact-page .contact-page__info-item svg {
  flex-shrink: 0;
}
.contact-page .contact-page__socials-icons {
  display: flex;
  gap: 1rem;
}
.contact-page .contact-page__socials-icons a {
  display: flex;
  align-items: center;
  color: #000;
  transition: color 0.2s ease;
}
.contact-page .contact-page__socials-icons a:hover {
  color: #ff8e00;
}
.contact-page h1 {
  margin-top: 0px;
}

.join-page {
  padding-top: 200px;
  padding-bottom: 80px;
  background: #fff6e3;
}
.join-page h1 {
  margin-top: 0;
}
.join-page .join-page__image {
  margin-top: 2rem;
}
.join-page .join-page__image img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}

#tablepress-8 {
  min-width: 900px;
}
@media (max-width: 1000px) {
  #tablepress-8 {
    min-width: 600px;
  }
}
@media (max-width: 620px) {
  #tablepress-8 {
    min-width: 340px;
  }
}
@media (max-width: 380px) {
  #tablepress-8 {
    min-width: unset;
  }
}
#tablepress-8 tr {
  border-top: 6px solid #ffc55f !important;
}
#tablepress-8 tr:first-child {
  border-top: none !important;
}
#tablepress-8 th.column-1 {
  background-color: #ff8e00 !important;
  text-align: left !important;
  padding-left: 30px;
}
#tablepress-8 td.column-1 {
  text-align: left !important;
  padding-left: 30px;
}
#tablepress-8 td.column-2 {
  border-left: 6px solid #ffc55f !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}
#tablepress-8 tbody tr:nth-child(odd) td {
  background-color: #fff !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}
#tablepress-8 tbody tr:nth-child(even) td {
  background-color: #fff !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}

.gform_heading {
  display: none;
}

.gform-body .ginput_container input {
  border-radius: 30px !important;
  border: none !important;
  padding: 16px !important;
}

.gform-body .ginput_container input::-moz-placeholder {
  color: grey !important;
}

.gform-body .ginput_container input::placeholder {
  color: grey !important;
}

.gform-body .gchoice label {
  font-size: 16px !important;
}

.gform-body legend.gfield_label.gform-field-label.gfield_label_before_complex {
  font-weight: 700;
  font-size: 20px;
}

.gform-body label.gfield_label.gform-field-label,
.gform-body legend.gfield_label.gform-field-label.gfield_label_before_complex,
.gform-body legend.gfield_label.gform-field-label {
  font-size: 18px !important;
  font-family: "bogart", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  color: black !important;
}

.gform-body fieldset {
  padding: 0 !important;
  margin-top: 0px !important;
  border: none;
}

.gform-body select {
  background: white;
  padding: 5px;
  border: none;
  border-radius: 30px;
}

.gform-body textarea {
  border-radius: 30px;
}

input#gform_submit_button_1,
input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4,
input#gform_submit_button_5,
input#gform_submit_button_6,
input#gform_submit_button_7,
input#gform_submit_button_8,
input#gform_submit_button_9 {
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 55px 16px 55px;
  background-color: #ff8e00 !important;
  color: black !important;
  border: 2px solid black !important;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover,
input#gform_submit_button_4:hover,
input#gform_submit_button_5:hover,
input#gform_submit_button_6:hover,
input#gform_submit_button_7:hover,
input#gform_submit_button_8:hover,
input#gform_submit_button_9:hover {
  opacity: 0.8;
}

fieldset#field_1_6 {
  margin-top: 0px !important;
}

.gchoice {
  background: white !important;
  padding: 12px !important;
  border-radius: 30px !important;
  position: relative;
  display: flex !important;
  gap: 12px !important;
  font-family: "Instrument Sans" !important;
}

.gchoice label {
  font-family: "Instrument Sans" !important;
}

.gfield_checkbox,
.gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Hide the native checkbox but keep it functional */
.gfield_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style the label as a custom circular checkbox container */
.gfield_checkbox .gchoice label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-left: 45px;
  margin-bottom: 0px;
  top: 1px;
  font-family: "Instrument Sans" !important;
}

/* Custom circular checkbox */
.gfield_checkbox .gchoice label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%; /* make it a circle */
  background: #fff;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* Checked state: orange fill */
.gfield_checkbox input[type=checkbox]:checked + label::before {
  background: #ff8e00;
  border-color: #000;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Inline SVG tick */
.gfield_checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 20px;
  background-color: white;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center/contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center/contain;
}

/* Hide the native radio button but keep it functional */
.gfield_radio input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style the label as a custom circular radio container */
.gfield_radio .gchoice label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-left: 45px; /* space for custom circle */
  margin-bottom: 0px !important;
  top: 1px;
  font-family: "Instrument Sans" !important;
}

/* Custom circular radio */
.gfield_radio .gchoice label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%; /* always a circle for radios */
  background: #fff;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* Checked state: orange fill */
.gfield_radio input[type=radio]:checked + label::before {
  background: #ff8e00;
  border-color: #000;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Inline SVG tick inside the orange circle */
.gfield_radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 20px;
  background-color: white;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center/contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center/contain;
}

.gfield_required {
  color: #ff8e00 !important;
  left: 4px !important;
  position: relative !important;
}

div#input_1_11,
div#input_1_14 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gform_footer.top_label,
.gform_footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

h2.gform_submission_error.hide_summary {
  display: none;
}

fieldset#field_2_8 {
  margin-top: 0px !important;
}

.gfield--type-turnstile {
  margin-top: 30px !important;
}

/* jQuery UI Datepicker - Default Theme used by Gravity Forms */
/* Main container */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  z-index: 1000 !important;
}

/* Header */
.ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.ui-datepicker-title {
  display: flex;
}

/* Prev/Next buttons */
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  color: #555;
}

.ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker-next {
  right: 2px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: block;
  text-indent: -9999px;
}

/* Calendar table */
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.9em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: none;
  color: #555;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.4em;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  color: #333;
}

/* Hover and active states */
.ui-datepicker td a:hover {
  background: #eee;
}

/* Selected date */
.ui-datepicker .ui-state-active {
  background: #0073aa;
  color: #fff;
}

/* Today */
.ui-datepicker .ui-state-highlight {
  background: #d9edf7;
  color: #31708f;
}

/* Disabled dates */
.ui-datepicker .ui-state-disabled span {
  color: #aaa;
  cursor: default;
  opacity: 0.5;
}

/* Month/Year dropdowns */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  margin: 0 2px;
  font-size: 0.9em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 30px;
}

/* Multiple months layout */
.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* Fix for RTL */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* Accessibility focus outline */
.ui-datepicker td a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

fieldset#field_3_11 legend {
  display: none;
}

/* Match .gfield_checkbox style for consent container */
.ginput_container_consent {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Instrument Sans", sans-serif !important;
  line-height: 1.4;
}

/* Hide native checkbox but keep accessible */
.ginput_container_consent input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Label styling — same spacing as your .gchoice labels */
.ginput_container_consent label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 45px;
  margin-bottom: 0;
  top: 1px;
}

/* Custom circular box */
.ginput_container_consent label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* Checked state: orange fill */
.ginput_container_consent input[type=checkbox]:checked + label::before {
  background: #ff8e00;
  border-color: #000;
}

/* Inline SVG tick — identical to your checkbox set */
.ginput_container_consent input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 20px;
  background-color: white;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center/contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center/contain;
}

/* Optional: Accessibility focus ring */
.ginput_container_consent input[type=checkbox]:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 142, 0, 0.3);
}

.tablepress {
  min-width: 600px;
}

.tablepress tr,
.tablepress td {
  border-color: white !important;
  border-top: 2px solid white !important;
  text-align: center !important;
}

.tablepress th.column-1 {
  background-color: #b5cc8c !important;
  font-family: "Bowlby One", Sans-serif !important;
  text-align: center;
  font-weight: bold !important;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .tablepress th.column-1 {
    text-align: left !important;
  }
}
.tablepress .column-1 {
  font-family: "Bogart Semibold", Sans-serif !important;
  max-width: 120px !important;
}

.tablepress .row-2 .column-1 {
  background-color: #fff6e3 !important;
  vertical-align: middle;
  line-height: 1.2rem;
}

.tablepress .row-2 .column-2 {
  background-color: #ffc95f !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}

.tablepress .row-3 .column-2,
.tablepress .row-3 .column-3,
.tablepress .row-3 .column-4,
.tablepress .row-3 .column-5 {
  background-color: #ffc95f !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}

.tablepress .row-4 td {
  background-color: #fff6e3 !important;
}

.tablepress tbody tr:nth-child(odd) td {
  background-color: #fff6e3 !important;
}

.tablepress tbody tr:nth-child(even) td {
  background-color: #fff !important;
}

#tablepress-1 th.column-1 {
  background-color: #ff8e00 !important;
}

.elementor-shortcode {
  overflow: auto;
}

.elementor-widget-shortcode {
  overflow: hidden;
}

#tablepress-plans {
  min-width: 900px;
}

@media (max-width: 1000px) {
  #tablepress-plans {
    min-width: 600px;
  }
}
@media (max-width: 620px) {
  #tablepress-plans {
    min-width: 340px;
  }
}
@media (max-width: 380px) {
  #tablepress-plans {
    min-width: unset;
  }
}
#tablepress-plans tr {
  border-top: 6px solid #ffc95f !important;
}

#tablepress-plans tr:first-child {
  border-top: none !important;
}

#tablepress-plans th.column-1 {
  background-color: #ff8e00 !important;
  text-align: left !important;
  padding-left: 30px;
}

#tablepress-plans td.column-1 {
  text-align: left !important;
  padding-left: 30px;
}

#tablepress-plans td.column-2 {
  border-left: 6px solid #ffc95f !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}

#tablepress-plans tbody tr:nth-child(odd) td {
  background-color: #fff !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}

#tablepress-plans tbody tr:nth-child(even) td {
  background-color: #fff !important;
  font-family: "Bogart Semibold", Sans-serif !important;
}

.swiper-slide-bg {
  border-radius: 50px;
  border: 3px solid black;
}

.swiper {
  color: #000000 !important;
}

.swiper h4 {
  color: #000000 !important;
}

.swiper h5 {
  font-family: "Bowlby One", Sans-serif;
  font-size: 1.3rem;
  color: #000000 !important;
}

.heart-svg::before {
  content: url(/wp-content/uploads/2025/11/heart.svg);
  position: absolute;
  top: 30px;
  left: 10px;
  width: 200px;
  z-index: 99;
}

@media (max-width: 820px) {
  .heart-svg::before {
    content: none !important;
  }
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  height: 50px !important;
}

.gform_wrapper.gravity-theme select {
  height: 50px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px !important;
}

.text-editor p a {
  color: #ff8e00 !important;
}

.bg-orange .text-editor p a {
  color: #fff !important;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-start;
}

.gfield--type-turnstile {
  margin-top: 0px !important;
}/*# sourceMappingURL=style.css.map */