@charset "UTF-8";
/*!
Theme Name: Fierté dans la Capital.e Pride WordPress Theme
Theme URI: https://capitalpride.ca
Author: Darrell Dean
Description: Custom WordPress Theme built for Captail Pride (Ottawa, ON)
Version: 3.0.0
License: GNU General Public License v2 or later
Text Domain: fcp3
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.

This theme 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
# Animations and transitions
# 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 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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;
  /* 2 */
  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;
}

/**
 * Remove padding on ul
 */
ul {
  padding: 0;
}

/*--------------------------------------------------------------
# Animations and transitions
--------------------------------------------------------------*/
@media only screen and (min-width: 40em) {
  a,
li,
div,
input,
button {
    transition: all 300ms ease-in-out;
  }
}
.slick-track, .accordion-content {
  transition: none;
}

.pop-in {
  opacity: 0;
  animation: pop-in 750ms ease-out forwards;
  display: inline-block;
}

@keyframes pop-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  80% {
    transform: scale(0.98);
    opacity: 1;
  }
  90% {
    transform: scale(1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes down-arrow {
  0% {
    transform: translate3d(-50%, -3px, 0);
  }
  50% {
    transform: translate3d(-50%, 3px, 0);
  }
  100% {
    transform: translate3d(-50%, -3px, 0);
  }
}
.slide-in-left {
  display: inline-block;
  opacity: 0;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0, 0, 0.08, 1);
  animation-fill-mode: forwards;
  animation-direction: normal;
}
.slide-in-left:not(.hold) {
  animation-name: slide-in-left;
}

@keyframes slide-in-left {
  0% {
    transform: translate3d(35%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-zoom-in {
  display: inline-block;
  opacity: 0;
  animation-name: fade-zoom-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes fade-zoom-in {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.fade-out {
  display: inline-block;
  animation-name: fade-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  display: block;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
.fade-in:not(.hold) {
  animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  display: block;
  animation-name: fade-out;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bounce {
  display: block;
  animation-name: bounce;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: scale3d(1, 1, 1);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  82% {
    transform: scale3d(0.95, 0.95, 1);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1);
  }
  95% {
    transform: scale3d(0.95, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes check {
  0% {
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  70% {
    transform: scale(1.2) translate3d(0, 0, 0);
    opacity: 1;
  }
  90% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes outline {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.delay-100 {
  animation-delay: 100ms;
}

.delay-200 {
  animation-delay: 200ms;
}

.delay-300 {
  animation-delay: 300ms;
}

.delay-400 {
  animation-delay: 400ms;
}

.delay-500 {
  animation-delay: 500ms;
}

.delay-600 {
  animation-delay: 600ms;
}

.delay-700 {
  animation-delay: 700ms;
}

.delay-800 {
  animation-delay: 800ms;
}

.delay-900 {
  animation-delay: 900ms;
}

.delay-1000 {
  animation-delay: 1000ms;
}

.delay-1100 {
  animation-delay: 1100ms;
}

.delay-1200 {
  animation-delay: 1200ms;
}

.delay-1300 {
  animation-delay: 1300ms;
}

.delay-1400 {
  animation-delay: 1400ms;
}

.delay-1500 {
  animation-delay: 1500ms;
}

.delay-2000 {
  animation-delay: 2000ms;
}

.delay-2500 {
  animation-delay: 2500ms;
}

.delay-3000 {
  animation-delay: 3000ms;
}

.delay-4000 {
  animation-delay: 4000ms;
}

.delay-5000 {
  animation-delay: 5000ms;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-family: "Poppins", "Georgia", sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  clear: both;
  color: #2f3d72;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 4rem;
}
h1.subheader, h1 .subtitle, h2.subheader, h2 .subtitle, h3.subheader, h3 .subtitle, h4.subheader, h4 .subtitle, h5.subheader, h5 .subtitle, h6.subheader, h6 .subtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.1rem;
  color: #ef245c;
  content: "";
  display: table;
  table-layout: fixed;
}
h1 .subtitle, h2 .subtitle, h3 .subtitle, h4 .subtitle, h5 .subtitle, h6 .subtitle {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
  border-bottom: 0;
  font-size: 1rem;
  border-bottom: 2px solid;
  margin-bottom: 1rem;
}

h1, h2 {
  line-height: 1;
}

h3 {
  color: #ef245c;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 24.8px;
  font-size: 1.55rem;
}

h3 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 64px;
    font-size: 4rem;
  }

  h2 {
    font-size: 32px;
    font-size: 2rem;
  }

  h3 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }

  h4 {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

em, i {
  font-style: italic;
}

dfn, cite {
  font-style: normal;
  font-size: 0.9em;
  opacity: 0.8;
}
dfn:before, cite:before {
  content: "– ";
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

pre {
  background: rgba(241, 241, 241, 0.3);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  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: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

strong {
  font-weight: 800;
}

p.lead, section.donate .page-content p:first-of-type, section.page-header .page-content p:first-of-type, .header-content p:first-of-type, .content-area:not(.no-top-margin) .entry-content > p:first-child {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #ef245c;
}
@media screen and (min-width: 40em) {
  p.lead, section.donate .page-content p:first-of-type, section.page-header .page-content p:first-of-type, .header-content p:first-of-type, .content-area:not(.no-top-margin) .entry-content > p:first-child {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

p.note, .gform_wrapper.gravity-theme .field_description_above p.gfield_description, span.note, .gform_wrapper.gravity-theme .field_description_above span.gfield_description {
  font-size: 90%;
  opacity: 0.7;
}

p.alert, span.alert {
  font-weight: 700;
  color: #ef245c;
}
p.alert:before, span.alert:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f071";
}

.light {
  font-weight: 300;
}

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

.text-white {
  color: #ffffff !important;
}

.entry-meta, .ad-caption, .entry-date {
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.entry-meta p, .ad-caption p, .entry-date p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 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. */
  position: relative;
}

.grid-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 40em) {
  .grid-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

a.post-edit-link {
  position: fixed;
  display: block;
  z-index: 99;
  right: 0;
  top: 200px;
  padding: 0.5em 1em;
  background-color: #118ae6;
  font-size: 1.2rem;
  text-decoration: none;
}
a.post-edit-link:hover {
  background-color: #06d6a0;
}
a.post-edit-link:before {
  content: "\f303";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff !important;
  margin: 0;
}

hr {
  background-color: rgba(241, 241, 241, 0.3);
  border: 0;
  height: 2px;
  margin: 4rem 0;
}

caption, figcaption, .wp-block-image figcaption {
  margin: 0 0;
  font-size: 90%;
  opacity: 0.7;
  background: #f1f1f1;
  padding: 0.5rem 1rem;
}

ul, ol {
  margin: 0 0 1.5em 3em;
  padding: 0;
}
ul li, ol li {
  margin-bottom: 0.75rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.social {
  margin: 0 0 0.5rem;
  list-style-type: none;
}
ul.social li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
ul.social li label {
  display: none;
}
ul.social li a, ul.social li a:visited {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: normal;
  color: rgba(47, 61, 114, 0.5);
}
ul.social li a:hover, ul.social li a:focus {
  transform: none;
}
ul.social li.facebook a:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-brands);
  content: "\f09a";
  margin: 0;
}
ul.social li.facebook:hover > a, ul.social li.facebook:focus > a {
  color: #3578ea;
}
ul.social li.twitter a:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-brands);
  content: "\e61b";
  margin: 0;
}
ul.social li.twitter:hover > a, ul.social li.twitter:focus > a {
  color: #1da1f2;
}
ul.social li.instagram a:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-brands);
  content: "\f16d";
  margin: 0;
}
ul.social li.instagram:hover > a, ul.social li.instagram:focus > a {
  color: #e1306c;
}
ul.social.buttons li {
  display: block;
}
ul.social.buttons li a {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  display: block;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: center;
  border: 2px solid;
}
ul.social.buttons li a:hover {
  opacity: 1;
}
ul.social.buttons li.facebook a, ul.social.buttons li.facebook a:visited {
  border-color: #3578ea;
}
ul.social.buttons li.facebook a:hover, ul.social.buttons li.facebook a:focus > a, ul.social.buttons li.facebook a:visited:hover, ul.social.buttons li.facebook a:visited:focus > a {
  background-color: #3578ea;
  color: #fff;
}
ul.social.buttons li.twitter a, ul.social.buttons li.twitter a:visited {
  border-color: #1da1f2;
}
ul.social.buttons li.twitter a:hover, ul.social.buttons li.twitter a:focus > a, ul.social.buttons li.twitter a:visited:hover, ul.social.buttons li.twitter a:visited:focus > a {
  background-color: #1da1f2;
  color: #fff;
}
ul.social.buttons li.instagram a, ul.social.buttons li.instagram a:visited {
  border-color: #e1306c;
}
ul.social.buttons li.instagram a:hover, ul.social.buttons li.instagram a:focus > a, ul.social.buttons li.instagram a:visited:hover, ul.social.buttons li.instagram a:visited:focus > a {
  background-color: #e1306c;
  color: #fff;
}
ul.social.white li a {
  color: #fff;
}
ul.social.white li:hover > a, ul.social.white li:focus > a {
  color: #fff;
  text-shadow: 0 0 10px #fff;
}

ul.documents {
  list-style: none;
  margin: 0;
}
ul.documents li {
  display: block;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(47, 61, 114, 0.2);
  vertical-align: top;
  line-height: 1.3;
}
@media screen and (max-width: 64em) {
  ul.documents li {
    width: 32%;
  }
}
@media screen and (max-width: 64em) {
  ul.documents li {
    width: 49%;
  }
}
ul.documents li a {
  color: #222222;
  font-weight: 400;
}
ul.documents li a:hover {
  color: #ef245c;
}
ul.documents li a:before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.2em;
  color: #ef245c;
}

ul.tags, ul#filters {
  list-style: none;
  margin: 1rem 0 0 0;
}
ul.tags li, ul#filters li {
  padding: 0 0.5rem;
  font-weight: 800;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background: #2f3d72;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
}
ul.tags li.free:before, ul#filters li.free:before {
  content: "\f155";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.ticketed:before, ul#filters li.ticketed:before {
  content: "\f3ff";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.asl:before, ul#filters li.asl:before {
  content: "\f2a3";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.accessible:before, ul#filters li.accessible:before {
  content: "\f368";
  font-family: "Font Awesome 6 Brands";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.youth:before, ul#filters li.youth:before {
  content: "\f1ae";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.music:before, ul#filters li.music:before {
  content: "\f7a6";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.drag:before, ul#filters li.drag:before {
  content: "\f001";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.dj:before, ul#filters li.dj:before {
  content: "\f025";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.burlesque:before, ul#filters li.burlesque:before {
  content: "\f6fa";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.in-person:before, ul#filters li.in-person:before {
  content: "\f500";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.virtual:before, ul#filters li.virtual:before {
  content: "\f109";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tags li.blackpride:before, ul#filters li.blackpride:before {
  content: "\f6de";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.accordion .accordion-item {
  margin-bottom: 0;
  padding: 2rem 0;
  border-bottom: 1px solid #7fc8ff;
}
ul.accordion .accordion-title {
  padding: 0;
  padding-right: 4rem;
  border: none !important;
  color: #2f3d72;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
}
ul.accordion .accordion-title * {
  margin-bottom: 0;
}
ul.accordion .accordion-title:before {
  margin-top: -0.8rem;
}
ul.accordion .accordion-title:hover {
  color: #ef245c;
}
ul.accordion .accordion-content {
  border: none !important;
  padding: 0;
}
ul.accordion .accordion-content p:first-of-type {
  margin-top: 1.5rem;
}
ul.accordion .accordion-content ul {
  list-style: none;
  margin: 2rem 0 0 0;
}

ul.arrows {
  list-style: none;
  margin: 0;
}
ul.arrows .bullet-title {
  font-weight: 900;
  display: block;
  line-height: 1.4;
}
ul.arrows .bullet-title:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  color: #2f3d72;
  margin-right: 0.8rem;
  margin-left: -1.7rem;
}
ul.arrows li {
  margin-left: 3rem;
  margin-bottom: 1.5rem;
}

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

figure, .wp-block-image, .wp-block-embed {
  margin: 2rem 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
figure.alignwide, figure.alignfull, .wp-block-image.alignwide, .wp-block-image.alignfull, .wp-block-embed.alignwide, .wp-block-embed.alignfull {
  margin: 1em -2rem;
}
@media screen and (min-width: 40em) {
  figure.alignwide, figure.alignfull, .wp-block-image.alignwide, .wp-block-image.alignfull, .wp-block-embed.alignwide, .wp-block-embed.alignfull {
    margin: 3rem -4rem 3rem 0;
  }
}
@media screen and (min-width: 83em) {
  figure.alignwide, figure.alignfull, .wp-block-image.alignwide, .wp-block-image.alignfull, .wp-block-embed.alignwide, .wp-block-embed.alignfull {
    margin: 4rem -8rem 4rem 0;
  }
}
figure.no-top-margin, .wp-block-image.no-top-margin, .wp-block-embed.no-top-margin {
  margin-top: 0 !important;
}

.box {
  padding: 1rem;
  background: linear-gradient(35deg, rgba(47, 61, 114, 0.02), rgba(47, 61, 114, 0.1));
  border: 1px solid rgba(47, 61, 114, 0.05);
}
.box > *:last-child {
  margin-bottom: 0;
}
.box.dark-bg {
  background: linear-gradient(35deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.wp-block-table.is-style-stripes table, .wp-block-table.is-style-regular table {
  width: 100%;
  margin-bottom: 1.5rem;
}
.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td, .wp-block-table.is-style-regular table th, .wp-block-table.is-style-regular table td {
  padding: 0.5rem 0.75rem;
}
.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-regular table th {
  background-color: #06d6a0 !important;
  color: #fff;
  font-weight: 800;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.wp-block-table.is-style-stripes table td, .wp-block-table.is-style-regular table td {
  font-size: 14.4px;
  font-size: 0.9rem;
}
.wp-block-table.is-style-stripes table tr:nth-of-type(even), .wp-block-table.is-style-regular table tr:nth-of-type(even) {
  background-color: rgba(241, 241, 241, 0.3);
}
.wp-block-table.is-style-stripes table tr:nth-of-type(odd), .wp-block-table.is-style-regular table tr:nth-of-type(odd) {
  background-color: transparent;
}

table.gfield_list tr {
  margin-bottom: 0.5rem;
}

.search-form {
  display: block;
  width: 100%;
  height: 2.9rem;
  margin-bottom: 1.5rem;
}
.search-form .search-field {
  width: calc(100% - 150px - 1rem);
  float: left;
}
.search-form .search-submit {
  float: right;
  width: 150px;
  height: 2.9rem;
}

.reveal-overlay {
  background-color: rgba(40, 40, 40, 0.8) !important;
}

.reveal {
  overflow-y: visible;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
  padding: 2rem;
}
.reveal h1:first-of-type {
  margin-top: 0;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  z-index: 9;
  height: 60px;
  border: none !important;
  background-color: transparent !important;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  color: rgba(255, 255, 255, 0.5);
  transition: all 300ms ease-in-out;
}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-next:hover:before {
  color: rgba(255, 255, 255, 0.9);
}
.slick-slider .slick-prev {
  left: 2rem;
}
.slick-slider .slick-prev:before {
  content: "\f137";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  margin: 0;
}
.slick-slider .slick-next {
  right: 2rem;
}
.slick-slider .slick-next:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  margin: 0;
}
@media screen and (max-width: 40em) {
  .slick-slider .slick-prev, .slick-slider .slick-next {
    display: none !important;
  }
}
.slick-slider .slick-slide:not(.slick-current) .slide-in-left, .slick-slider .slick-slide:not(.slick-current) .fade-in {
  animation-name: none;
}
.slick-slider .slick-slide:not(.slick-current) .slide-in-left, .slick-slider .slick-slide:not(.slick-current) .fade-in {
  animation-name: fade-out;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0.75rem;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "Font Awesome 6 Free";
  font-size: 0.5rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}

.rainbow {
  height: 8px;
}
.rainbow .white, .rainbow .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .rainbow a {
  background-color: #f1f1f1;
}
.rainbow .light-pink {
  background-color: #ff8fae;
}
.rainbow .light-blue {
  background-color: #7fc8ff;
}
.rainbow .brown {
  background-color: #704b00;
}
.rainbow .black {
  background-color: #222222;
}
.rainbow .red {
  background-color: #ef245c;
}
.rainbow .orange {
  background-color: #f68b1d;
}
.rainbow .yellow {
  background-color: #fdc613;
}
.rainbow .green {
  background-color: #06d6a0;
}
.rainbow .blue {
  background-color: #118ae6;
}
.rainbow .violet {
  background-color: #2f3d72;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, .full-navigation .contact-details ul.menu a,
button:not(.slick-arrow),
button:not(.gm-fullscreen-control),
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link,
.wp-block-button__link:visited,
a.button,
a.button:visited,
.posts-navigation a,
.posts-navigation a:visited {
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 90%;
  line-height: 1;
  text-decoration: none;
  border: 3px solid #ef245c;
  background-color: transparent;
  color: #ef245c;
  text-transform: uppercase;
}
.button:after, .full-navigation .contact-details ul.menu a:after,
button:not(.slick-arrow):after,
button:not(.gm-fullscreen-control):after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after,
.wp-block-button__link:after,
.wp-block-button__link:visited:after,
a.button:after,
a.button:visited:after,
.posts-navigation a:after,
.posts-navigation a:visited:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.75rem;
  font-size: 80%;
  transform: translateY(-5%);
}
.button:hover, .full-navigation .contact-details ul.menu a:hover, .button:active, .full-navigation .contact-details ul.menu a:active, .button:focus, .full-navigation .contact-details ul.menu a:focus,
button:not(.slick-arrow):hover,
button:not(.slick-arrow):active,
button:not(.slick-arrow):focus,
button:not(.gm-fullscreen-control):hover,
button:not(.gm-fullscreen-control):active,
button:not(.gm-fullscreen-control):focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:visited:hover,
.wp-block-button__link:visited:active,
.wp-block-button__link:visited:focus,
a.button:hover,
a.button:active,
a.button:focus,
a.button:visited:hover,
a.button:visited:active,
a.button:visited:focus,
.posts-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:visited:hover,
.posts-navigation a:visited:active,
.posts-navigation a:visited:focus {
  border-color: #ef245c;
  color: #fff;
  background-color: #ef245c;
}
.button.filled, .full-navigation .contact-details ul.menu a.filled,
button:not(.slick-arrow).filled,
button:not(.gm-fullscreen-control).filled,
input[type=button].filled,
input[type=reset].filled,
input[type=submit].filled,
.wp-block-button__link.filled,
.wp-block-button__link:visited.filled,
a.button.filled,
a.button:visited.filled,
.posts-navigation a.filled,
.posts-navigation a:visited.filled {
  border-color: #ef245c;
  color: #fff;
  background-color: #ef245c;
}
.button.filled:hover, .full-navigation .contact-details ul.menu a.filled:hover, .button.filled:active, .full-navigation .contact-details ul.menu a.filled:active, .button.filled:focus, .full-navigation .contact-details ul.menu a.filled:focus,
button:not(.slick-arrow).filled:hover,
button:not(.slick-arrow).filled:active,
button:not(.slick-arrow).filled:focus,
button:not(.gm-fullscreen-control).filled:hover,
button:not(.gm-fullscreen-control).filled:active,
button:not(.gm-fullscreen-control).filled:focus,
input[type=button].filled:hover,
input[type=button].filled:active,
input[type=button].filled:focus,
input[type=reset].filled:hover,
input[type=reset].filled:active,
input[type=reset].filled:focus,
input[type=submit].filled:hover,
input[type=submit].filled:active,
input[type=submit].filled:focus,
.wp-block-button__link.filled:hover,
.wp-block-button__link.filled:active,
.wp-block-button__link.filled:focus,
.wp-block-button__link:visited.filled:hover,
.wp-block-button__link:visited.filled:active,
.wp-block-button__link:visited.filled:focus,
a.button.filled:hover,
a.button.filled:active,
a.button.filled:focus,
a.button:visited.filled:hover,
a.button:visited.filled:active,
a.button:visited.filled:focus,
.posts-navigation a.filled:hover,
.posts-navigation a.filled:active,
.posts-navigation a.filled:focus,
.posts-navigation a:visited.filled:hover,
.posts-navigation a:visited.filled:active,
.posts-navigation a:visited.filled:focus {
  border-color: #ef245c;
  color: #ef245c;
  background-color: transparent;
}
.button.gradient, .full-navigation .contact-details ul.menu a.gradient,
button:not(.slick-arrow).gradient,
button:not(.gm-fullscreen-control).gradient,
input[type=button].gradient,
input[type=reset].gradient,
input[type=submit].gradient,
.wp-block-button__link.gradient,
.wp-block-button__link:visited.gradient,
a.button.gradient,
a.button:visited.gradient,
.posts-navigation a.gradient,
.posts-navigation a:visited.gradient {
  border: none;
  color: #fff;
  background: linear-gradient(30deg, #ef245c, #f68b1d);
}
.button.gradient:hover, .full-navigation .contact-details ul.menu a.gradient:hover, .button.gradient:active, .full-navigation .contact-details ul.menu a.gradient:active, .button.gradient:focus, .full-navigation .contact-details ul.menu a.gradient:focus,
button:not(.slick-arrow).gradient:hover,
button:not(.slick-arrow).gradient:active,
button:not(.slick-arrow).gradient:focus,
button:not(.gm-fullscreen-control).gradient:hover,
button:not(.gm-fullscreen-control).gradient:active,
button:not(.gm-fullscreen-control).gradient:focus,
input[type=button].gradient:hover,
input[type=button].gradient:active,
input[type=button].gradient:focus,
input[type=reset].gradient:hover,
input[type=reset].gradient:active,
input[type=reset].gradient:focus,
input[type=submit].gradient:hover,
input[type=submit].gradient:active,
input[type=submit].gradient:focus,
.wp-block-button__link.gradient:hover,
.wp-block-button__link.gradient:active,
.wp-block-button__link.gradient:focus,
.wp-block-button__link:visited.gradient:hover,
.wp-block-button__link:visited.gradient:active,
.wp-block-button__link:visited.gradient:focus,
a.button.gradient:hover,
a.button.gradient:active,
a.button.gradient:focus,
a.button:visited.gradient:hover,
a.button:visited.gradient:active,
a.button:visited.gradient:focus,
.posts-navigation a.gradient:hover,
.posts-navigation a.gradient:active,
.posts-navigation a.gradient:focus,
.posts-navigation a:visited.gradient:hover,
.posts-navigation a:visited.gradient:active,
.posts-navigation a:visited.gradient:focus {
  border-color: #ef245c;
  color: #fff;
  transform: scale(1.05);
}
.button.white, .full-navigation .contact-details ul.menu a,
button:not(.slick-arrow).white,
button:not(.gm-fullscreen-control).white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white,
.wp-block-button__link.white,
.wp-block-button__link:visited.white,
a.button.white,
a.button:visited.white,
.posts-navigation a.white,
.posts-navigation a:visited.white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.button.white:hover, .full-navigation .contact-details ul.menu a:hover, .button.white:active, .full-navigation .contact-details ul.menu a:active, .button.white:focus, .full-navigation .contact-details ul.menu a:focus,
button:not(.slick-arrow).white:hover,
button:not(.slick-arrow).white:active,
button:not(.slick-arrow).white:focus,
button:not(.gm-fullscreen-control).white:hover,
button:not(.gm-fullscreen-control).white:active,
button:not(.gm-fullscreen-control).white:focus,
input[type=button].white:hover,
input[type=button].white:active,
input[type=button].white:focus,
input[type=reset].white:hover,
input[type=reset].white:active,
input[type=reset].white:focus,
input[type=submit].white:hover,
input[type=submit].white:active,
input[type=submit].white:focus,
.wp-block-button__link.white:hover,
.wp-block-button__link.white:active,
.wp-block-button__link.white:focus,
.wp-block-button__link:visited.white:hover,
.wp-block-button__link:visited.white:active,
.wp-block-button__link:visited.white:focus,
a.button.white:hover,
a.button.white:active,
a.button.white:focus,
a.button:visited.white:hover,
a.button:visited.white:active,
a.button:visited.white:focus,
.posts-navigation a.white:hover,
.posts-navigation a.white:active,
.posts-navigation a.white:focus,
.posts-navigation a:visited.white:hover,
.posts-navigation a:visited.white:active,
.posts-navigation a:visited.white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #ef245c;
}
.button.fullwidth, .full-navigation .contact-details ul.menu a.fullwidth,
button:not(.slick-arrow).fullwidth,
button:not(.gm-fullscreen-control).fullwidth,
input[type=button].fullwidth,
input[type=reset].fullwidth,
input[type=submit].fullwidth,
.wp-block-button__link.fullwidth,
.wp-block-button__link:visited.fullwidth,
a.button.fullwidth,
a.button:visited.fullwidth,
.posts-navigation a.fullwidth,
.posts-navigation a:visited.fullwidth {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .button.large, .full-navigation .contact-details ul.menu a.large,
button:not(.slick-arrow).large,
button:not(.gm-fullscreen-control).large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large,
.wp-block-button__link.large,
.wp-block-button__link:visited.large,
a.button.large,
a.button:visited.large,
.posts-navigation a.large,
.posts-navigation a:visited.large {
    font-size: 1.5rem;
    height: 3.4rem;
  }
}
.button.disabled, .full-navigation .contact-details ul.menu a.disabled,
button:not(.slick-arrow).disabled,
button:not(.gm-fullscreen-control).disabled,
input[type=button].disabled,
input[type=reset].disabled,
input[type=submit].disabled,
.wp-block-button__link.disabled,
.wp-block-button__link:visited.disabled,
a.button.disabled,
a.button:visited.disabled,
.posts-navigation a.disabled,
.posts-navigation a:visited.disabled {
  border-color: #bbb;
  color: #bbb;
  cursor: not-allowed;
  background-color: #eee;
}
.button.facebook, .full-navigation .contact-details ul.menu a.facebook,
button:not(.slick-arrow).facebook,
button:not(.gm-fullscreen-control).facebook,
input[type=button].facebook,
input[type=reset].facebook,
input[type=submit].facebook,
.wp-block-button__link.facebook,
.wp-block-button__link:visited.facebook,
a.button.facebook,
a.button:visited.facebook,
.posts-navigation a.facebook,
.posts-navigation a:visited.facebook {
  background-color: #3578ea;
  border-color: #3578ea;
  color: #fff;
}
.button.facebook:hover, .full-navigation .contact-details ul.menu a.facebook:hover, .button.facebook:active, .full-navigation .contact-details ul.menu a.facebook:active, .button.facebook:focus, .full-navigation .contact-details ul.menu a.facebook:focus,
button:not(.slick-arrow).facebook:hover,
button:not(.slick-arrow).facebook:active,
button:not(.slick-arrow).facebook:focus,
button:not(.gm-fullscreen-control).facebook:hover,
button:not(.gm-fullscreen-control).facebook:active,
button:not(.gm-fullscreen-control).facebook:focus,
input[type=button].facebook:hover,
input[type=button].facebook:active,
input[type=button].facebook:focus,
input[type=reset].facebook:hover,
input[type=reset].facebook:active,
input[type=reset].facebook:focus,
input[type=submit].facebook:hover,
input[type=submit].facebook:active,
input[type=submit].facebook:focus,
.wp-block-button__link.facebook:hover,
.wp-block-button__link.facebook:active,
.wp-block-button__link.facebook:focus,
.wp-block-button__link:visited.facebook:hover,
.wp-block-button__link:visited.facebook:active,
.wp-block-button__link:visited.facebook:focus,
a.button.facebook:hover,
a.button.facebook:active,
a.button.facebook:focus,
a.button:visited.facebook:hover,
a.button:visited.facebook:active,
a.button:visited.facebook:focus,
.posts-navigation a.facebook:hover,
.posts-navigation a.facebook:active,
.posts-navigation a.facebook:focus,
.posts-navigation a:visited.facebook:hover,
.posts-navigation a:visited.facebook:active,
.posts-navigation a:visited.facebook:focus {
  color: #3578ea;
  background-color: transparent;
}
.button.facebook:before, .full-navigation .contact-details ul.menu a.facebook:before,
button:not(.slick-arrow).facebook:before,
button:not(.gm-fullscreen-control).facebook:before,
input[type=button].facebook:before,
input[type=reset].facebook:before,
input[type=submit].facebook:before,
.wp-block-button__link.facebook:before,
.wp-block-button__link:visited.facebook:before,
a.button.facebook:before,
a.button:visited.facebook:before,
.posts-navigation a.facebook:before,
.posts-navigation a:visited.facebook:before {
  content: "\f09a";
  font-family: "Font Awesome 6 Brands";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.button.instagram, .full-navigation .contact-details ul.menu a.instagram,
button:not(.slick-arrow).instagram,
button:not(.gm-fullscreen-control).instagram,
input[type=button].instagram,
input[type=reset].instagram,
input[type=submit].instagram,
.wp-block-button__link.instagram,
.wp-block-button__link:visited.instagram,
a.button.instagram,
a.button:visited.instagram,
.posts-navigation a.instagram,
.posts-navigation a:visited.instagram {
  background-color: #e1306c;
  border-color: #e1306c;
  color: #fff;
}
.button.instagram:hover, .full-navigation .contact-details ul.menu a.instagram:hover, .button.instagram:active, .full-navigation .contact-details ul.menu a.instagram:active, .button.instagram:focus, .full-navigation .contact-details ul.menu a.instagram:focus,
button:not(.slick-arrow).instagram:hover,
button:not(.slick-arrow).instagram:active,
button:not(.slick-arrow).instagram:focus,
button:not(.gm-fullscreen-control).instagram:hover,
button:not(.gm-fullscreen-control).instagram:active,
button:not(.gm-fullscreen-control).instagram:focus,
input[type=button].instagram:hover,
input[type=button].instagram:active,
input[type=button].instagram:focus,
input[type=reset].instagram:hover,
input[type=reset].instagram:active,
input[type=reset].instagram:focus,
input[type=submit].instagram:hover,
input[type=submit].instagram:active,
input[type=submit].instagram:focus,
.wp-block-button__link.instagram:hover,
.wp-block-button__link.instagram:active,
.wp-block-button__link.instagram:focus,
.wp-block-button__link:visited.instagram:hover,
.wp-block-button__link:visited.instagram:active,
.wp-block-button__link:visited.instagram:focus,
a.button.instagram:hover,
a.button.instagram:active,
a.button.instagram:focus,
a.button:visited.instagram:hover,
a.button:visited.instagram:active,
a.button:visited.instagram:focus,
.posts-navigation a.instagram:hover,
.posts-navigation a.instagram:active,
.posts-navigation a.instagram:focus,
.posts-navigation a:visited.instagram:hover,
.posts-navigation a:visited.instagram:active,
.posts-navigation a:visited.instagram:focus {
  color: #e1306c;
  background-color: transparent;
}
.button.instagram:before, .full-navigation .contact-details ul.menu a.instagram:before,
button:not(.slick-arrow).instagram:before,
button:not(.gm-fullscreen-control).instagram:before,
input[type=button].instagram:before,
input[type=reset].instagram:before,
input[type=submit].instagram:before,
.wp-block-button__link.instagram:before,
.wp-block-button__link:visited.instagram:before,
a.button.instagram:before,
a.button:visited.instagram:before,
.posts-navigation a.instagram:before,
.posts-navigation a:visited.instagram:before {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.button.twitter, .full-navigation .contact-details ul.menu a.twitter,
button:not(.slick-arrow).twitter,
button:not(.gm-fullscreen-control).twitter,
input[type=button].twitter,
input[type=reset].twitter,
input[type=submit].twitter,
.wp-block-button__link.twitter,
.wp-block-button__link:visited.twitter,
a.button.twitter,
a.button:visited.twitter,
.posts-navigation a.twitter,
.posts-navigation a:visited.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.button.twitter:hover, .full-navigation .contact-details ul.menu a.twitter:hover, .button.twitter:active, .full-navigation .contact-details ul.menu a.twitter:active, .button.twitter:focus, .full-navigation .contact-details ul.menu a.twitter:focus,
button:not(.slick-arrow).twitter:hover,
button:not(.slick-arrow).twitter:active,
button:not(.slick-arrow).twitter:focus,
button:not(.gm-fullscreen-control).twitter:hover,
button:not(.gm-fullscreen-control).twitter:active,
button:not(.gm-fullscreen-control).twitter:focus,
input[type=button].twitter:hover,
input[type=button].twitter:active,
input[type=button].twitter:focus,
input[type=reset].twitter:hover,
input[type=reset].twitter:active,
input[type=reset].twitter:focus,
input[type=submit].twitter:hover,
input[type=submit].twitter:active,
input[type=submit].twitter:focus,
.wp-block-button__link.twitter:hover,
.wp-block-button__link.twitter:active,
.wp-block-button__link.twitter:focus,
.wp-block-button__link:visited.twitter:hover,
.wp-block-button__link:visited.twitter:active,
.wp-block-button__link:visited.twitter:focus,
a.button.twitter:hover,
a.button.twitter:active,
a.button.twitter:focus,
a.button:visited.twitter:hover,
a.button:visited.twitter:active,
a.button:visited.twitter:focus,
.posts-navigation a.twitter:hover,
.posts-navigation a.twitter:active,
.posts-navigation a.twitter:focus,
.posts-navigation a:visited.twitter:hover,
.posts-navigation a:visited.twitter:active,
.posts-navigation a:visited.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.button.twitter:before, .full-navigation .contact-details ul.menu a.twitter:before,
button:not(.slick-arrow).twitter:before,
button:not(.gm-fullscreen-control).twitter:before,
input[type=button].twitter:before,
input[type=reset].twitter:before,
input[type=submit].twitter:before,
.wp-block-button__link.twitter:before,
.wp-block-button__link:visited.twitter:before,
a.button.twitter:before,
a.button:visited.twitter:before,
.posts-navigation a.twitter:before,
.posts-navigation a:visited.twitter:before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.button.ticket, .full-navigation .contact-details ul.menu a.ticket,
button:not(.slick-arrow).ticket,
button:not(.gm-fullscreen-control).ticket,
input[type=button].ticket,
input[type=reset].ticket,
input[type=submit].ticket,
.wp-block-button__link.ticket,
.wp-block-button__link:visited.ticket,
a.button.ticket,
a.button:visited.ticket,
.posts-navigation a.ticket,
.posts-navigation a:visited.ticket {
  background-color: #ef245c;
  border-color: #ef245c;
  color: #fff;
}
.button.ticket:hover, .full-navigation .contact-details ul.menu a.ticket:hover, .button.ticket:active, .full-navigation .contact-details ul.menu a.ticket:active, .button.ticket:focus, .full-navigation .contact-details ul.menu a.ticket:focus,
button:not(.slick-arrow).ticket:hover,
button:not(.slick-arrow).ticket:active,
button:not(.slick-arrow).ticket:focus,
button:not(.gm-fullscreen-control).ticket:hover,
button:not(.gm-fullscreen-control).ticket:active,
button:not(.gm-fullscreen-control).ticket:focus,
input[type=button].ticket:hover,
input[type=button].ticket:active,
input[type=button].ticket:focus,
input[type=reset].ticket:hover,
input[type=reset].ticket:active,
input[type=reset].ticket:focus,
input[type=submit].ticket:hover,
input[type=submit].ticket:active,
input[type=submit].ticket:focus,
.wp-block-button__link.ticket:hover,
.wp-block-button__link.ticket:active,
.wp-block-button__link.ticket:focus,
.wp-block-button__link:visited.ticket:hover,
.wp-block-button__link:visited.ticket:active,
.wp-block-button__link:visited.ticket:focus,
a.button.ticket:hover,
a.button.ticket:active,
a.button.ticket:focus,
a.button:visited.ticket:hover,
a.button:visited.ticket:active,
a.button:visited.ticket:focus,
.posts-navigation a.ticket:hover,
.posts-navigation a.ticket:active,
.posts-navigation a.ticket:focus,
.posts-navigation a:visited.ticket:hover,
.posts-navigation a:visited.ticket:active,
.posts-navigation a:visited.ticket:focus {
  color: #ef245c;
  background-color: transparent;
}
.button.ticket:before, .full-navigation .contact-details ul.menu a.ticket:before,
button:not(.slick-arrow).ticket:before,
button:not(.gm-fullscreen-control).ticket:before,
input[type=button].ticket:before,
input[type=reset].ticket:before,
input[type=submit].ticket:before,
.wp-block-button__link.ticket:before,
.wp-block-button__link:visited.ticket:before,
a.button.ticket:before,
a.button:visited.ticket:before,
.posts-navigation a.ticket:before,
.posts-navigation a:visited.ticket:before {
  content: "\f3ff";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.button.moreinfo, .full-navigation .contact-details ul.menu a.moreinfo,
button:not(.slick-arrow).moreinfo,
button:not(.gm-fullscreen-control).moreinfo,
input[type=button].moreinfo,
input[type=reset].moreinfo,
input[type=submit].moreinfo,
.wp-block-button__link.moreinfo,
.wp-block-button__link:visited.moreinfo,
a.button.moreinfo,
a.button:visited.moreinfo,
.posts-navigation a.moreinfo,
.posts-navigation a:visited.moreinfo {
  background-color: #06d6a0;
  border-color: #06d6a0;
  color: #fff;
}
.button.moreinfo:hover, .full-navigation .contact-details ul.menu a.moreinfo:hover, .button.moreinfo:active, .full-navigation .contact-details ul.menu a.moreinfo:active, .button.moreinfo:focus, .full-navigation .contact-details ul.menu a.moreinfo:focus,
button:not(.slick-arrow).moreinfo:hover,
button:not(.slick-arrow).moreinfo:active,
button:not(.slick-arrow).moreinfo:focus,
button:not(.gm-fullscreen-control).moreinfo:hover,
button:not(.gm-fullscreen-control).moreinfo:active,
button:not(.gm-fullscreen-control).moreinfo:focus,
input[type=button].moreinfo:hover,
input[type=button].moreinfo:active,
input[type=button].moreinfo:focus,
input[type=reset].moreinfo:hover,
input[type=reset].moreinfo:active,
input[type=reset].moreinfo:focus,
input[type=submit].moreinfo:hover,
input[type=submit].moreinfo:active,
input[type=submit].moreinfo:focus,
.wp-block-button__link.moreinfo:hover,
.wp-block-button__link.moreinfo:active,
.wp-block-button__link.moreinfo:focus,
.wp-block-button__link:visited.moreinfo:hover,
.wp-block-button__link:visited.moreinfo:active,
.wp-block-button__link:visited.moreinfo:focus,
a.button.moreinfo:hover,
a.button.moreinfo:active,
a.button.moreinfo:focus,
a.button:visited.moreinfo:hover,
a.button:visited.moreinfo:active,
a.button:visited.moreinfo:focus,
.posts-navigation a.moreinfo:hover,
.posts-navigation a.moreinfo:active,
.posts-navigation a.moreinfo:focus,
.posts-navigation a:visited.moreinfo:hover,
.posts-navigation a:visited.moreinfo:active,
.posts-navigation a:visited.moreinfo:focus {
  color: #06d6a0;
  background-color: transparent;
}
.button.moreinfo:before, .full-navigation .contact-details ul.menu a.moreinfo:before,
button:not(.slick-arrow).moreinfo:before,
button:not(.gm-fullscreen-control).moreinfo:before,
input[type=button].moreinfo:before,
input[type=reset].moreinfo:before,
input[type=submit].moreinfo:before,
.wp-block-button__link.moreinfo:before,
.wp-block-button__link:visited.moreinfo:before,
a.button.moreinfo:before,
a.button:visited.moreinfo:before,
.posts-navigation a.moreinfo:before,
.posts-navigation a:visited.moreinfo:before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.button.website, .full-navigation .contact-details ul.menu a.website,
button:not(.slick-arrow).website,
button:not(.gm-fullscreen-control).website,
input[type=button].website,
input[type=reset].website,
input[type=submit].website,
.wp-block-button__link.website,
.wp-block-button__link:visited.website,
a.button.website,
a.button:visited.website,
.posts-navigation a.website,
.posts-navigation a:visited.website {
  background-color: #06d6a0;
  border-color: #06d6a0;
  color: #fff;
}
.button.website:hover, .full-navigation .contact-details ul.menu a.website:hover, .button.website:active, .full-navigation .contact-details ul.menu a.website:active, .button.website:focus, .full-navigation .contact-details ul.menu a.website:focus,
button:not(.slick-arrow).website:hover,
button:not(.slick-arrow).website:active,
button:not(.slick-arrow).website:focus,
button:not(.gm-fullscreen-control).website:hover,
button:not(.gm-fullscreen-control).website:active,
button:not(.gm-fullscreen-control).website:focus,
input[type=button].website:hover,
input[type=button].website:active,
input[type=button].website:focus,
input[type=reset].website:hover,
input[type=reset].website:active,
input[type=reset].website:focus,
input[type=submit].website:hover,
input[type=submit].website:active,
input[type=submit].website:focus,
.wp-block-button__link.website:hover,
.wp-block-button__link.website:active,
.wp-block-button__link.website:focus,
.wp-block-button__link:visited.website:hover,
.wp-block-button__link:visited.website:active,
.wp-block-button__link:visited.website:focus,
a.button.website:hover,
a.button.website:active,
a.button.website:focus,
a.button:visited.website:hover,
a.button:visited.website:active,
a.button:visited.website:focus,
.posts-navigation a.website:hover,
.posts-navigation a.website:active,
.posts-navigation a.website:focus,
.posts-navigation a:visited.website:hover,
.posts-navigation a:visited.website:active,
.posts-navigation a:visited.website:focus {
  color: #06d6a0;
  background-color: transparent;
}
.button.website:before, .full-navigation .contact-details ul.menu a.website:before,
button:not(.slick-arrow).website:before,
button:not(.gm-fullscreen-control).website:before,
input[type=button].website:before,
input[type=reset].website:before,
input[type=submit].website:before,
.wp-block-button__link.website:before,
.wp-block-button__link:visited.website:before,
a.button.website:before,
a.button:visited.website:before,
.posts-navigation a.website:before,
.posts-navigation a:visited.website:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

button.close-button {
  position: absolute;
  background: #ef245c;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: -22px;
  right: -22px;
  padding: 0;
}
button.close-button:after {
  content: none;
}
button.close-button span {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
}

button.gm-fullscreen-control:after {
  content: inherit !important;
}

@media screen and (max-width: 64em) {
  button.close-button {
    top: 5px;
    right: 5px;
  }
}
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],
select,
textarea {
  color: #2f3d72;
  border: 2px solid rgba(47, 61, 114, 0.2);
  background-color: #fff;
  border-radius: 0 !important;
  padding: 10px;
  margin: 0;
  box-shadow: none;
  min-height: 2.9rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
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,
select:focus,
textarea:focus {
  color: #2f3d72;
  border: 2px solid #ef245c;
  outline: none;
}
.field_sublabel_hidden_label input[type=text],
.field_sublabel_hidden_label input[type=email],
.field_sublabel_hidden_label input[type=url],
.field_sublabel_hidden_label input[type=password],
.field_sublabel_hidden_label input[type=search],
.field_sublabel_hidden_label input[type=number],
.field_sublabel_hidden_label input[type=tel],
.field_sublabel_hidden_label input[type=range],
.field_sublabel_hidden_label input[type=date],
.field_sublabel_hidden_label input[type=month],
.field_sublabel_hidden_label input[type=week],
.field_sublabel_hidden_label input[type=time],
.field_sublabel_hidden_label input[type=datetime],
.field_sublabel_hidden_label input[type=datetime-local],
.field_sublabel_hidden_label input[type=color],
.field_sublabel_hidden_label select,
.field_sublabel_hidden_label textarea {
  margin-bottom: 1rem;
}

input[type=text],
input[type=email],
input[type=url],
textarea {
  width: 100%;
}
input[type=text]:read-only,
input[type=email]:read-only,
input[type=url]:read-only,
textarea:read-only {
  background-color: #06d6a0;
  font-weight: 600;
  cursor: default;
  color: rgba(255, 255, 255, 0.8);
}

select {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMjFsLTEyLTE4aDI0eiIvPjwvc3ZnPg=="), linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.ginput_container_multiselect select {
  padding: 0;
  background-image: none;
}
select option {
  border-radius: 0;
  padding: 8px 12px;
}

.gform_wrapper {
  padding: 2rem;
  background-color: rgba(6, 214, 160, 0.02);
  border: 1.5px solid rgba(6, 214, 160, 0.2);
  margin-bottom: 4rem;
  color: #2f3d72;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.gform_wrapper .gform_button {
  margin-bottom: 0 !important;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.page-template-page-donate .gform_wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 50px rgba(47, 61, 114, 0.8), inset 0 0 100px #fff;
}
.gform_wrapper h4 {
  color: #ef245c;
  display: inline-block;
  border-bottom: 2px solid #ef245c;
}

.gsection {
  border-bottom: none !important;
  padding: 0 !important;
}
.gsection h3 {
  font-weight: 900;
  margin: 0;
}
div ~ .gsection h3 {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 3px solid rgba(6, 214, 160, 0.1);
}

.gform_wrapper.gravity-theme .gfield_description {
  color: #2f3d72;
  opacity: 0.7;
  line-height: 1.3 !important;
  font-size: 0.9rem !important;
  padding-top: 0.25rem !important;
}

.gform_required_legend {
  display: none;
}

.gfield_required {
  color: #ef245c;
}

.gform_wrapper.gravity-theme .gfield .gfield_label {
  line-height: 1.3;
  margin-bottom: 4px;
  font-weight: 600;
  color: #2f3d72;
}

.gfield_consent_description {
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

input.gfield-choice-input, .ginput_container_consent input[type=checkbox] {
  display: none !important;
  margin: 0;
}
input.gfield-choice-input + label:before, .ginput_container_consent input[type=checkbox] + label:before {
  color: #2f3d72;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
input.gfield-choice-input:checked + label, .ginput_container_consent input[type=checkbox]:checked + label {
  color: #ef245c;
}
input.gfield-choice-input:checked + label:before, .ginput_container_consent input[type=checkbox]:checked + label:before {
  color: #ef245c;
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.gform_footer {
  padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding-bottom: 8px !important;
}

.gfield.inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.gfield.inline label {
  margin: 0;
}
.gfield.inline .ginput_container {
  width: 100px;
}

.gfield_header_item {
  font-weight: 700;
}

.hidden-from-user {
  visibility: hidden;
  height: 0;
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #118ae6;
  font-weight: 700;
  text-decoration: none;
}
a:visited {
  color: #118ae6;
}
a:hover, a:focus, a:active {
  color: #ef245c;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.breadcrumb {
  font-size: 80%;
  font-weight: 900;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  color: rgba(47, 61, 114, 0.5);
  display: block;
  margin-bottom: 1rem;
}
a.breadcrumb:hover, a.breadcrumb:focus {
  color: rgba(47, 61, 114, 0.8);
}
a.breadcrumb.back:before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.external-link:after, a[rel=external]:after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f35d";
  padding-left: 0.3rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  opacity: 0.8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
  filter: drop-shadow(0 0 20px rgba(47, 61, 114, 0.2));
  z-index: 99;
  top: 0;
  transform: translate3d(0, 0, 0);
  width: 100%;
  position: absolute;
}
#masthead .masthead-wrapper {
  padding: 0.75rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 79%, rgba(0, 0, 0, 0) 100%);
}
#masthead .masthead-wrapper .grid-container {
  padding: 2rem 1rem;
}
@media screen and (min-width: 83em) {
  #masthead .masthead-wrapper .grid-container {
    padding: 2rem 4rem;
  }
}
#masthead .masthead-wrapper .grid-x {
  align-items: center;
}
#masthead .topline-left {
  display: none;
}
@media screen and (min-width: 83em) {
  #masthead .topline-left {
    display: block;
  }
}

.site-branding #capitalpride_logo {
  height: 65px;
}
.site-branding #capitalpride_logo .cls-1 {
  fill: #fff;
  stroke-width: 0px;
}
@media screen and (min-width: 64em) {
  .site-branding #capitalpride_logo {
    height: 90px;
  }
}

@media screen and (min-width: 40em) {
  .site-navigation-wrapper {
    transform: translateY(-0.3em);
  }
}
.topline-navigation {
  float: right;
  font-family: "Chakra Petch";
  font-weight: 800;
  z-index: 1;
  text-transform: uppercase;
  font-size: 1rem;
}
.topline-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: left;
  cursor: pointer;
}
@media screen and (min-width: 83em) {
  .topline-navigation ul {
    display: inline-block;
  }
}
.topline-navigation ul li {
  float: left;
  position: relative;
  margin-bottom: 0;
  margin-right: 1rem;
}
.topline-navigation ul li a {
  padding: 0.2rem 0.5rem;
}
.topline-navigation ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 0.5;
}
.topline-navigation ul li:hover > a {
  color: #fff;
}
.topline-navigation ul li.nav-button a {
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.topline-navigation ul li.nav-button a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.winter .topline-navigation ul li.nav-button a {
  background: #2f3d72;
  border-color: #2f3d72;
}
.winter .topline-navigation ul li.nav-button a:hover {
  background-color: transparent;
  color: #2f3d72;
}
.topline-navigation ul ul {
  float: left;
  position: absolute;
  top: 80%;
  right: 0.5rem;
  z-index: 999;
  width: max-content;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}
.topline-navigation ul ul li {
  margin: 0;
}
.topline-navigation ul ul li.menu-item-has-children > a:after {
  content: none;
}
.topline-navigation ul ul li.menu-item-has-children > a:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f107";
  display: inline-block;
  opacity: 0.5;
  margin-right: 0.5rem;
  transform: rotate(90deg);
}
.topline-navigation ul ul li a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.3rem 0.5rem;
  width: 100%;
  text-align: right;
}
.topline-navigation ul ul li a:hover {
  background-color: #ef245c;
}
.topline-navigation ul ul ul {
  top: 0;
  right: 95%;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.topline-navigation ul ul li:hover > ul,
.topline-navigation ul ul li.focus > ul {
  right: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topline-navigation ul li:hover > ul,
.topline-navigation ul li.focus > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topline-navigation a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.topline-navigation li.lang-item {
  display: inline-block;
}
.topline-navigation li.lang-item a {
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  margin-right: 0.8rem;
  transform: translateY(-1px);
}
.winter .topline-navigation li.lang-item a {
  border-color: #2f3d72;
  color: #2f3d72;
}
.winter .topline-navigation li.lang-item a:hover {
  background-color: #2f3d72;
  color: #ffffff;
}
.topline-navigation .menu-button {
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  background-blend-mode: multiply;
  color: #fff;
}
.topline-navigation .menu-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.topline-navigation .menu-button:after {
  content: "\f0c9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 0.8rem;
}
@media screen and (max-width: 40em) {
  .topline-navigation .menu-button:after {
    margin-left: 0;
  }
}
.winter .topline-navigation .menu-button {
  border-color: #2f3d72;
  color: #2f3d72;
}
.winter .topline-navigation .menu-button:hover {
  background-color: #2f3d72;
  color: #ffffff;
}
.topline-navigation .menu-button.clicked {
  background: none;
}
.topline-navigation .menu-button.clicked:after {
  content: "\f057";
}
@media screen and (max-width: 64em) {
  .topline-navigation .menu-text {
    display: none;
  }
}
.topline-navigation ul.social {
  margin-right: 1rem;
}
.topline-navigation ul.social li a {
  line-height: 1.7rem;
}

.full-navigation {
  position: fixed;
  top: -110%;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(45deg, #ef245c 50%, #f68b1d);
  opacity: 0.97;
  padding-top: calc((90px + 1.5rem) + 3rem);
  padding-bottom: 2rem;
  overflow: auto;
  font-family: "Poppins", sans-serif;
  transform: translate3d(0, 0, 0);
  font-size: 1.5rem;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 64em) {
  .full-navigation {
    padding-top: calc((90px + 1.5rem) + 10rem);
  }
}
.full-navigation ul#menu-main-menu, .full-navigation ul#menu-main-menu-fr {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.full-navigation ul#menu-main-menu li, .full-navigation ul#menu-main-menu-fr li {
  margin-bottom: 0;
}
.full-navigation ul#menu-main-menu li a, .full-navigation ul#menu-main-menu-fr li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 0.75rem 0;
  line-height: 1.2;
  font-weight: 400;
}
.full-navigation ul#menu-main-menu li a:hover, .full-navigation ul#menu-main-menu li a:focus, .full-navigation ul#menu-main-menu-fr li a:hover, .full-navigation ul#menu-main-menu-fr li a:focus {
  text-shadow: 0 0 10px #fff;
  transform: translateX(5px);
}
.full-navigation ul#menu-main-menu ul, .full-navigation ul#menu-main-menu-fr ul {
  list-style: none;
  margin-left: 1rem;
  font-size: 1.2rem;
}
.full-navigation ul#menu-main-menu ul li a, .full-navigation ul#menu-main-menu-fr ul li a {
  font-weight: 400;
}
.full-navigation ul#menu-main-menu ul a:before, .full-navigation ul#menu-main-menu-fr ul a:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-right: 0.5rem;
}
.full-navigation .secondary a {
  font-size: 1.5rem;
  font-weight: 400;
}
.full-navigation li.subheader > a {
  font-weight: 800;
  background-color: #fff;
  color: #fff;
  padding: 0.5em 0.5em;
  cursor: default;
}
.full-navigation.toggled {
  top: 0;
}
.full-navigation .contact-details {
  color: #fff;
  font-size: 0.9rem;
}
.full-navigation .contact-details ul.social {
  margin-bottom: 1.5rem !important;
}
.full-navigation .contact-details ul.menu {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .full-navigation .contact-details {
    text-align: right;
    margin-top: 2rem;
  }
  .full-navigation .contact-details ul.social li {
    margin: 0 0 0 1rem;
  }
}

