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

teroto24 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

--------------------------------------------------------------*/
:root {
  --admin-bar-height: var(--wp-admin--admin-bar--height, 0px);
  /*  */
  --garamond: "Garamond", Sans-serif;
  --avenir: AvenirNextRegular, sans-serif;
  --avenir-italic: AvenirNextItallic, sans-serif;
  /* Colors: */
  --red: #c42130;
  --dark-red: #981A25;
  --mike: "awesome";
  --dark-grey: #4d4d4f;
  --mid-grey: #7f7f81;
  --pale-grey: #e9e7e3;
  --cream: #fdf7ed;
  --dusky-pink: #f2dadd;
  --pale-pink: #fbf3f4;
  --white: #ffffff;
  --black: #000000;
  --text_grey: #4d4d4f;
}

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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;
}
body.no-scroll {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scrollbar-gutter: stable;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Register your custom font family and tell the browser where to find it. */
@font-face {
  font-family: "AvenirNextBold";
  src: url("/wp-content/themes/teroto24/fonts/AvenirNextLTPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "AvenirNextLight";
  src: url("/wp-content/themes/teroto24/fonts/AvenirNextLTPro-It.otf") format("opentype");
}
@font-face {
  font-family: "AvenirNextRegular";
  src: url("/wp-content/themes/teroto24/fonts/AvenirNextLTPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Garamond";
  src: url("/wp-content/themes/teroto24/fonts/Adobe-Garamond-Pro-Regular.woff2") format("woff2");
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  max-width: 100vw;
  line-height: 1.5;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: "AvenirNextRegular", sans-serif;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h2 {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  /* text-wrap: balance; */
  margin-bottom: 0.5em;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

blockquote {
  font-style: italic;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* WGHS Variables */
:root {
  --wghs-red: #C42130;
  --wghs-light-red: #dc2e3f;
  --wghs-dark-red: #8c1823;
  --wghs-grey: #4C4D4E;
  --wghs-lgrey: #EFEFEF;
  --wghs-line-color: rgba(19, 19, 19, 0.2);
  --wghs-font-color: #4c4d4e;
}

a {
  text-decoration: none;
}

body {
  --dialog-side-margin: 30px;
  --dialog-top-margin: 5vh;
  --dialog-both-margins: calc(var(--dialog-side-margin) * 2);
}

body:has(dialog[open]) {
  overflow: hidden;
}

a.term-link {
  display: inline-block;
  font-size: 1rem;
  padding: 0.2rem 1rem;
  margin: 0 0.5rem 0 0;
  background-color: var(--wghs-red);
  border-radius: 1rem;
  color: white;
  text-decoration: none;
}
a.term-link:hover {
  background-color: var(--wghs-light-red);
}

/* Issues Modal */
.issueGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.issueGrid .issueCard {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: var(--pale-grey);
}
.issueGrid .issueCard:hover {
  background-color: var(--wghs-red);
  border-color: var(--wghs-red);
}
.issueGrid .issueCard:hover a {
  color: #fff;
}
.issueGrid .issueCard a {
  color: var(--dark-grey);
}

.social-shares-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.astro-social-share {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

a.social-share-btn {
  height: 2rem;
  width: 2rem;
}

a.social-share-btn svg {
  fill: var(--wghs-red) !important;
}

a.social-share-btn:hover svg {
  fill: var(--wghs-dark-red) !important;
}

/*
 /* Swiper overrides */
.swiper-slide {
  height: auto;
  background-color: #e8e6e3;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 8px 16px;
  width: 40px;
  height: 40px;
  color: red;
}

.swiper-button-prev {
  background-image: url("/images/right-arrow.svg");
  transform: scaleX(-1);
  left: 0;
}

.swiper-button-next {
  background-image: url("/images/right-arrow.svg");
  right: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
}

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:not(.envira-gallery-wrap img) {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

html {
  scroll-behavior: smooth;
}

#floating-navigation {
  position: fixed;
  bottom: 3vw;
  right: 3vw;
}
#floating-navigation .post-nav-button {
  background-color: var(--red);
  border-radius: 50px;
  border: none;
  max-height: 10vh;
  padding: 10px;
  cursor: pointer;
}
#floating-navigation .post-nav-button:hover {
  background-color: var(--dark-red);
}
#floating-navigation .post-nav-button img {
  width: 30px;
  height: auto;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: var(--admin-bar-height);
  left: 0;
  padding-top: 10vh;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.modal .modal-close {
  color: black;
  background-color: white;
  z-index: 1;
  /* height: 10vh; */
  position: absolute;
  right: 1vh;
  top: 1vh;
  padding: 1vh;
  cursor: pointer;
  border-radius: 50%;
}
.modal .modal-close:hover {
  color: white;
}
.modal .modal-close img {
  width: 30px;
  height: auto;
}
.modal .modal-inner {
  background-color: white;
  border-radius: 0.5em;
  max-width: 90vw;
  width: 100%;
  padding: 2em;
  margin: auto;
  overflow: scroll;
  position: absolute;
  max-height: 80vh;
}
.modal .modal-inner #modal-category-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 1rem 0 0;
  gap: 0.5rem;
}
.modal .modal-inner #modal-category-filters a {
  padding: 3px 1rem;
  background-color: var(--red);
  border-radius: 1rem;
  color: #fff;
}
.modal .modal-inner #modal-category-filters a.selected {
  background-color: var(--dark-red);
}
.modal .modal-inner #modal-category-filters a:hover {
  background-color: var(--dark-red);
}
.modal .modal-inner h2 {
  font-size: 2rem;
  font-family: var(--avenir);
  margin-bottom: 1rem;
}
.modal .modal-inner .modal-content {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.modal .modal-inner .modal-content .nav-item {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  text-align: center;
  background-color: var(--pale-grey);
}
.modal .modal-inner .modal-content .nav-item a {
  color: var(--dark-grey);
  width: 100%;
}
.modal .modal-inner .modal-content .nav-item a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  max-height: 100%;
  border-radius: 1rem 1rem 0 0;
}
.modal .modal-inner .modal-content .nav-item a span {
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 1.5rem;
  display: block;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid black;
}

[x-cloak] {
  display: none !important;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: black;
  opacity: 0.75;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
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: rgba(152, 26, 37, 0.8);
  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
--------------------------------------------------------------*/
.homepage-container {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(800px, 1fr)); */
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 1rem 1rem;
  margin: 0 auto;
  justify-items: center;
}
.homepage-container .post-content {
  max-width: calc(1000px - 2rem);
}
.homepage-container .post-content a {
  color: var(--wghs-red);
}
.homepage-container .post-content a:hover {
  color: var(--wghs-dark-red);
}
.homepage-container #display_menu {
  max-width: calc(1000px - 2rem);
  padding-bottom: 1rem;
}
.homepage-container #display_menu .display_menu_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 1rem 0 0;
  gap: 0.5rem;
}
.homepage-container #display_menu .display_menu_items a {
  padding: 3px 1rem;
  background-color: var(--red);
  border-radius: 1rem;
  color: #fff;
}
.homepage-container #display_menu .display_menu_items a:hover {
  background-color: var(--dark-red);
}
.homepage-container .card {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
  padding: 1rem 3rem 2rem 3rem;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .homepage-container .card {
    padding: 1rem;
    max-width: calc(100vw - 2rem);
  }
}
.homepage-container .card.card-0 {
  max-width: 100%;
  width: 100%;
  padding: 0;
  box-shadow: none;
  gap: 0;
  justify-items: center;
}
.homepage-container .card.card-0 .category-badges {
  display: none;
}
.homepage-container .card.card-0 .news_post_title {
  order: 2;
  padding-top: 20px;
}
.homepage-container .card.card-0 .card-image {
  order: 1;
  margin: 0 -1rem;
}
.homepage-container .card.card-0 .card-image img {
  width: fill-available;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 0;
  object-position: top;
  max-height: 70vh;
}
.homepage-container .card.card-0 .card-content {
  order: 3;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  clip-path: inset(0px -5px -5px -5px);
}
@media (max-width: 767px) {
  .homepage-container .card.card-0 .card-content {
    padding: 0 1rem 1rem;
  }
}
.homepage-container .card .category-badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.homepage-container .card .category-badges span {
  background-color: var(--wghs-red);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  text-decoration: none;
}
.homepage-container .card .category-badges span:hover {
  background-color: var(--wghs-dark-red);
}
.homepage-container .card img.featured-image {
  border-radius: 10px;
  height: auto;
  object-fit: contain;
}
.homepage-container .card h2 {
  font-family: var(--avenir);
  margin: 0;
}
.homepage-container .slideshow-wrapper {
  padding: 1rem 0;
}
.homepage-container .slideshow-wrapper .swiper-slide {
  aspect-ratio: 4/3;
}
.homepage-container .slideshow-wrapper .swiper-slide img {
  max-height: 100%;
  object-fit: cover;
}

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

