/*!
Theme Name: Agronym WP
Theme URI: http://underscores.me/
Author: Philipp Munzert
Author URI: https://www.phmu.de
Description: Basic WP Theme for Agronym
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agronym
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 with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* * {
	outline: 1px dashed rgba(255,0,0,0.25);
} */

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


@font-face {
  font-family: 'Poppins';
  src: local('Poppins Regular'), local('Poppins-Regular'), url("assets/Fonts/poppins-regular-webfont.woff2") format('woff2'),
    local('Poppins Thin'), local('Poppins-Thin'), url("assets/Fonts/poppins-thin-webfont.woff2") format('woff2'),
    local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("assets/Fonts/poppins-bolditalic-webfont.woff2") format('woff2'),
    local('Poppins SemiBold'), local('Poppins-SemiBold'), url("assets/Fonts/poppins-semibold-webfont.woff2") format('woff2'),
    local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url("assets/Fonts/poppins-extralight-webfont.woff2") format('woff2'),
    local('Poppins Light'), local('Poppins-Light'), url("assets/Fonts/poppins-light-webfont.woff2") format('woff2'),
    local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url("assets/Fonts/poppins-mediumitalic-webfont.woff2") format('woff2'),
    local('Poppins Light Italic'), local('Poppins-LightItalic'), url("assets/Fonts/poppins-lightitalic-webfont.woff2") format('woff2'),
    local('Poppins Medium'), local('Poppins-Medium'), url("assets/Fonts/poppins-medium-webfont.woff2") format('woff2'),
    local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url("assets/Fonts/poppins-thinitalic-webfont.woff2") format('woff2'),
    local('Poppins Black'), local('Poppins-Black'), url("assets/Fonts/poppins-black-webfont.woff2") format('woff2'),
    local('Poppins Italic'), local('Poppins-Italic'), url("assets/Fonts/poppins-italic-webfont.woff2") format('woff2'),
    local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url("assets/Fonts/poppins-extralightitalic-webfont.woff2") format('woff2'),
    local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url("assets/Fonts/poppins-extrabold-webfont.woff2") format('woff2'),
    local('Poppins Black Italic'), local('Poppins-BlackItalic'), url("assets/Fonts/poppins-blackitalic-webfont.woff2") format('woff2'),
    local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url("assets/Fonts/poppins-semibolditalic-webfont.woff2") format('woff2'),
    local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url("assets/Fonts/poppins-extrabolditalic-webfont.woff2") format('woff2'),
    local('Poppins Bold'), local('Poppins-Bold'), url("assets/Fonts/poppins-bold-webfont.woff2") format('woff2');
  font-weight: 300 400 400i 500 600 700;
  font-style: normal italic;
  font-display: swap;
}


body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  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;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ffffff #ffffff #ffffff;
  border-radius: 3px;

  background-color: rgba(105, 210, 145, 255);
  padding-top: 0.65rem;
  /* 6px */
  padding-bottom: 0.5rem;
  /* 6px */
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: rgb(67, 204, 117);
}


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="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;
  padding-right: 2.3rem;
  /* 12px */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#side-navigation {
  display: flex;
  align-items: center;
}

.navigation-main {
  display: flex;
  list-style: none;
}

.navigation-overlay {
  display: flex;
  position: absolute;
  top: 64px;
  left: -105%;
  width: 100%;
  height: calc(100vh - 64px);
  background: white;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: all ease-in-out 0.5s;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.navigation-overlay li {
  padding: 1rem 0;
  border-bottom: 1px solid #edf2f7;
  width: 100%;
}

.navigation-overlay li:last-child {
  padding: 1rem 0;
  border: 0;
  width: 100%;
}

.active {
  left: 0;
}

#hamburger {
  display: none;
}

@media screen and (max-width: 550px) {
  .navigation-main {
    display: none;
  }

  #hamburger {
    display: block;
  }
}

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

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

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

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

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

