/*!
Theme Name: nordeca
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: nordeca
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.

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

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

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

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

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


:root {
	--bg-blue-dark: #002035;
	--bg-blue: #114AA3;
	--bright-blue: #51EEFF;
	--light-blue: #CFDBED;
	--inter: 'Inter', sans-serif;
	--inter-t: 'Inter Tight', sans-serif;
	--h1-2: clamp(2rem, 1.55rem + 2.25vw, 4.25rem);
}

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

h1, h2 {
	font-size: var(--h1-2);
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #fff;
	font-family: var(--inter-t);
	font-weight: 500;
}

p {
	margin-bottom: 1.5em;
	font-family: var(--inter);
	font-size: 1rem;
	font-size: clamp(1rem, 0.6962025316455696rem + 0.6329113924050633vw, 1.25rem);
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}



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%;
}

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */

.logo {
	height: 70px;
}

.main-navigation {
	display: block;
	/*width: 100%;*/
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
	margin-left: 40px;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */

/*Flex content */
.hero-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

#hero { height: 900px; min-height: fit-content; }
#hero.hero-save-the-date { height: 1200px; }

.hero-img > img, .hero-img > video { object-fit: cover; width: 100%; height: 100%; display: block; }
.hero-save-the-date h1 { color: var(--bright-blue); font-size: 200px; margin: 0 !important;  font-family: 'Inter Tight'; position: relative; z-index: 0; font-weight: 400; }
.hero-save-the-date .hero-content { padding-top: 286px; padding-bottom: 132px; }
.hero-save-the-date .hero-subtitle { color: #fff; }
.hero-save-the-date .hero-subtitle span { color: var(--bright-blue); }

.mask-wrap { position: absolute; z-index: 0; top: 0; left: 0; height: 100%; width: 100%; }
.mask-wrap img { height: 100%; width: 100%; object-fit: cover; }
.hero-cta { color: #fff !important; padding: 0 !important; border: none !important; font-size: 1.625rem; font-size: clamp(1.625rem, 1.45rem + 0.8750000000000001vw, 2.5rem) !important; position: relative; z-index: 10; margin-top: 70px; }
.hero-cta::before { content: ""; display: inline-block; height: 25px; width:25px; margin-right : 20px; background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='16.936' transform='translate(8.439 0)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,11.935H11.935V0' transform='translate(8.439 0.497) rotate(45)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") }
.hero-cta:hover { background-color: transparent !important; }

.hero-basic .hero-content { padding-top: 300px; padding-bottom: 130px; }
.hero-basic h1 { font-size: 3.75rem; font-size: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);}

.hero-basic .hero-video, .hero-save-the-date .hero-video { height: 100% !important; }

.hero-save-the-date .hero-subtitle { position: relative; z-index: 10; }

.bg-wrap { position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 20%; z-index: 0; }
.bg-wrap img { height: 100%; width: 100%; object-fit: cover; }

/*Old */
.sticky {
	display: block;
}

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

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

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

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


#masthead {
	background: linear-gradient(to bottom, #002035 0%, rgba(0,32,53,0.70) 70%, rgba(0, 32, 53, 0) 100%);
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	padding: 1em 0;
}

#primary-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#masthead a {
	color: #fff;
}

.main-navigation a {
	font-family: var(--inter-t);
	font-size: 1rem;
	font-size: clamp(1rem, 0.6962025316455696rem + 0.6329113924050633vw, 1.25rem);
	font-weight: normal;
}

.nav-arrow {
	border: 1px solid var(--bright-blue);
	padding: 0.65em;
}

#masthead .nav-arrow a {
	font-family: var(--inter);
	color: var(--bright-blue);
}

.nav-arrow a::before {
	content: "";
	padding: 0.5em;
	margin-right: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='16.936' transform='translate(8.439 0)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,11.935H11.935V0' transform='translate(8.439 0.497) rotate(45)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.nav-arrow:hover {
	background-color: var(--bright-blue);
	
}

.nav-arrow:hover a {
	color: #002035 !important;
}

.nav-arrow:hover a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='16.936' transform='translate(8.439 0)' fill='none' stroke='%23002035' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,11.935H11.935V0' transform='translate(8.439 0.497) rotate(45)' fill='none' stroke='%23002035' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E ");
}

