/*!
Theme Name: Jane Singapore Tour
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: janesingaporetour
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.

Jane Singapore Tour 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #363636;
/* 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

#page {
	display: none;
}

.site {
	overflow: hidden;
}

.banner {
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: #FFE99B;
}

.banner .jane-character {
	width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	z-index: 2;
}

.banner .jane-character .jane-character-image1 {
	position: absolute;
    bottom: -5%;
    width: 88%;
	max-height: 88vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	object-fit: contain;
	object-position: bottom;
}

.banner .jane-character .jane-binoculars {
	position: relative;
	width: 100%;
	max-height: 70vh;
	margin-bottom: -3%;
	object-fit: contain;
	object-position: bottom;
}

.banner .leaves {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 3;
}

.banner .banner-monkey {
	position: absolute;
    right: -4vw;
    width: 36vw;
	bottom: unset;
	top: 32vh;
    z-index: -1;
    transform: rotate(-20deg) translatex(30%);
}

.banner .leaves .banner-leaf {
	position: absolute;
}

.banner .leaves .banner-leaf#banner-leaf1 {
	width: 40vw;
	top: 18vw;
	left: -8vw;
	transform: rotate(-45deg);
}

.banner .leaves .banner-leaf#banner-leaf2 {
    width: 65vw;
    top: -10vw;
    left: -10vw;
}

.banner .leaves .banner-leaf#banner-leaf3 {
	display: none;
	z-index: 2;
/* 	transform: rotate(-150deg); */
	top: -5vw;
	left: 22vw;
    width: 50vw;
}

.banner .leaves .banner-leaf#banner-leaf3-1,
.banner .leaves .banner-leaf#banner-leaf3-2 {
	display: block;
}

.banner .leaves .banner-leaf#banner-leaf3-1 {
	width: 65vw;
    top: 55vh;
    left: -15vw;
}

.banner .leaves .banner-leaf#banner-leaf3-2 {
	width: 50vw;
    top: 40vh;
    left: -10vw;
}

.banner .leaves .banner-leaf#banner-leaf4 {
    width: 65vw;
    right: 12vw;
    top: -8vw;
}

.banner .leaves .banner-leaf#banner-leaf5 {
    width: 80vw;
    right: -30vw;
    top: -5vw;
}

.banner .leaves .banner-leaf#banner-leaf6 {
    transform: rotate(14deg);
    top: 38vh;
    right: -18vw;
    width: 65vw;
}

.banner .leaves .banner-leaf#banner-leaf7 {
	width: 50vw;
	right: -12vw;
	bottom: unset;
	top: 60vh;
	z-index: 2;
}

.banner .leaves .banner-leaf#banner-leaf8 {
    width: 65vw;
    left: -10vw;
    bottom: unset;
    top: 50vh;
}

.banner .leaves .banner-leaf#banner-leaf9 {
	width: 30vw;
	bottom: -5vw;
	right: 9vw;
}

.banner .leaves .banner-leaf#banner-leaf10 {
	width: 43vw;
	right: -10vw;
	bottom: -5vw;
}

.banner .leaves .banner-leaf#banner-leaf11 {
	width: 25vw;
	bottom: -8vw;
	right: 20vw;
}

.banner .leaves .banner-leaf#banner-leaf12 {
	width: 30vw;
	bottom: -9vw;
	left: 7vw;
}

.banner .leaves .banner-leaf#banner-leaf13 {
	width: 30vw;
	bottom: -5vw;
	left: -5vw;
}

@media screen and (min-aspect-ratio: 1/1){
	
	.banner .banner-monkey {
		transform: rotate(0deg);
		bottom: -7vw;
		z-index: 0;
		width: 27vw;
		top: unset;
	}
	.banner .leaves .banner-leaf#banner-leaf1 {
		width: 30vw;
		top: 0;
		left: -8vw;
		transform: rotate(0deg);
	}

	.banner .leaves .banner-leaf#banner-leaf2 {
		width: 50vw;
		top: -8vw;
		left: -6vw;
	}

	.banner .leaves .banner-leaf#banner-leaf3 {
		width: 32vw;
		top: -5vw;
		left: 22vw;
		z-index: 2;
	}

	.banner .leaves .banner-leaf#banner-leaf4 {
		width: 40vw;
		right: 20vw;
		top: -8vw;
	}

	.banner .leaves .banner-leaf#banner-leaf5 {
		width: 45vw;
		right: -4vw;
		top: -5vw;
	}

	.banner .leaves .banner-leaf#banner-leaf6 {
		width: 35vw;
		right: -10vw;
		top: -3vw;
		transform: rotate(0deg);
	}

	.banner .leaves .banner-leaf#banner-leaf7 {
		width: 35vw;
		right: -10vw;
		top: unset;
		bottom:  7vw;
		z-index: 2;
	}

	.banner .leaves .banner-leaf#banner-leaf8 {
		width: 42vw;
		left: -7vw;
		top: unset;
		bottom: 9vw;
	}

	.banner .leaves .banner-leaf#banner-leaf9 {
		width: 30vw;
		bottom: -5vw;
		right: 9vw;
	}

	.banner .leaves .banner-leaf#banner-leaf10 {
		width: 43vw;
		right: -10vw;
		bottom: -5vw;
	}

	.banner .leaves .banner-leaf#banner-leaf11 {
		width: 25vw;
		bottom: -8vw;
		right: 20vw;
	}

	.banner .leaves .banner-leaf#banner-leaf12 {
		width: 30vw;
		bottom: -9vw;
		left: 7vw;
	}

	.banner .leaves .banner-leaf#banner-leaf13 {
		width: 30vw;
		bottom: -5vw;
		left: -5vw;
	}
}

