@charset "UTF-8";
/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;1,400;1,500&display=swap");
.has-black-background-color {
  background-color: #14140f;
  --color-2: #14140f;
}
.has-black-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #14140f;
}

.has-black-color {
  color: #14140f;
  --color-1: #14140f;
}
.has-black-color .wp-block-button .wp-block-button__link {
  --color-2: #14140f;
}

.wp-block-button .wp-block-button__link.has-black-color {
  --color-2: #14140f;
}

.wp-block-button .wp-block-button__link.has-black-background-color:hover {
  --color-1: #14140f;
}

.has-grey-background-color {
  background-color: #c4c4c4;
  --color-2: #c4c4c4;
}
.has-grey-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #c4c4c4;
}

.has-grey-color {
  color: #c4c4c4;
  --color-1: #c4c4c4;
}
.has-grey-color .wp-block-button .wp-block-button__link {
  --color-2: #c4c4c4;
}

.wp-block-button .wp-block-button__link.has-grey-color {
  --color-2: #c4c4c4;
}

.wp-block-button .wp-block-button__link.has-grey-background-color:hover {
  --color-1: #c4c4c4;
}

.has-white-background-color {
  background-color: #f4f0df;
  --color-2: #f4f0df;
}
.has-white-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #f4f0df;
}

.has-white-color {
  color: #f4f0df;
  --color-1: #f4f0df;
}
.has-white-color .wp-block-button .wp-block-button__link {
  --color-2: #f4f0df;
}

.wp-block-button .wp-block-button__link.has-white-color {
  --color-2: #f4f0df;
}

.wp-block-button .wp-block-button__link.has-white-background-color:hover {
  --color-1: #f4f0df;
}

.has-yellow-background-color {
  background-color: #f2dd86;
  --color-2: #f2dd86;
}
.has-yellow-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #f2dd86;
}

.has-yellow-color {
  color: #f2dd86;
  --color-1: #f2dd86;
}
.has-yellow-color .wp-block-button .wp-block-button__link {
  --color-2: #f2dd86;
}

.wp-block-button .wp-block-button__link.has-yellow-color {
  --color-2: #f2dd86;
}

.wp-block-button .wp-block-button__link.has-yellow-background-color:hover {
  --color-1: #f2dd86;
}

.has-green-background-color {
  background-color: #335635;
  --color-2: #335635;
}
.has-green-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #335635;
}

.has-green-color {
  color: #335635;
  --color-1: #335635;
}
.has-green-color .wp-block-button .wp-block-button__link {
  --color-2: #335635;
}

.wp-block-button .wp-block-button__link.has-green-color {
  --color-2: #335635;
}

.wp-block-button .wp-block-button__link.has-green-background-color:hover {
  --color-1: #335635;
}

.has-red-background-color {
  background-color: #a03d2a;
  --color-2: #a03d2a;
}
.has-red-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #a03d2a;
}

.has-red-color {
  color: #a03d2a;
  --color-1: #a03d2a;
}
.has-red-color .wp-block-button .wp-block-button__link {
  --color-2: #a03d2a;
}

.wp-block-button .wp-block-button__link.has-red-color {
  --color-2: #a03d2a;
}

.wp-block-button .wp-block-button__link.has-red-background-color:hover {
  --color-1: #a03d2a;
}

.has-pink-background-color {
  background-color: #f4beca;
  --color-2: #f4beca;
}
.has-pink-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #f4beca;
}

.has-pink-color {
  color: #f4beca;
  --color-1: #f4beca;
}
.has-pink-color .wp-block-button .wp-block-button__link {
  --color-2: #f4beca;
}

.wp-block-button .wp-block-button__link.has-pink-color {
  --color-2: #f4beca;
}

.wp-block-button .wp-block-button__link.has-pink-background-color:hover {
  --color-1: #f4beca;
}

.has-orange-background-color {
  background-color: #F9AE64;
  --color-2: #F9AE64;
}
.has-orange-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #F9AE64;
}

.has-orange-color {
  color: #F9AE64;
  --color-1: #F9AE64;
}
.has-orange-color .wp-block-button .wp-block-button__link {
  --color-2: #F9AE64;
}

.wp-block-button .wp-block-button__link.has-orange-color {
  --color-2: #F9AE64;
}

.wp-block-button .wp-block-button__link.has-orange-background-color:hover {
  --color-1: #F9AE64;
}