button:hover, button:focus {
	border-color: var(--bright-blue) !important;
}

#mobile-navigation {
	display: none;
}

#mobile-navigation #primary-menu {
	flex-direction: column;
	list-style: none;
	align-items: flex-start;
	margin: 0;
	padding: 2em 0 0;
}

#mobile-navigation #primary-menu li {
	padding: 0.5em 0;
	width: 100%;
}

#mobile-navigation #primary-menu li a {
	text-decoration: none;
	font-size: 18px;
}

#mobile-navigation .nav-arrow {
	display: none;
}

.hamburger {
	padding: 0.5em;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
}

.bar {
	transition: 0.4s;
}

.bar-2 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 5px 0;
    display: block;
}

.bar-1, .bar-3 {
	height: 1px;
    background: #fff;
    margin: 5px 0;
    display: block;
	width: 80%;
}

.mm-open .bar-3 {
    transform: rotate(45deg) translate(-3px,-6px);
}

.mm-open .bar-1 {
    transform: rotate(-45deg) translate(-3px,5px);
}

.mm-open .bar-2 {
	opacity: 0;
}

.tickets {
	padding: 0 1em;
	height: 40px;
	display: flex!important;
    align-items: center;
	color: var(--bright-blue) !important;
	text-decoration: none;
	border: 1px solid var(--bright-blue);
}

@media (min-width: 992px ) { 
	.lang-switcher { justify-content: flex-end; } 
	
	.lang-switcher #lang-list {
		position: absolute;
		right: -999em;
		top: 100%;
		z-index: 99999;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .2);
	}
	.lang-switcher #lang-list {
		padding: 16px;
		background: linear-gradient(to bottom, #002035 0%, rgba(0, 32, 53, 0.70) 50%, rgba(0, 32, 53, 0) 100%);
		border-radius: 3px;
	}
	
	.lang-switcher:hover #lang-list, .lang-switcher:active #lang-list, .lang-switcher:focus #lang-list {
		right: -12px;
	}
	
	.lang-switcher:hover .toggle-sub { transform: rotate(180deg); }
}

@media (max-width: 991px) { 
	#lang-list { display: none; } 
	.lang-switcher { padding-block: 50px; } 
	#lang-list-wrap { width: 100%; }
}

#lang-list { padding: 0; list-style: none; margin: 0; }
.lang-switcher .current-lang::before { content: ""; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_125_3279)'%3E%3Cpath d='M6.00125 11.625C7.33088 11.625 8.40875 9.1066 8.40875 6C8.40875 2.8934 7.33088 0.375 6.00125 0.375C4.67162 0.375 3.59375 2.8934 3.59375 6C3.59375 9.1066 4.67162 11.625 6.00125 11.625Z' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.375 6H11.625' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 11.625C9.1066 11.625 11.625 9.1066 11.625 6C11.625 2.8934 9.1066 0.375 6 0.375C2.8934 0.375 0.375 2.8934 0.375 6C0.375 9.1066 2.8934 11.625 6 11.625Z' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_125_3279'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); height: 20px; width: 20px; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; margin-right: 10px; }
#lang-list a, .current-lang { font-family: var(--inter-t); font-size: 1rem; font-size: clamp(1rem, 0.6962025316455696rem + 0.6329113924050633vw, 1.25rem); font-weight: normal; text-decoration: none; color: #fff; }
.lang-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#primary-menu>li.menu-item-has-children>.toggle-sub, .lang-switcher .toggle-sub {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 13px;
    line-height: 1.4;
    text-align: center;
    margin-left: 10px;
    cursor: default;
}

