/*!
Theme Name: LPS25
Theme URI: http://underscores.me/
Author: ReMedia srl
Author URI: https://www.remediagroup.it/
Description: Custom wordpress template for ESA Living Planet Symposium 2024 website
Version: 1.3.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lps25
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.

LPS25 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
--------------------------------------------------------------*/

/* 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.
 */
 [v-cloak] {
  display: none !important;
}
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;
  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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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


.bold-teal strong{
	color: var(--pure-teal)
}


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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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 {
  color: #4169e1;
}

a:visited {
  color: unset !important;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.dropdown-menu.show {
  background-color: var(--deep-space);
  opacity: 1;
}
a.dropdown-item.active {
  background-color: var(--deep-space) !important;
}
.dropdown-menu li {
  text-transform: uppercase;
}
.dropdown-menu li a:hover,
a.dropdown-item.active:hover {
  background-color: var(--deep-space-2) !important;
  color: #fff !important;
}
/* 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;
}

figure figcaption {
  display: none;
  text-align: left;
  font-size: 0.8rem;
  font-style: italic;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-100%);
  position: relative;
  z-index: -1;
}
@media (min-width: 992px) {
  figure figcaption {
    display: block;
  }
}
figure:hover figcaption {
  display: block;
  opacity: 0.6;
  transform: translateY(0);
}

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

/* CUSTOM LPS25 STYLES */

:root {
  --font-esa: "NotesEsa", sans-serif;
  --font-esa-bold: "NotesEsaBold", sans-serif;
  --font-inter-light: "Inter-Light", sans-serif;
  /* --font-inter-regular: "Inter-Regular", sans-serif;
  --font-inter-medium: "Inter-Medium", sans-serif; */
  --deep-space: #003247;
  --deep-space-1: #335e6f;
  --deep-space-2: #8197a6;
  --pure-teal: #00ae9d;
  --pure-teal-80: rgba(0, 174, 157, 0.8);
  --light-grey: #f5f5f5;
  --bg-color: #0b1d26;
  --dark-color: #09171f;

  /*--orange: #ff533b;
	  --grey-dark: #003247;
	  --grey: #757575;
	  --grey-light: #e9e7e2; */
}

* {
  box-sizing: border-box;
  /* outline: 1px solid red; */
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px !important;
  overflow: scroll;
}
/* FONTS */

@font-face {
  font-family: "Relative";
  src: url("fonts/Relative-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Relative";
  src: url("fonts/Relative-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Relative";
  src: url("fonts/Relative-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Variablefont Slnt Wght";
  src: url("images/") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Notesesabol";
  src: url("fonts/NotesEsaBol.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Notesesareg";
  src: url("fonts/NotesEsaReg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotesEsaBold";
  src: url("fonts/notesesabold.woff2") format("woff2"),
    url("fonts/notesesabold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotesEsa";
  src: url("fonts/notesesa.woff2") format("woff2"),
    url("fonts/notesesa.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter-light";
  src: url("fonts/Inter-Light.woff2") format("woff2"),
    url("fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("fonts/Inter-Regular.woff2") format("woff2"),
    url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("fonts/Inter-Medium.woff2") format("woff2"),
    url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

.font-esa {
  font-family: var(--font-esa);
}
.strong {
  font-weight: bold;
}
summary {
  font-family: var(--font-esa-bold);
  font-weight: bold;
  /*	font-size: clamp(1.5rem, 4vw, 2.5rem);*/
  font-size: 1.5em;
}
/* ESA HEADER */
.esa-header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  background-color: #003247;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #335e6f;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
}
@media (min-width: 640px) {
  .esa-header {
    height: 64px;
  }
}
.esa-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.esa-header__left > * {
  margin-right: 16px;
}
.esa-header__left > *:last-child {
  margin-right: 0;
}
.esa-header__right {
  margin-left: auto;
  line-height: 0;
}
.esa-header__title {
  display: none;
  width: 222px;
  height: 12px;
}
@media (min-width: 640px) {
  .esa-header__title {
    display: block;
  }
}
.esa-header__link {
  display: block;
}
.esa-header__logo {
  width: 78px;
  height: 28px;
}
@media (min-width: 640px) {
  .esa-header__logo {
    width: 89px;
    height: 32px;
  }
}
.esa-header__toggle {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  transition: all 0.25s ease;
}
.esa-header__toggle:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.esa-header__toggle:last-of-type {
  margin-right: 24px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .esa-header__toggle {
    margin-right: 10px;
  }
}
.esa-header .esa-header__icon {
  max-width: 20px;
  max-height: 20px;
}

.main-nav-mobile {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 250px;
  background-color: #003247;
  position: absolute;
  top: 52px;
  padding: 1rem 2.1rem;
  margin: 0;
  left: 0;
  transform: translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.main-nav-mobile.hide {
  transform: translateX(-100%);
}

/* uncomment to show slide menu only on mobile*/
@media (min-width: 1000px) {
  .main-nav-mobile {
    /* display: none; */
  }
}
.navbar > .container-fluid {
  justify-content: flex-end;
}
.esa-header__toggle {
  display: block;
  border-radius: 0;
}

@media (min-width: 1000px) {
  .esa-header__toggle {
    /* display: none; */
  }
}

.main-nav-mobile ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.main-nav-mobile ul {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
.navbar {
  background-color: var(--bg-color);
  /* background-image: url("/images/lps-25-hero-stars.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: var(--font-esa);
}
.navbar a {
  color: #fff !important;
}
.navbar-nav {
  opacity: 1;
}
.navbar .nav-link {
  text-transform: uppercase;
}

.navbar .menu-item {
  margin-right: 2rem;
}
.navbar .menu-item .menu-item,
.navbar .menu-item:last-child {
  margin-right: 0;
}
.navbar a:hover {
  color: var(--pure-teal);
}

.navbar-brand {
  font-size: 1rem;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 1.2;
  color: #fff;
}
.cta-navbar .cta-navbar-text {
  font-family: var(--font-esa);
  font-size: 1rem;
  line-height: 128%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: 0;
  color: white;
  /* border: 1px solid rgba(255, 255, 255, 0.8) !important; */

  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='rgba%28255, 255, 255, 0.55%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
  transform: translate(6px, 7px);
}
.banner {
  grid-row-gap: 1em;
  padding: 0.5rem;
}
.banner p {
  margin: 0;
  padding: 0;
}
.close-btn {
  position: absolute;
  right: 0;
  padding: 1rem;
  cursor: pointer;
  opacity: 0.8;
  transform: scale(1);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.close-btn:hover {
  opacity: 1;
  transform: scale(1.06);
}

body {
  box-sizing: border-box;
  background-color: var(--bg-color);
  font-family: var(--font-inter-regular, sans-serif);
  color: #fff;
}
main {
  min-height: 50vh;
}
h1.entry-title {
  font-family: var(--font-esa-bold);
  font-size: clamp(3.5rem, 5vw, 4.2rem);
  text-transform: uppercase;
}

h2 {
  font-family: var(--font-esa-bold);
  font-size: 2.5em;
}
.page-wrapper p {
  font-size: 1.1rem;
  opacity: 0.8;
}
h4 {
  font-family: var(--font-esa-bold);
}
a {
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.link {
  background-image: linear-gradient(225deg, #00ae9d, #00ae9d 50%, #00ae9d);
}
.link:hover {
  text-decoration: underline;
}
a:hover {
  color: var(--pure-teal);
}
ul,
ol {
  margin: 0 0 1.5em 0;
  font-size: 1.1rem;
  opacity: 0.8;
}

.btn-prm.greyed-out {
  opacity: 0.5;
  filter: grayscale(80%);
  cursor: not-allowed;
}
.text-btn {
  font-size: clamp(0.8rem, 1vw, 1rem);
  line-height: 1.5;
}
.label-beta {
  position: absolute;
  top: 0.5rem;
  left: -4.3rem;
  background-color: #8197a6;
  color: #fff;
  font-family: var(--font-esa);
  font-size: 0.8rem;
  transform: rotate(-45deg);
  transform-origin: center center;
  z-index: 999999;
  width: 11rem;
  text-align: center;
  padding: 0.1rem;
}

.event-registration p {
  text-align: left;
}
.event-registration table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-inter-regular, sans-serif);
}

.event-registration table td {
  text-align: left;
  padding: 0.5rem;
  border-bottom: 1px solid #8197a6;
}

.event-registration table tr:last-child {
  border-bottom: 1px solid #8197a6;
}
.event-registration table tr:last-child td {
  border-bottom: none;
}
.event-registration table tr:last-child th {
  border-bottom: none;
}
.event-registration table tr {
  border-bottom: 1px solid #8197a6;
}
.event-registration table tr:last-child {
  border-bottom: none;
}
.event-registration table tr:last-child td {
  border-bottom: none;
}
.event-registration table tr:last-child th {
  border-bottom: none;
}
.event-registration table tr {
  border-bottom: 1px solid #8197a6;
}
.event-registration table tr:last-child {
  border-bottom: none;
}
.event-registration table tr:last-child td {
  border-bottom: none;
}
.event-registration table tr:last-child th {
  border-bottom: none;
}
.event-registration table tr {
  border-bottom: 1px solid #8197a6;
}
.event-registration table tr:last-child {
  border-bottom: none;
}
.event-registration table tr:last-child td {
  border-bottom: none;
}
.event-registration table tr:last-child th {
  border-bottom: none;
}
.event-registration table tr {
  border-bottom: 1px solid #8197a6;
}
.event-registration table .first-col {
  width: 40%;
  font-family: var(--font-esa);
  text-transform: uppercase;
  color: var(--pure-teal);
  font-size: 1.2rem;
}

/* PAGES */

.page-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  padding-top: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
@media (min-width: 992px) {
  .page-hero {
    padding-top: 60px;
  }
}

.page-hero .container {
  z-index: 10;
}
.bg-overlay {
  background-color: var(--deep-space-1);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* HOME */

.timeline-main_heading-wrapper {
  margin-top: 8em;
}
@media (min-width: 992px) {
  .timeline-main_heading-wrapper {
    margin-top: 1em;
  }
}
@media (max-height: 700px) {
  .timeline_date-text.teal.date {
    top: calc(60vh + 3rem);
  }
}
.section-timeline-heading {
  overflow: hidden;
}

.shape-hero-1 {
  width: 50vw !important;
  min-width: 500px !important;
  max-width: 1000px !important;
}
.heading {
  font-size: clamp(1.8rem, 4vw, 4rem);
}
h4.subtitle-text {
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  letter-spacing: 0.07rem;
  max-width: 32ch;
  color: var(--pure-teal);
  font-family: var(--font-esa);
  text-shadow: #000 0px 0px 5px;
  position: relative;
  z-index: 10;
}
.hero-home .date {
  font-size: 1.9rem;
  margin-bottom: 0;
}
.hero-home .date.tutorials {
  font-size: 1.5rem;
}
.date.card-heading {
  color: #fff;
}
.contacts-wrapper p {
  line-height: 1.05;

  margin-top: 1rem;
}
.contacts-wrapper em {
  color: var(--pure-teal);
  font-size: 0.85rem;
}
.social-media-logo {
  max-width: 1.5rem;
  margin-right: 0.5rem;
}
a.social-link {
  text-decoration: none;
}

h4.hashtag {
  color: var(--pure-teal);
  font-family: var(--font-esa);
  font-style: italic;
}
.caption {
  font-size: 0.9rem !important;
}
@media (min-width: 992px) {
  .caption {
    font-size: 1.1rem !important;
  }
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  opacity: 0.7;
}
.shape-hero-2,
.shape-hero-3,
.shape-hero-4 {
  z-index: 1;
}
.shape-hero-2,
.shape-hero-4 {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .shape-hero-2,
  .shape-hero-4 {
    opacity: 1;
  }
}

@media (max-height: 650px) {
  .section-timeline-heading {
    margin-top: 0rem;
    /* margin-top: 7rem; */
  }
}
.section-cards .shape-3 {
  top: 74%;
}
.section-cards .shape-7 {
  top: 0%;
}
.section-cards .card {
  flex-direction: row;
  gap: 1rem;
  background-color: transparent;
  background-image: unset;
  padding: 0;
  border: none;
}
.section-cards .card img {
  width: 140px;
  height: 140px;
  aspect-ratio: 1/1;
}
.home-card-right {
  flex-direction: column;
  display: flex;
}
.section-cards .card-heading {
  text-transform: unset;
  margin-bottom: 1rem;
}
.p-card {
  font-size: 1em !important;
  font-family: var(--font-esa);
}
/* COMMEETTEES */

.committee {
  border-left: 1px solid var(--deep-space-2);
  padding-left: 2rem;
}
.two-col-committee {
  border-left: 1px solid var(--deep-space-2);
  padding-left: 2rem;
  display: grid !important;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .two-col-committee {
    grid-template-columns: 1fr 1fr;
  }
}

.three-col-committee {
  /* border-left: 1px solid var(--deep-space-2); */
  padding-left: 2rem;
  /* display: grid !important;
  grid-template-columns: 1fr; */
  column-count: 1;
}

@media (min-width: 768px) {
  .three-col-committee {
    /* grid-template-columns: 1fr 1fr; */
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .three-col-committee {
    /* grid-template-columns: 1fr 1fr 1fr; */
    column-count: 3;
    column-gap: 15px;
  }
}
.page-id-67 .entry-content p {
  margin-bottom: 0.5em;
}
/* SESSIONS */
.empty-sessions-list {
  font-size: 2rem;
  color: var(--deep-space-2);
}
.theme {
  margin-bottom: 3rem;
}
.theme .theme-click {
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: var(--font-esa);
  text-decoration: none;
  text-transform: uppercase;
}
.theme .subTheme-container {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 0.5rem;
}
.theme .subTheme-container .subTheme {
  display: grid;
  place-items: center;
}
.theme .subTheme-container .subTheme a {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  border: 1px solid var(--pure-teal);
  background-color: var(--pure-teal);
  padding: 0.2rem 0.3rem;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.theme .subTheme-container .subTheme a:hover {
  border: 1px solid var(--pure-teal);
  background-color: var(--pure-teal-80);
}

.sessions-form-container {
  margin-bottom: 2rem;

  /* border-bottom: 1px solid var(--deep-space-2); */
}

.sessions-form-container form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .sessions-form-container form {
    flex-direction: row;
  }
}
.sessions-form-container input[type="text"] {
  background-color: var(--deep-space-1);
  width: 100%;
  /* min-width: 400px; */
  color: #fff;
  padding: 0.5rem;
  height: 46px;
  border-radius: 4px;
}
.sessions-form-container select {
  background-color: var(--deep-space-1);
  color: #fff;
  padding: 0.5rem;
  height: 46px;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 992px) {
  .sessions-form-container input[type="text"] {
    width: 40%;
  }
  .sessions-form-container select {
    width: 30%;
  }
}
.sessions-form-container select:disabled {
  opacity: 0.5;
}

.reset-button {
  background-color: transparent !important;
  border: 1px solid var(--pure-teal) !important;
  color: var(--pure-teal) !important;
  padding: 0.5rem !important;
  border-radius: 5rem !important;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.theme-results {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: var(--deep-space-1);
}

.theme-results p {
  border-bottom: 1px solid var(--pure-teal);
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  opacity: 1;
}

.theme-results-label {
  font-family: var(--font-esa);
  font-size: 0.75;
  color: var(--pure-teal);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  width: 100%;
  display: block;
}

.theme-filters-container {
  position: sticky;
  top: 60px;
  height: 90vh;
  overflow: scroll;
}

.no-results {
  font-size: 2rem;
  color: var(--deep-space-2);
}

.sponsor-section .wp-block-gallery{
		padding: 1rem;
        display: flex;
  justify-content: center;
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
	flex-grow:unset!important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
	margin: .8rem;
}

.sponsor-section .wp-block-image.size-large,
.sponsor-section .wp-block-image.size-full{
	margin: 0!important;
	padding: 0!important;
}

/* Scrollbar on Firefox */

.theme-filters-container {
  scrollbar-width: thin;
  scrollbar-color: var(--deep-space-1) transparent;
}

/* Scrollbar on Chrome, Edge, and Safari */

.theme-filters-container::-webkit-scrollbar {
  width: 8px;
}

.theme-filters-container::-webkit-scrollbar-track {
  background: transparent;
}

.theme-filters-container::-webkit-scrollbar-thumb {
  background-color: var(--deep-space-1);
  border-radius: 10px;
  border: 0;
}

/* Full widths section override */
.full-width-section {
  position: relative;
  width: 100vw; /* Full viewport width */
  left: 50%; /* Reset Bootstrap container centering */
  right: 50%; /* Reset Bootstrap container centering */
  margin-left: -50vw; /* Offset the container margin */
  margin-right: -50vw; /* Offset the container margin */
}

.full-width-section > .wp-block-group__inner-container {
  max-width: none; /* Remove Bootstrap's max-width limitation */
  padding-left: 0; /* Optional: Remove default padding */
  padding-right: 0; /* Optional: Remove default padding */
}

.narrow-text {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.up-30 {
  transform: translateY(-30px);
}


/* Space in the city page */

.space-city-table tbody, .space-city-table  td, .space-city-table  tfoot, .space-city-table  th, .space-city-table  thead, .space-city-table  tr{
border: none!important;	
}
.space-city-table  td{
	min-width: 10rem!important;	
vertical-align: top;
	padding-top: 1.5rem!important;	
}