/*!
Theme Name: Fire and Ice Festival 2022
Author: Attention Web Design
Author URI: https://attentiondesign.ca
Description: Custom theme for Fire and Ice Festival 2022
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 7.4
Text Domain: fai22

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --black: #231f20;
  --white: #ffffff;
  --teal: #038Fa9;
  --ltteal: #6cc9d9;
  --red: #B8292F;
  --ltred: #CB7B72;

  --spacer: 1.25em;
  --lg-spacer: 2.5em;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Spacing
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Theme Colours

--------------------------------------------------------------*/

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

/**
 * 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 its value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Spacing
--------------------------------------------- */

.wp-block-group,
.wp-block-separator,
.wp-block-image:not(.alignleft):not(.alignright),
.wp-block-gallery,
.wp-block-quote,
.wp-block-file,
.wp-block-buttons,
.wp-block-table,
.wp-block-cover,
.wp-block-media-text,
.wp-block-columns,
.wp-block-social-links,
.wp-block-search,
.wp-block-navigation,
.wp-block-embed {
	margin-top: var(--lg-spacer);
	margin-bottom: var(--lg-spacer);
}
.entry-content > :first-child {
	margin-top: 0;
}
.entry-content > :last-child {
	margin-bottom: 0;
}
pre.wp-block {
	background: white;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	/* max-width: 100%; */
	overflow: auto;
	padding: 0;
	font-size: 18px;
}

/* Typography
--------------------------------------------- */

@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/OpenSans-Bold.woff2') format('woff2'),
        url('webfonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/OpenSans-Light.woff2') format('woff2'),
        url('webfonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('webfonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/OpenSans-Medium.woff2') format('woff2'),
        url('webfonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('webfonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/OpenSans-Regular.woff2') format('woff2'),
        url('webfonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('webfonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('webfonts/OpenSansCondensed-Bold.woff2') format('woff2'),
        url('webfonts/OpenSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('webfonts/OpenSansCondensed-Regular.woff2') format('woff2'),
        url('webfonts/OpenSansCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('webfonts/OpenSansCondensed-SemiBold.woff2') format('woff2'),
        url('webfonts/OpenSansCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
	font-size: 15px;
	overflow-x: hidden;
}
html * {
	box-sizing: border-box;
}
body {
    --wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 15px;
    --wp--preset--font-size--large: 17px;
	--wp--preset--font-size--xlarge: 19px;
}
.has-small-font-size { font-size: var(--wp--preset--font-size--small) !important; } 
.has-large-font-size { font-size: var(--wp--preset--font-size--large) !important; }
.has-xlarge-font-size { 
	font-size: var(--wp--preset--font-size--xlarge) !important;
	line-height: 1.5; 
}

@media screen and (min-width: 768px) {
	html {
		font-size: 17px;
	}
	body {
		--wp--preset--font-size--small: 15px;
		--wp--preset--font-size--medium: 17px;
		--wp--preset--font-size--large: 19px;
		--wp--preset--font-size--xlarge: 23px;
	}
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--black);
 	font-family: "Open Sans", Arial, Helvetica, sans-serif; 
	font-size: 1rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.entry-content {
	font-weight: bold;
}
b, strong {
	font-weight: bold;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 600;
}
h1 {
	font-size: 2.25em;
}
.single-content h1.post-title {
	font-size: 3em;
	line-height: 1.2;
}
span.search-term {
	color: var(--teal);
}
h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: calc(var(--spacer)*1.5);
	margin-top: calc(var(--spacer)*1.5);
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
    font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

p {
	margin-top: var(--spacer);
	margin-bottom: var(--spacer);
}
h3 + p,
h4 + p, 
h5 + p, 
h6 + p {
	margin-top: 0;
}
.home .is-style-intro-blurb {
	padding: 0 2%;
}
@media screen and (min-width: 768px) {
	.home .is-style-intro-blurb {
		padding: 0;
	}
	p.is-style-intro-blurb {
		padding-right: 10%;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: var(--white);
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--white);
}
.wp-block-separator {
	background-color: var(--ltteal);
	border: 0;
	height: 1px;
	margin-bottom: var(--spacer);
	margin-top: var(--spacer);
}
.wp-block-separator.is-style-wide {
	border: 0;
}
.wp-block-separator.is-style-dots {
	color: var(--ltteal);
	height: auto;
}
.wp-block-separator.is-style-dots:before {
    color: currentColor;
    font-size: 2.5em;
    letter-spacing: var(--spacer);
    padding-left: var(--spacer);
}
.wp-block-search {
    margin-top: var(--spacer);
    margin-bottom: var(--spacer);
}
.wp-block-quote {
    border-left: .3em solid var(--black);
	padding: .5em 0 .5em 2em;
}
.wp-block-quote > :first-child {
	margin-top: 0;
}
.wp-block-quote > :last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.wp-block-quote {
		padding-left: 3.5em;
	}
}

ul,
ol {
	margin: var(--spacer) 0;
}
ul {
	list-style: disc;
	padding-left: var(--spacer);
	margin-left: .5em;
}
ol {
	list-style: decimal;
}
ol > li {
	margin-bottom: .5em;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: var(--spacer);
}
ol ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}

dt {
	font-weight: 600;
}
dd {
	margin: 0 var(--spacer) var(--spacer);
}

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

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

figure {
	margin: 1em 0;
}


/* Links
--------------------------------------------- */
a {
	transition: all 0.3s ease;
}
a:not(.wp-block-button__link) {
	color: var(--teal);
}
.standard a {
	color: white;
}
a:not(.wp-block-button__link):hover,
a:not(.wp-block-button__link):focus {
	color: var(--red);
}
.standard a:hover,
.standard a:focus {
	color: white;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}

/* PDF icons on pdf links */
a:not(.wp-block-file__button)[href$=".pdf"]:before {
    font-family: 'Dashicons';
    content: "\f190";
    color: #c00;
    padding-right: 0.1rem;
    text-decoration: none;
	font-weight: normal;
    vertical-align: text-bottom;
    font-size: 1.1em;
	line-height: 1;
	display: inline-block;
}

/* edit post link */
.entry-content a.post-edit-link,
a.post-edit-link {
    text-decoration: none;
	font-weight: normal;
    color: var(--black);
    display: inline-block;
    padding: .5em 0;
    font-size: .9em;
}
.home a.post-edit-link {
	color: white;
}
a.post-edit-link:after {
	content: "\f327";
	font-family: "dashicons";
}


/* Forms
--------------------------------------------- */

form button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: var(--black);
	background: var(--ltred);
	border: 0;
	border-radius: 0;
    font-weight: 900;
	font-size: 1em;
	padding: .5em 1.25em;
	transition: all 0.2s ease;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--ltred);
}
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: var(--ltred);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--black);
	border: 2px solid var(--black);
	border-radius: 3px;
	padding: .5em .75em;
	width: 100%;
}
input[type="search"] {
	font-size: 20px;
	line-height: 1;
	color: #666;
	border: 2px solid #444;
	border-radius: 3em;
	padding: 10px 12px 10px 2.5em;
	width: 100%;
}
@media screen and (min-width: 768px) {
	input[type="search"] {
		font-size: 22px;
		padding: 7px 12px 7px 2.5em;
	}
}
form.search-form,
form.wp-block-search__no-button {
	position: relative;
}
form.search-form:after,
form.wp-block-search__no-button:after {
    content: "\f179";
    font-family: 'Dashicons';
    color: var(--black);
    position: absolute;
    left: .35rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75em;
}
textarea::placeholder,
input::placeholder { 
	color: var(--black);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}