/*--------------------------------------------------------------
# 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: rgba(241, 241, 241, 0.3);
  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: 14px;
  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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages - Global
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

html.is-reveal-open {
  overflow-y: visible !important;
}

body.overflow-hidden {
  overflow: hidden;
}

.site {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-content {
  flex: 1 0 auto;
}

.no-top-margin {
  margin-top: 0 !important;
}

.content-area:not(.no-top-margin) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 40em) {
  .content-area:not(.no-top-margin) {
    margin-top: 16rem;
    margin-bottom: 6rem;
  }
}
.site-footer {
  filter: drop-shadow(0 0 20px rgba(47, 61, 114, 0.2));
  flex-shrink: 0;
  padding-top: 4rem;
}
.site-footer .footer-wrapper {
  background-image: linear-gradient(45deg, #ef245c 60%, #f68b1d);
  padding: 5rem 0 1rem;
  clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 40em) {
  .site-footer .footer-wrapper {
    clip-path: polygon(0 1rem, 100% 0, 100% 100%, 0% 100%);
  }
}
.site-footer .footer-wrapper.winter {
  background-image: linear-gradient(45deg, #2f3d72 60%, #118ae6);
}
.site-footer h2 {
  color: #fff !important;
  margin-bottom: 0.5rem;
}
.site-footer p {
  color: #fff;
}
.site-footer a {
  color: #fff;
  font-weight: inherit;
}
.site-footer .mission p {
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 0.5rem;
}
.site-footer .mission p strong {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.site-footer .contact-details p {
  font-family: "Poppins", sans-serif;
}
.site-footer address {
  color: #fff;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
}
.site-footer .copyright p {
  margin-bottom: 0;
  margin-top: 1rem;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.site-footer .copyright p a {
  color: #fff;
  text-decoration: underline;
}
.site-footer .copyright p a:after {
  content: none;
}
@media screen and (min-width: 64em) {
  .site-footer .copyright {
    text-align: center;
  }
}

.entry-title {
  margin: 0 0 0.75rem 0;
}

.entry-date {
  margin-bottom: 0.75rem;
  color: #2f3d72;
}
@media screen and (min-width: 40em) {
  .entry-date:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    font-size: 90%;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
}

.posts-grid .posts-grid--single a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  display: block;
}
.posts-grid .posts-grid--single a:hover {
  transform: translateY(-5px);
}
.posts-grid .posts-grid--single a .entry-thumbnail {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.posts-grid .posts-grid--single a .entry-thumbnail .tag {
  padding: 0 0.3rem;
  font-weight: 800;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.posts-grid .posts-grid--single a .entry-thumbnail .tag.group {
  background-color: #ef245c;
}
.posts-grid .posts-grid--single a .entry-thumbnail .tag.day {
  background-color: #2f3d72;
}
.posts-grid .posts-grid--single a .entry-thumbnail .tag.speaker {
  background-color: #118ae6;
}
@media screen and (max-width: 64em) {
  .posts-grid .posts-grid--single a .entry-thumbnail {
    padding-bottom: 50%;
  }
}
.posts-grid .posts-grid--single a .entry-excerpt {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 64em) {
  .posts-grid .posts-grid--single a .entry-excerpt {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 64em) {
  .posts-grid .posts-grid--single:nth-of-type(5) {
    display: none;
  }
}

.posts-navigation .nav-previous {
  float: right;
}
.posts-navigation .nav-next a:after {
  content: none;
}
.posts-navigation .nav-next a:before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.header-content p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  mix-blend-mode: overlay;
  max-width: 700px;
}
.header-content p:first-of-type {
  color: #fff;
}
.header-content p:last-of-type {
  margin-bottom: 0;
}

section.post-header {
  background-size: cover;
  background-position: center 25%;
  padding-top: 30rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
section.post-header p {
  color: #fff;
}
section.post-header .entry-title {
  color: #fff;
  margin-bottom: 1rem;
  display: block;
  font-size: 3.5rem;
}
section.post-header .entry-meta, section.post-header .ad-caption, section.post-header .entry-date {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}
section.post-header .entry-meta:before, section.post-header .ad-caption:before, section.post-header .entry-date:before {
  content: none;
}
@media screen and (max-width: 40em) {
  section.post-header {
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    clip-path: none;
  }
}
section.post-header.no-image {
  background-image: linear-gradient(30deg, #ef245c 30%, #f68b1d);
  padding-top: 20rem;
}
@media screen and (max-width: 83em) {
  section.post-header {
    padding-top: 22rem;
  }
}
@media screen and (max-width: 64em) {
  section.post-header {
    padding-top: 17rem;
  }
  section.post-header .entry-title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 40em) {
  section.post-header {
    padding-top: 10rem;
  }
  section.post-header .entry-title {
    font-size: 2rem;
  }
}

section.post-content .entry-meta, section.post-content .ad-caption, section.post-content .entry-date {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ef245c;
}
section.post-content .end-of-post {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-top: 3rem;
  opacity: 0.5;
}

section.post-more-information {
  margin: 4rem 0;
}
section.post-more-information p.details {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

.single-posts-navigation {
  margin-bottom: 3rem;
}
.single-posts-navigation .cell a {
  color: #222222;
  text-decoration: none;
}
.single-posts-navigation .cell p {
  margin-bottom: 0;
}
.single-posts-navigation .cell.prev .entry-title:before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.single-posts-navigation .cell.next {
  float: right;
}
.single-posts-navigation .cell.next .entry-title:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#filter-btns {
  margin-bottom: 1rem;
}
.page-template-page-team #filter-btns {
  text-align: center;
}
#filter-btns h2 {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
}
#filter-btns button.btn {
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
}
#filter-btns button.btn:after {
  content: "";
  margin: 0;
}
#filter-btns button.btn.active {
  background-color: #ef245c;
  color: #fff;
}
#filter-btns button.btn.active:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#filter-search {
  margin-bottom: 1rem;
}

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

section.page-header {
  background-image: linear-gradient(15deg, rgba(17, 22, 42, 0.5), rgba(17, 22, 42, 0) 50%), url(../images/rainbow-gradient.jpg);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 25rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
section.page-header .page-title {
  color: #fff;
  margin-bottom: 1rem;
  display: block;
}
section.page-header .header-text {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
section.page-header .page-content {
  color: #fff;
  text-shadow: 0 0 20px #2f3d72;
}
section.page-header .page-content p:first-of-type {
  color: #fff;
}
section.page-header .page-content p:last-of-type {
  margin-bottom: 1rem;
}
section.page-header a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: -0.02em;
}
section.page-header a:hover {
  border-bottom-color: #fff;
}
@media screen and (max-width: 40em) {
  section.page-header {
    padding-top: 15rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    clip-path: none;
  }
}

.search-result {
  margin-bottom: 1.5rem;
}
.search-result .search-result-header p {
  margin-bottom: 0.25rem;
  font-weight: 800;
}
.search-result .search-result-summary p {
  margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
## Posts and pages - Specific pages and modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Modules
--------------------------------------------------------------*/
section#home-hero-slider .home-hero-slider {
  height: 95vh;
  box-shadow: 0 0 3em rgba(47, 61, 114, 0.5);
}
@media screen and (max-width: 83em) {
  section#home-hero-slider .home-hero-slider {
    max-height: 1000px;
  }
}
@media screen and (max-width: 64em) {
  section#home-hero-slider .home-hero-slider {
    max-height: 800px;
  }
}
@media screen and (max-width: 40em) {
  section#home-hero-slider .home-hero-slider {
    max-height: 600px;
  }
}
section#home-hero-slider .home-hero-slider .logo-overlay {
  position: absolute;
  bottom: 30%;
  right: -2rem;
  max-width: 50%;
  mix-blend-mode: overlay;
  display: none;
}
@media screen and (min-width: 83em) {
  section#home-hero-slider .home-hero-slider .logo-overlay {
    max-width: 33%;
  }
}
@media screen and (min-width: 64em) {
  section#home-hero-slider .home-hero-slider .logo-overlay {
    display: block;
  }
}
section#home-hero-slider .home-hero-slider .slider-single {
  background-position: center 15%;
  background-size: cover;
  position: relative;
}
section#home-hero-slider .home-hero-slider .slider-single .slider-content {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 3rem;
  left: 5%;
  transform: translateX(-50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  border-radius: 1rem;
  padding: 2rem;
  display: block;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 64em) {
  section#home-hero-slider .home-hero-slider .slider-single .slider-content {
    max-width: 80%;
    width: 600px;
    transform: none;
    left: 15%;
    bottom: 12rem;
  }
}
section#home-hero-slider .home-hero-slider .slider-single .slider-content h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  section#home-hero-slider .home-hero-slider .slider-single .slider-content h1 {
    font-size: 3rem;
  }
}
section#home-hero-slider .home-hero-slider .slider-single .slider-content p {
  color: #fff;
  font-weight: 400;
  font-size: 1.15rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.75rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding-right: 1rem;
}
section#home-hero-slider .home-hero-slider .slider-single .slider-content p:last-of-type {
  margin-bottom: 0;
  position: relative;
}
section#home-hero-slider .home-hero-slider .slider-single .slider-content a.homehero-button {
  margin-top: 0.75rem;
  color: #fff;
}
section#home-hero-slider .home-hero-slider .slider-single .slider-content a.homehero-button label {
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
}
section#home-hero-slider .home-hero-slider .slider-single .slider-content a.homehero-button:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 64em) {
  section#home-hero-slider .home-hero-slider .slider-single .slider-content a.homehero-button {
    position: absolute;
    right: -1.6rem;
    top: 60%;
  }
  section#home-hero-slider .home-hero-slider .slider-single .slider-content a.homehero-button label {
    display: none;
  }
  section#home-hero-slider .home-hero-slider .slider-single .slider-content a.homehero-button:after {
    font-size: 3rem !important;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