.lang-switcher .toggle-sub .menu-chevron {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 13px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 0.707092L5.70703 5.70709L10.707 0.707092' stroke='white' stroke-linecap='square'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}

.tickets::before {
	content: "";
	padding: 0.5em;
	margin-right: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='16.936' transform='translate(8.439 0)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,11.935H11.935V0' transform='translate(8.439 0.497) rotate(45)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

main a:not(.some-body a) {
	color: var(--bright-blue);
	padding: 1em 2em;
	border: 1px solid var(--bright-blue);
	font-family: var(--inter-t);
	font-size: 1rem;
	font-size: clamp(1rem, 0.6962025316455696rem + 0.6329113924050633vw, 1.25rem);
	font-weight: normal;
	text-decoration: none;
	width: fit-content;
}

main a:not(.some-body a):hover {
	background-color: #51EEFF;
	color: #002035;
}

.hero {
	height: 800px;
	min-height: fit-content;
}

.hero picture img {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.hero-title {
	font-size: 3.75rem;
	font-size: clamp(3.75rem, -2.325949367088608rem + 12.658227848101266vw, 8.75rem);
}

.hero-title h1:first-of-type {
	color: var(--bright-blue);
	margin-bottom: 0;
}
.hero-title h1:last-of-type {
	color: #fff;
	margin-top: 0;
	padding-left: 1.5em;
}


.hero-subtitle {
	color: var(--bright-blue);
	text-transform: uppercase;
	font-family: var(--inter);
	font-size: 1.125rem;
	font-size: clamp(1.125rem, 0.365506329113924rem + 1.5822784810126582vw, 1.75rem);
}

.bg-blue-dark, .error404  {
	background-color: var(--bg-blue-dark);
}

.bg-blue-dark p {
	color: var(--light-blue);
}

.bg-blue p, .bg-blue li, .bg-blue span {
	color: var(--light-blue);
}

.bg-blue {
	background-color: var(--bg-blue);
}

.bg-blue li {
	margin-bottom: 0.5em;
    font-family: var(--inter);
    font-size: 1rem;
    font-size: clamp(1rem, 0.6962025316455696rem + 0.6329113924050633vw, 1.25rem);
}

.pre-title {
	color: var(--bright-blue) !important;
	font-family: var(--inter-t);
	text-transform: uppercase;
	font-size: 0.75rem;
	font-size: clamp(0.75rem, 0.29430379746835444rem + 0.949367088607595vw, 1.125rem);
}

.slick-list {
	height: 100%;
}

.slick-track {
	height: 100%;
	width: 100%;
}

.sec-hero {
	position: relative;
}

.cards .card-body {
	padding: 4em 0;
}

.some-title {
	font-size: 1.125rem;
	font-size: clamp(1.125rem, 0.6693037974683544rem + 0.949367088607595vw, 1.5rem);
	color: #fff !important;
}

.card-time {
	color: var(--bright-blue) !important;
}

.cards-title {
	ffont-size: 1.75rem;
	font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.3rem);
}

.overlay::before {
	background-color: rgba(0,0,0,0.3);
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.fab {
	color: #fff;
	font-size: 2em;
	padding: 0 1em 0 0;
}

p a {
	border: none !important;
	padding: 0 !important;
	color: var(--light-blue) !important;
	text-decoration: underline !important;
}

p a:hover {
	background-color: rgba(255,255,255,0.00) !important;
	color: inherit !important;
	text-decoration: none !important;
}

.info-img {
	position: relative;
}

.info-img img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	padding: 0 1.5em;
}


.lead-img {
	position: relative;
	height: 350px;
}

.lead-img img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.informs h2 {
	font-size: 2.5rem;
	font-size: clamp(2.5rem, 0.37341772151898756rem + 4.430379746835443vw, 4.25rem);
	text-transform: inherit !important;
}

.over-title {
	position: absolute;
    z-index: 5;
    top: 15%;
}

.download-button::before {
	content: "";
	padding: 0.5em;
	margin-right: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.236' height='22.213' viewBox='0 0 16.236 22.213'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-356.473 -2557.216)'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(356.826 2557.216)'%3E%3Cline id='Line_7' data-name='Line 7' y2='15.581' transform='translate(7.764 0)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,10.98H10.98V0' transform='translate(7.764 0.457) rotate(45)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3C/g%3E%3Cline id='Line_8' data-name='Line 8' x2='16.008' transform='translate(356.5 2578.929)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.download-button:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.236' height='22.213' viewBox='0 0 16.236 22.213'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-356.473 -2557.216)'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(356.826 2557.216)'%3E%3Cline id='Line_7' data-name='Line 7' y2='15.581' transform='translate(7.764 0)' fill='none' stroke='%23002035' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,10.98H10.98V0' transform='translate(7.764 0.457) rotate(45)' fill='none' stroke='%23002035' stroke-width='1'/%3E%3C/g%3E%3Cline id='Line_8' data-name='Line 8' x2='16.008' transform='translate(356.5 2578.929)' fill='none' stroke='%23002035' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E ");
}

.link-arrow::before {
	content: "";
	padding: 0.5em;
	margin-right: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='16.936' transform='translate(8.439 0)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,11.935H11.935V0' transform='translate(8.439 0.497) rotate(45)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.link-arrow:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='16.936' transform='translate(8.439 0)' fill='none' stroke='%23002035' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,11.935H11.935V0' transform='translate(8.439 0.497) rotate(45)' fill='none' stroke='%23002035' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.cartxt-slider {
	height: 600px;
	min-height: fit-content;
}

.logo-cont img {
	height: auto;
    max-width: 200px;
}

.carxt-bg {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.cartxt-inner h3 {
	font-family: var(--inter-t);
	font-size: 2.5rem;
	font-size: clamp(2.5rem, 0.37341772151898756rem + 4.430379746835443vw, 4.25rem);
	font-weight: 500;
}

.cartxt-inner p, .text-sep {
	padding-top: 2em;
}

.cartxt-btn {
	display: flex;
}

.slick-arrow{
	cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	font-size: 0;
    line-height: 0;
}

.slick-arrow {
	z-index: 5;
}


.slick-prev, .slick-next {
	position: absolute;
	padding: 1em;
	bottom: 10%;
	z-index: 100;
	content: "";
	height: 40px;
	width: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid var(--bright-blue);
	border-radius: 0;
}


.slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0.707 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y1='16.936' transform='translate(8.439 0.44)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,0H11.935V11.935' transform='translate(0 8.439) rotate(-45)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	left: 8%;
}

.slick-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.083' height='17.586' viewBox='0 0 18.083 17.586'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0 17.232) rotate(-90)'%3E%3Cline id='Line_7' data-name='Line 7' y2='16.936' transform='translate(8.439 0)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3Cpath id='Path_2718' data-name='Path 2718' d='M0,11.935H11.935V0' transform='translate(8.439 0.497) rotate(45)' fill='none' stroke='%2351eeff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E ");
}

.slick-next {
	left: 15%;
}

.append-car .slick-prev, .append-car .slick-next {
	bottom: 5% !important;
}

.append-car .slick-prev {
	left: 0.7%;
}

.append-car .slick-next {
	left: 5.5%;
}

.car-body h3 {
	font-size: 1.5rem;
	font-size: clamp(1.5rem, 0.5886075949367089rem + 1.89873417721519vw, 2.25rem);
}

.car-body h4 {
	font-weight: 400 !important;
	font-size: 1.5rem;
	font-size: clamp(1.5rem, 0.5886075949367089rem + 1.89873417721519vw, 2.25rem);
}

.car-sec-title {
	color: #CFDBED;
}

.hl-title {
	font-size: 1.5rem;
	font-size: clamp(1.5rem, 0.5886075949367089rem + 1.89873417721519vw, 2.25rem);
}

.hl-img img {
	height: 450px;
	width: auto;
}

.border-blue {
	border-left: 1px solid var(--bright-blue);
}

.card-content p {
	margin-bottom: 0.5em;
	color: var(--light-blue) !important;
}

.card-content h4 {
	font-family: var(--inter);
	font-size: 24px;
}

.card-full-body {
	border-top: 1px solid var(--bright-blue);
	padding-botto: 2em;
}

.card-top {
	height: 240px;
	position: relative;
}

.card-top img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	top: 0;
	left: 0;
}