.widget select {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.custom-logo {
  width: 64px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Custom */

.font-display {
  font-family: 'Poppins', sans-serif;
}

.menu-item {
  margin: 0 1rem;
  font-weight: 500;
  color: #2d3748;
  transition: all ease-in-out 0.125s;
}

.menu-item:hover {
  color: #179d4f;
}

.current-menu-item {
  font-weight: bold;
  border-bottom: 2px solid #68d391;
}

#footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.entry-content h3 {
  font-weight: bold;
  font-size: 1.375rem;
  padding: 0.25rem 0 0.5rem;
}

.entry-content p {
  margin-bottom: 1.5rem;
}

.entry-content ul {
  list-style-type: disc !important;
  padding-left: 1.75rem;
}

.postcard {
  transition: all 0.375s;
}

.postcard:hover {
  /*transform: scale(1.025, 1.025);*/
  transform: translate(0, -0.125rem);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.comment-reply-title {
  font-weight: bold;
  padding: 1.5rem 0 0.25rem 0;
}

.comment-notes,
.comment-awaiting-moderation {
  font-style: italic;
  color: gray;
  font-size: 0.875rem;
  padding: 0.5rem 0 0.5rem 0;
}

.comment-content {
  padding: 0.5rem 0 0.5rem 0;
}

.comment-reply-link {
  color: #48bb78;
  padding: 0.5rem 0;
}

.comment-body {
  border-radius: 0.25rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}

.comment-metadata {
  color: gray;
  font-style: italic;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.comment-author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fn {
  padding: 0 0.375rem 0 0.675rem;
}

.children {
  margin-left: 2.5rem;
}

.children .comment-body {
  box-shadow: none;
  margin: -1rem 0 1.5rem 0 !important;
}

.wp-post-image {
  margin: 1rem 0;
}

.widget-title {
  font-weight: bold;
  padding-bottom: 0.25rem;
  color: #494e58;
}

.textwidget p {
  font-size: 0.875rem;
  color: #718096;
}

.widget_search {
  padding: 1rem 0;
}

.w-fit-content {
  width: fit-content;
  width: -moz-fit-content;
}

.members-logo {
  min-width: 6rem;
}

.breadcrumb {
  color: #a0aec0;
  font-size: 0.875rem;
}

.breadcrumb a,
.breadcrumb span {
  padding: 0 0.25rem;
}

.current-page {
  font-style: italic;
}

.custom-logo {
  object-fit: cover;
}

.search-form {
  display: flex;
}

.search-field,
.search-submit {
  border-color: #e2e8f0 !important;
  padding: 0.375rem 0.625rem !important;
}

.search-field {
  border-radius: 0.25rem 0 0 0.25rem !important;
  border-right-width: 0 !important;
}

.search-submit {
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border-left-width: 0 !important;
}

.entry-meta {
  color: #a0aec0;
  font-size: 0.875rem;
}

.entry-meta span {
  padding: 0 !important;
}

.entry-meta span a {
  padding: 0 !important;
}

.entry-title {
  font-weight: bold;
}

.entry-summary {
  margin-top: 0.5rem !important;
}

.wp-block-file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header {
  z-index: 1000;
}

h4 {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  padding-bottom: 0.25rem !important;
}

p a,
.nav-previous a,
.nav-next a {
  color: #718096;
  text-decoration: underline;
}

p a:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: #179d4f;
}

.wp-block-file__button {
  border-radius: 0.25rem !important;
  font-size: 0.875rem !important;
  padding: 0.25rem 1rem !important;
  font-weight: 600 !important;
  background-color: #48bb78 !important;
  color: white !important;
  opacity: 1 !important;
}

.wp-block-file__button:hover {
  background-color: #38a169 !important;
}

.search-icon {
  min-width: 1.5rem;
}

.bordered-list-item:last-child {
  border: 0;
}

.partner-link {
  transition: all ease-in-out 0.375s;
}

.partner-link:hover {
  margin-left: 0.375rem;
}

.nav-previous,
.nav-next {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  width: 100% !important;
}

.nav-previous a,
.nav-next a {
  float: right;
  font-style: italic;
  opacity: 1;
}

.edit-link {
  color: #718096;
}

.pagination a,
.pagination span {
  border-left: 1px solid #cbd5e0;
  border-right: 1px solid #cbd5e0;
  padding: 0.25rem 0.75rem;
  font-weight: 500;
  display: inline-flex;
  transition: all ease-in-out 0.165s;
}

.pagination li:not(:first-child) a,
.pagination li:not(:first-child) span,
.prev-next-link:last-child {
  margin-left: -1px;
}

.pagination li a:hover,
.prev-next-link:hover {
  color: #a0aec0;
}

.pagination .current {
  font-weight: 700;
  color: #2d3748;
}

.transition {
  transition: all ease-in-out 0.165s;
}

.button {}

.button.button-primary {}

.button.button-secondary {}

/*--------------------------------------------------------------
# TRIBE EVENTS
--------------------------------------------------------------*/

.tribe-events-single-section {
  border-radius: 0.375rem;
  border: 1px solid #E2E8F0;
  font-size: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.tribe-events-single-section.secondary {
  align-items: stretch;
}

.tribe-events-venue-map {
  display: flex;
}

.tribe-events-meta-group {
  padding: 1.5rem 1.75rem;
}

.tribe-events-single-section a {
  color: #38A169;
}

a.tribe-events-gmap {
  display: block;
}

.tribe-events-meta-group:first-child {
  margin-bottom: 1rem;
}

.tribe-events-meta-group dl dt {
  font-weight: 600;
}

.tribe-events-meta-group dl dd {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.tribe-events-meta-group dl dd.tribe-organizer,
.tribe-events-meta-group dl dd.tribe-venue {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.tribe-events-meta-group dl dd.tribe-organizer~dt {
  display: none;
}

.tribe-events-meta-group dl dd.tribe-organizer~dd {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .tribe-events-venue-map {
    display: flex;
    width: 50%;
  }

  .tribe-events-venue-map iframe {
    height: 100%;
  }

  .tribe-events-single-section {
    flex-direction: row;
    justify-content: space-between;
  }

  .tribe-events-meta-group {
    width: 50%;
  }

  .tribe-events-meta-group:first-child {
    margin-bottom: 0;
  }
}

.tribe-events-single-section-title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #718096;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.tribe-events-button.tribe-events-gcal,
.tribe-events-button.tribe-events-ical {
  border-radius: 9999px;
  padding: 0.25rem 1rem;
  color: white;
  font-weight: 500;
  display: inline-flex;
  font-size: 0.875rem;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0.5rem;
  border: 1px solid;
}

.tribe-events-button.tribe-events-gcal {
  border-color: #DB4437;
  color: #DB4437;
  margin-right: 0.5rem;
}

.tribe-events-button.tribe-events-gcal:hover {
  opacity: 0.75;
}

.tribe-events-button.tribe-events-ical {
  border-color: #2c2c2e;
  color: #2c2c2e;
}

.tribe-events-button.tribe-events-ical:hover {
  opacity: 0.75;
}

#tribe-events-content ul.tribe-events-sub-nav {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}

#tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-previous {
  font-size: 1rem;
  padding: 0;
  text-align: left;
}

#tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-next {
  font-size: 1rem;
  padding: 0;
  text-align: right;
}

/*--------------------------------------------------------------
# TRIBE EVENTS FORM
--------------------------------------------------------------*/

#application-form .form-group,
#simple-enrollment-form .form-group {
  display: flex;
  flex-direction: column;
}

#application-form label,
#simple-enrollment-form label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

#application-form .form-input,
#simple-enrollment-form .form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  transition: all 0.2s ease-in-out;
}

#application-form .form-input:focus,
#simple-enrollment-form .form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

#application-form .form-select,
#simple-enrollment-form .form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-repeat: no-repeat;
  padding: .5rem 2.5rem .5rem .75rem;
  background-position: right .5rem center;
  background-size: 1.5em 1.5em;
}