@media (min-width: 820.1px) {
  .md-has-black-background-color {
    background-color: #14140f;
    --color-2: #14140f;
  }
  .md-has-black-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #14140f;
  }
  .md-has-black-color {
    color: #14140f;
    --color-1: #14140f;
  }
  .md-has-black-color .wp-block-button .wp-block-button__link {
    --color-2: #14140f;
  }
}
@media (min-width: 820.1px) {
  .md-has-grey-background-color {
    background-color: #c4c4c4;
    --color-2: #c4c4c4;
  }
  .md-has-grey-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #c4c4c4;
  }
  .md-has-grey-color {
    color: #c4c4c4;
    --color-1: #c4c4c4;
  }
  .md-has-grey-color .wp-block-button .wp-block-button__link {
    --color-2: #c4c4c4;
  }
}
@media (min-width: 820.1px) {
  .md-has-white-background-color {
    background-color: #f4f0df;
    --color-2: #f4f0df;
  }
  .md-has-white-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #f4f0df;
  }
  .md-has-white-color {
    color: #f4f0df;
    --color-1: #f4f0df;
  }
  .md-has-white-color .wp-block-button .wp-block-button__link {
    --color-2: #f4f0df;
  }
}
@media (min-width: 820.1px) {
  .md-has-yellow-background-color {
    background-color: #f2dd86;
    --color-2: #f2dd86;
  }
  .md-has-yellow-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #f2dd86;
  }
  .md-has-yellow-color {
    color: #f2dd86;
    --color-1: #f2dd86;
  }
  .md-has-yellow-color .wp-block-button .wp-block-button__link {
    --color-2: #f2dd86;
  }
}
@media (min-width: 820.1px) {
  .md-has-green-background-color {
    background-color: #335635;
    --color-2: #335635;
  }
  .md-has-green-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #335635;
  }
  .md-has-green-color {
    color: #335635;
    --color-1: #335635;
  }
  .md-has-green-color .wp-block-button .wp-block-button__link {
    --color-2: #335635;
  }
}
@media (min-width: 820.1px) {
  .md-has-red-background-color {
    background-color: #a03d2a;
    --color-2: #a03d2a;
  }
  .md-has-red-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #a03d2a;
  }
  .md-has-red-color {
    color: #a03d2a;
    --color-1: #a03d2a;
  }
  .md-has-red-color .wp-block-button .wp-block-button__link {
    --color-2: #a03d2a;
  }
}
@media (min-width: 820.1px) {
  .md-has-pink-background-color {
    background-color: #f4beca;
    --color-2: #f4beca;
  }
  .md-has-pink-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #f4beca;
  }
  .md-has-pink-color {
    color: #f4beca;
    --color-1: #f4beca;
  }
  .md-has-pink-color .wp-block-button .wp-block-button__link {
    --color-2: #f4beca;
  }
}
@media (min-width: 820.1px) {
  .md-has-orange-background-color {
    background-color: #F9AE64;
    --color-2: #F9AE64;
  }
  .md-has-orange-background-color .wp-block-button .wp-block-button__link:hover {
    --color-1: #F9AE64;
  }
  .md-has-orange-color {
    color: #F9AE64;
    --color-1: #F9AE64;
  }
  .md-has-orange-color .wp-block-button .wp-block-button__link {
    --color-2: #F9AE64;
  }
}
.has-green-background-color {
  --color-3: #476749;
}

.has-red-background-color {
  --color-3: #a9503f;
}

/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@font-face {
  font-family: "Arges";
  font-weight: bold;
  src: url("./assets/fonts/Arges-NormalBlack.woff") format("woff"), url("./assets/fonts/Arges-NormalBlack.woff2") format("woff2"), url("./assets/fonts/Arges-NormalBlack.otf") format("otf");
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Arges", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  font-size: calc(1em * var(--fsize));
  margin-top: calc(1em / var(--fsize));
  margin-bottom: calc(1em / var(--fsize));
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child), .h1:not(:last-child), .h2:not(:last-child), .h3:not(:last-child), .h4:not(:last-child), .h5:not(:last-child), .h6:not(:last-child) {
  margin-bottom: 0.5em;
}
h1.has-large-font-size, h2.has-large-font-size, h3.has-large-font-size, h4.has-large-font-size, h5.has-large-font-size, h6.has-large-font-size, .h1.has-large-font-size, .h2.has-large-font-size, .h3.has-large-font-size, .h4.has-large-font-size, .h5.has-large-font-size, .h6.has-large-font-size {
  font-size: calc(1em * var(--fsize)) !important;
}

h6, .h6 {
  font-family: "Spectral", serif;
  text-transform: unset;
}

h1, .h1 {
  font-weight: 600;
  --fsize: 4.43;
}
@media (min-width: 600px) {
  h1, .h1 {
    --fsize: 8.75;
  }
}

h2, .h2 {
  --fsize: 3.31;
  letter-spacing: 0em;
}
@media (min-width: 600px) {
  h2, .h2 {
    --fsize: 3.5625;
  }
}
h2.has-large-font-size, .h2.has-large-font-size {
  --fsize: 3.31;
}
@media (min-width: 600px) {
  h2.has-large-font-size, .h2.has-large-font-size {
    --fsize: 5.625;
  }
}

h3, .h3 {
  --fsize: 2.345;
  letter-spacing: 0.03em;
}
@media (min-width: 600px) {
  h3, .h3 {
    --fsize: 2.0625;
  }
}

h4, .h4 {
  --fsize: 1.793;
  letter-spacing: 0.03em;
}
@media (min-width: 600px) {
  h4, .h4 {
    --fsize: 1.4375;
  }
}

h5, .h5 {
  --fsize: 1.4375;
  letter-spacing: 0.03em;
}
@media (min-width: 600px) {
  h5, .h5 {
    --fsize: 1.4375;
  }
}

h6, .h6 {
  --fsize: 1.5;
  font-size: calc(1em * var(--fsize));
  letter-spacing: 0.03em;
}
@media (min-width: 600px) {
  h6, .h6 {
    --fsize: 1.5;
  }
}

body {
  color: #14140f;
  --color-1: #14140f;
}

p {
  line-height: 1.5;
}
p.has-medium-font-size {
  font-size: 1.0344827586em !important;
  margin: 0.9666666667em 0;
}
@media (min-width: 600px) {
  p.has-medium-font-size {
    font-size: 1.5em;
    margin: 0.6666666667em 0;
  }
}