::-moz-placeholder {
  opacity: 1;
}
form.search-form {
    margin-top: 0;
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
}
form.search-form input[type="submit"] {
	display: none;
}

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: var(--black);
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site {
	width: 100%;
	margin: 0;
	position: relative;
}
.home .site {
	background: var(--black) url(img/default-bg-m.jpg) no-repeat center top;
	background-size: 100% auto;
	color: white;
}
@media screen and (min-width: 768px) {
	.home .site {
		background-image: url(img/default-bg.jpg);
	}
}
/* single event page layout */
.type-post.has-post-thumbnail .entry-content {
	width: 100%;
    max-width: 100%;
    margin-left: 0;
	margin-right: 0;
}
@media screen and (min-width: 768px) {
	.type-post.has-post-thumbnail .entry-content {
		width: 94vw;
		max-width: 94vw;
		margin-left: calc(50% - 47vw);
		margin-right: calc(50% - 47vw);
		display: flex;
		gap: 2rem;
	}
	.single-content {
		flex-basis: 60%;
	}
	.single-post-feature-image {
		flex-basis: 40%;
	}
}
@media screen and (min-width: 1020px) {
	.type-post.has-post-thumbnail .entry-content {
		width: 1000px;
		max-width: 1000px;
		margin-left: calc(50% - 500px);
		margin-right: calc(50% - 500px);
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */
.main-navigation {
	position: fixed;
	z-index: 999999;
	right: 0;
	top: 0;
}
.clicky-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 1.1rem;
}
.toggled .clicky-menu {
    background: rgba(255,255,255,.95);
	border-top: 1px solid var(--black);
	width: 100vw;
	position: absolute;
	right: 0;
	top: 100%;
	display: flex; 
	flex-direction: column;
	box-shadow: 0px 8px 8px rgb(0 0 0 / 50%);
}
/* sub menus */
.clicky-menu ul {
	box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%; 
	right: 0;
	visibility: hidden;
	z-index: 99999;
	background: transparent;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: visibility 0.6s ease;
}
.toggled .clicky-menu ul {
	display: block;
}
.clicky-menu ul[aria-hidden="false"] {
	visibility: visible;
}
.clicky-menu li {
	position: relative;
}
.clicky-menu button,
.clicky-menu a {
	display: block;
	font-size: 1em;
	text-decoration: none;
	background-color: #c5e5eb;
	background-image: linear-gradient(to right, var(--ltteal) 10%, #c5e5eb 90%);
	color: var(--black);
	padding: .75em 1.25em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-bottom: 1px solid var(--black);
	transition: all 0.3s ease;
	width: 100%;
	border-width: 0 0 1px 0;
}
.clicky-menu ul a {
	font-size: .9em;
	background: var(--ltteal);
	border-color: #555;
	font-weight: normal;
	line-height: 1.3;
	padding: .75em 1.25em;
}
.clicky-menu > li > button:after {
	position: static;
	content: "\276F";
	transform: rotate(90deg);
	display: inline-block;
	font-size: 1em;
	margin-left: .5em;
	font-weight: normal;
	color: #555;
}
.clicky-menu > li > button[aria-expanded="true"] {
	font-weight: 900;
}
.clicky-menu a:not([href]) {
	cursor: cell;
}
.clicky-menu a:hover,
.clicky-menu a:active,
.clicky-menu a:focus {
	outline: none;
	color: var(--teal);
}
.clicky-menu .current-menu-item > a,
.clicky-menu .current_page_parent > a {
	font-weight: 900;
	cursor: default;
}
@media screen and (min-width: 768px) {
	.mobile { 
		display: none;
	}
}

/* Small menu. */
.menu-button-text {
	display: none;
}
.menu-toggle {
	display: block;
	color: var(--white);
	background: var(--teal);
	border: none;
	cursor: pointer;
	padding: 14px;
	transition: background 0.3s ease;
	outline: 0;
	box-shadow: none;
	line-height: 1;
	box-shadow: -3px 3px 4px rgb(0 0 0 / 50%);
}
.menu-toggle:active,
.menu-toggle:focus {
	color: var(--ltteal);
	outline: none;
}
.close-icon,
.hamburger-icon {
	width: 22px;
	height: 18px;
	vertical-align: middle;
	max-width: unset;
}
.hamburger-icon {
	display: inline-block;
}
.close-icon {
	display: none;
}
.toggled .hamburger-icon {
	display: none;
}
.toggled .close-icon {
	display: inline-block;
}

.clicky-menu li.home-logo {
    order: -1;
}

@media screen and (min-width: 768px) {
	.main-navigation {
		position: static;
		background: transparent;
		color: var(--white);
	}
	.menu-toggle {
		display: none;
	}
	.clicky-menu {
		position: relative;
		font-size: 1.1rem;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: .25em;
		padding: 0;
		background: transparent;
		border: 0;
		margin: 0;
	}
	.toggled .clicky-menu {
		box-shadow: none;
	}
	.clicky-menu > li > button:after {
		color: var(--white);
		opacity: .5;
		transition: transform 0.3s ease;
	}
	.clicky-menu > li > button[aria-expanded="true"]:after {
		transform: rotate(90deg) scaleX(-1) translateX(-1px);
	}
	.clicky-menu > li > button[aria-expanded="true"] {
		background-color: transparent;
		font-weight: normal;
	}
	.clicky-menu > li {
		padding: 0;
		font-size: inherit;
		text-align: center;
		position: relative;
	}
	.clicky-menu button,
	.clicky-menu a {
		font-weight: normal;
		padding: .7em .5em;
		border: 0;
		width: auto;
		background: transparent;
		font-size: .9em;
		text-align: center;
		text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
	}
	.clicky-menu > li > a,
	.clicky-menu > li > button {
		cursor: pointer;
		color: var(--white);
	}
	.clicky-menu a:hover,
	.clicky-menu a:active,
	.clicky-menu a:focus {
		color: white;
		text-shadow: 2px 2px 2px rgb(0 0 0);
	}
	.clicky-menu > li:hover > a,
	.clicky-menu > li:hover > button {
		font-weight: normal;
		color: white;
		text-shadow: 2px 2px 2px rgb(0 0 0);
	}
	/* home-link logo */
	.clicky-menu li.home-logo {
		order: unset;
	}
	.clicky-menu li.home-logo a {
		display: block;
		overflow: hidden;
		text-indent: -99999px;
		background: transparent url(img/fire-ice-logo-white.svg) no-repeat center center;
		background-size: 6em auto;
		width: 7em;
		height: 6.5em;
		transition: background-size 0.3s ease;
	}
	.clicky-menu > li.home-logo:hover > a {
		background-size: 6.5em auto;
	}
	/* bigger on home page */
	.home .clicky-menu {
		transform: translateY(-20%);
	}
	.home .clicky-menu li.home-logo {
		transform: translateY(20%);
	}
	.home .clicky-menu li.home-logo a {
		background-size: 12em auto;
		width: 14em;
		height: 13em;
		transition: none;
	}
	.home .clicky-menu > li.home-logo:hover > a {
		background-size: 12em auto;
	}

	/* submenus */

	.clicky-menu ul {
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		right: unset;
		background-color: var(--white);
		padding: 5px;
		font-size: 1rem;
		min-width: 100%;
		width: auto;
		flex: 0 0 auto;
	}
	.clicky-menu ul a,
	.clicky-menu ul button {
		color: var(--black);
	}
	.clicky-menu ul a:hover,
	.clicky-menu ul a:focus,
	.clicky-menu ul button:hover,
	.clicky-menu ul button:focus	{
		background-color: #eee;
	}

	.clicky-menu ul ul {
		display: none !important;
	}
	
/**
 * No JS fallback
 *
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
	.clicky-menu.no-js li:hover > ul {
		visibility: visible;
	}
	.clicky-menu.no-js li:focus-within > ul { /*[2]*/
		visibility: visible;
	}
	.clicky-menu ul[aria-hidden="false"] {
		position: absolute;
		width: auto;
		min-width: 100%;
		background-color: var(--white);
		padding: 5px;
		right: auto;
	}
	/* Prevent offscreen-submenus */
	.clicky-menu .sub-menu--right {
		left: auto !important;
		right: 0 !important;
	}
	.clicky-menu ul a {
		display: block;
		font-size: 1em;
		color: var(--black);
		line-height: 1.2;
		padding: 6px 1em;
		background: var(--white);
	}
	.clicky-menu ul a:hover,
	.clicky-menu ul a:focus {
		background: var(--ltteal);
		color: var(--black);
	}
	.clicky-menu ul .current-menu-item a:hover {
		background: transparent;
	}
	
	.clicky-menu > li.current-menu-item > a,
	.clicky-menu > li.current_page_item > a,
	.clicky-menu > li.current-menu-ancestor > a,
	.clicky-menu > li.current-menu-ancestor > button,
	.clicky-menu > li.current_page_ancestor > a,
	.clicky-menu > li.current_page_ancestor > button {
		font-weight: normal;
		color: white;
		text-shadow: 2px 2px 2px rgb(0 0 0);
	}
}
@media screen and (min-width: 1024px) {
	.clicky-menu {
		gap: var(--spacer);
	}
	.clicky-menu > li {
		white-space: nowrap;
	}
}

/* FOOTER */

#colophon > :first-child {
	margin-top: 0;
}
#colophon {
	background: var(--teal) url(img/footer-bg-m.jpg) no-repeat center top;
	background-size: cover;
	color: white;
	padding: calc(2*var(--lg-spacer)) var(--lg-spacer) var(--lg-spacer);
	font-weight: normal;
	font-size: .85em;
	box-shadow: 0 -8px 15px rgb(0 0 0 / 60%);
}
#colophon a {
	color: white;
	text-decoration: none;
}
#colophon .wp-block-social-links a {
	color: var(--black);
}
.wp-block-social-links {
	gap: 1em !important;
}
#colophon .wp-block-social-links {
	margin-top: 0;
}
#colophon .wp-block-columns h4, 
#colophon .wp-block-columns p {
	text-transform: uppercase;
	letter-spacing: .1em;
}
#colophon .wp-block-columns h4 {
	margin-bottom: calc(1.5*var(--spacer));
}
#colophon p.copyright {
	text-align: center;
	margin-top: var(--lg-spacer);
}
#colophon .wp-block-image img {
	width: 101px;
	height: 100px;
	filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 50%));
}
#colophon .wp-block-separator.is-style-wide {
	max-width: 1000px;
}