.banner .banner-content {
	width: 100%;
/* 	height: 50vh; */
	display: flex;
/* 	align-items: flex-end; */
	justify-content: center;
	padding: 20vh 7%;
	position: relative;
	z-index: 5;
}

.banner .banner-content .banner-content-inner {
	text-align: center;
}

.banner .banner-content .banner-heading h1 {
	font-family: "Viga", system-ui;
  	font-weight: 400;
  	font-style: normal;
	color: #A7945A;
/* 	font-size: clamp(38px, 5.2vw, 120px); */
	font-size: clamp(30px, 5.2vw, 150px);
	line-height: 1;
	margin: 0;
}

@media screen and (min-width: 500px) {
	.banner .banner-content .banner-heading h1 {
		font-size: clamp(30px, 4.5vw, 150px);
	}
}

.banner .banner-content .banner-heading h1 strong {
	font-weight: 400;
	font-size: clamp(42px, 7.7vw, 172px);
	color: #F19700;
}

.banner .banner-content .banner-subheading {
	font-family: "Roboto", system-ui;
  	font-weight: 500;
  	font-style: normal;
	font-size: clamp(14px, 2.09vw, 56px);
	color: #C8B67F;
	margin: 0.5em 0;
}

.banner .banner-buttons {
    margin-top: 5vw;
}

.banner .banner-buttons .banner-button-container {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.banner .banner-buttons .banner-button-container a {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: clamp(14px, 5.2vw, 25px);
    width: clamp(100px, 45vw, 175px);
    padding: 5px 3%;
    border-radius: 10vw;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
	
}

.banner .banner-buttons .banner-button-container:first-child a {
	background-color: #F1B300;
	color: #FFFFFF;
	border: 2px solid #F1B300;
	transition: background-color 0.5s ease, border 0.5s ease;
}

.banner .banner-buttons .banner-button-container:first-child a:hover {
	background-color: #E9F100;
	border: 2px solid #E9F100;
}

.banner .banner-buttons .banner-button-container:nth-child(2) a {
	background-color: #FAFCCB;
	color: #A3925A;
	border: 2px solid #A3925A;
	transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
}

.banner .banner-buttons .banner-button-container:nth-child(2) a:hover {
	color: #FFFFFF;
	background-color: #D2D586;
	border: 2px solid #FFFFFF;
}

@media screen and (min-width: 475px) and (max-aspect-ratio: 1/1) {
/* 	.banner .banner-content {
		padding: 20vh 7%;
	} */
	
	.banner .jane-character {
		width: 65vw;
	}
}

@media screen and (min-width: 750px) and (max-aspect-ratio: 1/1) {
  /* Targeting more square screens */
  .banner .jane-character {
    width: 60vw; /* Narrower width for square-like screens */
  }
}

@media (min-aspect-ratio: 1/1) {
	
	.banner .banner-content {
		height: 100vh;
		align-items: center;
		justify-content: flex-end;
		padding: 0 18%;
		position: relative;
		z-index: unset;
	}
	
	
	.banner .banner-content .banner-content-inner {
		width: 60%;
		text-align: right;
	}
	
	.banner .jane-character {
		width: 50vw;
	}
	
	.banner .banner-buttons {
		display: none;
	}
	
	.banner .leaves .banner-leaf#banner-leaf3 {
		display: block;
	}
	
	.banner .leaves .banner-leaf#banner-leaf3-1,
	.banner .leaves .banner-leaf#banner-leaf3-2 {
		display: none;
	}
}