#filter-container {
  background-color: var(--dark-grey);
}
#filter-container #category-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
  gap: 1rem;
}
#filter-container #category-filters.float {
  position: fixed;
  top: var(--admin-bar-height);
  left: 0;
  width: 100%;
  background-color: var(--dark-grey);
  z-index: 10;
}
#filter-container #category-filters .mobile-filter {
  display: none;
  justify-self: flex-end;
}
#filter-container #category-filters .mobile-filter .hamburger .line {
  width: 40px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#filter-container #category-filters .mobile-filter .hamburger:hover {
  cursor: pointer;
}
#filter-container #category-filters .mobile-filter .hamburger:hover .line:nth-child(1) {
  transform: translateY(-3px);
}
#filter-container #category-filters .mobile-filter .hamburger:hover .line:nth-child(3) {
  transform: translateY(3px);
}
@media (max-width: 1023px) {
  #filter-container #category-filters {
    padding: 0.5rem 1rem;
  }
  #filter-container #category-filters .category-filter {
    display: none;
  }
  #filter-container #category-filters .mobile-filter {
    display: block;
    margin-left: auto;
  }
}
#filter-container #category-filters a {
  color: var(--white);
}
#filter-container #category-filters a:hover {
  color: var(--dusky-pink);
}

/* Navigation
--------------------------------------------- */
footer {
  background-color: var(--wghs-red);
  color: white;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
footer .footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
footer .footer-links .footer-link {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid white;
}
footer .footer-links .footer-link:not(:first-child) {
  border-left: 1px solid white;
}
@media (max-width: 767px) {
  footer .footer-links .footer-link:not(:first-child) {
    border-left: none;
  }
}
footer .footer-links .footer-link a {
  text-align: center;
  color: white;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
}
footer .footer-links .footer-link:hover {
  background-color: var(--wghs-dark-red);
}
@media (max-width: 767px) {
  footer .footer-links {
    grid-template-columns: 1fr;
  }
}
footer .footer-metas {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  line-height: 0;
}
footer .footer-metas .footer-meta {
  padding: 0 1rem;
}
footer .footer-metas .footer-meta a {
  color: white;
  font-size: 0.8rem;
  line-height: 1em;
  font-style: italic;
  text-decoration: none;
}
footer .footer-logo {
  display: grid;
  place-items: center;
  padding: 3rem 1rem;
}
footer .footer-logo img {
  width: 400px;
  height: auto;
}

/* 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;
  max-width: 100%;
}

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

/* Header
--------------------------------------------- */
header.teroto-header {
  --baseHeaderHeight: clamp(20px, 5vw, 60px);
  height: calc(var(--baseHeaderHeight) * 5);
  display: flex;
  margin-bottom: -1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  line-height: 1em;
  padding: var(--baseHeaderHeight) 0;
  background-color: #E9E7E3;
  background-image: url(/wp-content/themes/teroto24/images/teroto-header-top.svg), url(/wp-content/themes/teroto24/images/teroto-header-bottom.svg);
  background-position: top center, bottom center;
  background-repeat: repeat-x;
  background-size: auto var(--baseHeaderHeight);
  /* Site nav */
  /* hamburger icon styling */
  /* nav menu styling */
  /* TODO FIRST OF TYPE LEFT */
  /* media query for mobile */
}
@media (max-width: 1023px) {
  header.teroto-header {
    --baseHeaderHeight: 6vw;
  }
}
@media (max-width: 767px) {
  header.teroto-header {
    --baseHeaderHeight: 30px;
  }
}
@media (max-width: 330px) {
  header.teroto-header {
    height: calc(var(--baseHeaderHeight) * 7);
  }
}
header.teroto-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 550px) {
  header.teroto-header .header-container {
    display: grid;
    grid-template-areas: "a b" "a c";
    grid-template-rows: 1fr var(--baseHeaderHeight);
    grid-template-columns: auto 1fr;
  }
}
header.teroto-header .logo-container {
  grid-area: a;
}
header.teroto-header .logo-container img {
  width: auto;
  height: calc(var(--baseHeaderHeight) * 2.5);
}
header.teroto-header .left, header.teroto-header .right {
  flex: 1;
}
header.teroto-header .title-container {
  grid-area: b;
}
header.teroto-header .title-container a {
  text-decoration: none;
  color: var(--red);
  font-family: "avenir", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  display: grid;
  text-align: center;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  header.teroto-header .title-container a {
    text-align: right;
  }
}
header.teroto-header .title-container a .title-tereo {
  font-size: clamp(2.188rem, 5.147vw - 0.129rem, 4.375rem);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header.teroto-header .title-container a .title-tereo {
    font-size: clamp(1.375rem, 1.2045rem + 0.4545vw, 1.75rem);
  }
}
@media (max-width: 400px) {
  header.teroto-header .title-container a .title-tereo {
    font-size: clamp(1.125rem, 1.0682rem + 0.1515vw, 1.25rem);
  }
}
header.teroto-header .title-container a .title-language {
  font-size: clamp(1.125rem, 1.0682rem + 0.1515vw, 1.25rem);
  line-height: 1.2;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header.teroto-header .title-container a .title-language {
    font-size: clamp(0.9375rem, 0.9091rem + 0.0758vw, 1rem);
  }
}
header.teroto-header .issue-container {
  grid-area: c;
  text-align: center;
  font-family: "avenir", Sans-serif;
  font-size: clamp(1.125rem, 1.0682rem + 0.1515vw, 1.25rem);
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 550px) {
  header.teroto-header .issue-container {
    flex-direction: row;
    align-items: center;
  }
}
header.teroto-header .issue-container .issue-btn {
  background-color: var(--wghs-red);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  font-size: clamp(1.125rem, 1.0682rem + 0.1515vw, 1.25rem);
  cursor: pointer;
}
@media (max-width: 767px) {
  header.teroto-header .issue-container .issue-btn {
    padding: 0.25rem 1rem;
  }
}
@media (max-width: 650px) {
  header.teroto-header .issue-container .issue-btn {
    font-size: clamp(0.9375rem, 0.9091rem + 0.0758vw, 1rem);
  }
}
header.teroto-header .issue-container .issue-btn:hover {
  background-color: var(--dark-red);
}
@media (max-width: 767px) {
  header.teroto-header .issue-container {
    justify-content: flex-end;
    gap: 0.5rem;
  }
}
header.teroto-header .issue-container a {
  text-decoration: none;
  color: var(--red);
  text-align: center;
}
@media (max-width: 650px) {
  header.teroto-header .issue-container a {
    font-size: clamp(0.9375rem, 0.9091rem + 0.0758vw, 1rem);
  }
}
header.teroto-header .schoolbridge img {
  max-width: 30px;
  max-height: 30px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FC8534;
  border-radius: 50% 50% 50% 50%;
}
header.teroto-header .hamburger {
  display: none;
  font-size: 2rem;
  color: #000;
  margin-right: 10px;
  cursor: pointer;
}
header.teroto-header nav {
  justify-content: space-between;
  align-items: center;
}
header.teroto-header nav #search-container {
  display: grid;
  place-items: center;
}
header.teroto-header nav #search-container .search-icon {
  display: none;
}
header.teroto-header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
header.teroto-header nav ul li {
  margin-left: 2vw;
}
header.teroto-header nav ul li:first-child {
  margin-left: 0;
}
header.teroto-header nav ul a {
  text-decoration: none;
  color: var(--wghs-red);
  /* text-transform: uppercase; */
  font-size: 18px;
  line-height: 1em;
}
header.teroto-header .social-buttons {
  display: flex;
  /* background: rgba(255, 255, 255, 0.5); */
  padding: 0;
  font-size: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 0 10px;
  /* Helper class to divide the icons */
}
header.teroto-header .social-buttons .social-margin {
  margin-right: 15px;
}
header.teroto-header .social-buttons a,
header.teroto-header .social-buttons a:hover,
header.teroto-header .social-buttons a:focus,
header.teroto-header .social-buttons a:active {
  text-decoration: none;
}
header.teroto-header .social-buttons .social-icon {
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
  /* Facebook Button Styling */
  /* Twitter Button Styling */
  /* Google+ Button Styling */
  /* Linkedin Button Styling */
  /* Pinterest Button Styling */
  /* Behance Button Styling */
  /* Github Button Styling */
  /* Youtube Button Styling */
  /* Soundcloud Button Styling */
}
header.teroto-header .social-buttons .social-icon:hover {
  transform: rotate(360deg) scale(1.3);
}
header.teroto-header .social-buttons .social-icon.facebook {
  font-size: 32px;
  padding-top: 9px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}