.card-top h4 {
	z-index: 100;
	font-size: 1.5rem;
	font-size: clamp(1.5rem, 0.5886075949367089rem + 1.89873417721519vw, 2.25rem);
}

.copyright {
	font-size: 15px !important;
	padding: 1em 0;
}

.site-footer p {
	font-size: 1rem;
	font-size: clamp(1rem, 0.6962025316455696rem + 0.6329113924050633vw, 1.25rem);
}

.footer-some .fab {
	color: var(--light-blue);
}

.footer-privacy {
	color: var(--light-blue) !important;
	text-decoration: none;
	font-size: 16px;
	width: fit-content;
}

.footer-privacy:hover {
	text-decoration: underline;
}

.site-info .logo {
	height: 85px;
}

.footer-row div {
	width: fit-content;
}

.sec-logo img {
	width: 180px;
	height: auto;
}

.col-logo {
	aspect-ratio: 2/1;
	max-height: 75px;
	max-width: 150px;
}

.col-logo img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1399px) {
	#hero.hero-save-the-date h1 { font-size: 185px; }
	#hero.hero-save-the-date .hero-content { padding-top: 300px; }
}

@media screen and (max-width: 1199px) {
	#hero.hero-save-the-date h1 { font-size: 155px; }
	#hero.hero-save-the-date .hero-content { padding-top: 340px; }
}