.introduction {
	background-color: #FEFFEB;
	padding: 0 0 20px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -1px;
}

@media screen and (min-width: 750px) {
	.introduction {
		flex-wrap: nowrap;
		padding: 80px 0;
		margin-top: 0;
	}
}

.introduction-wave {
	display: block;
	width: 100%;
	height: 10vw;
	position: absolute;
	top: 99.9%;
	-webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.16));
	z-index: 1;
	background-image: url("images/wave.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.introduction-image-container {
	width: 100%;
}

.introduction-image-container .introduction-image-box {
	width: 100%;
}

.introduction-image-container .introduction-image-box img {

}

.introduction-text-container {
	width: 100%;
	padding: 40px 7%;
}

.introduction-text-container .introduction-title {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(18px, 2.605vw, 72px);
	color: #FFBF53;
	line-height: 1.4;
	margin: 0.5em 0;
}

@media screen and (min-width: 500px) {
	.introduction-text-container .introduction-title {
		font-size: clamp(22px, 2.605vw, 72px);
	}
}

.introduction-text-container .introduction-title .introduction-title-text2 {
	font-family: "Alex Brush", cursive;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(52px, 8.025vw, 182px);
	color: #F19700;
	line-height: 1;
	vertical-align: -20%;
}

.introduction-text-container .introduction-details {
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
  	font-style: normal;
/* 	font-size: clamp(14px, 1.305vw, 56px); */
	font-size: clamp(14px, 1.05vw, 42px);
	line-height: 1.4;
	color: #BDAF96;
	width: 100%;
}

@media screen and (min-width: 750px) {
	.introduction {
		padding: 120px 0;
	}
	
	.introduction-image-container {
		width: 35vw;
	}
	.introduction-text-container {
		width: 65vw;
		padding: 0 7% 0 5%;
	}
	
	.introduction-text-container .introduction-details {
		width: 85%;
	}
	
	.introduction-image-container .introduction-image-box {
		width: 100%;
		padding-top: 75%;
		border-radius: 0 25vw 25vw 0;
		position: relative;
		overflow: hidden;
	}

	.introduction-image-container .introduction-image-box img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: left;
	}
	
	.introduction-text-container .introduction-title {
		line-height: 1;
	}
}

@media screen and (min-width: 1600px) {
	.introduction {
		padding: 150px 0;
	}
}