.tag {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body {
  font-family: "Spectral", serif;
  font-size: 14.5px;
  letter-spacing: -0.02em;
}
@media (min-width: 600px) {
  body {
    font-size: 12px;
  }
}
@media (min-width: 820.1px) {
  body {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 17px;
  }
}
body small, body .small {
  font-size: 13px;
}
@media (min-width: 1200px) {
  body small, body .small {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  body small, body .small {
    font-size: 17px;
  }
}

/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.is-layout-flex {
  display: flex;
}

.is-content-justification-center {
  justify-content: center;
}

.is-uppercase {
  text-transform: uppercase;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.wp-block-image.rounded {
  border-radius: 100%;
  overflow: hidden;
}

.wp-block-image .placeholder_img {
  background-color: #c4c4c4;
  aspect-ratio: 1;
}

@media (min-width: 820.1px) {
  .md-has-text-align-center {
    text-align: center;
  }
}
/* 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;
}

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

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

/**
 * 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
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* 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:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button: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 {
  border-color: #aaa #bbb #bbb;
}

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

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

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

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

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

/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
a {
  color: var(--color-1);
}

.post-link, .is-acf-field a {
  display: inline-block;
  margin-top: 1em;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  font-weight: bold;
  position: relative;
}
.post-link:after, .is-acf-field a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 120px;
  margin-top: -60px;
  background-image: url(./assets/icons/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  transition: width 0.2s;
  left: -22px;
  top: 1.3em;
  pointer-events: none;
}
.post-link:hover, .is-acf-field a:hover {
  color: #f2dd86;
  text-decoration: none;
}
.post-link:hover:after, .is-acf-field a:hover:after {
  width: 194px;
}

button {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  border-radius: 0;
  background-color: transparent;
  margin-top: 1em;
  margin-bottom: 1em;
}

button.post-link {
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  padding: 0;
}
button.post-link:after {
  left: -62px;
}
button.post-link:hover {
  color: #14140f;
}

hr.wp-block-separator {
  margin: 0;
  height: 4px;
  border-top: none;
}
@media (min-width: 820.1px) {
  hr.wp-block-separator {
    height: 8px;
  }
}
hr.wp-block-separator.thin {
  height: 0.5px;
}

.container, .entry-content .wp-block-columns, .wp-block-cover .wp-block-cover__image-background,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-query .wp-block-post-template, .wp-block-gallery .slick-list, .entry-content form.post-password-form {
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 820.1px) {
  .container, .entry-content .wp-block-columns, .wp-block-cover .wp-block-cover__image-background,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-query .wp-block-post-template, .wp-block-gallery .slick-list, .entry-content form.post-password-form {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1200px) {
  .container, .entry-content .wp-block-columns, .wp-block-cover .wp-block-cover__image-background,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-query .wp-block-post-template, .wp-block-gallery .slick-list, .entry-content form.post-password-form {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container, .entry-content .wp-block-columns, .wp-block-cover .wp-block-cover__image-background,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-query .wp-block-post-template, .wp-block-gallery .slick-list, .entry-content form.post-password-form {
    max-width: 1168px;
  }
}
@media (min-width: 1920px) {
  .container, .entry-content .wp-block-columns, .wp-block-cover .wp-block-cover__image-background,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-query .wp-block-post-template, .wp-block-gallery .slick-list, .entry-content form.post-password-form {
    max-width: 1554px;
  }
}

.wp-block-cover:has(.wp-block-columns) {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content .wp-block-columns, .entry-content form.post-password-form {
  --padding-base: 6em;
}
.entry-content .wp-block-columns, .entry-content form.post-password-form {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
  gap: calc(var(--padding-base) / 6);
}
@media (min-width: 820.1px) {
  .entry-content .wp-block-columns, .entry-content form.post-password-form {
    --padding-base: 12em;
    gap: calc(var(--padding-base) / 2);
  }
}

.entry-content form.post-password-form {
  text-align: center;
}

.entry-content .wp-block-columns.short {
  --padding-base: 6em;
}

.entry-content .wp-block-cover:has(.short) {
  min-height: unset;
}

h2.wp-block-heading:has(+ .wp-block-columns) {
  --padding-base: 6em;
}
h2.wp-block-heading:has(+ .wp-block-columns) {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
  gap: calc(var(--padding-base) / 6);
}
@media (min-width: 820.1px) {
  h2.wp-block-heading:has(+ .wp-block-columns) {
    --padding-base: 12em;
    gap: calc(var(--padding-base) / 2);
  }
}
h2.wp-block-heading:has(+ .wp-block-columns) + .wp-block-columns {
  padding-top: 0;
}
h2.wp-block-heading:has(+ .wp-block-columns) + .wp-block-columns .wp-block-column h2 {
  margin-bottom: 0;
}
h2.wp-block-heading:has(+ .wp-block-columns) + .wp-block-columns .wp-block-column h3 {
  margin-top: 0;
}
h2.wp-block-heading:has(+ .wp-block-columns) {
  padding-top: calc(var(--padding-base) / var(--fsize));
  padding-bottom: 0;
}

.wp-block-columns.columns-3 {
  flex-wrap: wrap !important;
  gap: 3em;
}
.wp-block-columns.columns-3 .wp-block-column {
  flex-basis: calc(33% - 2em);
  flex-grow: 0;
}
.wp-block-columns.columns-3 .wp-block-column figure {
  margin: 2em 4em;
}
@media (min-width: 820.1px) {
  .wp-block-columns.columns-3 .wp-block-column figure {
    margin: 2em;
  }
}

article.tradition .wp-block-columns.columns-3 .wp-block-column img {
  filter: grayscale(1);
}

.wp-block-columns.columns-4 {
  flex-wrap: wrap !important;
  gap: 3em;
}
.wp-block-columns.columns-4 .wp-block-column {
  flex-basis: calc(25% - 2.25em);
  flex-grow: 0;
}

.traditions-links-bar .wp-block-column h2 {
  padding-bottom: calc(1em / var(--fsize));
  margin-bottom: calc(1em / var(--fsize));
  border-bottom: 2px solid #335635;
}
.traditions-links-bar .wp-block-column h2:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.traditions-links-bar .wp-block-column h2.deco-read:before {
  background-image: url(./assets/icons/icon-read.png);
}
.traditions-links-bar .wp-block-column h2.deco-listen:before {
  background-image: url(./assets/icons/icon-listen.png);
}
.traditions-links-bar .wp-block-column h2.deco-watch:before {
  background-image: url(./assets/icons/icon-watch.png);
}
.traditions-links-bar .wp-block-column h2.deco-do:before {
  background-image: url(./assets/icons/icon-do.png);
}
.traditions-links-bar .wp-block-column h2.deco-create:before {
  background-image: url(./assets/icons/icon-create.png);
}
.traditions-links-bar .wp-block-column h2.deco-follow:before {
  background-image: url(./assets/icons/icon-follow.png);
}
.traditions-links-bar .wp-block-column h2.deco-buy:before {
  background-image: url(./assets/icons/icon-buy.png);
}
.traditions-links-bar .wp-block-column ul {
  margin: 0;
  padding: 0;
}
.traditions-links-bar .wp-block-column ul li {
  list-style: none;
  padding-bottom: 1em;
}
.traditions-links-bar .wp-block-column ul li:not(:last-child) {
  margin-bottom: 1em;
  border-bottom: 1px solid #335635;
}
.traditions-links-bar .wp-block-column ul li a {
  text-decoration: none;
  color: var(--color-1);
}
.traditions-links-bar .wp-block-column ul li a:hover {
  text-decoration: underline;
}
.traditions-links-bar .wp-block-column ul li p {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  --padding-base: 6em;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
  gap: calc(var(--padding-base) / 6);
}
@media (min-width: 820.1px) {
  .wp-block-media-text .wp-block-media-text__content {
    --padding-base: 12em;
    gap: calc(var(--padding-base) / 2);
  }
}

.wp-block-media-text.contributor {
  display: flex;
  flex-direction: column;
}
.wp-block-media-text.contributor .wp-block-media-text__media {
  background-image: url(./assets/icons/waves.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 75%;
  width: 100%;
}
.wp-block-media-text.contributor .wp-block-media-text__media img {
  border-radius: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  width: 50%;
}
.wp-block-media-text.contributor .wp-block-media-text__content {
  padding: 2em 0 4em;
}

@media (min-width: 820.1px) {
  .home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
  }
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .wp-block-post-featured-image img {
  height: 66vw;
  object-fit: cover;
}
@media (min-width: 820.1px) {
  .home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .wp-block-post-featured-image img {
    height: 100%;
  }
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post > .is-acf-field {
  display: none;
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post:has(> .is-acf-field) {
  grid-column: span 2;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post:has(> .is-acf-field) .wp-block-post-featured-image {
  grid-column: span 3;
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .taxonomy-post_tag {
  border-bottom: 1px solid #f4f0df;
  padding-bottom: 1em;
  padding-top: 2em;
  margin-bottom: 1.5em;
  background-size: 3em;
  background-position: right center;
  background-repeat: no-repeat;
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .taxonomy-post_tag a {
  pointer-events: none;
  cursor: default;
  color: #f4f0df;
  font-family: "Arges", sans-serif;
  text-transform: uppercase;
  font-size: 3.31em;
  text-decoration: none;
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .taxonomy-post_tag:has(a[href*=checkout]) {
  background-image: url(./assets/icons/post-icon-checkout.png);
  background-position: right top;
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .taxonomy-post_tag:has(a[href*=follow]) {
  background-image: url(./assets/icons/post-icon-follow.png);
}
.home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .taxonomy-post_tag:has(a[href*=alumni]) {
  background-image: url(./assets/icons/post-icon-alumni.png);
}
@media (min-width: 820.1px) {
  .home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .taxonomy-post_tag {
    margin-top: -1em;
  }
  .home .wp-block-query .wp-block-post-template.columns-2 .wp-block-post .taxonomy-post_tag a {
    font-size: 3.5625em;
  }
}

.wp-block-query {
  background-color: #14140f;
  color: #f4f0df;
  --color-1: #f4f0df;
  --padding-base: 6em;
}
.wp-block-query {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
  gap: calc(var(--padding-base) / 6);
}
@media (min-width: 820.1px) {
  .wp-block-query {
    --padding-base: 12em;
    gap: calc(var(--padding-base) / 2);
  }
}
.wp-block-query .wp-block-post-template.columns-2 {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
@media (min-width: 820.1px) {
  .wp-block-query .wp-block-post-template.columns-2 {
    display: grid;
    gap: 3em;
    row-gap: 4em;
  }
}
.wp-block-query .wp-block-post-template.columns-2 h2 {
  margin-bottom: 0;
}
.wp-block-query .wp-block-post-template.columns-2 h2 + .h3 {
  margin-top: 0;
}
.wp-block-query .wp-block-post-template.columns-2 .h3.quote .value {
  text-transform: uppercase;
}
.wp-block-query .wp-block-post-template.columns-2 .h3.quote .value:before {
  content: "“";
}
.wp-block-query .wp-block-post-template.columns-2 .h3.quote .value:after {
  content: "”";
}
.wp-block-query .wp-block-post-template.columns-2 .wp-block-post-featured-image.video a {
  position: relative;
}
.wp-block-query .wp-block-post-template.columns-2 .wp-block-post-featured-image.video a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 58px;
  margin-left: -25px;
  margin-top: -29px;
  background-image: url(./assets/icons/icon-play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-block-query .wp-block-post-template.columns-2 .wp-block-post-featured-image.video + .h3 + .entry-content p {
  text-align: center;
}
.wp-block-query .wp-block-query-pagination {
  margin-top: 1em;
}
.wp-block-query .wp-block-query-pagination a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-underline-offset: 0.5em;
}
.wp-block-query .wp-block-query-pagination .page-numbers.current {
  opacity: 0.6;
}

.wp-block-cover {
  --padding-base: 6em;
}
.wp-block-cover {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
  gap: calc(var(--padding-base) / 6);
}
@media (min-width: 820.1px) {
  .wp-block-cover {
    --padding-base: 12em;
    gap: calc(var(--padding-base) / 2);
  }
}
.wp-block-cover:has(#newsletter-signup) {
  align-items: flex-start;
  min-height: auto;
}
.wp-block-cover:has(#newsletter-signup) .wp-block-cover__image-background {
  object-position: 50% 6em;
}
.wp-block-cover:has(#newsletter-signup) h2 {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 820.1px) {
  .wp-block-cover:has(#newsletter-signup) {
    align-items: center;
  }
  .wp-block-cover:has(#newsletter-signup) .wp-block-cover__image-background {
    object-position: 50%;
  }
  .wp-block-cover:has(#newsletter-signup) h2 {
    margin-bottom: 0.5em;
  }
}
.wp-block-cover .wp-block-cover__image-background {
  object-fit: contain;
}
.wp-block-cover .wp-block-cover__inner-container input {
  display: block;
  margin: 1em auto;
  background: none;
}
.wp-block-cover .wp-block-cover__inner-container input[type=text] {
  padding: 1em;
  width: 24em;
  max-width: 100%;
}
.wp-block-cover .wp-block-cover__inner-container input[type=button] {
  border: none;
  background: none;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  font-weight: bold;
  cursor: pointer;
}

.entry-header {
  position: relative;
  line-height: 0;
}
.entry-header .post-thumbnail img {
  min-height: 150px;
  object-fit: cover;
}
.entry-header .content_holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.entry-header .content_holder.no-image {
  position: relative;
  padding: 6em;
}
@media (min-width: 820.1px) {
  .entry-header .content_holder.offset-menu {
    padding-top: 7em;
  }
}
.entry-header .content_holder.quote {
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  padding: 2em 4em;
  color: #f4f0df;
  position: relative;
}
.entry-header .content_holder.quote h2 {
  line-height: 1.1;
}
.entry-header .content_holder.quote h2:before {
  content: url(./assets/quote-start.png);
  margin-left: -29px;
  vertical-align: super;
}
.entry-header .content_holder.quote h2:after {
  content: url(./assets/quote-end.png);
  vertical-align: super;
  display: inline-block;
  margin-top: -1em;
}
@media (min-width: 820.1px) {
  .entry-header .content_holder.quote {
    position: absolute;
    padding-bottom: 1em;
  }
  .entry-header .content_holder.quote h2 {
    max-width: 35%;
  }
}
.entry-header:has(.quote) {
  background: #14140f;
}
.entry-header:has(.quote) .post-thumbnail img {
  opacity: 0.5;
}
.entry-header:has(.no-image) {
  border-bottom: 4px solid var(--color-1);
}
@media (min-width: 820.1px) {
  .entry-header:has(.no-image) {
    border-bottom-width: 8px;
  }
}

.hidden {
  display: none;
}

.post-type-archive .entry-header:has(.post-thumbnail) .container {
  padding-top: 0;
  padding-bottom: 0;
}

.post-type-archive .site-main .container {
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media (min-width: 820.1px) {
  .post-type-archive .site-main .container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.post-type-archive .site-main .container article {
  background-color: #14140f;
  color: #f4f0df;
  --color-1: #f4f0df;
  padding: 2em;
  padding-bottom: 3em;
}
.post-type-archive .site-main .container article a.post-thumbnail {
  margin: -2em -2em 2em;
  display: block;
}
@media (min-width: 820.1px) {
  .post-type-archive .site-main .container article {
    flex-basis: calc(33% - 1.3333333333em);
  }
}

.post-type-archive .site-main > article:nth-child(odd) {
  background-color: var(--color-3);
}
.post-type-archive .site-main > article .container {
  gap: 0;
}
@media (min-width: 820.1px) {
  .post-type-archive .site-main > article .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2em;
  }
  .post-type-archive .site-main > article .container header.entry-header {
    flex-basis: 50%;
  }
  .post-type-archive .site-main > article .container .entry-content {
    flex-basis: 50%;
  }
}
@media (min-width: 820.1px) {
  .post-type-archive .site-main > article {
    border-bottom-width: 8px;
  }
}

.wp-block-heading:has(+ .wp-block-gallery) {
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

.wp-block-gallery {
  position: relative;
  margin: 0;
  padding: 0 2em 1em;
  flex-direction: column;
}
.wp-block-gallery .slick-list {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-gallery .slick-list .slick-slide {
  max-height: 80vh;
}
.wp-block-gallery .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 0;
}
.wp-block-gallery .slick-dots li {
  list-style: none;
}
.wp-block-gallery .slick-dots li button {
  background-color: #14140f;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  padding: 0;
  overflow: hidden;
  border: none;
}
.wp-block-gallery .slick-dots li.slick-active button {
  background-color: #a03d2a;
  color: #a03d2a;
}
.wp-block-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: 1em;
  z-index: 1;
  background-image: url(./assets/left-chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3em;
  height: 6em;
  margin-top: -3em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.wp-block-gallery .slick-arrow.slick-next {
  left: unset;
  right: 1em;
  background-image: url(./assets/right-chevron.svg);
}

form.wpcf7-form div {
  display: flex;
  gap: 1em;
}
form.wpcf7-form div p {
  flex-grow: 1;
}
form.wpcf7-form input, form.wpcf7-form textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4f0df;
  color: #f4f0df;
  padding: 0.7em;
  border-radius: 0;
}
form.wpcf7-form input::placeholder, form.wpcf7-form textarea::placeholder {
  color: #f4f0df;
}
form.wpcf7-form input[type=submit] {
  font-family: "Arges", sans-serif;
  text-align: center;
  color: #335635;
  background-color: #f2dd86;
  border-color: #f2dd86;
  text-transform: uppercase;
  padding: 0.4em;
}

.wp-block-social-links {
  display: flex;
  gap: 1em;
}
.wp-block-social-links .wp-social-link-tiktok a svg {
  width: 0.85em;
  height: 0.85em;
}

.deco-pointer, .deco-bling, .deco-scribble {
  position: relative;
}
.deco-pointer:after, .deco-bling:after, .deco-scribble:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  transition: width 0.3s;
}

.deco-pointer:after {
  background-image: url(./assets/icons/deco-pointer.png);
  width: 0;
  height: 102px;
  left: 0;
  bottom: -102px;
}

.deco-bling:after {
  background-image: url(./assets/icons/deco-bling.png);
  width: 0;
  height: 102px;
  left: -102px;
  top: -102px;
}

.deco-scribble:after {
  background-image: url(./assets/icons/deco-scribble.png);
  width: 0;
  height: 97px;
  left: calc(50% - 129px);
  bottom: -65px;
}

.deco-hover:hover .deco-pointer:after {
  width: 193px;
}
.deco-hover:hover .deco-bling:after {
  width: 102px;
}
.deco-hover:hover .deco-scribble:after {
  width: 258px;
}

/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.site-header {
  background-color: #14140f;
  transition: all 0.1s;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  --color-1: #f4f0df;
}
.site-header .container {
  display: flex;
  align-items: flex-start;
  gap: 2em;
  position: relative;
}
.site-header .site-branding {
  line-height: 0;
}
.site-header .site-branding .custom-logo {
  height: 2.2em;
}
@media (min-width: 820.1px) {
  .site-header .site-branding .custom-logo {
    height: 2em;
  }
}
@media (min-width: 820.1px) {
  .site-header.transparent {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    top: 0;
    z-index: 999;
  }
}
.site-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #14140f;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.1s;
}
@media (min-width: 820.1px) {
  .site-header:has(li.menu-item:hover ul) {
    background-color: #f4f0df;
    --color-1: #14140f;
    transition: all 0.3s;
  }
  .site-header:has(li.menu-item:hover ul) .custom-logo {
    filter: saturate(0) invert(1);
  }
  .site-header:has(li.menu-item:hover ul) .main-navigation li:has(ul) > a {
    background-image: url(./assets/menu-expand-black.svg);
  }
  .site-header:has(li.menu-item:hover ul):after {
    height: 131px;
    bottom: -130px;
    background-color: #f4f0df;
  }
}

.main-navigation {
  display: block;
  flex-grow: 1;
}
.main-navigation li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 820.1px) {
  .main-navigation li {
    display: block;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--color-1);
  text-transform: uppercase;
}
.main-navigation li:has(ul) > a {
  background-image: url(./assets/menu-expand.svg);
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: right;
  padding-right: 1.6em;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li.focus {
  margin-bottom: -2em;
}
.main-navigation ul li.focus > ul {
  height: auto;
  transition: all 0.3s;
  padding: 0.5613877505em;
}
@media (min-width: 820.1px) {
  .main-navigation ul li.focus {
    margin-bottom: 0;
  }
  .main-navigation ul li.focus > ul {
    padding-left: 1.1228070175em;
  }
  .main-navigation ul li:hover > ul {
    height: var(--height);
    transition: all 0.3s;
    padding-top: 60px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul li.focus > ul {
    padding-left: 0;
  }
}
.main-navigation ul ul {
  padding-top: 0;
  z-index: 99999;
  font-family: "Arges", sans-serif;
  font-size: 3.31em;
  height: 0;
  overflow: hidden;
  transition: all 0.1s;
  display: flex;
  flex-direction: column;
  gap: 0.3021148036em;
}
@media (min-width: 820.1px) {
  .main-navigation ul ul {
    position: absolute;
    top: 20px;
    left: 0;
    gap: 2em;
    flex-direction: row;
    padding-left: 1.1228070175em;
    font-size: 3.5625em;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul ul {
    padding-left: 0;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  white-space: nowrap;
}

.portal-button {
  border: 2px solid var(--color-1);
  color: var(--color-1);
  text-transform: uppercase;
  text-decoration: none;
  display: none;
  padding: 0.5em;
}

/* Small menu. */
.menu-toggle {
  display: block;
  float: right;
}

.menu-toggle {
  border: none;
  background-image: url(./assets/mainmenu-hamburger.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  line-height: 999;
  height: 2em;
  margin: 0;
}
.main-navigation.toggled .menu-toggle {
  background-image: url(./assets/mainmenu-close.png);
}

.main-navigation.toggled ul.nav-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f4f0df;
  border-bottom: 4px solid #14140f;
  padding: 4em;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  top: calc(100% + 3em);
  --color-1: #14140f;
}
.main-navigation.toggled ul.nav-menu li:has(ul) > a {
  background-image: url(./assets/menu-expand-black.svg);
}

@media (min-width: 820.1px) {
  .site-header .container {
    align-items: center;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    gap: 2em;
  }
  .menu .portal-button {
    display: none;
  }
  .portal-button {
    display: inline-block;
  }
}
/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.site-footer {
  background-color: #14140f;
  color: #f4f0df;
  padding-top: 12em;
  padding-bottom: 12em;
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6em;
  flex-direction: column;
}
@media (min-width: 820.1px) {
  .site-footer .container {
    gap: 0;
    flex-direction: row;
  }
}
.site-footer .container li {
  margin-bottom: 0.5em;
}
.site-footer .container a {
  color: #f4f0df;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .container a:hover {
  text-decoration: underline;
}
.site-footer .container .menu-footer-menu-container {
  flex-grow: 1;
}
.site-footer .container .menu-footer-menu-container > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 2;
}
.site-footer .container .menu-footer-menu-container > ul > li {
  margin-bottom: 2em;
}
.site-footer .container .menu-footer-menu-container > ul > li > a {
  font-size: 1.1666666667em;
}
@media (min-width: 820.1px) {
  .site-footer .container .menu-footer-menu-container > ul {
    display: flex;
    gap: 2em;
    margin-right: 2em;
  }
}
.site-footer .container .menu-footer-menu-container > ul li {
  list-style: none;
}
.site-footer .container .menu-footer-menu-container > ul li:has(ul) > a {
  pointer-events: none;
}
.site-footer .container .menu-footer-menu-container > ul li ul {
  padding: 0;
  margin: 0;
  margin-top: 1em;
}
.site-footer .container .custom-logo-link {
  flex-basis: 25%;
  width: 20em;
}
@media (min-width: 820.1px) {
  .site-footer .container .custom-logo-link {
    width: unset;
  }
}
.site-footer .container .custom-logo-link img {
  width: 100%;
}

/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
article.playlist .container .entry-content {
  position: relative;
}
article.playlist .container .entry-content.deco-signal, article.playlist .container .entry-content.deco-flash, article.playlist .container .entry-content.deco-sparkle {
  margin-top: 3em;
}
article.playlist .container .entry-content.deco-signal:before, article.playlist .container .entry-content.deco-flash:before, article.playlist .container .entry-content.deco-sparkle:before {
  display: none;
}
@media (min-width: 820.1px) {
  article.playlist .container .entry-content.deco-signal, article.playlist .container .entry-content.deco-flash, article.playlist .container .entry-content.deco-sparkle {
    margin-top: unset;
  }
  article.playlist .container .entry-content.deco-signal:before, article.playlist .container .entry-content.deco-flash:before, article.playlist .container .entry-content.deco-sparkle:before {
    display: block;
  }
}
article.playlist .container .entry-content.deco-signal:before, article.playlist .container .entry-content.deco-flash:before, article.playlist .container .entry-content.deco-sparkle:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 8em;
  height: 8em;
  right: -3em;
  top: -6em;
  transform: scaleX(-1);
}
@media (min-width: 820.1px) {
  article.playlist .container .entry-content.deco-signal:before, article.playlist .container .entry-content.deco-flash:before, article.playlist .container .entry-content.deco-sparkle:before {
    transform: unset;
    right: unset;
    left: -6em;
  }
}
article.playlist .container .entry-content.deco-signal:before {
  background-image: url(./assets/icons/deco-signal.png);
}
article.playlist .container .entry-content.deco-flash:before {
  background-image: url(./assets/icons/deco-flash.png);
}
article.playlist .container .entry-content.deco-sparkle:before {
  background-image: url(./assets/icons/deco-sparkle.png);
}

.traditions-timeline {
  display: flex;
  flex-direction: column;
  border-top: 0.5px solid #f4f0df;
  border-bottom: 0.5px solid #f4f0df;
  position: relative;
}
.traditions-timeline h4 {
  position: absolute;
  --fsize: 1.793;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.3346346905em 1.1154489682em;
  text-transform: uppercase;
  transition: opacity 0.3s, right 0.8s;
}
.traditions-timeline .mobile-cta {
  width: 100%;
  height: 80px;
  position: absolute;
  color: #f4f0df;
  --color-1: #f4f0df;
  z-index: 1;
  background-image: url(./assets/down-chevron.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
@media (min-width: 820.1px) {
  .traditions-timeline .mobile-cta {
    display: none;
  }
}
.traditions-timeline .timeline-entry {
  position: relative;
  transition: all 0.8s;
  background-color: #14140f;
  color: #f4f0df;
  --color-1: #f4f0df;
  overflow: hidden;
  line-height: 0;
}
.traditions-timeline .timeline-entry img {
  position: relative;
  width: 100%;
  height: 80px;
  object-fit: cover;
  filter: saturate(0) brightness(0.5);
  transition: all 0.8s;
}
.traditions-timeline .timeline-entry .timeline-sidebar {
  display: block;
  line-height: normal;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s, padding 0s;
}
.traditions-timeline .timeline-entry .timeline-sidebar h3 {
  display: none;
}
.traditions-timeline .timeline-entry .timeline-sidebar a {
  margin-bottom: 1em;
}
.traditions-timeline .timeline-entry.active img {
  filter: unset;
}
.traditions-timeline .timeline-entry.active .timeline-sidebar {
  opacity: 1;
  height: var(--height);
  padding: 1em 2em;
}
.traditions-timeline .timeline-entry:first-child h4, .traditions-timeline .timeline-entry:not(:first-child) {
  display: none;
}
.traditions-timeline.locked .mobile-cta {
  display: none;
}
.traditions-timeline.active .mobile-cta, .traditions-timeline.locked .mobile-cta {
  width: 80px;
  right: 0;
  background-image: url(./assets/up-chevron.svg);
}
.traditions-timeline.active .mobile-cta h4, .traditions-timeline.locked .mobile-cta h4 {
  display: none;
}
.traditions-timeline.active .timeline-entry:first-child h4, .traditions-timeline.active .timeline-entry:not(:first-child), .traditions-timeline.locked .timeline-entry:first-child h4, .traditions-timeline.locked .timeline-entry:not(:first-child) {
  display: block;
}
@media (min-width: 820.1px) {
  .traditions-timeline {
    height: 462px;
    flex-direction: row;
  }
  .traditions-timeline h4 {
    --fsize: 1.4375;
    top: unset;
    margin-top: unset;
    bottom: 0;
  }
  .traditions-timeline .timeline-entry {
    flex-basis: 10%;
  }
  .traditions-timeline .timeline-entry img {
    height: 100%;
  }
  .traditions-timeline .timeline-entry .timeline-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 100%;
    right: -15vw;
    top: 0;
    bottom: 0;
    padding: 2em;
    height: unset;
    opacity: 1;
  }
  .traditions-timeline .timeline-entry .timeline-sidebar h3 {
    display: block;
  }
  .traditions-timeline .timeline-entry.active .timeline-sidebar {
    height: unset;
    padding: 1em;
  }
  .traditions-timeline .timeline-entry:hover {
    flex-basis: 50%;
  }
  .traditions-timeline .timeline-entry:hover > h4 {
    right: 50%;
    opacity: 0;
  }
  .traditions-timeline .timeline-entry:hover img {
    filter: unset;
    width: calc(100% - 15vw);
  }
  .traditions-timeline .timeline-entry:hover .timeline-sidebar {
    left: calc(100% - 15vw);
    right: 0;
  }
  .traditions-timeline .timeline-entry:first-child h4, .traditions-timeline .timeline-entry:not(:first-child) {
    display: block;
  }
}

.world-map {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.world-map svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.world-map + .container {
  justify-content: flex-start;
}
.world-map + .container:before {
  content: "View on desktop to explore the full Spoken World experience.";
  line-height: 1;
  font-family: "Arges", sans-serif;
  font-size: 2.4em;
}
@media (min-width: 820.1px) {
  .world-map + .container:before {
    display: none;
  }
}
.world-map + .container .country-list {
  display: none;
}
@media (min-width: 820.1px) {
  .world-map + .container .country-list {
    display: block;
    width: 33%;
    height: 100%;
    position: relative;
    line-height: normal;
  }
  .world-map + .container .country-list ul {
    margin: 0;
    padding: 0;
  }
  .world-map + .container .country-list ul li {
    list-style: none;
  }
  .world-map + .container .country-list ul li h3 {
    margin: 0;
    transition: all 0.5s;
    cursor: pointer;
  }
  .world-map + .container .country-list ul li h3:hover {
    color: #f2dd86;
  }
  .world-map + .container .country-list ul li div {
    height: 0;
    transition: height 0.5s;
    overflow: hidden;
  }
  .world-map + .container .country-list ul li div h4 {
    margin: 0;
    color: #f2dd86;
  }
  .world-map + .container .country-list ul li div ul {
    margin-bottom: 0.5em;
  }
  .world-map + .container .country-list ul li div a {
    color: #f4f0df;
    text-decoration: none;
  }
  .world-map + .container .country-list ul li div a:hover {
    text-decoration: underline;
  }
  .world-map + .container .country-list ul li.active {
    margin-bottom: 1em;
  }
  .world-map + .container .country-list ul li.active h3 {
    --fsize: 3.5625;
    color: #f2dd86;
  }
  .world-map + .container .country-list ul li.active div {
    display: block;
    height: var(--height);
  }
  .world-map + .container .country-list p {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
  }
  .world-map + .container .country-list p button {
    display: block;
  }
  .world-map + .container .country-list:has(.active) p {
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
  }
}

.country-directory {
  flex-wrap: wrap;
}
.country-directory h2 {
  flex-basis: 100%;
}
.country-directory > div {
  flex-basis: 16.6666666667%;
}
.country-directory > div ul {
  margin: 0;
  padding: 0;
}
.country-directory > div ul li {
  list-style: none;
  margin-bottom: 0.3em;
}
.country-directory > div ul li a {
  color: #14140f;
  text-decoration: none;
}
.country-directory > div ul li a:hover {
  text-decoration: underline;
}

.homepage-hero-loop {
  height: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.homepage-hero-loop .logo {
  width: 90%;
  margin-top: 0.9%;
}
.homepage-hero-loop .logo svg {
  width: 100%;
  height: 100%;
}
.homepage-hero-loop .logo svg #clip0_14064_193 rect {
  animation: wipeIn 1s both 1s, wipeOut 1s both 3s;
}
.homepage-hero-loop .slides {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  height: 2.3%;
  width: 100%;
  overflow: hidden;
  left: 0;
  align-items: center;
  animation: swipeIn 1s both 3s, growUp 1s both 4s;
}
.homepage-hero-loop .slides .hero-slide {
  height: 100vw;
  width: auto;
  aspect-ratio: var(--w)/var(--h);
  max-width: unset;
}
.homepage-hero-loop .slides .hero-slide:first-child {
  animation: slideOver 10s both 6s;
}
@media (min-width: 820.1px) {
  .homepage-hero-loop {
    height: 844px;
    max-height: 80vh;
  }
  .homepage-hero-loop .slides .hero-slide {
    height: 844px;
  }
}

@keyframes wipeIn {
  0% {
    width: 0;
  }
  100% {
    width: 133.079;
  }
}
@keyframes wipeOut {
  0% {
    x: 0;
  }
  100% {
    x: 134;
  }
}
@keyframes swipeIn {
  0% {
    left: 50%;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes growUp {
  0% {
    height: 2.3%;
  }
  100% {
    height: 100%;
  }
}
@keyframes slideOver {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: var(--sw);
  }
}
/*!
Theme Name: g2e_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: g2e_twentyfive
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.

g2e_twentyfive 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.lesson .entry-content {
  display: flex;
  flex-direction: column;
}
.lesson .entry-content .widget-area {
  background-color: #14140f;
  color: #f4f0df;
}
.lesson .entry-content .widget-area {
  padding: 2em var(--padding-base);
}
.lesson .entry-content .widget-area {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .lesson .entry-content .widget-area {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .lesson .entry-content .widget-area {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  .lesson .entry-content .widget-area {
    padding: var(--padding-base);
  }
}
.lesson .entry-content .widget-area a {
  font-family: "Arges", sans-serif;
  letter-spacing: 0em;
  color: #f4f0df;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  font-size: calc(1em * var(--fsize));
  margin-top: calc(1em / var(--fsize));
  margin-bottom: calc(1em / var(--fsize));
}
.lesson .entry-content .widget-area ul {
  margin: 0;
  padding: 0;
  --fsize: 3.31;
}
.lesson .entry-content .widget-area ul li {
  list-style: none;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .lesson .entry-content .widget-area ul {
    --fsize: 3.5625;
  }
}
.lesson .entry-content .widget-area ul ul {
  margin-top: 2em;
  margin-bottom: 2em;
  --fsize: 2.345;
}
@media (min-width: 600px) {
  .lesson .entry-content .widget-area ul ul {
    --fsize: 2.0625;
  }
}
.lesson .entry-content .widget-area h2.widget-title {
  cursor: pointer;
  background-image: url(./assets/down-chevron.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.lesson .entry-content .widget-area h2.widget-title.active {
  background-image: url(./assets/up-chevron.svg);
}
.lesson .entry-content .widget-area .menu-lesson-menu-container {
  display: none;
}
.lesson .entry-content .widget-area h2.widget-title.active + .menu-lesson-menu-container {
  display: block;
}
.lesson .entry-content .main {
  flex-grow: 1;
}
.lesson .entry-content .main {
  padding: 2em var(--padding-base);
}
.lesson .entry-content .main {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .lesson .entry-content .main {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .lesson .entry-content .main {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  .lesson .entry-content .main {
    padding: var(--padding-base);
  }
}
@media (min-width: 820.1px) {
  .lesson .entry-content {
    flex-direction: row;
  }
  .lesson .entry-content .widget-area {
    width: 25%;
  }
  .lesson .entry-content .widget-area h2.widget-title {
    display: none;
  }
  .lesson .entry-content .widget-area .menu-lesson-menu-container {
    display: block;
  }
}

body {
  background-color: #f4f0df;
}

/*# sourceMappingURL=style.css.map */
