/*!
Theme Name: Design WAH!
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
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: designwah
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.

Design WAH! 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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

@font-face {
    font-family: 'Obviously';
    src: url('fonts/fonnts.com-Obviously_Blck.woff2') format('woff2'),
         url('fonts/fonnts.com-Obviously_Blck.woff') format('woff'),
         url('fonts/fonnts.com-Obviously_Blck.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Obviously';
    src: url('fonts/fonnts.com-Obviously_Bold.woff2') format('woff2'),
         url('fonts/fonnts.com-Obviously_Bold.woff') format('woff'),
         url('fonts/fonnts.com-Obviously_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Obviously Narrow';
    src: url('fonts/fonnts.com-Obviously_Narw_Blck.woff2') format('woff2'),
         url('fonts/fonnts.com-Obviously_Narw_Blck.woff') format('woff'),
         url('fonts/fonnts.com-Obviously_Narw_Blck.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Obviously Narrow';
    src: url('fonts/fonnts.com-Obviously_Narw_Bold_Bold.woff2') format('woff2'),
         url('fonts/fonnts.com-Obviously_Narw_Bold_Bold.woff') format('woff'),
         url('fonts/fonnts.com-Obviously_Narw_Bold_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Medium.woff2') format('woff2'),
         url('fonts/GeneralSans-Medium.woff') format('woff'),
         url('fonts/GeneralSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Semibold.woff2') format('woff2'),
         url('fonts/GeneralSans-Semibold.woff') format('woff'),
         url('fonts/GeneralSans-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #181F29;
	font-family: "General Sans", sans-serif;
	font-size: clamp(14px, 1.05vw, 28px);
	line-height: 1.5;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Obviously Narrow", sans-serif;
	font-weight: 900;
}

.font-15 {
	font-size: clamp(10px, 0.78vw, 22px);
}

.font-22 {
	font-size: clamp(14px, 1.15vw, 28px);
}

.font-25 {
	font-size: clamp(16px, 1.305vw, 36px);
}

.font-30 {
	font-size: clamp(18px, 1.565vw, 42px);
}

.font-40 {
	font-size: clamp(20px, 2.1vw, 54px);
}

.font-45 {
	font-size: clamp(22px, 2.345vw, 56px);
}

.font-48 {
	font-size: clamp(24px, 2.5vw, 63px);
}

.font-70 {
	font-size: clamp(22px, 6.65vw, 120px);
}

.font-120 {
	font-size: clamp(36px, 11.25vw, 154px);
}

.exhibitors-preview .font-70 {
	font-size: clamp(22px, 9.65vw, 120px);
}
.exhibitors-preview .font-120 {
	font-size: clamp(36px, 16.25vw, 154px);
}


@media screen and (min-width: 750px) {
	.font-15 {
		font-size: clamp(10px, 0.78vw, 22px);
	}

	.font-22 {
		font-size: clamp(14px, 1.15vw, 28px);
	}

	.font-25 {
		font-size: clamp(16px, 1.305vw, 36px);
	}

	.font-30 {
		font-size: clamp(18px, 1.565vw, 42px);
	}

	.font-40 {
		font-size: clamp(20px, 2.1vw, 54px);
	}

	.font-45 {
		font-size: clamp(22px, 2.345vw, 56px);
	}

	.font-48 {
		font-size: clamp(24px, 2.5vw, 63px);
	}
	.font-70 {
		font-size: clamp(28px, 3.65vw, 120px);
	}
	.font-120 {
		font-size: clamp(44px, 6.25vw, 154px);
	}
	
	.exhibitors-preview .font-70 {
		font-size: clamp(42px, 3.65vw, 120px);
	}
	.exhibitors-preview .font-120 {
		font-size: clamp(70px, 6.25vw, 154px);
	}
}

.section-heading {
	line-height: 1;
	margin: 0.3em 0;
	text-transform: uppercase;
	position: relative;
}

.center-wrapper .section-heading {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.text-blue {
	color: #1C2BAD;
}

.text-red {
	color: #F7004B;
}

.text-white {
	color: #FFFFFF;
}

.medium {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
}
/* 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
--------------------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: 100;
}

#preloader .preloaderbg {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: bottom;
}

#preloader .preloader-text {
	font-family: "Obviously Narrow", sans-serif;
	color: #F7004B;
    position: relative;
    font-size: 14.8vw;
    white-space: nowrap;
    margin-left: 50%;
    transform: translate(50%, -20%);
}

.site-main {
	position: relative;
	overflow-x: hidden;
	background-color: #FFFFFF;
}

section.section {
	padding: clamp(40px, 4vw, 120px) clamp(15px, 2.5%, 80px);
}

.center-wrapper {
	text-align: center;
	position: relative;
}

@media screen and (min-width: 750px) {
	.split {
		display: flex;
		justify-content: space-between;
	}
	
	.split-item {
		width: 34%;
	}
	
	.center-wrapper {
		margin: 0 auto;
	}
}

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

.scroll-indicator {
	position: fixed;
    bottom: clamp(15px, 1.5vw, 30px);
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
	width: clamp(20px, 1.25vw, 40px);
	opacity: 0;
}

.scroll-indicator .svg-wrapper {
	position: relative;
	width: 100%;
}

.scroll-indicator .svg-wrapper svg {
	display: block;
	width: 100%;
	height: auto;
}

.back-to-top-button {
	width: clamp(50px, 4vw, 90px);
	position: fixed;
	right: clamp(15px, 2.5%, 80px);
	bottom: clamp(15px, 1.5vw, 30px);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
}

.back-to-top-button svg {
	display: block;
	width: 100%;
	height: auto;
}

.back-to-top-button svg .bounce-group {
  transform-origin: center;
  animation: bounceUpDown 1s infinite;
}

@keyframes bounceUpDown {
	0% {
		transform: translateY(0) scale(0.8);
	}
	50% {
		transform: translateY(-10%) scale(0.8);
	}
	100% {
		transform: translateY(0) scale(0.8);
	}
}

.button-container-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.button {
    font-family: "Obviously Narrow", sans-serif;
    text-decoration: none;
    border-radius: clamp(10px, 0.5vw, 15px);
    border: 1px solid #F7004B;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin: 5px;
    padding: clamp(5px, 0.5vw, 10px) clamp(15px, 2.5vw, 30px);
    padding-top: 0.15vw;
	transition: color 0.5s ease, background-color 0.5s ease;
	pointer-events: auto;
	display: flex;
	align-items: center;
	position: relative;
}

.button.ticket-button:before {
	content: "";
	width: clamp(20px, 1.5vw, 40px);
	height: clamp(12px, 0.94vw, 28px);
	background-image: url("images/designwah-ticket-icon-red.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: clamp(5px, 0.5vw, 15px);
    flex-shrink: 0;
    transform: translate(0, 10%);
	filter: grayscale(1) brightness(9);
	-webkit-filter: grayscale(1) brightness(9);
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.button.ticket-button:hover:before {
/* 	background-image: url("images/designwah-ticket-icon-red.svg"); */
	filter: none;
	-webkit-filter: none;
}