section#home-hero-slider .home-hero-slider .slider-single.overlay-none {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
section#home-hero-slider .home-hero-slider .slider-single.overlay-none a.button, section#home-hero-slider .home-hero-slider .slider-single.overlay-none .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu section#home-hero-slider .home-hero-slider .slider-single.overlay-none a {
  text-shadow: none;
}
section#home-hero-slider .slider-single_2024-theme .theme-hero-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 40em) {
  section#home-hero-slider .slider-single_2024-theme .theme-hero-link {
    margin: 0 6rem;
    width: calc(100% - 12rem);
  }
}
section#home-hero-slider .slider-single_2024-theme button {
  border-color: #fee900;
  background-color: transparent;
  color: #fee900;
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 64em) {
  section#home-hero-slider .slider-single_2024-theme button {
    font-size: 1.5rem;
  }
}
section#home-hero-slider .slider-single_2024-theme button:hover, section#home-hero-slider .slider-single_2024-theme button:active, section#home-hero-slider .slider-single_2024-theme button:focus {
  border-color: #fee900;
  background-color: #fee900;
  color: #231f20;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 90%;
  overflow: visible;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-1 {
  fill: #fee900;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-1,
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-2,
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-3,
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-4,
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-5,
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-6,
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-7 {
  stroke-width: 0px;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-2 {
  fill: #00bbcb;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-3 {
  fill: #b91c8d;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-4 {
  fill: url(#linear-gradient);
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-8 {
  filter: url(#drop-shadow-1);
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-5 {
  fill: #231f20;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-6 {
  fill: #ee478e;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark .cls-7 {
  fill: #5857a6;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark #dates {
  animation: rotation 120s infinite linear;
  transform-origin: 50% 50%;
  mix-blend-mode: overlay;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark #bg_sparks, section#home-hero-slider .slider-single_2024-theme .theme-mark #fg_sparks, section#home-hero-slider .slider-single_2024-theme .theme-mark #title {
  transform-origin: center;
  transition: all 300ms ease-in-out;
}
section#home-hero-slider .slider-single_2024-theme .theme-mark:hover #bg_sparks {
  transform: scale(1.04);
}
section#home-hero-slider .slider-single_2024-theme .theme-mark:hover #fg_sparks {
  transform: scale(1.08);
}
section#home-hero-slider .slider-single_2024-theme .theme-mark:hover #title {
  transform: scale(1.02);
}
@media screen and (max-width: 83em) {
  section#home-hero-slider .slider-single_2024-theme .theme-mark {
    width: 750px;
  }
}
@media screen and (max-width: 64em) {
  section#home-hero-slider .slider-single_2024-theme .theme-mark {
    width: 90%;
  }
}
@media screen and (max-width: 40em) {
  section#home-hero-slider .slider-single_2024-theme .theme-mark {
    width: 80%;
    margin-top: 1rem;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
section.signup {
  padding: 4rem 0;
  padding-bottom: 0;
}
section.signup h2 {
  margin-bottom: 0.1em;
}
section.signup p.lead, section.signup section.donate .page-content p:first-of-type, section.donate .page-content section.signup p:first-of-type, section.signup .content-area:not(.no-top-margin) .entry-content > p:first-child, .content-area:not(.no-top-margin) section.signup .entry-content > p:first-child, section.signup .header-content p:first-of-type, .header-content section.signup p:first-of-type, section.signup section.page-header .page-content p:first-of-type, section.page-header .page-content section.signup p:first-of-type {
  margin-bottom: 1em;
}
section.signup form {
  margin-bottom: 0;
}
section.signup .mc-field-group-wrapper {
  margin: 0 -8px;
}
section.signup .mc-field-group {
  padding: 0 8px;
  margin-bottom: 0.5rem;
}
section.signup input[type=submit] {
  margin: 0.5em 0 0;
  height: 3.2rem;
}
@media screen and (min-width: 40em) {
  section.signup #mc_embed_signup_scroll {
    height: 2.9rem;
  }
  section.signup .mc-field-group {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  section.signup .mc-field-group-wrapper, section.signup #mc-responses {
    width: calc(100% - 151px);
    float: left;
  }
  section.signup input[type=submit] {
    float: right;
    width: 150px;
    margin: 0;
  }
}

section.countdown {
  background-size: cover;
  background-position: center;
  width: 100%;
  -webkit-box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.9);
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: "Chakra Petch";
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
}
section.countdown span.countdown {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
section.countdown .rainbow {
  height: 100%;
  max-height: 10rem;
  width: 106%;
  transform: translateX(-3%) skewX(-20deg);
  position: absolute;
  z-index: -9;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 40em) {
  section.countdown .rainbow {
    transform: translateX(-3%) skewX(-10deg);
  }
  section.countdown .rainbow:hover {
    width: 110%;
    transform: translateX(-5%) skewX(-10deg);
  }
}
section.countdown .row:hover .rainbow {
  width: 108%;
  transform: translateX(-4%) skewX(-20deg);
}
@media screen and (max-width: 40em) {
  section.countdown .row:hover .rainbow {
    width: 108%;
    transform: translateX(-4%) skewX(-10deg);
  }
}
section.countdown .countdown-cell {
  padding: 1rem;
  line-height: 1;
}
section.countdown .days-left {
  padding: 0.3rem 0.5rem 0;
  background: #ef245c;
  display: inline-block;
  color: #fff;
  border-radius: 0.5rem;
  margin-left: 1rem;
}
section.countdown .days-left .days {
  text-shadow: none;
  font-size: 2rem;
  line-height: 2.2rem;
  margin-right: -0.3rem;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 40em) {
  section.countdown .countdown-to {
    font-size: 0.8rem;
  }
  section.countdown .countdown-name {
    display: block;
    font-size: 1.3rem;
    margin: 0.25rem 0 0.5rem;
  }
}

.people-grid {
  margin: 2rem auto;
}
@media screen and (min-width: 64em) {
  .people-grid {
    margin: 4rem auto;
  }
}

.person-single .name, .person-modal .name {
  margin-bottom: 1rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.9;
  color: #ef245c;
}
.person-single .position, .person-single .pronouns, .person-single .type, .person-single .has-bio, .person-modal .position, .person-modal .pronouns, .person-modal .type, .person-modal .has-bio {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Chakra Petch", sans-serif;
  color: #2f3d72;
  margin-bottom: 0.25rem;
  line-height: 1.1;
}
.person-single .position, .person-modal .position {
  margin-bottom: 0;
}
.person-single .pronouns, .person-modal .pronouns {
  opacity: 0.6;
}
.person-single .has-bio, .person-modal .has-bio {
  opacity: 0.5;
}
.person-single .has-bio:before, .person-modal .has-bio:before {
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.person-single p.email:before, .person-modal p.email:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #2f3d72;
}
.person-single .photo, .person-modal .photo {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center 15%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .person-single .photo, .person-modal .photo {
    height: 200px;
    width: 200px;
  }
}

.person-single {
  text-align: center;
  display: none;
}
.person-single.show {
  display: block;
}
.person-single .person-single-header {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 40em) {
  .person-single .person-single-header {
    display: flex;
  }
}
.person-single .person-single-header .photo {
  flex: 0 1 auto;
}
.person-single .person-single-header .info {
  flex: 1 1 auto;
  width: 100%;
}
.person-single a {
  display: block;
  cursor: pointer;
}
.person-single a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 40em) {
  .person-single {
    text-align: left;
  }
  .person-single .person-single-header {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .person-single .person-single-header .photo {
    margin: 0 1rem 0 0;
  }
}

.person-modal {
  min-height: 307px;
  max-width: 54rem !important;
}
.person-modal .person-modal-header {
  display: flex;
  align-items: center;
}
.person-modal .person-modal-header .photo {
  max-height: 115px;
  max-width: 115px;
  margin: 0 1rem 0 0;
  flex: 1 1 auto;
}
.person-modal .person-modal-header .info {
  flex: 1 1 auto;
}
.person-modal .bio {
  margin-top: 1rem;
  margin-bottom: 0;
}
.person-modal h2 {
  display: inline-block;
}
.person-modal p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .person-modal {
    overflow: scroll;
  }
  .person-modal .person-modal-header {
    flex-wrap: wrap;
  }
  .person-modal .person-modal-header .photo {
    margin: 0 1rem 1rem 0;
  }
  .person-modal .person-modal-header .info {
    width: 100%;
  }
}