@media screen and (min-width: 768px) {
	#colophon {
		background-image: url(img/footer-bg.jpg);
	}
	#colophon .wp-block-image img {
		width: 151px;
		height: 150px;
		margin-left: auto;
	}
}

/*--------------------------------------------------------------
## Masthead
---------------------------------------------------------------*/
.site-header {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.site-header {
		padding: 1em;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	body:not(.home) .site-header {
		background: url(img/default-header.jpg) no-repeat center center;
		background-size: cover;
		gap: var(--spacer);
	}
}
@media screen and (min-width: 1024px) {
	body:not(.home) .site-header {
		height: 24.87vw;
		gap: unset;
	}
}
.site-branding {
	padding: .5rem var(--spacer);
	background: url(img/default-header-m.jpg) no-repeat center center;
	background-size: cover;
}
.site-branding img {
	width: 50px;
}
.home .site-branding {
    background: transparent;
    padding-top: var(--lg-spacer);
    padding-bottom: 0;
	text-align: center;
}
.home .site-branding img {
	width: 40vw;
}
@media screen and (min-width: 768px) {
	.site-branding {
		display: none;
	}
}
.page-title {
	padding: 0 1em;
}
.page-title h1 {
	text-transform: uppercase;
	margin: 1.5rem 0 1.25rem 0;
}
.page-title h1 a {
	text-decoration: none;
	color: var(--black);
}
@media screen and (min-width: 768px) {
	.page-title {
		padding: 0;
		width: 100%;
	}
	.page-title h1 {
		margin: 0 auto;
		max-width: 1000px;
		font-weight: 600;
		font-size: 7.4vw;
		letter-spacing: .05em;
		color: var(--white);
		text-shadow: 3px 3px 3px rgb(0 0 0 / 33%);
	}
	.page-title h1 a {
		color: var(--white);
	}
	.page-title h1 a:hover {
		color: var(--ltteal);
	}
}
@media screen and (min-width: 1024px) {
	.page-title h1 {
		font-size: 4.7em;
	}
}

/* home top section */
.is-style-home-header {
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 33%);
	padding: 0 2%;
}
.is-style-home-header h1 {
    font-weight: 600;
	font-size: 16vw;
    letter-spacing: .05em;
    margin-top: .1em;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.is-style-home-header h2 {
	font-weight: 300;
	font-size: 8vw;
	letter-spacing: .12em;
	margin-bottom: 0;
}
.is-style-home-header h3 {
	font-weight: normal;
	font-size: 7.25vw;
	letter-spacing: .23em;
}
.home .entry-content > .wp-block-buttons {
	padding: 0 2%;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.is-style-home-header {
		padding: 0;
	}
	.is-style-home-header h1 {
		font-size: 4em;
	}
	.is-style-home-header h2 {
		font-size: 2.2em;
	}
	.is-style-home-header h3 {
		font-size: 2em;
	}
	.home .entry-content > .wp-block-buttons {
		padding: 0;
		justify-content: unset;
	}
	.home .entry-content > .events-button > .wp-block-buttons {
		justify-content: center;
	}
}
@media screen and (min-width: 1024px) {
	.is-style-home-header h1 {
		font-size: 4.25em;
	}
}

span.widescreen { display: none; }

@media screen and (min-width: 1100px) {
	span.widescreen { display: inline; }
}

/* POST NAVIGATION */

.posts-navigation,
.post-navigation {
	margin: var(--lg-spacer) auto;
	max-width: 1100px;
	padding: 0;
}
.single-post .post-navigation {
	margin-bottom: 0;
}
.nav-links {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	gap: 1em;
}
.single-post .nav-links {
	flex-direction: row;
	justify-content: center;
}
.nav-links a {
    display: block;
	font-size: .85em;
    text-decoration: none;
	font-weight: 900;
	transition: all 0.3s ease;
	padding: .6em 1em .4em;
	color: var(--black);
	background: var(--ltred);
	text-align: center;
	min-width: 8.25em;
	transition: all 0.3s ease;
}
.nav-links a:hover,
.nav-links a:active,
.nav-links a:focus {
	background: var(--ltred);
	color: var(--black);
}
.single-post .nav-previous {
	margin-right: auto;
}
.single-post .nav-next {
	margin-left: auto;
}
.single-post .nav-links a {
	color: var(--white);
}
.single-post .nav-links a:hover,
.single-post .nav-links a:active,
.single-post .nav-links a:focus {
	background: var(--ltteal);
	color: var(--black);
}

@media screen and (min-width: 768px) {
	.nav-links {
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
	.nav-links a {
		font-size: 1.2em;
		line-height: 1.1;
		min-width: 10em;
		padding: .6em 1em;
	}

}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.entry-summary,
.entry-content {
	margin: 0 auto;
	padding: 0 8% calc(2*var(--lg-spacer));
	max-width: 800px;
}
.home .entry-content {
	padding: var(--spacer) var(--spacer) calc(2*var(--lg-spacer));
}
.entry-content > :first-child {
	margin-top: 0;
}
.entry-content > :last-child {
	margin-bottom: 0;
}

body:not(.home) .site {
	background: white url(img/page-bg-m.jpg) no-repeat center top;
	background-size: auto 100vh;
}
body:not(.home) article.post {
	padding-bottom: var(--lg-spacer);
}
@media screen and (min-width: 768px) {
	.entry-summary,
	.entry-content,
	.home .entry-content {
		padding: var(--lg-spacer) var(--spacer);
	}
	article.page {
		padding-bottom: 3rem;
	}
	body:not(.home) .site {
		background: transparent;
	}
	body:not(.home) article.page,
	body:not(.home) article.post {
		background: white url(img/page-bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
}

@media screen and (min-width: 1024px) {
	.entry-content {
		padding: var(--lg-spacer) 0;
	}
	.home .entry-content {
		padding-top: 0;
	}
	.entry-summary {
		padding: 0;
	}
}

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

/* Media
--------------------------------------------- */

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


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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: 600;
	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, .alignright, .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
.alignwide {
	width: 100%;
    max-width: 100%;
    margin-left: 0;
	margin-right: 0;
}
.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}
@media screen and (min-width: 768px) {
	.alignleft {
		float: left;
		margin-right: 1.5em;
		margin-bottom: 1.5em;
		max-width: 50%;
	}
	.alignright {
		float: right;
		margin-left: 1.5em;
		margin-bottom: 1.5em;
		max-width: 50%;
	}
	.alignwide {
		width: 94vw;
		max-width: 94vw;
		margin-left: calc(50% - 47vw);
		margin-right: calc(50% - 47vw);
	}
}
@media screen and (min-width: 1020px) {
	.alignwide {
		width: 1000px;
		max-width: 1000px;
		margin-left: calc(50% - 500px);
		margin-right: calc(50% - 500px);
	}
	.alignwide.wider {
		width: 1600px;
		max-width: 1600px;
		margin-left: calc(50% - 800px);
		margin-right: calc(50% - 800px);
	}
}

.video-holder {
	margin: 0;
}
.video-holder video {
	display: block;
}

#toplink {
    position: fixed;
    bottom: 10px;
    right: 10px;
	display: none;
	z-index: 99;
}
#toplink a {
	font-weight: 900;
	display: inline-block;
	background: var(--ltred);
	color: white;
	border-radius: 10em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 16px;
	font-size: 1em;
	transition: all 0.3s ease;
}
#toplink a:hover {
	background: var(--red);
	color: white;
}
#toplink a:after {
	content: "\276F";
	font-weight: 900;
	display: inline-block;
	transform: rotate(270deg);
}