.button.button-red {
	color: #FFFFFF;
	background-color: #F7004B;
}

.button.button-white {
	background-color: #FFFFFF;
	color: #F7004B;
}

.button.button-red:hover {
	background-color: #FFFFFF;
	color: #F7004B;
}


.button.button-white:hover {
	color: #FFFFFF;
	background-color: #F7004B;
}

.home-banner-wrapper {
	position: relative;
	overflow: hidden;
	opacity: 0;
}

.home-banner-wrapper .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transform-origin: 65% 0%;
}

.home-banner-wrapper .parallax-images {
	height: 115vh;
	position: relative;
/* 	overflow: hidden; */
}

.home-banner-wrapper .parallax-images .parallax-images-inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(20px, 2.5vw, 60px);
	position: relative;
}

@media screen and (min-width: 550px) {
	.home-banner-wrapper .parallax-images .parallax-images-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 750px) {
	.home-banner-wrapper .parallax-images .parallax-images-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-banner-wrapper .parallax-images .artwork-group {
	display: flex;
	position: relative;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+1) {
	justify-content: flex-start;
	align-items: flex-end;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+1) .artwork-2 {
	top: 12%;
	left: 45%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+1) .artwork-3 {
	top: 80%;
	left: 30%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+2) {
	justify-content: center;
	align-items: center;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+2) .artwork-2 {
	top: 20%;
	left: 60%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+2) .artwork-3 {
	top: 60%;
	left: 0%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+3) {
	justify-content: flex-end;
	align-items: flex-end;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+3) .artwork-2 {
	top: 0%;
	left: 20%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+3) .artwork-3 {
	top: 80%;
	left: 0%;
}

@media screen and (min-width: 550px) {
	.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+2) .artwork-3 {
		left: -20%;
	}

	.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+3) .artwork-3 {
		left: -20%;
	}

}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+4) {
	justify-content: center;
    align-items: flex-end;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+4) .artwork-2 {
	top: 30%;
	left: 60%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+4) .artwork-3 {
	top: 80%;
	left: 30%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+5) {
	justify-content: flex-start;
	align-items: flex-start;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+5) .artwork-2 {
	top: 30%;
	left: 60%;
}

.home-banner-wrapper .parallax-images .artwork-group:nth-child(5n+5) .artwork-3 {
	top: 80%;
	left: 30%;
}

.home-banner-wrapper .parallax-images .parallax-images-inner .artwork-2,
.home-banner-wrapper .parallax-images .parallax-images-inner .artwork-3 {
	position: absolute;
}

.home-banner-wrapper .parallax-images .parallax-images-inner .artwork-3 {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	transform: scale(0.5);
}