.page-template-page-team h2.subheader {
  display: block;
  margin: 2rem auto 1rem;
  color: #118ae6;
  border-color: #118ae6;
}

.sponsors-grid {
  text-align: center;
  padding: 2rem 1.25rem !important;
  border-bottom: 1px solid rgba(47, 61, 114, 0.1);
}
.sponsors-grid h2 {
  margin: 0 auto 3rem;
  background-color: rgba(47, 61, 114, 0.5);
  color: #fff;
  padding: 0.2rem 0.5rem;
}
.sponsors-grid .sponsor-single {
  margin-bottom: 2rem;
  width: 190px;
  display: inline-block;
  padding: 0 2rem;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}
.sponsors-grid .sponsor-single a:hover {
  opacity: 0.7;
}
.sponsors-grid.largest .subheader {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.sponsors-grid.largest .sponsor-single {
  width: 600px;
}
.sponsors-grid.larger .subheader {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.sponsors-grid.larger .sponsor-single {
  width: 400px;
}
.sponsors-grid.normal .subheader {
  font-size: 25.6px;
  font-size: 1.6rem;
}
.sponsors-grid.normal .sponsor-single {
  width: 325px;
}
.sponsors-grid.smaller .subheader {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.sponsors-grid.smaller .sponsor-single {
  width: 275px;
}
.sponsors-grid.smallest .subheader {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.sponsors-grid.smallest .sponsor-single {
  width: 250px;
}

.ad-wrapper {
  background-color: rgba(241, 241, 241, 0.3);
}

.ad img {
  display: block;
  margin: 0.5rem auto 0.25rem;
  border: 1px solid rgba(34, 34, 34, 0.4);
}
.ad.leaderboard img {
  max-height: 120px;
}
.ad.large-rectangle img {
  max-height: 280px;
}
.ad .iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.5);
}

.ad-caption {
  display: block;
  font-size: 0.7em;
  opacity: 0.5;
}

nav.post-navigation {
  margin-bottom: 3rem;
}
nav.post-navigation a:not(.button) {
  display: block;
}
nav.post-navigation a:not(.button):hover {
  transform: translateY(-5px);
}
nav.post-navigation .subheader {
  margin-bottom: 0rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: rgba(47, 61, 114, 0.5);
}
@media screen and (min-width: 64em) {
  nav.post-navigation .next {
    text-align: right;
  }
}
nav.post-navigation .next .subheader:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
nav.post-navigation .prev .subheader:before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
nav.post-navigation .entry-excerpt {
  font-weight: 400;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.8;
  color: #222222;
}
nav.post-navigation .all-news {
  border-color: #2f3d72;
  color: #2f3d72;
  opacity: 0.7;
}
nav.post-navigation .all-news:hover {
  background-color: #2f3d72;
  border-color: #2f3d72;
  opacity: 1;
}
nav.post-navigation .all-news:after {
  content: none;
}

.home section#feature-tile-slider {
  background-color: #2f3d72;
}
.home section#feature-tile-slider .featured-tiles-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 1rem 2rem;
  flex-wrap: wrap;
}
.home section#feature-tile-slider .button, .home section#feature-tile-slider .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .home section#feature-tile-slider a {
  flex: 1 0 auto;
  margin: 1rem;
  color: #f1f1f1;
  background-color: transparent;
  border-color: #118ae6;
}
.home section#feature-tile-slider .button:hover, .home section#feature-tile-slider .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu .home section#feature-tile-slider a:hover {
  background-color: #118ae6;
}
@media screen and (max-width: 64em) {
  .home section#feature-tile-slider .button, .home section#feature-tile-slider .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .home section#feature-tile-slider a {
    margin: 0.5rem;
    width: 100%;
  }
}
.home section.sigevents {
  padding: 5rem 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/rainbow-gradient-2.jpg);
}
.home section.sigevents h2.section-header {
  color: #ef245c;
}
.home section.sigevents h2.section-header .date {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.home section.sigevents .more-button .button, .home section.sigevents .more-button .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .home section.sigevents .more-button a {
  margin-bottom: 0;
}
@media screen and (max-width: 64em) {
  .home section.sigevents {
    padding: 4rem 0;
  }
}
.home section.mission {
  padding: 5rem 0;
  background-image: url(../images/rainbow-gradient-2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.home section.mission p {
  color: #fff;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 300;
  text-shadow: 0 0 20px #11162a;
  mix-blend-mode: normal;
}
@media screen and (min-width: 64em) {
  .home section.mission p {
    font-size: 2.5rem;
    mix-blend-mode: overlay;
  }
}
@media screen and (max-width: 64em) {
  .home section.mission {
    padding: 4rem 0;
  }
}
.home section.blog, .home section.news {
  padding: 5rem 0;
}
@media screen and (max-width: 64em) {
  .home section.blog, .home section.news {
    padding: 4rem 0;
  }
}
.home section.blog h2, .home section.news h2 {
  margin-bottom: 0;
}
.home section.blog .more-button, .home section.news .more-button {
  text-align: center;
}
.home section.blog .more-button a.button, .home section.news .more-button a.button, .home section.blog .more-button .full-navigation .contact-details ul.menu a, .home section.news .more-button .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .home section.blog .more-button a, .full-navigation .contact-details ul.menu .home section.news .more-button a {
  margin-bottom: 0;
}
.home section.news {
  background-color: rgba(241, 241, 241, 0.3);
}

section.donate {
  background-size: cover;
  background-position: center;
  padding-top: 16rem;
  padding-bottom: 12rem;
}
section.donate .page-title {
  color: #fff;
  margin-bottom: 1rem;
  display: block;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
section.donate .page-content {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin-top: 1.5rem;
  font-size: 110%;
}
section.donate .page-content p:first-of-type {
  font-weight: 900;
  color: #fff;
}
section.donate a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: -0.02em;
}
section.donate a:hover {
  border-bottom-color: #fff;
}
section.donate .gfield_radio {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.donate .gfield_radio .gchoice {
  width: calc(33% - 0.25rem);
  margin-bottom: 0.5rem;
}
section.donate .gfield_radio .gchoice label {
  padding: 0.5rem;
  text-align: center;
  border: 2px solid #2f3d72;
  background-color: #2f3d72;
  width: 100%;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}
section.donate .gfield_radio .gchoice label:before {
  margin-left: 0;
}
section.donate .gfield_radio .gchoice input.gfield-choice-input + label {
  max-width: none;
}
section.donate .gfield_radio .gchoice input.gfield-choice-input + label:before {
  content: "";
  margin: 0;
}
section.donate .gfield_radio .gchoice input.gfield-choice-input:checked + label {
  background-color: #ef245c;
  border-color: #ef245c;
}
section.donate .gfield_radio .gchoice input.gfield-choice-input:checked + label:before {
  content: "\f058";
  margin-right: 0.5rem;
  color: #fff;
}
section.donate .other-amount {
  padding: 0.6rem;
  border-radius: 5px;
  background: #118ae6;
  position: relative;
  margin: -1rem 0 0 0;
  box-shadow: 0 0 20px rgba(47, 61, 114, 0.3);
}
section.donate .other-amount:before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: -33px;
  font-size: 2.5rem;
  right: calc(0.5 * (33% - 0.25rem));
  margin: 0;
  transform: translateX(50%);
  color: #118ae6;
}
section.donate .other-amount input {
  font-weight: 900;
  text-align: center;
  border-color: #118ae6;
}
section.donate .other-amount label {
  display: none;
}
section.donate button[type=submit] {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  section.donate {
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    clip-path: none;
  }
}

.page-template-page-donate .site-footer {
  transform: translateY(-3rem);
  padding-top: 0;
}

.page-template-page-history section.page-header {
  margin-bottom: 0;
}
.page-template-page-history .site-footer {
  padding-top: 0;
}

.year-wrapper {
  position: relative;
  padding: 4rem 0;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  .year-wrapper {
    padding: 8rem 0;
  }
}
.year-wrapper .year-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.year-wrapper .year-details {
  z-index: 99;
  text-shadow: 0 0 20px #fff;
}
.year-wrapper h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.year-wrapper h3 {
  display: inline-block;
  clear: both;
  color: #fff;
  text-shadow: none;
  padding: 2px 4px;
}
.year-wrapper .details {
  display: flex;
}
.year-wrapper .details div + div {
  margin-left: 2rem;
  margin-top: 0;
}
.year-wrapper .details img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 2rem;
  border: 10px solid #fff;
}
.year-wrapper .details ul.honourees {
  list-style: none;
  margin: 0;
}
.year-wrapper .details ul.honourees li {
  margin-bottom: 2rem;
}
.year-wrapper .details ul.honourees .honouree-title {
  font-weight: 800;
  display: block;
}
@media screen and (max-width: 64em) {
  .year-wrapper .details {
    display: block;
  }
  .year-wrapper .details div + div {
    margin-top: 1rem;
    margin-left: 0;
  }
  .year-wrapper .details img {
    height: 25%;
  }
}
.year-wrapper:nth-child(6n+1) .year-background {
  background-image: linear-gradient(-3deg, rgba(239, 36, 92, 0.2), rgba(239, 36, 92, 0));
}
.year-wrapper:nth-child(6n+1) .details img {
  transform: rotate(-1deg);
  box-shadow: 0 0 50px rgba(161, 12, 53, 0.3);
}
.year-wrapper:nth-child(6n+1) h2 {
  color: #ef245c;
}
.year-wrapper:nth-child(6n+1) h2 .theme {
  color: #a10c35;
}
.year-wrapper:nth-child(6n+1) h3 {
  background-color: #ef245c;
}
.year-wrapper:nth-child(6n+2) .year-background {
  background-image: linear-gradient(-3deg, rgba(246, 139, 29, 0.2), rgba(246, 139, 29, 0));
}
.year-wrapper:nth-child(6n+2) .details img {
  transform: rotate(0.3deg);
  box-shadow: 0 0 50px rgba(166, 88, 7, 0.3);
}
.year-wrapper:nth-child(6n+2) h2 {
  color: #f68b1d;
}
.year-wrapper:nth-child(6n+2) h2 .theme {
  color: #a65807;
}
.year-wrapper:nth-child(6n+2) h3 {
  background-color: #f68b1d;
}
.year-wrapper:nth-child(6n+3) .year-background {
  background-image: linear-gradient(-3deg, rgba(253, 198, 19, 0.2), rgba(253, 198, 19, 0));
}
.year-wrapper:nth-child(6n+3) .details img {
  transform: rotate(-0.25deg);
  box-shadow: 0 0 50px rgba(169, 129, 1, 0.3);
}
.year-wrapper:nth-child(6n+3) h2 {
  color: #fdc613;
}
.year-wrapper:nth-child(6n+3) h2 .theme {
  color: #a98101;
}
.year-wrapper:nth-child(6n+3) h3 {
  background-color: #fdc613;
  color: #222222;
}
.year-wrapper:nth-child(6n+4) .year-background {
  background-image: linear-gradient(-3deg, rgba(6, 214, 160, 0.2), rgba(6, 214, 160, 0));
}
.year-wrapper:nth-child(6n+4) .details img {
  transform: rotate(0.25deg);
  box-shadow: 0 0 50px rgba(3, 115, 86, 0.3);
}
.year-wrapper:nth-child(6n+4) h2 {
  color: #06d6a0;
}
.year-wrapper:nth-child(6n+4) h2 .theme {
  color: #037356;
}
.year-wrapper:nth-child(6n+4) h3 {
  background-color: #06d6a0;
}
.year-wrapper:nth-child(6n+5) .year-background {
  background-image: linear-gradient(-3deg, rgba(17, 138, 230, 0.2), rgba(17, 138, 230, 0));
}
.year-wrapper:nth-child(6n+5) .details img {
  transform: rotate(-0.3deg);
  box-shadow: 0 0 50px rgba(10, 81, 135, 0.3);
}
.year-wrapper:nth-child(6n+5) h2 {
  color: #118ae6;
}
.year-wrapper:nth-child(6n+5) h2 .theme {
  color: #0a5187;
}
.year-wrapper:nth-child(6n+5) h3 {
  background-color: #118ae6;
}
.year-wrapper:nth-child(6n+6) .year-background {
  background-image: linear-gradient(-3deg, rgba(47, 61, 114, 0.2), rgba(47, 61, 114, 0));
}
.year-wrapper:nth-child(6n+6) .details img {
  transform: rotate(0.1deg);
  box-shadow: 0 0 50px rgba(17, 22, 42, 0.3);
}
.year-wrapper:nth-child(6n+6) h2 {
  color: #2f3d72;
}
.year-wrapper:nth-child(6n+6) h2 .theme {
  color: #11162a;
}
.year-wrapper:nth-child(6n+6) h3 {
  background-color: #2f3d72;
}
.year-wrapper:last-child {
  padding-bottom: 6rem;
  margin-bottom: -2rem;
}
@media screen and (min-width: 64em) {
  .year-wrapper:last-child {
    padding-bottom: 10rem;
  }
}

.page-template-page-sigevents, .page-template-page-artists {
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/rainbow-gradient-p.jpg);
}

.single-sigevent, .single-artists {
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/rainbow-gradient-p.jpg);
}
.single-sigevent .additional-info p, .single-artists .additional-info p {
  font-size: 0.9rem;
  opacity: 0.9;
}
.single-sigevent h2.subheader, .single-artists h2.subheader {
  color: #2f3d72;
  border-bottom-color: #2f3d72;
  margin: 1rem 0 1rem;
}
.single-sigevent section.post-header, .single-artists section.post-header {
  background-position: 50% 50%;
  background-attachment: fixed;
  margin-bottom: 4rem;
  padding-top: 10rem;
  height: 80vh;
  position: relative;
  background-blend-mode: multiply;
}
.single-sigevent section.post-header .grid-container, .single-artists section.post-header .grid-container {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-sigevent section.post-header .entry-title, .single-artists section.post-header .entry-title {
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
  font-size: 6.5rem;
  line-height: 0.95;
}
.single-sigevent section.post-header .entry-title span, .single-artists section.post-header .entry-title span {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-sigevent section.post-header .entry-title span:before, .single-sigevent section.post-header .entry-title span:after, .single-artists section.post-header .entry-title span:before, .single-artists section.post-header .entry-title span:after {
  content: " – ";
}
.single-sigevent section.post-header.no-image, .single-artists section.post-header.no-image {
  background: linear-gradient(-1deg, #181f39 15%, #036b50);
}
@media screen and (max-width: 64em) {
  .single-sigevent section.post-header .entry-title, .single-artists section.post-header .entry-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 40em) {
  .single-sigevent section.post-header, .single-artists section.post-header {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}
.single-sigevent .entry-meta, .single-sigevent .entry-date, .single-sigevent .ad-caption, .single-artists .entry-meta, .single-artists .entry-date, .single-artists .ad-caption {
  margin-bottom: 1rem;
}
.single-sigevent .entry-meta p, .single-sigevent .entry-date p, .single-sigevent .ad-caption p, .single-artists .entry-meta p, .single-artists .entry-date p, .single-artists .ad-caption p {
  margin-bottom: 0;
  font-family: "Chakra Petch", sans-serif;
}
.single-sigevent .entry-meta ul.tags, .single-sigevent .entry-meta ul#filters, .single-sigevent .entry-date ul.tags, .single-sigevent .entry-date ul#filters, .single-sigevent .ad-caption ul.tags, .single-sigevent .ad-caption ul#filters, .single-artists .entry-meta ul.tags, .single-artists .entry-meta ul#filters, .single-artists .entry-date ul.tags, .single-artists .entry-date ul#filters, .single-artists .ad-caption ul.tags, .single-artists .ad-caption ul#filters {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.single-sigevent .entry-meta ul.tags li, .single-sigevent .entry-meta ul#filters li, .single-sigevent .entry-date ul.tags li, .single-sigevent .entry-date ul#filters li, .single-sigevent .ad-caption ul.tags li, .single-sigevent .ad-caption ul#filters li, .single-artists .entry-meta ul.tags li, .single-artists .entry-meta ul#filters li, .single-artists .entry-date ul.tags li, .single-artists .entry-date ul#filters li, .single-artists .ad-caption ul.tags li, .single-artists .ad-caption ul#filters li {
  background: #ef245c;
}
.single-sigevent hr, .single-artists hr {
  background-color: rgba(47, 61, 114, 0.2);
  margin: 1rem 0 1rem;
}
.single-sigevent a.breadcrumb, .single-artists a.breadcrumb {
  color: rgba(47, 61, 114, 0.8);
  margin: 0;
}
.single-sigevent a.breadcrumb:hover, .single-artists a.breadcrumb:hover {
  color: rgba(47, 61, 114, 0.9);
}
.single-sigevent .post-artists, .single-artists .post-artists {
  padding: 0.5rem 1.5rem;
  background-color: rgba(47, 61, 114, 0.1);
  margin-bottom: 1rem;
}
.single-sigevent .post-content .button, .single-sigevent .post-content .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .single-sigevent .post-content a, .single-artists .post-content .button, .single-artists .post-content .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .single-artists .post-content a {
  margin-bottom: 0.5rem;
  padding: 1rem 0;
}
.single-sigevent img, .single-artists img {
  margin-bottom: 0.5rem;
}
.single-sigevent .artists-wrapper, .single-artists .artists-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 2rem;
}
.single-sigevent .artists-wrapper .person-single, .single-artists .artists-wrapper .person-single {
  display: block;
  width: calc(33% - 0.25rem);
  background-size: cover;
  background-position: center top;
  padding-bottom: 33%;
  position: relative;
  margin: 0 0.125rem 0.25rem;
}
.single-sigevent .artists-wrapper .person-single .artist-name, .single-artists .artists-wrapper .person-single .artist-name {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #fff;
  background-color: #2f3d72;
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
  line-height: 1.1;
}
.single-sigevent .artists-wrapper .person-single:hover, .single-artists .artists-wrapper .person-single:hover {
  transform: scale3d(1.04, 1.04, 1.04);
  z-index: 9;
}
.single-sigevent .artists-wrapper.headliners .person-single, .single-artists .artists-wrapper.headliners .person-single {
  width: calc(50% - 0.25rem);
  padding-bottom: 50%;
}
.single-sigevent .artists-wrapper.headliners .artist-name, .single-artists .artists-wrapper.headliners .artist-name {
  font-size: 1rem;
  background-color: #ef245c;
}

.single-sigevent h1.entry-title {
  margin-bottom: 4rem;
}
.single-sigevent .entry-meta ul.tags li, .single-sigevent .entry-meta ul#filters li, .single-sigevent .entry-date ul.tags li, .single-sigevent .entry-date ul#filters li, .single-sigevent .ad-caption ul.tags li, .single-sigevent .ad-caption ul#filters li {
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
}
.single-sigevent .presented-by-wrapper {
  text-align: center;
  margin-bottom: 0.5rem;
  background-color: #fff;
  padding: 1.5rem;
}
.single-sigevent .presented-by-wrapper h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #2f3d72;
}