.events {
	padding-top: 45vw;
	background-image: url( 'images/linear-gradient-mobile.svg' );
/* 	background-image: url( 'images/linear-gradient.svg' ); */
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

@media screen and (min-width: 750px) {
	.events {
		padding-top: 45vw;
		background-image: url( 'images/linear-gradient.svg' );
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		position: relative;
	}
}

.events:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	top: 25vw;
	background-image: url('images/events-absolute-bg-mobile-revised.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
} 

@media screen and (min-width: 750px) {

	.events:before {
		content: "";
		width: 100%;
		height: 100%;
		background-image: url('images/events-absolute-bg-tall.png');
	} 
}

.events .event-main-content .event-main-content-inner {
	padding: 50px 7% 30px 7%;
}

@media screen and (min-width: 500px) {
	.events .event-main-content .event-main-content-inner {
		padding: 80px 7% 50px 7%;
	}
}

@media screen and (min-width: 750px) {
	.events .event-main-content .event-main-content-inner {
		padding: 50px 7%;
	}
}

.events .event-leaf {
	position: absolute;
    width: 30vw;
    left: -5%;
    top: -5vw;
    z-index: 2;
}

.events .event-monkey {
	position: absolute;
    width: 20vw;
    top: 3.8vw;
    right: 3vw;
	transform-origin: top left;
	transform: translateZ(0); /* Force GPU acceleration */
    backface-visibility: hidden; /* Optimize rendering during rotation */
}

.events .event-main-content {
	position: relative;
}

.events .event-main-content .free-events,
.events .event-main-content .ticketed-events {
	margin: 50px 0;
}

@media screen and (min-width: 750px) {
	.events .event-main-content .free-events,
	.events .event-main-content .ticketed-events {
		margin: 80px 0;
	}
}

.events .event-main-content .events-heading-group {
	margin: 1.5em 0;
}

.events .event-main-content .events-heading {
	text-align: center;
	text-transform: uppercase;
	color: #62645A;
	font-family: "Viga", system-ui;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(24px, 2.35vw, 56px);
	margin: 0;
}

.events .event-main-content .events-subheading {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-family: "Viga", system-ui;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(16px, 1.05vw, 42px);
	color: #A5A930;
}

.events .event-main-content .free-events .free-events-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.events .event-main-content .free-events .free-events-row .event {
	width: 100%;
	border-radius: clamp(25px, 3vw, 70px) 0;
	-webkit-filter: drop-shadow(5px 5px 20px rgba(157, 176, 152, 0.7));
	filter: drop-shadow(5px 5px 20px rgba(157, 176, 152, 0.7));
	padding: clamp(10px, 2%, 35px);
	margin-top: 10vw;
	transform: translateZ(0); /* Force GPU rendering */
    will-change: filter, transform; /* Optimizes rendering */
	position: relative;
    z-index: 2; /* Higher z-index */
}

.events .event-main-content .free-events .free-events-row .event:first-child {
	background-color: #BFC972;
}

.events .event-main-content .free-events .free-events-row .event:nth-child(2) {
	background-color: #F8FDD9;
}

.events .event-main-content .free-events .free-events-row .event:last-child {
	background-color: #F3F3CC;
}

.events .event-main-content .free-events .event-date {
	display: flex;
	justify-content: center;
	font-size: clamp(18px, 2.1vw, 56px);
	font-family: "Viga", system-ui;
  	font-weight: 400;
  	font-style: normal;
	margin-top: -8vw;
}

.events .event-main-content .free-events .event-date .event-date-inner {
	width: fit-content;
	padding: clamp(10px, 5%, 20px);
    border-radius: clamp(10px, 2vw, 20px);
    line-height: 1.2;
}

.events .event-main-content .free-events .event:first-child .event-date-inner {
	background-color: #FFFF88;
}

.events .event-main-content .free-events .event:nth-child(2) .event-date-inner {
	background-color: #C2DD7C;
}

.events .event-main-content .free-events .event:last-child .event-date-inner {
	background-color: #BEAD79;
}

.events .event-main-content .free-events .event-title {
	font-size: clamp(18px, 1.88vw, 56px);
	font-family: "Viga", system-ui;
  	font-weight: 400;
  	font-style: normal;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.events .event-main-content .free-events .event-description {
	font-size: clamp(12px, 0.89vw, 20px);
}

@media screen and (min-width: 750px) {
	
	.events .event-main-content .free-events .free-events-row .event {
		width: 30%;
		margin-top: 5vw;
	}
	
	.events .event-main-content .free-events .event-date {
		margin-top: -20%;
	}
}

.events .event-main-content .ticketed-events .ticketed-events-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.events .event-main-content .ticketed-events .ticketed-events-row .event {
	width: 100%;
	margin: 30px 0;
	position: relative;
	display: flex;
	transform: translateZ(0); /* Force GPU rendering */
    will-change: filter, transform; /* Optimizes rendering */
	position: relative;
    z-index: 2; /* Higher z-index */
}

.events .event-main-content .ticketed-events .event .ticket {
	display: flex;
	-webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.35));
	filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.35));
	width: 100%;
}

.events .event-main-content .ticketed-events .event .ticket .ticket-shape {
	width: 100%;
	object-fit: contain;
}

.events .event-main-content .ticketed-events .event .ticket-content {
	position: absolute;
	top: 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
	height: 85%;
}

.events .event-main-content .ticketed-events .event .ticket-content-bottom {
	padding: 0 3%;
}

.events .event-main-content .ticketed-events .event .ticket-content-bottom .align-right {
	text-align: right;
}