/* Block Buttons */

.wp-block-buttons {
	display: flex;
	font-size: 1.2em;
	gap: 1.5em;
}
.wp-block-button__link {
	font-size: 1em;
	padding: .5em 1.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	background-color: var(--red);
	background-image: linear-gradient(to right, var(--red), var(--ltred));
	color: white;
	border-radius: .75rem;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link {
	box-shadow: 5px 5px 5px rgb(0 0 0 / 70%);
}
:not(.is-style-alt) .wp-block-button__link:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: .75rem;
	background-image: linear-gradient(to right, var(--teal), var(--ltteal));
	z-index: -1;
	transition: all 0.3s ease;
	opacity: 0;
}
:not(.is-style-alt) .wp-block-button__link:hover:before {
	opacity: 1;
}
.is-style-outline > .wp-block-button__link:not(.has-background), 
.wp-block-button__link.is-style-outline:not(.has-background) {
	background: transparent;
}
.is-style-outline > .wp-block-button__link:not(.has-background), 
.wp-block-button__link.is-style-outline:not(.has-background) {
	color: var(--black);
}
.is-style-outline > .wp-block-button__link:not(.has-background):hover:before, 
.wp-block-button__link.is-style-outline:not(.has-background):hover:before {
	opacity: 0.4;
}
.wp-block-button__link:visited,
.wp-block-button__link:hover {
	color: white;
}
.wp-block-button__link:active, 
.wp-block-button__link:focus {
	background-color: var(--teal);
	color: white;
}
.is-style-alt .wp-block-button__link,
.is-style-alt .wp-block-button__link:visited {
	background: var(--teal);
	color: white;
}
.is-style-alt .wp-block-button__link:active,
.is-style-alt .wp-block-button__link:focus, 
.is-style-alt .wp-block-button__link:hover {
	background: var(--red);
	background-image: linear-gradient(to right, var(--red), var(--ltred));
	color: white;
}
.is-style-outline > .wp-block-button__link:not(.has-background):active, 
.wp-block-button__link.is-style-outline:not(.has-background):active,
.is-style-outline > .wp-block-button__link:not(.has-background):focus, 
.wp-block-button__link.is-style-outline:not(.has-background):focus {
	background: var(--ltteal);
}
.standard .is-style-outline > .wp-block-button__link:not(.has-background):active, 
.standard .wp-block-button__link.is-style-outline:not(.has-background):active,
.standard .is-style-outline > .wp-block-button__link:not(.has-background):focus, 
.standard .wp-block-button__link.is-style-outline:not(.has-background):focus,
.standard .is-style-outline > .wp-block-button__link:not(.has-background):hover, 
.standard .wp-block-button__link.is-style-outline:not(.has-background):hover {
	background: rgb(0 0 0 / 50%);
}