.single-artists .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.single-artists .video-container iframe, .single-artists .video-container object, .single-artists .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-artists .embed-container {
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.single-artists .embed-container iframe, .single-artists .embed-container object, .single-artists .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.sigevents .sigevents-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
section.sigevents .sigevent-single {
  padding: 0.5rem;
  width: 100%;
}
section.sigevents .sigevent-single .sigevent-inner {
  display: flex;
  min-height: 150px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.6), 0 0 50px rgba(0, 0, 0, 0);
}
section.sigevents .sigevent-single .sigevent-inner .photo {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
  min-width: 150px;
  width: 33%;
  margin-right: 1rem;
}
section.sigevents .sigevent-single .sigevent-inner .cal-date {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
section.sigevents .sigevent-single .sigevent-inner .cal-date span {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}
section.sigevents .sigevent-single .sigevent-inner .cal-date span.month {
  font-size: 1.2rem;
}
section.sigevents .sigevent-single .sigevent-inner .content {
  padding: 1rem;
  color: #118ae6;
  align-self: center;
  flex: 1;
}
section.sigevents .sigevent-single .sigevent-inner .content .sigevent-title {
  margin-bottom: 0.5rem;
  color: #2f3d72;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}
section.sigevents .sigevent-single .sigevent-inner .content p {
  line-height: 1.3;
}
section.sigevents .sigevent-single .sigevent-inner .content ul.tags, section.sigevents .sigevent-single .sigevent-inner .content ul#filters {
  margin-top: 1rem;
  margin-bottom: 0;
}
section.sigevents .sigevent-single .sigevent-inner .content ul.tags li, section.sigevents .sigevent-single .sigevent-inner .content ul#filters li {
  background-color: rgba(47, 61, 114, 0.1);
  color: #2f3d72;
}
section.sigevents .sigevent-single .sigevent-inner:hover {
  transform: scale(1.01);
  box-shadow: inset 0 0 50px #fff, 0 0 25px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 64em) {
  section.sigevents .sigevents-wrapper {
    flex-wrap: wrap;
  }
  section.sigevents .sigevent-single {
    width: 33%;
    margin-bottom: 0rem;
  }
  section.sigevents .sigevent-single .sigevent-inner {
    flex-direction: column;
    height: 100%;
  }
  section.sigevents .sigevent-single .sigevent-inner .photo {
    width: 100%;
    height: 150px;
    border-radius: 10px 10px 0 0;
  }
  section.sigevents .sigevent-single .sigevent-inner .content {
    align-self: auto;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 40em) {
  section.sigevents .photo {
    display: none;
  }
}

.commevent-single {
  display: none;
  margin-bottom: 1rem;
}
.commevent-single.show {
  display: block;
}
.commevent-single h2 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
.commevent-single ul.tags, .commevent-single ul#filters {
  margin-top: 0;
  margin-bottom: 1rem;
}
.commevent-single ul.tags li, .commevent-single ul#filters li {
  background-color: rgba(17, 138, 230, 0.25);
  color: #2f3d72;
}
.commevent-single .entry-meta, .commevent-single .entry-date, .commevent-single .ad-caption {
  margin-bottom: 0.5rem;
}
.commevent-single .button, .commevent-single .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .commevent-single a {
  margin-bottom: 0.5rem;
}