.events .event-main-content .ticketed-events .event .ticket-button {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.events .event-main-content .ticketed-events .event .ticket-button svg {
	display: block;
	width: 100%;
	height: auto;
}

.events .event-main-content .ticketed-events .event .ticket-button svg path {
	fill: #F3F3CC;
	transition: fill 0.5s ease;
}

.events .event-main-content .ticketed-events .event .ticket-button:hover svg path {
	fill: #9AB068;
}

.events .event-main-content .ticketed-events .event:first-child .ticket-button svg .ticket_dots {
	stroke: #ADD471;
}

.events .event-main-content .ticketed-events .event:nth-child(2) .ticket-button svg .ticket_dots {
	stroke: #F5E767;
}

.events .event-main-content .ticketed-events .event .ticket-button .ticket-button-text {
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
	color: #363636;
	text-transform: uppercase;
	font-family: "Viga", system-ui;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(18px, 5vw, 56px);
	transition: color 0.5s ease;
	display: flex;
	align-items: center;
}

.events .event-main-content .ticketed-events .event .ticket-button .ticket-button-text .arrow {
	transform: rotate(45deg) scale(1);
}

.events .event-main-content .ticketed-events .event:first-child .ticket-button .ticket-button-text .arrow {
	color: #ADCE7C;
	transition: color 0.5s ease;
}

.events .event-main-content .ticketed-events .event:nth-child(2) .ticket-button .ticket-button-text .arrow {
	color: #D9DB56;
	transition: color 0.5s ease;
}

@media screen and (min-width: 750px) {
	.events .event-main-content .ticketed-events .event .ticket-button .ticket-button-text {
		font-size: clamp(18px, 1.88vw, 56px);
	}
	
	.events .event-main-content .ticketed-events .event .ticket-button .ticket-button-text .arrow {
		transform: rotate(45deg) scale(0.75);
	}
}

.events .event-main-content .ticketed-events .event .ticket-button:hover .ticket-button-text,
.events .event-main-content .ticketed-events .event:first-child .ticket-button:hover .ticket-button-text .arrow,
.events .event-main-content .ticketed-events .event:nth-child(2) .ticket-button:hover .ticket-button-text .arrow {
	color: #FFFFFF;
}

.events .event-main-content .ticketed-events .event .ticket-content {
	padding: 6.5%;
}

.events .event-main-content .ticketed-events .event .event-photo-container {
	width: 100%;
    padding-top: 50%;
    height: 0;
    position: relative;
/*     overflow: hidden; */
    border-radius: clamp(10px, 2vw, 30px) clamp(10px, 2vw, 30px) 0 0;
}

.events .event-main-content .ticketed-events .event .event-photo-container:after {
    content: "";
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border-radius: clamp(10px, 2vw, 30px) clamp(10px, 2vw, 30px) 0 0;
}

.events .event-main-content .ticketed-events .event:first-child .event-photo-container:after {
	background-color: #ADCE7C;
}

.events .event-main-content .ticketed-events .event:nth-child(2) .event-photo-container:after {
	background-color: #D9DB56;
}

.events .event-main-content .ticketed-events .event .event-photo-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: clamp(10px, 2vw, 30px) clamp(10px, 2vw, 30px) 0 0;
}

.events .event-main-content .ticketed-events .event .ticket-content .ticket-content-top-main {
	padding: 0 3%;
}

.events .event-main-content .ticketed-events .event .event-title {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(12px, 3vw, 52px);
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.3;
}

.events .event-main-content .ticketed-events .event .event-description {
	font-size: clamp(10px, 1.5vw, 42px);
	line-height: 1.4;
}

.events .event-main-content .ticketed-events .event .event-date {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(12px, 3vw, 56px);
	line-height: 1.3;
}

.events .event-main-content .ticketed-events .event .event-time,
.events .event-main-content .ticketed-events .event .event-location {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(12px, 3vw, 42px);
	line-height: 1.3;
}

@media screen and (min-width: 300px) {
	
	.events .event-main-content .ticketed-events .event .event-title {
		font-size: clamp(14px, 5vw, 52px);
	}

	.events .event-main-content .ticketed-events .event .event-description {
		font-size: clamp(10px, 3.7vw, 42px);
	}

	.events .event-main-content .ticketed-events .event .event-date {
		font-size: clamp(14px, 4.2vw, 56px);
	}

	.events .event-main-content .ticketed-events .event .event-time,
	.events .event-main-content .ticketed-events .event .event-location {
		font-size: clamp(14px, 3.8vw, 42px);
	}

}

@media screen and (min-width: 750px) {
	
	.events .event-main-content .ticketed-events .ticketed-events-row .event {
		width: 45%;
		margin: 30px 0;
	}
	
	.events .event-main-content .ticketed-events .ticketed-events-row {
		justify-content: space-between;
	}
	
	.events .event-main-content .ticketed-events .event .event-photo-container {
		padding-top: 55%;
	}
	
	.events .event-main-content .ticketed-events .event .event-title {
		font-size: clamp(18px, 2.3vw, 52px);
	}

	.events .event-main-content .ticketed-events .event .event-description {
		font-size: clamp(10px, 1.5vw, 42px);
	}

	.events .event-main-content .ticketed-events .event .event-date {
		font-size: clamp(16px, 1.5vw, 56px);
	}

	.events .event-main-content .ticketed-events .event .event-time,
	.events .event-main-content .ticketed-events .event .event-location {
		font-size: clamp(14px, 1.2vw, 42px);
	}

}