.wp-block-button {
	padding: 0;
}
.wp-block-buttons.is-vertical>.wp-block-button {
	margin-bottom: 1em;
}
.wp-block-search__button {
    background: var(--black);
    border: none;
    color: white;
	border-radius: 0;
	cursor: pointer;
	transition: background 0.3s ease;
}
.wp-block-search__button:hover {
	background: var(--red);
}

/* Tables */

.wp-block-table {
	margin-top: var(--spacer);
	margin-bottom: var(--spacer);
	font-size: .8em;
}
.wp-block-table td, .wp-block-table th {
	border: none;
	border-bottom: 1px solid var(--black);
	line-height: 1.25;
}
.wp-block-table th {
	font-weight: bold;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table figcaption {
    color: var(--black);
    font-size: 1em;
    text-align: center;
	margin-top: .5em;
}
.wp-block-table tfoot td {
    font-weight: 600;
    border-bottom: 0;
}
@media screen and (min-width: 768px) {
	.wp-block-table {
		font-size: .9em;
	}
}

/* IMAGES and special blocks */

.wp-block-column > :first-child {
	margin-top: 0;
}
.wp-block-column > :last-child {
	margin-bottom: 0;
}

.wp-block-image {
	position: relative;
	margin-bottom: var(--spacer);
	margin-top: var(--spacer);
}
.wp-block-image img {
	display: block;
}
.wp-block-image figcaption {
	font-size: .8em;
	line-height: 1.2;
	text-align: left;
	color: var(--black);
}
figcaption.blocks-gallery-caption {
	color: var(--black);
	font-size: .9rem;
	line-height: 1.3;
}

/* GALLERY BLOCK */

figure.wp-block-gallery.has-nested-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 1fr;
	gap: var(--lg-spacer) var(--spacer);
	place-items: center;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: auto !important;
	max-height: 300px;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: 0 !important;
}

.wp-block-group .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}
.wp-block-group .wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}
.wp-block-column.has-background,
.wp-block-group.has-background {
	padding: var(--spacer);
}