.home-banner-wrapper .parallax-images .parallax-images-inner .artwork-2 {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	z-index: 2;
	transform: scale(0.7);
}

.home-banner-wrapper .parallax-images .parallax-images-inner .artwork-1 {
	position: relative;
	z-index: 3;
}

.home-banner-wrapper .parallax-images .parallax-images-inner .artwork-portrait {
	width: clamp(120px, 15.5vw, 450px);
}

.home-banner-wrapper .parallax-images .parallax-images-inner .artwork-landscape{
	width: clamp(180px, 20vw, 600px);
}

.parallax-image-container-inner {
	width: 100%;
	display: flex;
}

.parallax-image-container-inner img {
	width: 100%;
	object-fit: contain;
}

.home-banner-wrapper .text-banner {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.home-banner-wrapper .text-banner .floating-assets {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.home-banner-wrapper .text-banner .floating-assets img {
	position: absolute;
}

@keyframes floatUp {
  0%, 100% { transform: translateY(0) rotate(13deg); }
  50% { transform: translateY(-10%) rotate(13deg); }
}

@keyframes floatDown {
  0%, 100% { transform: translateY(0) rotate(90deg); }
  50% { transform: translateY(10%) rotate(90deg); }
}

.home-banner-wrapper .text-banner .floating-assets img:first-child {
	width: clamp(150px, 25vw, 800px);
	object-fit: contain;
	bottom: 25%;
	left: 0%;
	transform: rotate(13deg);
	animation: floatUp 4s ease-in-out infinite;
}

.home-banner-wrapper .text-banner .floating-assets img:nth-child(2) {
    width: clamp(100px, 20vw, 600px);
    object-fit: contain;
    right: -5%;
    top: 20%;
    transform: rotate(90deg);
	animation: floatDown 4s ease-in-out infinite;
}

@media screen and (min-width: 750px) {
	.home-banner-wrapper .text-banner .center-wrapper {
		width: 60%;
	}
	
	.home-banner-wrapper .text-banner .floating-assets img:nth-child(2) {
		top: 20%;
	}
}

@media screen and (min-width: 800px) {
	.home-banner-wrapper .text-banner .center-wrapper {
		width: 55%;
	}
}

.home-banner-wrapper .text-banner .small-heading {
	font-family: "General Sans", sans-serif;
}

.home-banner-wrapper .text-banner .animate-text {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.home-banner-wrapper .text-banner .animate-text span {
	margin: 0 0.1em;
	opacity: 0;
	transform: scale(0);
	text-transform: uppercase;
}

.exhibitors-preview {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin-top: -17vw;
	margin-bottom: clamp(40px, 5.2vw, 120px);
}

.exhibitors-preview:before {
	content: "";
	width: 100vw;
	height: 25vw;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
}

.exhibitors-text-container {
	position: relative;
	z-index: 5;
	padding: clamp(40px, 4vw, 80px) clamp(15px, 2.5%, 80px);
	pointer-events: none;
}

.exhibitors-preview #exhibitorsCanvas {
	width: 100vw;
	height: 100vh;
	pointer-events: auto;
  	touch-action: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

.ribbons-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: clamp(120px, 18vw, 1000px);
	transform: translate(0, -50%);
}

.ribbons-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.ribbon-ticker {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	width: 120vw;
	left: -10vw;
}

.ticker-track {
	white-space: nowrap;
    display: inline-flex;
}

.ribbon-blue {
	background-color: #1C2BAD;
	color: white;
	transform: rotate(5deg);
	transform-origin: left;
	top: 0;
}

.ribbon-red {
	background-color: #F7004B;
	color: white;
	transform: rotate(-5deg);
	transform-origin: left;
	bottom: 0;
}

.ribbon-blue .ticker-track {
	animation: tickerScroll 100s linear infinite;
}

.ribbon-red .ticker-track {
	animation: tickerScrollReverse 100s linear infinite;
}

.ticker-item {
	padding: 0 10vw;
	display: flex;
	align-items: center;
	font-size: 16px;
	white-space: nowrap;
}

.ticker-item:nth-child(even) .ticker-logo-container {
	width: clamp(125px, 10vw, 250px);
	display: flex;
}

.ticker-item .ticker-logo {
	width: 100%;
	object-fit: contain;
}

.ticker-item .cubes {
	width: clamp(200px, 15vw, 500px);
	margin: 0 clamp(5px, 0.5vw, 15px);
}

.ticker-item .cubes .cubes-inner {
	width: 100%;
	padding-top: 25%;
	position: relative;
	overflow: hidden;
}

.ticker-item .cubes .cubes-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ticker-item .date-place span {
	display: block;
	text-align: center;
}

.ticker-item .title {
	font-family: "Obviously Narrow", sans-serif;
	margin: 0;
	line-height: 1;
	transform: translate(0, -15%);
}

@keyframes tickerScroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); } /* adjust as needed */
}