@media screen and (min-width: 1000px) {
		
	.events .event-main-content .ticketed-events .ticketed-events-row .event {
		width: 33%;
		margin: 30px 3%;
	}
	
	.events .event-main-content .ticketed-events .ticketed-events-row {
		justify-content: center;
	}
	
	.events .event-main-content .ticketed-events .event .event-title {
		font-size: clamp(14px, 1.7vw, 52px);
	}
	
	.events .event-main-content .ticketed-events .event .event-description {
		font-size: clamp(12px, 1.2vw, 42px);
		line-height: unset;
	}
	
	.events .event-main-content .ticketed-events .event .event-date {
		font-size: clamp(14px, 1.3vw, 56px);
	}

	.events .event-main-content .ticketed-events .event .event-time,
	.events .event-main-content .ticketed-events .event .event-location {
		font-size: clamp(14px, 1.1vw, 42px);
	}
	

}

@media screen and (min-width: 1400px) {
	.events .event-main-content .ticketed-events .event .event-title {
		font-size: clamp(16px, 1.4vw, 52px);
	}

	.events .event-main-content .ticketed-events .event .event-description {
		font-size: clamp(12px, 0.9vw, 42px);
		line-height: unset;
	}

}

.events .event-main-content .ticketed-events .event:first-child .event-location {
	color: #567500;
}

.events .event-main-content .ticketed-events .event:nth-child(2) .event-location {
	color: #B56802;
}

.events .event-bottom {
	display: flex;
	position: relative;
	padding-top: 45vw;
}

@media screen and (min-width: 400px) {
	.events .event-bottom {
		padding-top: 75%;
	}
}

@media screen and (min-width: 750px) {
	.events .event-bottom {
		padding-top: 45%;
	}
}

.events .event-bottom .event-bottom-leaf1 {
	position: absolute;
	width: 20vw;
    bottom: 25%;
    left: -2%;
}

.events .event-bottom .event-bottom-leaf2 {
    position: absolute;
    width: 25vw;
    right: -5%;
    bottom: 45%;
}

.events .event-bottom .event-bottom-grass {
	position: absolute;
	bottom: 0;
/* 	transform: scale(1.05);
    transform-origin: bottom; */
}
.events .event-bottom .event-bottom-grass-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.events .event-bottom .event-bottom-traveler1 {
	position: absolute;
	width: 22vw;
    bottom: -15%;
    left: 15vw;
	transform: scale(1.5) translatex(-20%);
}

.events .event-bottom .event-bottom-traveler2 {
	position: absolute;
	width: 25vw;
    right: 15vw;
    bottom: -7%;
	transform: scale(1.5) translatex(20%);
}

@media screen and (min-width: 400px) {
	.events .event-bottom .event-bottom-traveler1 {
		transform: scale(1.5) translatex(-20%) translatey(-20%);
	}
	
	.events .event-bottom .event-bottom-traveler2 {
		transform: scale(1.5) translatex(20%) translatey(-20%);
	}
}

@media screen and (min-width: 750px) {
	.events .event-bottom .event-bottom-traveler1 {
		transform: scale(1.5) translatex(-20%);
	}
	
	.events .event-bottom .event-bottom-traveler2 {
		transform: scale(1.5) translatex(20%);
	}
}

.events .event-bottom .event-bottom-traveler1,
.events .event-bottom .event-bottom-traveler2 {
	display: flex;
	justify-content: center;
}

.events .event-bottom .event-bottom-traveler1-img,
.events .event-bottom .event-bottom-traveler2-img {
	width: 90%;
}

.events .event-bottom .event-bottom-traveler1-quote {
	position: absolute;
    width: 20vw;
    height: auto;
    object-fit: contain;
    left: 18vw;
    bottom: 25vw;
	transform: translatey(10%);
	
}

.events .event-bottom .event-bottom-traveler2-quote {
    position: absolute;
    width: 25vw;
    height: auto;
    object-fit: contain;
    left: -18vw;
    bottom: 32vw;
	transform: translatey(10%);
}

@media screen and (min-width: 500px) {
	.events .event-bottom .event-bottom-traveler1,
	.events .event-bottom .event-bottom-traveler2 {
		transform: none;
	}
	
	.events .event-bottom .event-bottom-traveler1-quote,
	.events .event-bottom .event-bottom-traveler2-quote {
		transform: none;
	}
}

.events .event-bottom .event-bottom-traveler2-quote .dialogue1,
.events .event-bottom .event-bottom-traveler2-quote .dialogue3 {
	position: absolute;
	left: 2vw;
	color: #57604B;
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	opacity: 0;
	line-height: 1;
}

.events .event-bottom .event-bottom-traveler1-quote .dialogue2,
.events .event-bottom .event-bottom-traveler1-quote .dialogue4 {
	position: absolute;
	left: 5vw;
	color: #915E49;
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	opacity: 0;
	line-height: 1;
}