.wp-block-embed figcaption {
	color: var(--black);
    font-size: 1em;
    text-align: center;
	margin-top: .5em;
}

iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (min-width: 768px) {
	.wp-block-column > :first-child {
		margin-top: 0 !important;
	}
	.wp-block-column > :last-child {
		margin-bottom: 0 !important;
	}
}

.custom-link {
     cursor: pointer !important;
 }

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}
.wp-block-media-text {
	column-gap: 5em;
	margin-top: calc(2*var(--lg-spacer));
	margin-bottom: calc(2*var(--lg-spacer));
}
.wp-block-media-text__content > :first-child {
	margin-top: 0;
}
.wp-block-media-text__content > :last-child {
	margin-bottom: 0;
}
@media (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: var(--lg-spacer);
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content h2:first-child {
		margin-bottom: var(--spacer);
	}
}

/* Special blocks */

/* cover blocks */

.wp-block-cover__inner-container > :first-child {
	margin-top: 0;
}
.wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}
.wp-block-cover.center-content {
	padding: var(--spacer);
	min-height: 25vw;
}

/* File Block */

.wp-block-file .wp-block-file__button {
	background: var(--ltred);
	color: var(--black);
	padding: .35em 1em;
    font-weight: normal;
	transition: all 0.3s ease;
}
.wp-block-file a.wp-block-file__button:active, 
.wp-block-file a.wp-block-file__button:focus, 
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	background-color: var(--ltred);
}

/* post sliders */
.post-list ul.slides,
.post-list li.slide {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.home .post-list li.slide {
	box-shadow: 5px 5px 5px rgb(0 0 0 / 70%);
	margin-bottom: var(--spacer);
}
.post-list.featured .flex-viewport {
	box-shadow: 5px 5px 5px rgb(0 0 0 / 70%);
}
/* slide font size control */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.post-list li.slide .slide-inner {
		font-size: .8rem;
	}
	.post-list.featured li.slide .slide-inner {
		font-size: .85rem;
	}
}
@media screen and (min-width: 1024px) {
	.post-list li.slide .slide-inner,
	.post-list.featured li.slide .slide-inner{
		font-size: 1rem;
	}
}

/* non featured (standard class) slides - inner holder */
.post-list.standard li.slide .slide-inner {
	margin: 0 10px 10px 0;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 70%);
	display: grid;
	grid-template-rows: 4fr 5fr;
}
.post-list.standard.stay li.slide .slide-inner {
	grid-template-rows: 3fr 5fr;
}
/* @media screen and (min-width: 768px) {
	.post-list.standard ul.slides {
		display: flex;
		gap: 21px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.post-list.standard ul.slides li.slide {
		flex-basis: calc(33.3% - 14px);
	}
} */
.single-content h1.post-title,
.item-details > :first-child,
.item-title > :first-child {
	margin-top: 0;
}
.single-content h1.post-title {
	margin-bottom: 1rem;
}
.item-details > :last-child,
.item-title > :last-child {
	margin-bottom: 0;
}
.single-content h1.post-title,
.post-list h3,
.post-list h4,
.post-list h5,
.post-list h6 {
	text-transform: uppercase;
}
/* title section */
.post-list .item-title {
	color: white;
}
.single-content h1.post-title,
.post-list .item-title {
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
}
.single-content h1.post-title,
.post-list .item-title h3 {
	font-weight: bold;
}
.post-list.standard .item-title h5 {	
	font-weight: normal;
	font-size: 1.25em;
	letter-spacing: .5em;
	margin-bottom: 0;
	margin-top: .5em;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
}