header.teroto-header .social-buttons .social-icon.facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
}
@media (max-width: 767px) {
  header.teroto-header {
    /* hamburger icon shows up */
    /* .hamburger {
      display: block;
    } */
    /* nav is hidden by default */
    /* div.menu{
      display: none;
    } */
    /* nav links are stacked and centered */
    /* nav link styling */
    /* nav links show up when hamburger icon is clicked */
  }
  header.teroto-header .title-container a {
    font-size: 20px;
    line-height: 1em;
  }
  header.teroto-header .title-container a span.title-tereo {
    padding-right: 10px;
    justify-self: end;
    border-right: 1px solid #fff;
  }
  header.teroto-header .title-container a span.title-language {
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
  header.teroto-header nav .menu {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
  }
  header.teroto-header nav ul {
    flex-direction: column;
    align-items: center;
  }
  header.teroto-header nav li {
    margin: 10px 0;
  }
  header.teroto-header nav.show-nav {
    display: flex;
  }
}
header.teroto-header #search-reveal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
}
header.teroto-header #search-reveal.open {
  height: 100px;
  left: 25%;
  visibility: visible;
  transition: all 0.5s;
}
header.teroto-header .search-icon svg {
  /* fill: var(--wghs-red);
  stroke: var(--wghs-red); */
  fill: white;
  stroke: white;
  width: 24px;
  height: 24px;
}
header.teroto-header .search-icon svg .a {
  /* fill: var(--wghs-red);
  stroke: var(--wghs-red); */
  fill: white;
  stroke: white;
}
header.teroto-header #search {
  position: absolute;
  left: -100%;
  transition: left 0.5s ease-out;
  visibility: hidden;
}
header.teroto-header #search-reveal.open #search {
  left: 25%;
  visibility: visible;
}

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

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

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

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