.events .event-bottom .event-bottom-traveler2-quote .dialogue1 {
	top: 30%;
/* 	transform: translate(0, -75%); */
}
.events .event-bottom .event-bottom-traveler2-quote .dialogue3 {
	top: 30%;
/* 	transform: translate(0, -90%);	 */
}
.events .event-bottom .event-bottom-traveler1-quote .dialogue2 {
	top: 30%;
/* 	transform: translate(0, -65%);	 */
}
.events .event-bottom .event-bottom-traveler1-quote .dialogue4 {
	top: 30%;
/* 	transform: translate(0, -75%); */
	width: 65%;
}

.dialogue1-line1 {
	display: block;
	font-size: 2.4vw;
}

.dialogue1-line2 {
	display: block;
	font-size: 1.8vw;
}

.dialogue2-line1 {
	display: block;
	font-size: 1.8vw;
}

.dialogue3-line1 {
	display: block;
	font-size: 2.4vw;
}

.dialogue4-line1 {
	display: block;
	font-size: 1.7vw;
}
/* 
.events .event-bottom .event-bottom-traveler1-grass,
.events .event-bottom .event-bottom-traveler2-grass {
	width: 100%;
	position: absolute;
}

.events .event-bottom .event-bottom-traveler1-grass {
	bottom: 6vw;
}

.events .event-bottom .event-bottom-traveler2-grass {
	bottom: 0;
} */

@media screen and (min-width: 1400px) {
	.events .event-main-content .event-main-content-inner {
		padding: 80px 15%;
	}
}

.organiser {
	position: relative;
/* 	background-color: #545B49; */
	background-color: #57604B;
	padding-top: 50px;
	margin-top: -5px;
}

.organiser .organiser-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 7%;
	position: relative;
	z-index: 2;
}

.organiser .organiser-flex .organiser-image-container {
	width: 100%;
}

.organiser .organiser-flex .organiser-text-container {
	width: 100%;
	padding-top: 20px;
}

@media screen and (min-width: 750px) {
	.organiser .organiser-flex .organiser-image-container {
		width: 40%;
	}

	.organiser .organiser-flex .organiser-text-container {
		width: 55%;
		padding-top: 0;
	}
}

.organiser .organiser-heading {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(20px, 1.57vw, 42px);
	color: #C8CAB3;
	margin: 0;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.organiser .organiser-flex .organiser-text-container .organiser-name {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(26px, 2.35vw, 72px);
	color: #E2E7A1;
	margin: 0;
	line-height: 1.2;
}

.organiser .organiser-flex .organiser-text-container .organiser-subtitle {
	margin: 10px 0;
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(20px, 1.57vw, 42px);
	color: #FF9F51;
	line-height: 1.2;
}

.organiser .organiser-flex .organiser-text-container .organiser-details {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(14px, 1.05vw, 42px);
	color: #BEBBA3;
	line-height: 1.4;
}

.organiser .organiser-after {
	width: 100%;
	display: flex;
	margin-top: 0;
}

.organiser .organiser-after svg {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	.organiser {
		padding-top: 80px;
	}
	
	.organiser .organiser-flex {
		padding: 20px 10%;
	}
	
	.organiser .organiser-after {
		margin-top: -5vw;
	}
}

@media screen and (min-width: 1600px) {
	.organiser {
		padding-top: 100px;
	}
}

.partners {
/* 	display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
    justify-content: space-between; */
	position: relative;
	background-color: #9CB8A3;
	padding: 30px 0;
	margin-top: -2px;
}

.partners .partners-heading {
	color: #445348;
	font-family: "Viga", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(18px, 2.1vw, 56px);
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
	.partners .partners-heading {
		position: absolute;
		right: 7%;
		top: 0;
		margin: 0;
		margin-top: -4.5vw;
		margin-bottom: 0;
	}
}
/* 
.partners .partners-logos {
	display: flex;
	justify-content: center;
} */

.partners .partners-logos .owl-stage {
	transition-timing-function: linear !important;
}

.partners .partner-logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
/* 	width: 16.5vw;
	margin: 0 clamp(15px, 3vw, 60px); */
}

.partner-logo-box {
	width: 100%;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
}

.owl-carousel .owl-item .partner-logo-box img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 70%;
	object-fit: contain;
	transform: translate(0, -50%);
}

.partners .partners-after {
	position: absolute;
    width: 100%;
	height: 8.5vw;
    top: 99%;
    left: 0;
	right: 0;
    z-index: 2;
	background-image: url( 'images/partners-after3.svg' );
	background-size: cover;
	background-repeat: no-repeat;
}

/* .partners .partners-after svg {
	display: block;
	width: 100%;
	height: auto;
} */