/* featured */
.post-list.featured .item-title {
	padding: calc(4*var(--spacer)) var(--lg-spacer) calc(3*var(--spacer));
	background-color: var(--ltred); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/* home page list: automatic image if no feature image */
.home .post-list.featured .item-title.no-featured-image {
	background-image: url(img/events/fevent1.jpg);
}
.home .post-list.featured li.slide:nth-child(4n+2) .item-title.no-featured-image {
	background-image: url(img/events/fevent2.jpg);
}
.home .post-list.featured li.slide:nth-child(4n+3) .item-title.no-featured-image {
	background-image: url(img/events/fevent3.jpg);
}
.home .post-list.featured li.slide:nth-child(4n+4) .item-title.no-featured-image {
	background-image: url(img/events/fevent4.jpg);
}
/* events page slider with loop: shift image indexes back by one to account for cloned slide before first slide */
.post-list.events-slider.featured .item-title.no-featured-image {
	background-image: url(img/events/fevent4.jpg);
}
.post-list.events-slider.featured li.slide:nth-child(4n+2) .item-title.no-featured-image {
	background-image: url(img/events/fevent1.jpg);
}
.post-list.events-slider.featured li.slide:nth-child(4n+3) .item-title.no-featured-image {
	background-image: url(img/events/fevent2.jpg);
}
.post-list.events-slider.featured li.slide:nth-child(4n+4) .item-title.no-featured-image {
	background-image: url(img/events/fevent3.jpg);
}

.post-list.featured .item-title h3 {
	margin-top: 0;
	line-height: .9;
	font-size: 4em;
	margin-bottom: .35em;
	hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}
.post-list.featured .item-title h5 {	
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: .5em;
	margin-bottom: 0;
}
.home .post-list.featured .item-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10%;
	padding-right: 10%;
}
@media screen and (min-width: 768px) {
	.home .post-list.featured .item-title {
		padding: calc(4*var(--spacer)) var(--lg-spacer) calc(3*var(--spacer));
	}
	.post-list.featured .item-title h5 {	
		font-size: 1.35em;
	}
}
.home .post-list.featured .item-title h3 {
	margin-bottom: .25em;
}
.home .post-list.featured .item-title h5 {
	margin-top: 0;
}
.home .post-list.featured .item-title .date-group {
	position: relative;
	border-bottom: 1px solid white;
	margin-bottom: var(--spacer);
}
.home .post-list.featured .item-title .date-group:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border: 3px solid white;
	border-radius: 50%;
	transform: translateX(75%) translateY(50%);	
}
.home .post-list.featured li.slide:nth-child(even) .item-title .date-group:after {
	left: 0;
	right: auto;
	transform: translateX(-75%) translateY(50%);	
}
.single-content .line-dot,
ul.slides .line-dot {
	margin: 0 13px 0 0;
	border-top: 1px solid white;
	height: 0;
	overflow: visible;
	position: relative;
}
.single-content .line-dot {
	margin-bottom: 1em;
	border-color: black;
}
.single-content .line-dot:after,
ul.slides .line-dot:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 13px;
	height: 13px;
	border: 3px solid white;
	border-radius: 50%;
	transform: translateX(100%) translateY(-50%);
}
.single-content .line-dot:after {
	border-color: black;
}
/* standard titles */
.post-list.standard .item-title {
	padding: calc(2*var(--spacer)) calc(1.25*var(--spacer)) var(--spacer);
	background-position: center center;
	background-size: cover;
	background-blend-mode: color;
	position: relative;
}
.post-list.standard .item-title h3 {
	font-size: 2.2em;
	line-height: 1.05;
	margin-top: .6em;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
	letter-spacing: .08em;
}
.post-list.standard a.thumb-link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.post-list.bus-slider.standard .item-title h3 {
	margin-top: .1em;
	line-height: 1;
}
/* default images when no feature image set */
/* signature-side */
.post-list.signature-side .item-title.no-featured-image {
	background-image: linear-gradient(rgba(108,201,217,0.35), rgba(108,201,217,0.35)), url(img/events/sevent1.jpg);
}
.post-list.signature-side li.slide:nth-child(3n+2) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(108,201,217,0.35), rgba(108,201,217,0.35)), url(img/events/sevent2.jpg);
}
.post-list.signature-side li.slide:nth-child(3n+3) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(108,201,217,0.35), rgba(108,201,217,0.35)), url(img/events/sevent3.jpg);
}
/* partner */
.post-list.partner .item-title.no-featured-image {
	background-image: linear-gradient(rgba(203,123,114,0.35), rgba(203,123,114,0.35)), url(img/events/pevent1.jpg);
}
.post-list.partner li.slide:nth-child(3n+2) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(203,123,114,0.35), rgba(203,123,114,0.35)), url(img/events/pevent2.jpg);
}
.post-list.partner li.slide:nth-child(3n+3) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(203,123,114,0.35), rgba(203,123,114,0.35)), url(img/events/pevent3.jpg);
}
/* stay */
.post-list.stay .item-title.no-featured-image {
	background-image: linear-gradient(rgba(203,123,114,0.35), rgba(203,123,114,0.35)), url(img/bus/stay3.jpg);
}
.post-list.stay li.slide:nth-child(3n+2) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(203,123,114,0.35), rgba(203,123,114,0.35)), url(img/bus/stay1.jpg);
}
.post-list.stay li.slide:nth-child(3n+3) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(203,123,114,0.35), rgba(203,123,114,0.35)), url(img/bus/stay2.jpg);
}
/* eat */
.post-list.eat .item-title.no-featured-image {
	background-image: linear-gradient(rgba(108,201,217,0.35), rgba(108,201,217,0.35)), url(img/bus/eat3.jpg);
}
.post-list.eat li.slide:nth-child(3n+2) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(108,201,217,0.35), rgba(108,201,217,0.35)), url(img/bus/eat1.jpg);
}
.post-list.eat li.slide:nth-child(3n+3) .item-title.no-featured-image {
	background-image: linear-gradient(rgba(108,201,217,0.35), rgba(108,201,217,0.35)), url(img/bus/eat2.jpg);
}

/* details - field list */
.single-content ul.event-data,
.post-list li.slide ul.event-data {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .1em;
}
.single-content ul.event-data {
	font-size: 1.25em;
}
.single-content ul.event-data li,
.post-list li.slide .event-data li {
	margin-bottom: .1em;
}
@media screen and (min-width: 768px) {
	.post-list li.slide ul.event-data {
		font-size: .9em;
	}
}


/* featured */
.post-list.featured .item-details {
	padding: calc(4*var(--spacer)) var(--lg-spacer) calc(3*var(--spacer));
	background: white;
}
/* home page featured events */
.home .post-list.featured .item-details {
	background: var(--red);
	color: white;
	padding: var(--lg-spacer) 10%;
}
@media screen and (min-width: 768px) {
	.home .post-list.featured .item-details {
		padding: var(--lg-spacer) calc(1.2*var(--lg-spacer));
	}
}
.home .post-list.featured li.slide:nth-child(3n+2) .item-details {
	background: var(--teal);
}
.home .post-list.featured li.slide:nth-child(3n+3) .item-details {
	background: var(--ltred);
}
.post-list.featured .item-details h5 {
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: .2em;
	line-height: 1.1;
}
.home .post-list.featured .item-details h5 {
	margin-bottom: .5em;
}
.events-slider.featured .item-details h5 {
	margin-bottom: 0;
}
.post-list.featured .item-details h4 {	
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.1;
	letter-spacing: .1em;
	margin-top: .15em;
	margin-bottom: .25em;
}
.post-list.featured li.slide ul {
	font-weight: normal;
}

/* standard */
.post-list.standard .item-details {
	padding: calc(1.75*var(--spacer)) calc(1.25*var(--spacer)) calc(2*var(--spacer));
	color: white;
}
@media screen and (min-width: 768px) {
	.post-list.standard .item-details {
		position: relative;
		padding-bottom: calc(2*var(--spacer) + 1.9rem + 4px + 1em);
	}
	.post-list.standard .item-details .wp-block-buttons {
		position: absolute;
		bottom: calc(2*var(--spacer));
		left: calc(1.25*var(--spacer));
		margin-top: 0;
	}
}
.post-list.signature-side .item-details,
.post-list.eat .item-details {
	background: var(--teal);
}
.post-list.partner .item-details,
.post-list.stay .item-details {
	background: var(--red);
}
.single-content h4,
.post-list.standard .item-details h4 {	
	font-weight: 600;
	font-size: 1.25em;
	letter-spacing: .14em;
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.1;
}
.single-content h4 {
	text-transform: uppercase;
	font-size: 1.5em;
}