@media screen and (max-width: 991px) {
	.mm-open .mobile-menu-wrapper { padding-bottom: 8em; }

	#hero.hero-save-the-date h1 { font-size: 115px; }
	#hero.hero-save-the-date .hero-content { padding-top: 395px; }
	
	.hl-img img {
		padding: 1.5em 0 !important;
	}
	
	.append-car .slick-prev {
		left: 2%;
	}
	
	.append-car .slick-next {
		left: 9% !important;
	}
	
	.over-title {
		position: relative;
		padding: 0.5rem 0;
	}
	
	.cartxt-btn {
		flex-direction: column;
		margin: 0 !important;
	}
	
	.cartxt-btn a {
		margin-bottom: 1em;
	}
	
	.cartxt-slider {
		height: 650px;
	}
	
	.hl-img img {
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#masthead { padding: 1em; }
	.mobile-menu-wrapper .logo {
		height: 20px;
	}
	
	.slick-prev {
		left: 4%;
	}
	
	.append-car .slick-next {
		left: 11% !important;
	}
	
	.hero {
		height: 600px;
	}

	#hero.hero-save-the-date h1 { font-size: 85px; }
	#hero.hero-save-the-date .hero-content { padding-top: 168px; }
}

@media screen and (max-width: 540px) {
	.slick-next {
		left: 19%;
	}
	
	.append-car .slick-next {
		left: 12.5% !important;
	}
	
	
	.cartxt-slider {
    height: 500px; 
	}
	
	#hero.hero-save-the-date h1 { font-size: 53px; }

}

@media screen and (max-width: 400px) {
	.append-car .slick-next {
		left: 15.5% !important;
	}
}

@media screen and (max-width: 768px) {
	.hero-video {
		height: 600px;
	}
	
	#hero { height: 600px; min-height: fit-content; }
	.hero-basic .hero-content { padding-top: 150px; padding-bottom: 80px; }
	.hero-save-the-date .hero-content { padding-top: 153px; }
	
	#hero.hero-save-the-date { height: 600px; }

}



@media screen and (min-width: 992px) and (max-width: 1400px) {
	.slick-next { 
	left: 19%;
	}
}