footer {
	display: flex;
	flex-flow: column-reverse;
	background-color: #445348;
	padding: 50px 7% 30px 7%;
	position: relative;
}

footer .footer-left {
	width: 100%;
	min-width: 180px;
	display: flex;
	justify-content: center;
}

footer .footer-right {
	text-align: center;
	margin-bottom: clamp(25px, 5vw, 100px);
}

footer .footer-left,
footer .footer-right {
	position: relative;
	z-index: 2;
}

footer .footer-left section {
	width: 22.66vw;
	min-width: 150px;
}

footer .footer-left section img {
	cursor: pointer;
}

footer .footer-right section:first-child p {
	font-family: "Viga", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #A7945A;
	font-size: clamp(18px, 3.5vw, 86px);
    line-height: 1;
	margin: 15px 0 0 0;
}

footer .footer-right section:first-child p strong {
	font-size: clamp(42px, 5.525vw, 132px);
	font-weight: 400;
	color: #F19700;
}

footer .footer-right section:nth-child(2) p {
	font-family: "Roboto", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	font-size: clamp(10px, 2vw, 46px);
	color: #C8B67F;
	margin-bottom: 0;
	margin-top: 0.5em;
}

footer .footer-leaf {
    position: absolute;
	width: 33%;
    bottom: -12vw;
    left: -5vw;
}

@media screen and (min-width: 500px) {
	footer .footer-leaf {
		bottom: -10vw;
	}
}

@media screen and (min-width: 750px) {
	footer {
		padding: 12vw 7% clamp(30px, 3vw, 100px) 7%;
		flex-flow: row;
		align-items: flex-end;
		justify-content: flex-end;
	}
	
	footer .footer-left {
		width: calc(100% / 3);
	}
	
	footer .footer-left section {
		width: 75%;
	}
	
	footer .footer-left figure {
		margin: 0;
	}

	footer .footer-right {
		width: calc(100% / 3);
		text-align: right;
		margin-bottom: 0;
	}
}


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

#preloader {
	background-color: #FDFFD4;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader .preloader-inner {
	display: flex;
	justify-content: center;
	position: relative;
}

#preloader .preloader-svg {
	display: flex;
    width: clamp(80px, 7.2vw, 200px);
	animation: rotate 2s linear infinite;
}

#preloader .preloader-svg svg {
	display: block;
    width: 100%;
    height: auto;
}

#preloader .preloader-text {
	font-family: "Viga", system-ui;
  	font-weight: 400;
  	font-style: normal;
	font-size: clamp(28px, 3.13vw, 84px);
	color: #A7945A;
	position: absolute;
	top: clamp(80px, 5.5vw, 200px);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Navigation
--------------------------------------------- */
.site-header {
	display: none;
}

@media (min-aspect-ratio: 1/1) {
.site-header {
	position: fixed;
	z-index: 5;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5%;
	background: linear-gradient(to bottom, rgba(85, 85, 85, 0.79) 0%, rgba(85, 85, 85, 0.5) 25%, rgba(85, 85, 85, 0.25) 60%, rgba(17, 17, 17, 0) 100%);
}
}

.site-header .site-branding {
	width: clamp(100px, 18vw, 500px);
}

.site-header .site-branding .custom-logo-link {
	display: none;
}

.site-header .site-branding .custom-logo-link-alt {
	display: flex;
}

.site-header .site-branding img {
	width: 100%;
	object-fit: contain;
}

.main-navigation {
	display: block;
	width: fit-content;
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	transform: translate(0,0);
	font-family: "Viga", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(20px, 1.57vw, 42px);
	color: #E8EE6A;
	padding: 0 0.8vw;
	margin-left: 2vw;
	transition: color 0.5s ease, transform 0.5s ease;
}

.main-navigation li:nth-child(2) a {
	border: 2px solid #E8EE6A;
	border-radius: 4vw;
	color: #E8EE6A;
	transform: translate(0,0);
	transition: border 0.5s ease, color 0.5s ease, transform 0.5s ease;
}


.main-navigation a:hover {
	transform: translate(0, -0.2vw);
	color: #8E9141;
}

.main-navigation li:nth-child(2) a:hover {
	border: 2px solid #8E9141;
	transform: translate(0, -0.2vw);
	color: #8E9141;
}

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

/* @media screen and (min-width: 37.5em) { */
@media (min-aspect-ratio: 1/1) {

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		display: flex;
		align-items: center;
	}

	.main-navigation ul {
		display: flex;
	}
	
	.site-header .site-branding .custom-logo-link-alt {
		display: none;
	}
	
	.site-header .site-branding .custom-logo-link {
		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;
}