.single-content ul.event-data,
.post-list.standard li.slide ul.event-data {
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-weight: bold;
}

.item-details .item-blurb {
    font-size: .9em;
	margin-top: var(--spacer);
	margin-bottom: 1em;
}
.item-details > p {
	font-size: .9em;
}
body:not(.home) .featured .item-details .item-blurb {
	margin-bottom: var(--lg-spacer);
}
.home .featured .item-details .item-blurb {
	line-height: 1.5;
}
.item-details .item-blurb > :first-child {
	margin-top: 0;
}
.item-details .item-blurb > :last-child {
	margin-bottom: 0;
}
.post-list.featured .wp-block-buttons {
	margin-top: var(--spacer);
}
.post-list.standard .wp-block-buttons {
	margin-top: 1em;
}
.post-list .wp-block-button__link {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .9rem;
	padding: .5em 2.5em;
	color: white;
}
.post-list .is-style-outline > .wp-block-button__link:not(.has-background), 
.post-list .wp-block-button__link.is-style-outline:not(.has-background) {
	color: white;
}
body:not(.home) .post-list.featured .is-style-outline > .wp-block-button__link:not(.has-background) {
	color: var(--black);
}

.post-list.featured li.slide .slide-inner {
	display: grid;
	grid-template-rows: 4fr 5fr;
}
.home .post-list.featured li.slide .slide-inner {
	grid-template-rows: auto auto;
}
@media screen and (min-width: 768px) {
	.post-list.featured li.slide .slide-inner,
	.home .post-list.featured li.slide .slide-inner {
		grid-template-rows: unset;
		grid-template-columns: 1fr 1fr;
	}
	.post-list.featured li.slide .slide-inner {
		height: 100%;
	}
	.home .post-list.featured li.slide:nth-child(odd) {
		grid-template-columns: 5fr 7fr;
	}
	.home .post-list.featured li.slide:nth-child(even) {
		grid-template-columns: 7fr 5fr;
	}
	.home .post-list.featured li.slide:nth-child(even) .item-details {
		grid-column-start: 1;
		grid-row-start: 1;
	}
}
@media screen and (min-width: 1024px) {
	.post-list.featured li.slide ul {
		columns: 2;
	}
	.post-list.featured .item-title h3 {
		font-size: 4.5em;
	}
	.home .post-list.featured .item-title h3 {
		font-size: 5.5em;
	}
}

/* fancy columns - image beside coloured text block */

.wp-block-columns.is-style-fancy {
    gap: 0 !important;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
	color: white;
}
.wp-block-columns.is-style-fancy .wp-block-cover {
	min-height: unset !important;
	height: 100%;
	padding: var(--lg-spacer) var(--spacer);
}
.wp-block-columns.is-style-fancy h2,
.wp-block-columns.is-style-fancy h3,
.wp-block-columns.is-style-fancy h4,
.wp-block-columns.is-style-fancy h5, 
.wp-block-columns.is-style-fancy h6 {
	text-transform: uppercase;
}
.wp-block-columns.is-style-fancy .wp-block-cover__inner-container {
	text-align: center;
}
.wp-block-columns.is-style-fancy .wp-block-column.has-background {
	padding: 2em;
}
.wp-block-columns.is-style-fancy h2 {
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-weight: bold;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
	letter-spacing: 0;
	font-size: 15vw;
	margin-bottom: 0;
	padding-bottom: 0.3em;
	border-bottom: 1px solid white;
	line-height: 1;
	text-align: center;
	position: relative;
	display: inline-block;
}
.wp-block-columns.is-style-fancy h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 13px;
	border: 3px solid white;
	border-radius: 50%;
	transform: translateX(-75%) translateY(50%);	
}
.wp-block-columns.is-style-fancy h3 {
	letter-spacing: .2em;
	margin-bottom: .35em;
}
.wp-block-columns.is-style-fancy h5 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .1em;
	margin-top: 0;
	margin-bottom: 1.25em;
}
.wp-block-columns.is-style-fancy p {
	font-size: .9rem;
	line-height: 1.4;
}
.wp-block-columns.is-style-fancy .wp-block-columns {
	margin-top: 0;
	margin-bottom: var(--spacer);
}
.wp-block-columns.is-style-fancy .wp-block-columns .wp-block-column > :last-child {
	margin-bottom: 0;
}
.wp-block-columns.is-style-fancy > .wp-block-column.ontop {
	order: -1;
}
@media screen and (min-width: 768px) {
	.wp-block-columns.is-style-fancy h2 {
		font-size: 4.25em;
	}
	.wp-block-columns.is-style-fancy .wp-block-columns { 
		gap: 1em;
	}
}
@media screen and (min-width: 781px) {
	.wp-block-columns.is-style-fancy .wp-block-cover {
		padding: 1em;
	}
	.wp-block-columns.is-style-fancy > .wp-block-column.has-background {
		padding: 5em;
	}
	.wp-block-columns.is-style-fancy > .wp-block-column.ontop {
		order: unset;
	}
	.wp-block-columns.is-style-fancy .wp-block-columns { 
		gap: 2em;
	}
}

p.event-tags {
	font-weight: 400;
	font-size: .9rem;
}

/* THEME COLOURS */

.has-black-color {
	color: #231f20;
}
.has-black-background-color {
	background-color: #231f20;
}
.has-white-color {
	color: #FFFFFF;
}
.has-white-background-color {
	background-color: #FFFFFF;
	background-image: none;
}
.has-teal-color {
	color: var(--teal, #038Fa9);
}
.has-teal-background-color {
	background-color: var(--teal, #038Fa9);
}
.has-ltteal-color {
	color: var(--ltteal, #6cc9d9);
}
.has-ltteal-background-color {
	background-color: var(--ltteal, #6cc9d9);
}
.has-red-color {
	color: var(--red, #B8292F);
}
.has-red-background-color {
	background-color: var(--red, #B8292F);
}
.has-ltred-color {
	color: var(--ltred, #CB7B72);
}
.has-ltred-background-color {
	background-color: var(--ltred, #CB7B72);
}
.has-transparent-color {
	color: transparent;
}
.has-transparent-background-color {
	background-color: transparent;
}