@keyframes tickerScrollReverse {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

.schedule {
	margin-top: -5vw;
}

.schedule .schedule-top {
	position: relative;
	z-index: 2;
}

.schedule-tabs {
	display: flex;
	cursor: pointer;
	padding: 0 2.5%;
	background-color: #FFFFFF;
/* 	position: sticky;
	top: 0; */
}

.tab {
/* 	padding: clamp(10px, 0.8vw, 20px) clamp(9px, 5vw, 150px); */
	padding: clamp(10px, 0.8vw, 20px) clamp(9px, 7vw, 200px) clamp(10px, 0.8vw, 20px) clamp(6px, 5vw, 120px);
	-webkit-clip-path: url(#tabShape);
    clip-path: url(#tabShape);
	color: #FFFFFF;
	font-family: "Obviously Narrow", sans-serif;
	transition: color 0.5s ease;
	font-size: clamp(16px, 2.345vw, 56px);
}

.tab:first-child {
	z-index: 2;
}

.tab:nth-child(2) {
	z-index: 3;
}

.tab:nth-child(3) {
	z-index: 1;
}

.tab.active {
	z-index: 4;
}

.tab:not(:first-child) {
	margin-left: -2.25%;
}

.tab:first-child {
	background-color: #C2F102;
}

.tab:nth-child(2) {
	background-color: #FD90C7;
}

.tab:nth-child(3) {
	background-color: #FF8323;
}

.tab.active,
.tab:hover {
	color: #1C2BAD;
}

.image-in-heading {
	position: absolute;
}

.schedule .schedule-heading span,
.special-thanks .thanks-heading span {
	display: inline-block;
	will-change: transform;
}

.schedule .schedule-heading .image-in-heading {

	width: clamp(44px, 7.25vw, 180px);
	transform: scale(0);
	top: 25%;
	left: 20%;
}

@media screen and (min-width: 400px) {
	.schedule .schedule-heading .image-in-heading {
		width: clamp(63px, 7.25vw, 180px);
		top: 30%;
		left: 21%;
	}
}

@media screen and (min-width: 850px) {
	.schedule .schedule-heading .image-in-heading {
		left: 21%;
	}
}

@media screen and (min-width: 1024px) {
	.schedule .schedule-heading .image-in-heading {
		left: 20.5%;
	}
}

.special-thanks .thanks-heading .image-in-heading {
	transform: scale(0);
	width: clamp(38px, 6.25vw, 154px);
	top: 0;
	left: 45%;
}

.special-thanks .special-thanks-container {
	padding: 0 5%;
	padding-top: clamp(30px, 5vw, 150px);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(15px, 5vw, 150px);
}

.special-thanks .special-thanks-container .thanks-item {
	display: flex;
}

.special-thanks .special-thanks-container .thanks-item .logo-wrapper {
	width: 22%;
	padding-top: 22%;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.special-thanks .special-thanks-container .thanks-item .logo-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.special-thanks .special-thanks-container .thanks-item .text-container {
	padding-left: 5%;
}

.special-thanks .special-thanks-container .thanks-item .thanks-item-title {
	font-family: "Obviously Narrow", sans-serif;
	display: flex;
	align-items: center;
}

.special-thanks .special-thanks-container .thanks-item .thanks-item-title:after {
	content: "";
	width: clamp(20px, 1.5vw, 40px);
	height: clamp(20px, 1.5vw, 40px);
	background-image: url("images/arrow-top-right-blue.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate(0, 20%);
	margin-left: clamp(10px, 1vw, 20px);
	transition: transform 0.5s ease;
}

.special-thanks .special-thanks-container .thanks-item .thanks-item-title:hover:after {
	transform: translate(20%, 0);
}

@media screen and (min-width: 400px) {
	.special-thanks .thanks-heading .image-in-heading {
		width: clamp(54px, 6.25vw, 154px);
		left: 44%;
	}
}

@media screen and (min-width: 750px) {
	.special-thanks .special-thanks-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

.schedule .schedule-main {
	height: 100vh;
	position: relative;
}

.schedule .schedule-main .glass-asset-cylinder {
	display: none;
}

@keyframes floatUp2 {
  0%, 100% { transform: translateY(0) rotate(-37deg); }
  50% { transform: translateY(-15%) rotate(-37deg); }
}

@media screen and (min-width: 750px) {
	.schedule .schedule-main .glass-asset-cylinder {
		display: block;
		position: absolute;
		top: 60vh;
		left: 10%;
		z-index: 2;
		width: clamp(80px, 10vw, 300px);
		transform: rotate(-37deg);
		animation: floatUp2 4s ease-in-out infinite;
	}
}

.tab-information {
	display: none;
	padding: clamp(40px, 4vw, 80px) 5% clamp(80px, 10vw, 240px) 5%;
	position: relative;
	height: 100%;
}

.tab-information .tab-information-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tab-information .events-wrapper {
	position: relative;
	overflow: hidden;
	height: 80vh;
	width: 100%;
}

.tab-information .blur-layer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-information .blur-layer .coming-soon-text {
	font-family: "Obviously Narrow", sans-serif;
    margin: 0;
    transform: translate(0, -50%);
    text-transform: uppercase;
}

@media screen and (min-width: 750px) {
	.tab-information .events-wrapper .event:first-child {
		margin-left: 5%;
	}
	.tab-information .events-wrapper .event:nth-child(2) {
		margin-left: 20%;
	}

	.tab-information .events-wrapper .event:nth-child(3) {
		margin-left: 35%;
	}

	.tab-information .events-wrapper .event:nth-child(4) {
		margin-left: 50%;
	}

	.tab-information .events-wrapper .event:nth-child(5) {
		margin-left: 65%;
	}
}

.tab-information .events-wrapper .event .time-wrapper {
	width: fit-content;
	position: relative;
	text-transform: uppercase;
	background-color: #1C2BAD;
	border-radius: clamp(5px, 0.5vw, 15px);
	padding: clamp(5px, 0.5vw, 15px) clamp(20px, 1.5vw, 30px);
}

.tab-information .events-wrapper .event .time-wrapper:before {
	content: "";
	height: 1.5px;
	width: 100vw;
	background-color: #1C2BAD;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: calc(100% + 20px);
}

.tab-information .events-wrapper .event .time-wrapper:after {
	content: "";
	height: 1.5px;
	width: 100vw;
	background-color: #1C2BAD;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: calc(100% + 20px);
}

.tab-information.active {
/* 	display: block; */
	display: flex;
	align-items: center;
}

.tab-information .event {
	margin-bottom: clamp(15px, 1.5vw, 30px);
}

.tab-information .event-title {
	margin: 0.5em 0;
}

.tab-information .speakers-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.tab-information .speakers-container .speakers-label {
	text-transform: uppercase;
	padding: clamp(5px, 0.5vw, 10px) clamp(15px, 1.5vw, 30px);
	border-radius: clamp(20px, 2vw, 50px);
	border: 1px solid #1C2BAD;
	margin-right: clamp(10px, 1vw, 30px);
	margin-bottom: 1em;
}

.tab-information .speakers-container .speakers-list {
	display: flex;
	flex-wrap: wrap;
}

.tab-information .speakers-container .speaker .name {
	margin: 0;
	line-height: 1.2;
}

.tab-information .speakers-container .speaker .role {
	margin: 0.5em 0 1em 0;
}

@media screen and (min-width: 750px) {
	.schedule .center-wrapper {
		width: 55%;
	}
	
	.special-thanks .center-wrapper {
		width: 50%;
	}
	
	.tab-information .speakers-container .speaker {
		width: clamp(100px, 15vw, 400px);
		margin: 0 clamp(10px, 1vw, 30px);
	}
}

@media screen and (min-width: 1024px) {
	.schedule .center-wrapper {
		width: 40%;
	}
}

.home-banner-wrapper .heading {
	margin-top: 0;
}

.exhibitors-preview .exhibitor-heading {
	margin-top: 0;
}

.exhibitors-preview .mascot-wrapper {
	width: 12vw;
	min-width: 120px;
	margin: 0 auto;
	transform: translate(0, 30%);
}

.about-section .mascot-wrapper {
	width: 9.5vw;
	min-width: 100px;
	position: absolute;
	bottom: clamp(40px, 2vw, 50px);
	left: clamp(15px, 2.5%, 80px);
	z-index: 2;
}

.about-section .mascot-wrapper.mascot-wrapper-wawa {
	width: 11vw;
	min-width: 120px;
}

.schedule-main .mascot-wrapper {
	width: 8vw;
    min-width: 100px;
    position: absolute;
    top: clamp(50px, 7vw, 120px);
    right: 10%;
    z-index: 2;
	display: none;
}

@media screen and (min-width: 750px) {
	.schedule-main .mascot-wrapper {
		display: block;
	}
}

footer .mascot-wrapper {
	width: 70%;
	margin-bottom: clamp(15px, 1.5vw, 40px);
}

.mascot {
	width: 100%;
	position: relative;
}

.exhibitors-preview .mascot:before {
    content: "";
    width: 50%;
    height: 50%;
    border-radius: 50%;
    top: 30%;
    left: 35%;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
}

.mascot-wrapper.mascot-wrapper-wawa .mascot:before {
    content: "";
    width: 50%;
    height: 50%;
    border-radius: 50%;
    top: 30%;
    left: 40%;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
}

.mascot-wrapper.mascot-wrapper-dwah .mascot:before {
    content: "";
    width: 50%;
    height: 50%;
    border-radius: 50%;
    top: 25%;
    left: 20%;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
}

.mascot-wrapper.mascot-wrapper-haha .mascot:before {
    content: "";
    width: 50%;
    height: 50%;
    border-radius: 50%;
    top: 15%;
    left: 25%;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
}

.mascot svg.mascot-body {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
}

.mascot svg.mascot-pupils {
	display: block;
	height: auto;
	width: 33.38%;
    position: absolute;
	z-index: 2;
}

.exhibitors-preview svg.mascot-pupils {
	top: 53%;
    left: 42%;
}

.about-section .mascot-wrapper-wawa svg.mascot-pupils {
	top: 41%;
    left: 44%;
}

.mascot-wrapper.mascot-wrapper-dwah svg.mascot-pupils {
	top: 40.5%;
    left: 28.5%;
}

.mascot-wrapper.mascot-wrapper-haha svg.mascot-pupils {
	top: 28%;
    left: 34%;
}

.about-section {
	position: relative;
	height: 100vh;
	background-image: url("images/gradient-pink.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

.about-section:before {
    content: "";
    width: 100%;
    padding-top: 10%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.about-section:after {
	content: "";
    width: 100%;
    padding-top: 10%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-section .about-section-texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	object-fit: cover;
	z-index: 2;
}

.about-section .morphsvg-container {
	width: 50vw;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width: 750px) {
	.about-section .morphsvg-container {
		width: 27vw;
		max-width: 700px;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		transform: translate(0, -50%);
	}
}

.about-section #svg-stage {
  display: block;
  width: 100%;
  height: auto;
}


.about-section .about-section-inner {
	position: relative;
  height: 90vh;
  overflow: hidden;
	z-index: 3;
}

.about-section .about-section-inner .about-heading .split-item .split-item-inner {
	width: fit-content;
	position: relative;
	display: block;
}

.about-section .about-section-inner .about-heading .split-item:not(:first-child) .split-item-inner:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #1C2BAD;
    position: absolute;
    top: 120%;
    left: 0;
}

@media screen and (min-width: 750px) {
	.about-section .about-section-inner .about-heading .split-item .split-item-inner:after {
		content: "";
		height: 2px;
		width: 100%;
		background-color: #1C2BAD;
		position: absolute;
		top: 120%;
		left: 0;
	}
}

.about-item {
  position: absolute;
  top: 35%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s, transform 0.5s;
	width: 100%;
}

.about-item .section-heading {
	margin-top: 0;
}

.about-item.active {
  opacity: 1;
  transform: translateY(0);
}

.about-item .text-container {
	position: absolute;
	width: 100%;
	opacity: 0;
	margin: 0.5em 0;
}

.about-item .text-container h3 {
	font-size: clamp(24px, 2.1vw, 58px);
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.about-item .text-container p {
	margin: 0;
	margin-bottom: 0.5em;
}

.about-item .text-container ul {
	margin: 0;
	padding-left: clamp(20px, 0.8em, 30px);
}

.floorplan-container {
	width: 100%;
	margin-top: clamp(25px, 3.5vw, 80px);
}

.floorplan-container img {
	width: 100%;
	object-fit: contain;
}

.floorplan-container img.landscape-floorplan {
	display: none;
}

@media screen and (orientation: landscape) {
	.floorplan-container img.landscape-floorplan {
		display: block;
	}
	
	.floorplan-container img.portrait-floorplan {
		display: none;
	}
}

footer {
	position: relative;
	margin-bottom: 50vh;
}

footer .footer-top {
	padding: clamp(40px, 4vw, 120px) 5%;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}
footer .main-footer {
	width: 100%;
	padding: clamp(20px, 1vw, 40px) 0;
}

footer .main-footer .column {
	text-align: center;
}

footer .main-footer .column a {
	color: #181F29;
	display: block;
}

footer .main-footer .column .column-heading {
	font-family: "Obviously Narrow";
	margin: 0.5em 0 0.25em 0;
}

footer .main-footer .column:first-child {
	width: clamp(120px, 10vw, 350px);
	margin: 0 auto;
}

footer .main-footer .column-contact .separator {
	padding: 0 0.5em;
	display: none;
}

footer .main-footer .copyright-text {
	margin-bottom: 0;
}

footer .footer-credits {
/* 	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(15px, 1vw, 30px); */
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer-credits .credit-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: clamp(20px, 1vw, 40px) 0;
}

footer .footer-credits .credit-title {
	margin: 0;
	text-transform: uppercase;
}

footer .footer-credits .credit-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: clamp(15px, 1vw, 25px);
}

footer .footer-credits .credit-logos .credit-logo {
	height: clamp(50px, 4vw, 100px);
	object-fit: contain;
}

footer .footer-credits .credit-logos-1 .credit-logo {
	max-width: 90%;
}

footer .footer-credits .credit-logos-2 .credit-logo {
	max-width: 55%;
}

footer .footer-reveal {
	padding: clamp(40px, 4vw, 120px) clamp(15px, 2.5%, 80px);
	min-height: 50vh;
	background-image: url("images/designwah-footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
}

footer .footer-reveal {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer-reveal .footer-reveal-inner {
	width: clamp(150px, 50vw, 800px);
}

@media screen and (min-width: 400px) {
	footer .footer-reveal .footer-reveal-inner {
		width: clamp(200px, 20vw, 800px)
	}
}

@media screen and (min-width: 600px) {
	footer {
		margin-bottom: 70vh;
	}
	
	footer .footer-reveal {
		min-height: 70vh;
	}
}

footer .footer-reveal .footer-reveal-inner .footer-reveal-top {
	position: relative;
	width: 100%;
}

footer .footer-reveal .footer-reveal-inner .footer-reveal-top:after {
	content: "";
	width: 50%;
	padding-top: 50%;
	background-image: url("images/designwah-speech-bubble-with-text.svg");
	background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 85%;
    top: 0;
    transform: translate(0, -30%);
}

footer .footer-reveal .footer-reveal-top {
	display: flex;
	justify-content: center;
}

footer .footer-reveal .logo-container,
footer .footer-reveal .logo-container .custom-logo-link {
	width: 100%;
	display: flex;
}

footer .footer-reveal .logo-container img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 600px) {
	
	footer .footer-top {
		padding: clamp(40px, 4vw, 120px) clamp(15px, 2.5%, 80px);
	}
	footer .footer-credits .credit-item:not(:last-child) {
		width: 15%;
	}
	
	footer .footer-credits .credit-item {
		padding: clamp(25px, 1vw, 40px) 0;
	}
}

@media screen and (min-width: 750px) {
	footer .main-footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	footer .main-footer .column {
		text-align: left;
	}
	
	footer .main-footer .column:first-child {
		order: 2;
	}
	
	footer .main-footer .column:nth-child(2) {
		order: 1;
		width: 40vw;
	}
	
	footer .main-footer .column-contact .items {
		display: flex;
		flex-wrap: wrap;
	}
	
	footer .main-footer .column-contact .separator:not(:last-child) {
		display: flex;
	}
	
	footer .main-footer .column:nth-child(3) {
		order: 3;
		width: 40vw;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	
	footer .main-footer .footer-socials {
		margin-right: clamp(15px, 2vw, 30px);
	}
	
/* 	footer .footer-credits {
		grid-template-columns: repeat(4, 1fr);
	} */
}

.exhibitors article {
	position: relative;
/* 	overflow: hidden; */
}

.exhibitor-horizontal-scroll-wrapper {
	display: flex;
	overflow: hidden;
	height: 100vh;
}

.exhibitor-horizontal-scroll-wrapper .slider {
	width: 100vw;
    height: 100%;
    position: relative;
}

.exhibitor-horizontal-scroll-wrapper .slider .slides {
	display: flex;
	height: 100%;
	min-width: 725vh;
}

.exhibitor-horizontal-scroll-wrapper .slider .slide {
	height: 100vh;
	width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.exhibitor-horizontal-scroll-wrapper .slider .slide .exhibitor-content {
	width: 100%;
    height: 100%;
	display: flex;
}

.exhibitor-horizontal-scroll-wrapper .full-screen {
	display: flex;
}

.exhibitor-horizontal-scroll-wrapper .exhibitor-section {
	height: 100vh;
	padding: clamp(40px, 4vw, 80px);
}

.exhibitor-horizontal-scroll-wrapper .featured-artwork-wrapper {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.exhibitor-horizontal-scroll-wrapper .featured-artwork-wrapper img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: right;
}

.exhibitor-horizontal-scroll-wrapper .exhibitor-section.exhibitor-info {
	width: 40vw;
}

.exhibitor-horizontal-scroll-wrapper .exhibitor-section.exhibitor-logo {
	width: 60vw;
	display: flex;
}

.exhibitor-horizontal-scroll-wrapper .exhibitor-section .exhibitor-logo-wrapper {
	width: 45%;
	flex-shrink: 0;
}

.exhibitor-horizontal-scroll-wrapper .artworks {
	display: flex;
	width: 100vh;
}

.exhibitor-horizontal-scroll-wrapper .artworks .artwork-container {
	width: 25vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.exhibitor-horizontal-scroll-wrapper .artworks .artwork-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (orientation: landscape) {
	.exhibitor-horizontal-scroll-wrapper section.full-screen {
		width: 100vw;
	}
	.exhibitor-horizontal-scroll-wrapper .featured-artwork-wrapper {
		aspect-ratio: 391 / 540;
	}
}

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

.site-header {
    position: absolute;
    z-index: 10;
/*     top: 50%; */
	top: clamp(15px, 1vw, 30px);
/* 	top: clamp(20px, 2vw, 50px); */
	left: 50%;
	transform: translate(-50%, 0);
	width: 95%;
	opacity: 0;
}

.site-header .main-header,
.site-header .bottom-header {
	padding: clamp(12px, 0.75vw, 20px) clamp(15px, 1.5vw, 30px);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.13);
	border-radius: clamp(5px, 0.25vw, 10px);
}

.site-header .main-header {
	background-color: #FFFFFF;
	margin-bottom: clamp(10px, 0.75vw, 25px);
}

.site-header .bottom-header {
	background-color: #F7004B;
	display: flex;
	justify-content: space-between;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.site-header:has(.main-navigation.toggled) .bottom-header {
	opacity: 0;
}


.site-header .bottom-header .bottom-header-item {
	width: calc(100% / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.site-header .bottom-header .bottom-header-item:nth-child(2) {
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	width: 29%;
}

.site-header .bottom-header .bottom-header-item .icon-wrapper {
	flex-shrink: 0;
	height: clamp(14px, 1.05vw, 28px);
	display: flex;
	margin-right: clamp(5px, 0.5vw, 10px);
}

.site-header .bottom-header .bottom-header-item .icon-wrapper img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.site-header .bottom-header .bottom-header-item .bottom-header-item-text {
	font-size: clamp(12px, 1.305vw, 36px);
	font-family: "Obviously Narrow", sans-serif;
	line-height: 1;
	transform: translate(0, -10%);
}

@media screen and (min-width: 450px) {
	.site-header {
		width: clamp(350px, 35vw, 850px);
	}
}

.site-header .main-header .site-header-main-bar {
	position: relative;
	display: flex;
	justify-content: center;
}

.site-header .main-header .site-branding {
	width: clamp(85px, 5.85vw, 200px);
}

.site-header .main-header .custom-logo-link {
	display: flex;
	width: 100%;
}

.site-header .main-header .custom-logo-link img {
	width: 100%;
	object-fit: contain;
}

.site-header .main-header .main-header-bottom .location-section .location-section-heading {
	font-family: "Obviously Narrow", sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.site-header .main-header .main-header-bottom .location-section .location-section-text {
	margin: 0;
}

.site-header .main-header .main-header-bottom .contact-section {
	display: flex;
	justify-content: center;
	margin-top: clamp(5px, 0.5vw, 15px);
}

.site-header .main-header .main-header-bottom .contact-section .contact-item {
    margin: clamp(5px, 0.5vw, 15px) clamp(7.5px, 0.75vw, 30px);
    width: clamp(40px, 2.1vw, 54px);
    height: clamp(40px, 2.1vw, 54px);
}

.site-header .main-header .main-header-bottom .contact-section .contact-item img {
	width: 100%;
	object-fit: contain;
}

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

.main-navigation ul {
/* 	display: none; */
	opacity: 0;
	transition: opacity 0.5s ease;
	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;
}

.main-navigation a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.main-navigation li a {
	font-family: "Obviously Narrow", sans-serif;
	font-size: clamp(20px, 2.1vw, 54px);
	font-weight: 700;
	color: #181F29;
	position: relative;
	margin: clamp(5px, 0.5vw, 20px) 0;
}

.main-navigation li a:before {
	content: "";
	width: clamp(20px, 2.1vw, 54px);
	height: clamp(20px, 2.1vw, 54px);
	margin-right: clamp(10px, 1.5vw, 25px);
	transform: translate(0, 15%);
}

.main-navigation li.navigation-programme a:before {
	background-image: url("images/designwah-calendar-icon-black.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-navigation li.navigation-ticket a:before {
	background-image: url("images/designwah-ticket-icon-black.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-navigation li.navigation-exhibitors a:before {
	background-image: url("images/designwah-gallery-icon-black.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-navigation li.navigation-about a:before {
	background-image: url("images/designwah-info-icon-black.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.menu-menu-1-container {
	padding: clamp(30px, 3.5vw, 80px) 0;
}

/* Small menu. */
.menu-toggle {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	z-index: 10;
}
.menu-toggle {
	display: block;
}

.main-navigation.toggled ul {
	opacity: 1;
}

.main-navigation {
	max-height: 0;
	position: relative;
	overflow: hidden;
	padding: 0;
	transition: max-height 0.5s ease, padding 0.5s ease;
}

.main-navigation.toggled {
	max-height: 100vh;
	padding: clamp(10px, 0.75vw, 25px) 0;
}

.main-navigation .navigation-text {
	margin: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.main-navigation.toggled .navigation-text {
	opacity: 1;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.menu-toggle div {
	width: 30px;
	height: 2px;
	background-color: #181F29;
	border-radius: 5px;
	position: absolute;
	top: 50%;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: translate(0, calc(-50% - 5px)) rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: translate(0, calc(-50% + 5px)) rotate(0);
	transition: all .3s;
}

/* .menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
} */

.menu-toggle.toggled div:first-child {
/* 	margin-bottom: -6px; */
	transform: rotate(-45deg);
}

.menu-toggle.toggled div:last-child {
/* 	margin-top: -6px; */
	transform: rotate(45deg);
}

/* .menu-toggle.toggled div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
} */

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

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