/*--------------------------------------------------------------
# TRIBE EVENTS CALENDAR
--------------------------------------------------------------*/

.tribe-common button {
  border: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  font-size: 1.25rem;
  padding-right: 2rem;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5em 1.5em;
  font-weight: 500;
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #CBD5E0;
  content: "";
  display: block;
  flex: auto;
  height: 1px;
  margin-left: 20px;
}

.tribe-events .tribe-events-calendar-list-nav {
  border-top: 1px solid #CBD5E0;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  margin-right: 1rem;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  margin-bottom: -4px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  font-weight: 700;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.tribe-events .tribe-events-calendar-list__event-title {
  font-size: 1.25rem;
  padding: 0;
}

.tribe-events .tribe-events-calendar-list__event-venue {
  font-size: 0.875rem;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tribe-events .tribe-events-calendar-list__event-venue-title {
  font-weight: 600;
}

.tribe-events .tribe-events-c-nav__list {
  font-size: 1rem;
}

.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled {
  color: #A0AEC0;
}

.tribe-events .tribe-events-c-nav__prev:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='currentColor'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  margin-right: 8px;
  width: 7px;
}

.tribe-events .tribe-events-c-nav__prev:disabled:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23A0AEC0'/%3E%3C/svg%3E");
}

.tribe-events .tribe-events-c-nav__next:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='currentColor'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  margin-left: 8px;
  width: 7px;
}

.tribe-events .tribe-events-c-nav__next:disabled:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23A0AEC0'/%3E%3C/svg%3E");
}

.tribe-events .tribe-events-c-ical {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tribe-events .tribe-events-c-ical__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #38A169;
  font-size: 1rem;
  color: #38A169;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.tribe-events .tribe-events-c-ical__link:hover {
  border: 1px solid #48BB78;
  color: #48BB78
}

.tribe-events .tribe-events-c-ical__link:focus {
  border: 1px solid #2F855A;
  color: #2F855A;
}

.accordion-arrow {
  color: black;
  transition: all 0.2s ease-in-out;
}

.accordion-arrow.accordion-arrow-active {
  transform: rotateX(180deg);
  color: white;
}

.post-password-form label {
  margin-bottom: 1rem;
}

.post-password-form input[type="submit"] {
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  background: #48bb78;
  color: white;
  opacity: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.post-password-form input[type="submit"]:hover {
  background: #24a058;
}

.events-table p {
  margin: 0;
}

@import url('https://rsms.me/inter/inter.css');

html,
body {
  font-family: 'Inter', sans-serif;
}

div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
  margin: 0 !important;
}

.wysiwyg h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  
}

.wysiwyg h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}