ul#filters {
  margin: 1rem -0.25rem;
}
ul#filters li {
  display: inline-block;
  margin: 0.25rem 0.25rem;
  background: #ef245c;
}
ul#filters li input {
  opacity: 0;
}
ul#filters li label {
  margin-left: -16px;
  cursor: pointer;
}
ul#filters li label:before {
  opacity: 0.5;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input:checked + label:before {
  opacity: 1;
  content: "\f14a";
}
ul#filters li input.free + label:after {
  content: "\f155";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.ticketed + label:after {
  content: "\f3ff";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.asl + label:after {
  content: "\f2a3";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.accessible + label:after {
  content: "\f368";
  font-family: "Font Awesome 6 Brands";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.youth + label:after {
  content: "\f1ae";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.music + label:after {
  content: "\f7a6";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.drag + label:after {
  content: "\f001";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.dj + label:after {
  content: "\f025";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.burlesque + label:after {
  content: "\f6fa";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.in-person + label:after {
  content: "\f6fa";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.virtual + label:after {
  content: "\f6fa";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul#filters li input.hybrid + label:after {
  content: "\f6fa";
  font-family: "Font Awesome 6 Free";
  font-weight: "900";
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.page-template-page-artists .post-header.no-image, .page-template-page-sigevents .post-header.no-image {
  background-image: url(../images/rainbow-gradient.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 15rem 0 5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.page-template-page-artists .post-header.no-image h1.entry-title, .page-template-page-sigevents .post-header.no-image h1.entry-title {
  margin-top: 3rem;
  font-size: 7rem;
  line-height: 0.8;
  mix-blend-mode: overlay;
}
.page-template-page-artists .post-header.no-image p, .page-template-page-sigevents .post-header.no-image p {
  color: #fff;
  mix-blend-mode: overlay;
  font-size: 1.5rem;
}
.page-template-page-artists .artists-grid, .page-template-page-sigevents .artists-grid {
  max-width: 100%;
}
.page-template-page-artists .artists-grid .artists-wrapper, .page-template-page-sigevents .artists-grid .artists-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-template-page-artists .artists-grid .artists-wrapper .artist-single, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single {
  width: calc(25% - 0.25rem);
  height: 0;
  padding-bottom: 25%;
  margin: 0 0.125rem 0.25rem;
  background-size: cover;
  background-position: 50% 20%;
  background-blend-mode: saturation;
  opacity: 0.8;
  position: relative;
}
.page-template-page-artists .artists-grid .artists-wrapper .artist-single span, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single span {
  filter: none;
  position: absolute;
  left: 50%;
  top: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
  background-color: #11162a;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}
.page-template-page-artists .artists-grid .artists-wrapper .artist-single.headliner, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single.headliner {
  width: calc(50% - 0.25rem);
}
.page-template-page-artists .artists-grid .artists-wrapper .artist-single:hover, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single:hover {
  background-blend-mode: exclusion;
  opacity: 1;
}
.page-template-page-artists .artists-grid .artists-wrapper .artist-single:hover span, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single:hover span {
  background-color: #ef245c;
}
@media screen and (max-width: 64em) {
  .page-template-page-artists .artists-grid .artists-wrapper .artist-single, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single {
    width: calc(50% - 0.25rem);
    padding-bottom: 50%;
  }
  .page-template-page-artists .artists-grid .artists-wrapper .artist-single span, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single span {
    font-size: 1rem;
  }
  .page-template-page-artists .artists-grid .artists-wrapper .artist-single.headliner, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single.headliner {
    width: calc(100% - 0.25rem);
  }
  .page-template-page-artists .artists-grid .artists-wrapper .artist-single.headliner span, .page-template-page-sigevents .artists-grid .artists-wrapper .artist-single.headliner span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 64em) {
  .page-template-page-artists .post-header.no-image, .page-template-page-sigevents .post-header.no-image {
    padding-top: 5rem;
  }
  .page-template-page-artists .post-header.no-image h1.entry-title, .page-template-page-sigevents .post-header.no-image h1.entry-title {
    font-size: 4rem;
  }
}

.page-template-page-festival section.post-header {
  padding: 20rem 0;
  text-align: center;
  margin-bottom: 0;
  background-size: cover;
}
.page-template-page-festival section.post-header h1 {
  font-size: 8rem;
  max-width: 900px;
  margin: 0 auto 2rem;
  line-height: 0.8;
}
.page-template-page-festival section.post-header p {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  mix-blend-mode: normal;
}
.page-template-page-festival section.welcome {
  padding: 6rem 0;
  background-image: url(../images/rainbow-gradient-2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}
.page-template-page-festival section.get-involved {
  padding: 6rem;
}
.page-template-page-festival section.get-involved h2 {
  margin-bottom: 0;
}
.page-template-page-festival section.get-involved .single-get-involved {
  padding: 3rem;
  border-radius: 10px;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) {
  background-color: rgba(239, 36, 92, 0.05);
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) h3 {
  color: #ef245c;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .button, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) a {
  border-color: #ef245c;
  background-color: transparent;
  color: #ef245c;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .button:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) a:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .button:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .full-navigation .contact-details ul.menu a:active, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) a:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .button:focus, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) .full-navigation .contact-details ul.menu a:focus, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+2) a:focus {
  border-color: #ef245c;
  background-color: #ef245c;
  color: #fff;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) {
  background-color: rgba(246, 139, 29, 0.05);
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) h3 {
  color: #f68b1d;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .button, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) a {
  border-color: #f68b1d;
  background-color: transparent;
  color: #f68b1d;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .button:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) a:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .button:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .full-navigation .contact-details ul.menu a:active, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) a:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .button:focus, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) .full-navigation .contact-details ul.menu a:focus, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+3) a:focus {
  border-color: #f68b1d;
  background-color: #f68b1d;
  color: #fff;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) {
  background-color: rgba(253, 198, 19, 0.05);
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) h3 {
  color: #fdc613;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .button, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) a {
  border-color: #fdc613;
  background-color: transparent;
  color: #fdc613;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .button:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) a:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .button:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .full-navigation .contact-details ul.menu a:active, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) a:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .button:focus, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) .full-navigation .contact-details ul.menu a:focus, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+4) a:focus {
  border-color: #fdc613;
  background-color: #fdc613;
  color: #fff;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) {
  background-color: rgba(6, 214, 160, 0.05);
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) h3 {
  color: #06d6a0;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .button, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) a {
  border-color: #06d6a0;
  background-color: transparent;
  color: #06d6a0;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .button:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) a:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .button:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .full-navigation .contact-details ul.menu a:active, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) a:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .button:focus, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) .full-navigation .contact-details ul.menu a:focus, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+5) a:focus {
  border-color: #06d6a0;
  background-color: #06d6a0;
  color: #fff;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) {
  background-color: rgba(17, 138, 230, 0.05);
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) h3 {
  color: #118ae6;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .button, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) a {
  border-color: #118ae6;
  background-color: transparent;
  color: #118ae6;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .button:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) a:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .button:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .full-navigation .contact-details ul.menu a:active, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) a:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .button:focus, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) .full-navigation .contact-details ul.menu a:focus, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+6) a:focus {
  border-color: #118ae6;
  background-color: #118ae6;
  color: #fff;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) {
  background-color: rgba(47, 61, 114, 0.05);
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) h3 {
  color: #2f3d72;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .button, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) a {
  border-color: #2f3d72;
  background-color: transparent;
  color: #2f3d72;
}
.page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .button:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) a:hover, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .button:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .full-navigation .contact-details ul.menu a:active, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) a:active, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .button:focus, .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) .full-navigation .contact-details ul.menu a:focus, .full-navigation .contact-details ul.menu .page-template-page-festival section.get-involved .single-get-involved:nth-of-type(6n+7) a:focus {
  border-color: #2f3d72;
  background-color: #2f3d72;
  color: #fff;
}
.page-template-page-festival.white, .full-navigation .contact-details ul.menu a.page-template-page-festival {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.page-template-page-festival.white:hover, .full-navigation .contact-details ul.menu a.page-template-page-festival:hover, .page-template-page-festival.white:active, .full-navigation .contact-details ul.menu a.page-template-page-festival:active, .page-template-page-festival.white:focus, .full-navigation .contact-details ul.menu a.page-template-page-festival:focus {
  border-color: #fff;
  background-color: #fff;
  color: #ef245c;
}
@media screen and (max-width: 64em) {
  .page-template-page-festival section.post-header {
    padding: 10rem 0;
  }
  .page-template-page-festival section.post-header h1 {
    font-size: 5rem;
  }
  .page-template-page-festival section.post-header p {
    font-size: 2rem;
  }
  .page-template-page-festival section.get-involved {
    padding: 4rem;
  }
}
@media screen and (max-width: 40em) {
  .page-template-page-festival section.get-involved {
    padding: 4rem 2rem;
  }
}

section.news-ticker {
  padding: 1rem;
  background-color: #2f3d72;
  box-shadow: inset 0 0 100px #020306;
}
section.news-ticker .ticker {
  padding: 0 1.5rem;
}
section.news-ticker .ticker-single {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
section.news-ticker p {
  margin-bottom: 0;
  color: #fff;
  font-weight: bolder;
  line-height: 1.3;
  text-align: center;
}
section.news-ticker .button, section.news-ticker .full-navigation .contact-details ul.menu a, .full-navigation .contact-details ul.menu section.news-ticker a {
  margin-bottom: 0;
  margin-left: 2rem;
  white-space: nowrap;
  border: 0;
  padding: 0;
  background: transparent;
  color: #118ae6;
}
section.news-ticker .button span, section.news-ticker .full-navigation .contact-details ul.menu a span, .full-navigation .contact-details ul.menu section.news-ticker a span {
  border-bottom: 2px solid #118ae6;
}
section.news-ticker .button:after, section.news-ticker .full-navigation .contact-details ul.menu a:after, .full-navigation .contact-details ul.menu section.news-ticker a:after {
  content: "";
  margin: 0;
}
section.news-ticker .button:hover, section.news-ticker .full-navigation .contact-details ul.menu a:hover, .full-navigation .contact-details ul.menu section.news-ticker a:hover, section.news-ticker .button:focus, section.news-ticker .full-navigation .contact-details ul.menu a:focus, .full-navigation .contact-details ul.menu section.news-ticker a:focus, section.news-ticker .button:active, section.news-ticker .full-navigation .contact-details ul.menu a:active, .full-navigation .contact-details ul.menu section.news-ticker a:active {
  background: transparent;
  color: #fff;
}
section.news-ticker .slick-next, section.news-ticker .slick-prev {
  top: 60%;
}
section.news-ticker .slick-next:before, section.news-ticker .slick-prev:before {
  font-size: 1rem;
  color: #118ae6;
}
section.news-ticker .slick-next {
  right: 0rem;
}
section.news-ticker .slick-next:before {
  content: "\f061";
}
section.news-ticker .slick-prev {
  left: 0rem;
}
section.news-ticker .slick-prev:before {
  content: "\f060";
}

.page-template-page-linkinbio {
  background-image: url("../images/rainbow-gradient-p.jpg");
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
.page-template-page-linkinbio .site-branding .logo {
  max-height: none;
  width: 200px;
  max-width: 75%;
  padding-top: 2rem;
}
.page-template-page-linkinbio ul.social {
  margin-top: 1rem;
}
.page-template-page-linkinbio .fixed-countdown {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}
.page-template-page-linkinbio .fixed-logo {
  transform: rotate(-90deg);
  position: fixed;
  z-index: -1;
  right: -50%;
  bottom: 80%;
  max-height: 50%;
  right: -30%;
  bottom: 11%;
  mix-blend-mode: overlay;
  opacity: 0.2;
}
.page-template-page-linkinbio section.countdown .countdown-to {
  display: none;
}
.page-template-page-linkinbio .grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.page-template-page-linkinbio ul {
  list-style: none;
  width: 100%;
  margin: 1rem 0 0;
  padding: 0 1rem;
}
.page-template-page-linkinbio ul.lib_buttons_list li {
  margin-bottom: 0;
  text-align: center;
  margin: 0;
}
.page-template-page-linkinbio ul.lib_buttons_list li a {
  width: 100%;
  font-family: "Chakra Petch";
  font-weight: 800;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 40em) {
  .page-template-page-linkinbio ul.lib_buttons_list li a {
    font-size: 1.5rem;
  }
}
.page-template-page-linkinbio ul.lib_posts_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-page-linkinbio ul.lib_posts_list li {
  width: 48%;
}
@media screen and (min-width: 40em) {
  .page-template-page-linkinbio ul.lib_posts_list li {
    width: 32%;
  }
}
.page-template-page-linkinbio ul.lib_posts_list li a img {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

body.maintenance-mode {
  background-color: #2f3d72;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.1) inset;
  padding: 1.5rem;
}
body.maintenance-mode .fixed-logo {
  transform: rotate(-90deg);
  position: fixed;
  z-index: -1;
  max-height: 50%;
  right: -27%;
  bottom: 10%;
  mix-blend-mode: overlay;
  opacity: 0.2;
}
body.maintenance-mode .maintenance-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
body.maintenance-mode .maintenance-wrapper .logo {
  margin-top: 5rem;
  margin-bottom: 3rem;
  width: 200px;
}
body.maintenance-mode .maintenance-wrapper .maintenance-content {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 100px white, 0 0 75px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  border-radius: 10px;
}
body.maintenance-mode .maintenance-wrapper .maintenance-content p {
  margin-bottom: 0;
}

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

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

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.has-large-font-size {
  line-height: 1.3;
}

.has-huge-font-size {
  line-height: 1.2;
}

.wp-block-cover *:last-child {
  margin-bottom: 0;
}
.wp-block-cover.alignfull {
  width: calc(100% + 4rem);
  margin: 3rem -2rem;
}
@media screen and (min-width: 40em) {
  .wp-block-cover.alignfull {
    width: calc(100% + 8rem);
    margin: 3rem -4rem;
  }
}
@media screen and (min-width: 64em) {
  .wp-block-cover.alignfull {
    width: 160%;
    margin: 6rem 0;
    margin-left: -30%;
  }
}
.wp-block-cover.alignwide {
  width: calc(100% + 4rem);
  margin: 3rem -2rem;
}
@media screen and (min-width: 64em) {
  .wp-block-cover.alignwide {
    width: calc(100% + 8rem);
    margin: 3rem -4rem;
  }
}

.wp-block-gallery {
  margin-left: 0;
}
.wp-block-gallery figcaption {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.5) 50%, transparent);
}

blockquote.wp-block-quote {
  margin: 2rem 0;
}
blockquote.wp-block-quote p {
  font-family: "Poppins", sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ef245c;
  margin-bottom: 1rem;
}
blockquote.wp-block-quote cite {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #2f3d72;
}

.wp-block-pullquote {
  border-top: 3px solid rgba(239, 36, 92, 0.5);
  border-bottom: 3px solid rgba(239, 36, 92, 0.5);
  margin: 4rem 0;
}

.has-drop-cap:not(:focus):first-letter {
  line-height: 0.7;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #ef245c;
}

.has-pink-background-color {
  background-color: #ef245c;
  color: #fff;
}

.has-orange-background-color {
  background-color: #f68b1d;
  color: #fff;
}

.has-yellow-background-color {
  background-color: #fdc613;
  color: #fff;
}

.has-green-background-color {
  background-color: #06d6a0;
  color: #fff;
}

.has-blue-background-color {
  background-color: #118ae6;
  color: #fff;
}

.has-violet-background-color {
  background-color: #2f3d72;
  color: #fff;
}

.has-pink-color {
  color: #ef245c;
}

.has-orange-color {
  color: #f68b1d;
}

.has-yellow-color {
  color: #fdc613;
}

.has-green-color {
  color: #06d6a0;
}

.has-blue-color {
  color: #118ae6;
}

.has-violet-color {
  color: #2f3d72;
}

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