@charset "UTF-8";
/*!
Theme Name: _oilcitymainstreet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _oilcitymainstreet
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.

_oilcitymainstreet 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

--------------------------------------------------------------*/
@font-face {
  font-family: "Cysan";
  src: url("fonts/Cysan-Regular.woff2") format("woff2"), url("fonts/Cysan-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quatro";
  src: url("fonts/Quatro-Regular.woff2") format("woff2"), url("fonts/Quatro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noyh";
  src: url("fonts/NoyhGeometricRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noyh Medium";
  src: url("fonts/NoyhGeometricSemiLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noyh Thin";
  src: url("fonts/NoyhGeometricLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

h1,
h2,
h3,
h6 {
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan;
  font-weight: 500;
}

h4,
h5 {
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
}

h1 {
  font-size: clamp(40px, 6vw, 90px);
  padding: 0;
  line-height: 1em;
}
h2 {
  font-size: clamp(50px, 5vw, 70px);
  padding: 0;
  line-height: 1em;
}

h1,
h2 {
  position: relative;
  letter-spacing: -0.01em;
}
h1.red,
h2.red {
  color: #872687;
}
h1.red:after,
h2.red:after {
  content: "●";
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
  color: #FFA231;
  font-size: 2.3rem;
  margin-left: 5px;
  position: relative;
  bottom: -0.3rem;
}
h1.white,
h2.white {
  color: #ffffff;
}
h1.white:after,
h2.white:after {
  content: "●";
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
  color: #FFA231;
  font-size: 2.3rem;
  margin-left: 5px;
  position: relative;
  bottom: -0.3rem;
}

h3 {
  font-size: 50px;
  padding: 0;
  line-height: 1.1em;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 22px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
}

h6 {
  font-size: 16px;
  font-weight: 500;
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan;
  letter-spacing: 0.5px;
}

p {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.01em;
}

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 {
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
  font-weight: 300;
  overflow-x: hidden;
  cursor: none !important;
  background-color: #f7e7d8;
}

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

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 0;
  font-size: 18px;
}
ul li,
ol li {
  margin-bottom: 0.5em;
}

ul {
  list-style: none;
}
ul li {
  margin-left: 20px;
  position: relative;
  font-weight: 400;
}
ul li:before {
  content: "●";
  position: absolute;
  left: -20px;
  color: #FFA231;
}

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: #27BAC4;
  text-decoration: none;
}
a:visited {
  color: #27BAC4;
}
a:hover, a:focus, a:active {
  color: #FFA231;
  cursor: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: unset;
  position: relative;
  background: unset;
  color: unset;
  padding-top: 2em;
}
button h6,
input[type=button] h6,
input[type=reset] h6,
input[type=submit] h6 {
  pointer-events: none;
  position: relative;
  z-index: 2;
  margin-top: 1em;
  padding: 0 !important;
}
button .circle,
input[type=button] .circle,
input[type=reset] .circle,
input[type=submit] .circle {
  position: absolute;
  top: 75%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: width 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33), height 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
  transition: width 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33), height 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
  pointer-events: all;
  background: #FFA231;
}
button .circle:hover,
input[type=button] .circle:hover,
input[type=reset] .circle:hover,
input[type=submit] .circle:hover {
  width: 100px;
  height: 100px;
}
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 {
  outline: 0;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.mega-sub-menu .mega-sub-menu {
  margin-top: 10px !important;
}

.main-navigation {
  margin: 0 30px 0 0;
  padding: 45px 0 35px 0;
  border-radius: 0 0 0 100px;
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan;
}
.main-navigation ul {
  display: none;
  list-style: none;
  float: right;
  margin-right: 100px;
  z-index: 20;
}
.main-navigation ul ul.sub-menu {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
}
.main-navigation ul ul.sub-menu ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul.sub-menu li {
  margin-left: 0;
}
.main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul.sub-menu a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin-left: 20px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #151a21;
  font-size: 18px;
  font-weight: 300;
  font-family: "Noto Sans", Noyh, "Norwester", "Bungee", Quatro, Cysan;
  text-transform: lowercase;
  font-weight: 500 !important;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
html,
body {
  overflow-x: hidden;
}

.cursor {
  position: fixed;
  background-color: #FFA231;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 99999999;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cursor.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  border: 1px solid #151a21;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 99999999;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.cursor-follower.active {
  opacity: 0.5;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(3);
          transform: scale(3);
}
.cursor-follower.hovered {
  opacity: 1;
}

.site-main {
  position: relative;
}

.wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

.sticky {
  display: block;
}

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

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

.site-header {
  overflow: visible;
  width: 100%;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .site-branding {
  position: relative;
  width: 140px;
  margin-top: 20px;
  margin-left: 0px;
}

.home-intro {
  position: relative;
}
.home-intro .home-intro-image {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 0px;
  z-index: 10;
}
.home-intro .home-intro-image img {
  width: 100%;
  max-width: unset;
}
.home-intro .overlay-1 {
  position: absolute;
  top: 70%;
  height: 50%;
  left: 0%;
  width: 100%;
  background-color: #27BAC4;
  z-index: -1;
}
.home-intro .overlay-3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 80%;
  background-color: bisque;
  z-index: -1;
}
.home-intro .overlay-4 {
  position: absolute;
  top: 15%;
  left: 65%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #27BAC4;
  z-index: -1;
}
.home-intro .overlay-5 {
  position: absolute;
  top: 30%;
  right: 0%;
  width: 20%;
  height: 10px;
  background-color: #FFA231;
  mix-blend-mode: multiply;
}
.home-intro-left .slide-text h1, .home-intro-right .slide-text h1 {
  -webkit-transform: unset;
          transform: unset;
  color: #ffffff;
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan;
  line-height: 1em;
  font-size: clamp(70px, 8vw, 120px);
}
.home-intro-left .slide-text h1 span, .home-intro-right .slide-text h1 span {
  color: #FFA231;
  margin-left: 0.02em;
}
.home-intro-left h5, .home-intro-right h5 {
  padding: 20px 0 0px 100px;
  position: relative;
}
.home-intro-left {
  position: absolute;
  top: 18vw;
  z-index: 20;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-intro-left .slide-text {
  position: absolute;
  width: 55vw;
  top: 0;
  text-align: center;
  margin: 0 auto;
  visibility: none;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.home-intro-left .slide-text h1 div {
  visibility: none;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.home-intro-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 800px;
  padding-left: 200px;
}
.home-intro .scrolling-text {
  position: absolute;
  top: 0px;
  left: 100%;
  font-family: "Noto Sans", Noyh, "Norwester", "Bungee", Quatro, Cysan;
  font-size: 500px;
  font-weight: 500;
  opacity: 0.05;
  white-space: nowrap;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #27BAC4;
}

.home-section-1 {
  position: relative;
  background: #27BAC4;
}
.homeX .site-header {
  position: absolute;
}
.homeX .site-header .main-navigation {
  background: unset;
}

.home-top {
  width: 100%;
  margin-left: 0%;
  position: relative;
  z-index: 2;
}
.home-top:before {
  position: absolute;
  background: #f7e7d8;
  width: 10%;
  left: -10%;
  height: calc(100% - 100px);
  top: 200px;
}
.home-top .pattern {
  position: absolute;
  width: 40%;
  height: 80%;
  right: -100px;
  bottom: -100px;
  color: #27BAC4;
  z-index: 2;
}
.home-top-right {
  width: 50%;
  margin-top: -300px;
  margin-left: 50%;
  padding: 50px 200px 100px 100px;
  color: #303ba4;
  background-color: #872687;
  border-radius: 0 0 200px 0;
}
.home-top-right-content {
  position: relative;
  z-index: 3;
}
.home-top-left {
  width: 50%;
  top: 250px;
  margin-left: 0%;
  padding: 150px 200px 200px 100px;
  position: absolute;
}

.entry-title {
  margin: 50px auto -50px auto;
  max-width: 600px;
  text-align: right;
  font-size: 120px;
  font-family: "Noto Sans", Noyh, "Norwester", "Bungee", Quatro, Cysan;
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  display: inline-block;
  color: #f7e7d8;
  z-index: 3;
}

.pattern {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -100px;
  top: -100px;
  color: #27BAC4;
  z-index: 2;
}

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.two-columns p {
  position: relative;
}
.two-columns button {
  left: 100px;
}
.two-columns .left-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 10px 20px;
}
.two-columns .right-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 10px 20px;
}

.single-column .section-content {
  width: 100%;
  padding: 30px 0;
}

.section-1 {
  overflow: hidden;
  width: 100%;
  padding: 100px 0 40px 0;
  position: relative;
  color: #ffffff;
  background: #872687;
}
.section-1 .two-columns {
  min-height: 660px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-1 .waves {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  top: -50%;
  left: -50%;
  width: 120%;
}
.section-1 .big-image {
  position: absolute;
  right: -100px;
  top: 180px;
  border-radius: 50%;
  width: 40%;
  height: 0;
  padding-top: 40%;
  background-size: cover;
  background-position: 50%;
}
.section-1 .small-image {
  position: absolute;
  right: 25%;
  top: 80px;
  border-radius: 50%;
  width: 20%;
  height: 0;
  padding-top: 20%;
  background-size: cover;
  background-position: 50%;
}

.section-3 {
  width: 100%;
  position: relative;
  z-index: 10;
  color: #ffffff;
  background: #27BAC4;
  padding: 60px 0 60px 0;
}
.section-3 .two-columns {
  min-height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-3:after {
  background: bisque;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -300px;
  left: 0;
  z-index: 1;
}
.section-3 p {
  color: #ffffff;
}
.section-3 .two-columns {
  margin-top: 50px;
  position: relative;
}
.section-3 .waves {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  position: absolute;
  bottom: 0%;
  right: -60%;
  width: 100%;
}
.section-3 .big-image {
  position: absolute;
  right: 200px;
  top: -100px;
  border-radius: 50%;
  width: 25%;
  height: 0;
  padding-top: 25%;
  background-size: cover;
  background-position: 50%;
}
.section-3 .small-image {
  position: absolute;
  right: 10%;
  top: 180px;
  border-radius: 50%;
  width: 15%;
  height: 0;
  padding-top: 15%;
  background-size: cover;
  background-position: 50%;
}
.section-3 .medium-image {
  position: absolute;
  right: 25%;
  bottom: -80px;
  border-radius: 50%;
  width: 20%;
  height: 0;
  padding-top: 20%;
  background-size: cover;
  background-position: 50%;
  z-index: 2;
}

.section-4 {
  width: 100%;
  position: relative;
  z-index: 100;
  color: #373991;
  background: bisque;
  padding: 120px 0px 0;
}
.section-4 .two-columns {
  min-height: 540px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-4 .section-4-content {
  position: relative;
}
.section-4 .waves {
  display: none;
}
.section-4 .small-image {
  position: absolute;
  right: 20%;
  top: -80px;
  border-radius: 50%;
  width: 15%;
  height: 0;
  padding-top: 15%;
  background-size: cover;
  background-position: 50%;
}
.section-4 .small-image:after {
  content: "";
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  background: #872687;
  mix-blend-mode: darken;
  height: 0;
  top: 70%;
  left: -20%;
  width: 140px;
  padding-top: 140px;
}
.section-4 .big-image {
  position: absolute;
  right: -5%;
  top: 160px;
  border-radius: 50%;
  width: 35%;
  height: 0;
  padding-top: 35%;
  background-size: cover;
  background-position: 50%;
}
.section-4 .medium-image {
  position: absolute;
  left: 0%;
  top: -110px;
  border-radius: 50%;
  width: 40%;
  height: 0;
  padding-top: 40%;
  background-size: cover;
  background-position: 50%;
}
.section-4 .medium-image:before {
  content: "";
  width: 300px;
  height: 10px;
  background: #27BAC4;
  position: absolute;
  top: 20%;
  left: 80%;
  mix-blend-mode: darken;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 80%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  padding: 100px 0 50px 0;
  position: relative;
  z-index: 30;
}
.icons .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.icons .icon:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: -30px;
  border-radius: 50%;
  background-color: #f7e7d8;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
  transition: all 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33);
}
.icons .icon:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.icons .icon:hover svg path,
.icons .icon:hover svg rect,
.icons .icon:hover svg circle {
  stroke: #27BAC4;
}
.icons svg {
  height: 90px;
  position: relative;
  z-index: 2;
}
.icons svg path,
.icons svg rect,
.icons svg circle,
.icons svg line,
.icons svg polyline {
  fill: none !important;
  stroke: #872687 !important;
  stroke-width: 1px !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.icons h6 {
  color: #ffffff !important;
  position: relative !important;
  z-index: 2;
}

.home-section-2 {
  position: relative;
}
.home-section-2:before {
  content: "";
  position: absolute;
  background: #27BAC4;
  width: 100%;
  height: 100%;
  top: 0vw;
  z-index: -1;
}
.home-section-2:after {
  content: "";
  position: absolute;
  background: #f7e7d8;
  width: 100%;
  height: 100%;
  bottom: 0;
  height: 20vw;
  z-index: -1;
}
.home-section-2 .home-section-2-content {
  max-width: 560px;
  padding: 0 30px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 10;
}
.home-section-2 .home-section-2-image {
  margin-top: -200px;
  position: relative;
}
.home-section-2 img {
  width: 100vw;
  max-width: unset;
  -webkit-filter: brightness(1.3) saturate(1.1);
          filter: brightness(1.3) saturate(1.1);
}
.home-section-2 .waves {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  bottom: -30%;
  left: -50%;
  width: 120%;
  z-index: -1;
}
.home-section-2 .waves .st0 {
  stroke-width: 3;
}

.home-section-3 .home-section-3-content {
  max-width: 560px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.home-section-4 {
  background-color: #872687;
  color: #ffffff;
  position: relative;
  padding: 100px 0;
}
.home-section-4 p {
  color: #ffffff;
}
.home-section-4 .image {
  width: 40%;
  height: 0;
  padding-top: 40%;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: -3%;
  z-index: 10;
}

.home-section-5 {
  background-color: #872687;
  color: #ffffff;
  position: relative;
  padding: 100px 0 0 0;
}
.home-section-5 .home-section-5-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.home-section-5 .home-section-5-content p {
  color: #ffffff;
}
.home-section-5 .waves {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0%;
  right: -45%;
  width: 100%;
  z-index: 1;
}
.home-section-5 .waves .st0 {
  stroke-width: 3;
}
.home-section-5 .image {
  position: relative;
  z-index: 10;
  line-height: 0;
}

.home-section-map {
  width: 100%;
  position: relative;
}

.home .section-2-content,
.home .section-3-content,
.home .section-4-content,
.home .section-5-content {
  padding: 200px 100px;
}

.section-content {
  position: relative;
  width: 50%;
  padding: 30px 0;
  z-index: 5;
}
.section-image {
  position: absolute;
  border-radius: 50%;
  height: 0;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}
.section-image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.top-waves,
.bottom-waves {
  width: calc(100% + 40px);
  left: -20px;
}

.top-waves {
  top: -2px;
}

.bottom-waves {
  bottom: -2px;
}

.section-type-1 {
  width: 100%;
  position: relative;
  color: #151a21;
}
.section-type-1:before, .section-type-1:after {
  content: "";
  position: absolute;
  z-index: 20;
  border-radius: 50%;
  background: #27BAC4;
  mix-blend-mode: darken;
  height: 0;
}
.section-type-1:before {
  top: -20px;
  left: 10%;
  width: 12%;
  padding-top: 12%;
}
.section-type-1:after {
  top: 15%;
  left: 6%;
  width: 6%;
  padding-top: 6%;
  background: #FFA231;
}
.section-type-1 .section-image-1 {
  left: 10%;
  top: 0px;
  width: clamp(100px, 35%, 600px);
  padding-top: clamp(100px, 35%, 600px);
  z-index: 10;
}
.section-type-1 .section-content {
  left: 50%;
  top: 0px;
}
.section-type-1:first-child {
  padding: 100px 0 20px 0;
}
.section-type-1:first-child .section-image-1 {
  top: 90px;
}
.section-type-1:first-child:before {
  top: 70px;
}
.section-type-1:first-child:after {
  top: calc(15% + 90px);
}
.section-type-1:first-child .waves {
  display: block;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
}

.section-type-2 {
  width: 100%;
  position: relative;
  color: #151a21;
}
.section-type-2 .bottom-waves {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  margin-bottom: -6vw;
  background: #f7e7d8;
}
.section-type-2 .bottom-waves svg {
  position: relative;
  bottom: -1px;
}
.section-type-2:after {
  content: "";
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  background: #872687;
  mix-blend-mode: darken;
  height: 0;
  top: 10%;
  left: 5%;
  width: 140px;
  padding-top: 140px;
}
.section-type-2 .section-content-1 {
  left: 50%;
  padding-top: 0;
  padding-bottom: 60px;
}
.section-type-2 .section-content-1 p {
  color: #151a21;
}
.section-type-2 .section-image-1 {
  left: 10%;
  top: -100px;
  width: 20%;
  padding-top: 20%;
  z-index: 4;
}
.section-type-2 .section-image-2 {
  left: 10%;
  bottom: -5%;
  width: 35%;
  padding-top: 35%;
  z-index: 3;
}
.section-type-2 .section-image-3 {
  right: 5%;
  bottom: -20%;
  width: clamp(300px, 40%, 600px);
  padding-top: clamp(300px, 40%, 600px);
  z-index: 4;
}
.section-type-2:first-child {
  padding-top: 90px;
}
.section-type-2:first-child:after {
  top: calc(90px + 15%);
}
.section-type-2:first-child .section-image-1 {
  top: 90px;
}
.section-type-2:first-child .section-image-2 {
  top: calc(90px + 15%);
}

.section-type-3 {
  width: 100%;
  position: relative;
  background: #27BAC4;
  color: #ffffff;
}
.section-type-3 .top-waves {
  position: relative;
  margin-top: -10vw;
  background: #f7e7d8;
}
.section-type-3 .bottom-waves {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  margin-bottom: -6vw;
  background: #f7e7d8;
}
.section-type-3 .bottom-waves svg {
  position: relative;
  bottom: -1px;
}
.section-type-3 .section-image-1 {
  right: 20%;
  top: 20%;
  width: 20%;
  padding-top: 20%;
}
.section-type-3 .section-image-2 {
  right: -100px;
  top: 30%;
  width: 40%;
  padding-top: 40%;
  z-index: 2;
}
.section-type-3:first-child {
  top: 90px;
  margin-bottom: 70px;
}
.section-type-3 .section-content a {
  color: #373991;
}
.section-type-3 .section-content a:hover {
  color: #f7e7d8;
}

.section-type-4 {
  width: 100%;
  position: relative;
  background: #872687;
  color: #ffffff;
  top: -30px;
}
.section-type-4 .top-waves {
  position: relative;
  margin-top: -6vw;
  background: #f7e7d8;
}
.section-type-4 .bottom-waves {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  margin-bottom: -6vw;
  background: #f7e7d8;
}
.section-type-4 .bottom-waves svg {
  position: relative;
  bottom: -1px;
}
.section-type-4 .section-image-1 {
  right: 20%;
  top: 20%;
  width: 20%;
  padding-top: 20%;
  z-index: 2;
}
.section-type-4 .section-image-2 {
  right: -100px;
  top: 30%;
  width: 40%;
  padding-top: 40%;
  z-index: 3;
}
.section-type-4 .section-content a {
  color: #FFA231;
}
.section-type-4 .section-content a:hover {
  color: #f7e7d8;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 50px auto;
}
.logos .logo {
  padding: 50px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) 0s, height 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) 0s;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) 0s, height 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) 0s;
}
.logos .logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-template-page-map .section-type-map .map {
  background-color: #872687;
  overflow: visible;
  min-height: unset;
  padding-bottom: 4em;
}
.page-template-page-map .section-type-map iframe {
  aspect-ratio: 3/2;
  max-width: 90%;
  margin-left: 5%;
  border-radius: 10px;
  margin-top: -15%;
}
.page-template-page-map .section-type-map .section-3-big-image {
  border-radius: 100px 0 0 0;
}
.page-template-page-map .section-type-map .section-3-big-image:before {
  background: #ffffff;
}

.page-template-page-map .wpgmza-marker-listing-category-filter {
  padding-left: 10px;
}
.page-template-page-map .wpgmza-marker-listing-category-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
  color: #ffffff;
  margin-bottom: 2em;
}
.page-template-page-map .wpgmza-marker-listing-category-filter select:focus {
  outline: unset;
}
.page-template-page-map .section-type-2:first-child:after {
  display: none;
}
.page-template-page-map .section-content {
  width: 100%;
  padding-bottom: 0px;
}
.page-template-page-map .section-type-map {
  position: relative;
  color: #ffffff;
}
.page-template-page-map .map {
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background: #872687;
  overflow: hidden;
}
.page-template-page-map .map .wpgmza_map {
  position: absolute;
  height: calc(100vh - 100px) !important;
  border-radius: 0 20px 20px 0;
  top: 50px;
  margin-left: 0px;
}
.page-template-page-map .map .wpgmza-marker-listing-category-filter,
.page-template-page-map .map .XXmap-overlay-content {
  margin-left: 50%;
}
.page-template-page-map .map-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #872687;
}
.page-template-page-map .map-overlay button {
  z-index: 10001;
  color: #f7e7d8;
  position: absolute;
  top: 20px;
  right: 50px;
}
.page-template-page-map .map-overlay h1 {
  color: #ffffff;
}
.page-template-page-map .map-overlay .map-overlay-content {
  color: #ffffff;
  padding: 50px 70px 0 70px;
  margin-left: 40%;
}
.page-template-page-map .visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.page-template-page-map h3,
.page-template-page-map h4,
.page-template-page-map p {
  margin: 0;
  padding: 0;
}
.page-template-page-map h3 {
  font-size: 1.125rem;
  padding: 0 0 15px;
  color: #f05022;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.page-template-page-map .x-schedule-trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
}
.page-template-page-map .x-schedule-trigger:before {
  font-size: 18px;
  content: "+";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #f05022;
  color: white;
  line-height: 1.4em;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-template-page-map .x-day-group {
  padding: 15px 25px;
  will-change: opacity, transform;
  opacity: 1;
  -webkit-transform: transformX(0);
          transform: transformX(0);
}
.page-template-page-map h3 + .x-day-group {
  padding-top: 0;
}
.page-template-page-map .is-active h3 {
  padding: 0 25px 15px;
}
.page-template-page-map .is-active .x-schedule-trigger {
  display: none;
}
.page-template-page-map .vertical-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: 100vh;
  font-size: 0.875rem;
  line-height: 1.5;
}
.page-template-page-map .accordion-item {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  margin-left: -1px;
  width: 10%;
  will-change: width;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: unset !important;
}
.page-template-page-map .accordion-item h1 {
  color: #27BAC4;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  top: 0;
  z-index: 2;
  margin-top: 40px;
  margin-left: 20px;
}
.page-template-page-map .accordion-item:first-child {
  margin-left: 0;
}
.page-template-page-map .accordion-item.is-active {
  width: 50%;
}
.page-template-page-map .accordion-content {
  overflow: hidden;
  padding: 20px 20px 20px 110px;
}
.page-template-page-map .accordion-content > *:first-child {
  margin-top: 0;
}
.page-template-page-map .accordion-content h3 {
  text-transform: uppercase;
}
.page-template-page-map .accordion-content-group {
  overflow: hidden;
  padding: 16px;
  color: #151a21;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px 0 0px 0;
  padding: 15px 20px 10px 20px;
}

.wpgmza-infowindow {
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
  max-width: 300px;
}
.wpgmza-infowindow p {
  color: #151a21;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.wpgmza-infowindow .wpgmza_infowindow_title {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
  line-height: 1.1em;
  color: #27BAC4;
}
.wpgmza-infowindow .wpgmza_infowindow_address {
  margin-top: 0.5em;
}
.wpgmza-infowindow .wpgmza_infowindow_description {
  font-weight: 600;
}
.wpgmza-infowindow .wpgmza_infowindow_link {
  margin-top: 10px;
}
.wpgmza-infowindow .wpgmza_infowindow_link a {
  color: #27BAC4;
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan;
  text-transform: lowercase;
}

.map-overlay h1 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  visibility: hidden;
  opacity: 0;
}

.map-overlay .wpgmza_map {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 40vw !important;
}

.wpgmza_cat_checkbox_holder {
  height: auto !important;
}
.wpgmza_cat_checkbox_holder li {
  margin-left: 0;
}
.wpgmza_cat_checkbox_holder li:before {
  display: none;
}

.map-overlay .wpgmza-grid-row {
  opacity: 1;
}

.wpgmza_marker_list_class.wpgmza-marker-grid {
  width: calc(50% - 80px) !important;
  margin: 0 auto 0 50%;
  position: relative;
  z-index: 10;
  gap: 20px;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-row {
  height: unset;
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
  border-bottom: 3px solid #ffffff;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item {
  background: unset !important;
  border: unset;
  margin-bottom: 60px;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item:hover {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-grid-item-content {
  padding-bottom: 10px;
  max-height: unset;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item p,
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item div {
  color: #ffffff !important;
  opacity: 1;
  padding: 0.1em 0 0 0;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item p {
  font-weight: bold;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza_marker_title {
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
  font-size: 24px !important;
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-address,
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-desc,
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-desc p {
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
  font-size: 16px !important;
  color: #151a21;
  margin-top: 0 !important;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza_custom_fields {
  display: none;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza_marker_icon {
  top: unset;
  bottom: 10px;
  display: none;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-grid-footer {
  margin-top: 10px;
  display: block;
  text-align: left;
  background: unset;
  border-top: 0;
  bottom: 15px;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-grid-footer .wpgmza-link {
  background: #ffffff;
  padding: 3px 20px 0 20px;
  border-radius: 2px;
  margin-left: 0;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-grid-footer .wpgmza-link:hover {
  background: #27BAC4;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-grid-footer .wpgmza-link:hover a {
  color: #ffffff;
}
.wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-item .wpgmza-grid-footer .wpgmza-link a {
  color: #27BAC4;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan;
  text-transform: lowercase;
}

.wpgmza-pagination .paginationjs {
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan;
  font-weight: 600;
}
.wpgmza-pagination .paginationjs .paginationjs-pages li {
  border: unset;
  margin: 1px;
}
.wpgmza-pagination .paginationjs .paginationjs-pages li.active a {
  background: #f7e7d8;
  color: #27BAC4;
  height: unset;
  line-height: 28px;
}
.wpgmza-pagination .paginationjs .paginationjs-pages li:last-child,
.wpgmza-pagination .paginationjs .paginationjs-pages li:first-child {
  border-right: unset;
  font-family: XQuestrial, Yaldevi, Noto Sans, Noyh, "Work Sans";
}

.tribe-js .tribe-events .tribe-events-c-ical__link {
  display: none;
  border: none;
  color: #872687;
  font-size: 14px;
}
.tribe-js .tribe-events .tribe-events-c-ical__link .tribe-common-c-svgicon {
  color: #872687;
}
.tribe-js .tribe-events .tribe-events-c-ical__link:hover, .tribe-js .tribe-events .tribe-events-c-ical__link:active, .tribe-js .tribe-events .tribe-events-c-ical__link:focus {
  background: #872687;
  color: #ffffff;
}
.tribe-js .tribe-common .tribe-common-anchor-thin:active,
.tribe-js .tribe-common .tribe-common-anchor-thin:focus,
.tribe-js .tribe-common .tribe-common-anchor-thin:hover {
  border-bottom: 0;
}
.tribe-js .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  display: none;
}
.tribe-js .tribe-events-single * {
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan !important;
}
.tribe-js .tribe-events * {
  font-family: Calistoga, Coustard, DM Serif Text, Istok Web, Noyh Medium, Noyh, rift, poster-gothic-excond-atf, poster-gothic-round-excond-a, "Norwester", "Bungee Hairline", Quatro, Cysan !important;
}
.tribe-js .tribe-events .tribe-common-h7 {
  font-size: 26px;
  line-height: 1em;
}
.tribe-js .tribe-events .tribe-common-h8 {
  font-size: 16px;
  line-height: 1em;
}
.tribe-js .tribe-events .tribe-events-c-top-bar__today-button {
  display: none !important;
}
.tribe-js .tribe-events .tribe-events-l-container {
  padding-top: 30px !important;
}
.tribe-js .tribe-events .tribe-events-calendar-month__day-date {
  color: #373991;
}
.tribe-js .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-js .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #373991;
}
.tribe-js .tribe-events .tribe-events-calendar-month__day,
.tribe-js .tribe-events .tribe-events-calendar-month__body,
.tribe-js .tribe-events .tribe-events-calendar-month__week {
  border: none !important;
}
.tribe-js .tribe-events .tribe-events-calendar-month__day-date-daynum {
  background: #ffffff;
  border-radius: 50%;
  width: 30px;
  display: inline-block;
  height: 30px;
  padding-left: 10px;
  padding-top: 5px;
}
.tribe-js .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
  background: #FFA231;
}
.tribe-js .tribe-events .tribe-events-calendar-month__day-cell p {
  line-height: 1em;
}
.tribe-js .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 14px;
  line-height: 1em;
}
.tribe-js .tribe-events .tribe-events-calendar-month__calendar-event-datetime span,
.tribe-js .tribe-events .tribe-events-calendar-month__calendar-event-datetime time:nth-of-type(2) {
  display: none;
}
.tribe-js .tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,
.tribe-js .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: #373991;
}
.tribe-js .tribe-events .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path,
.tribe-js .tribe-events .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path {
  opacity: 0.3;
}
.tribe-js .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background: #FFA231;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  height: 50px;
  padding-left: 10px;
  padding-top: 15px;
  margin-top: -15px;
}
.tribe-js .tribe-events .tribe-events-calendar-list__event-date-tag-datetime h4 {
  margin-top: -10px;
}
.tribe-js .tribe-events .tribe-events-calendar-list__event-date-tag-datetime h4 span {
  font-size: 34px !important;
}
.tribe-js .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #151a21;
}
.tribe-js .tribe-events .tribe-events-calendar-list__event-title a {
  color: #373991;
  font-size: 30px;
  font-weight: 500;
}
.tribe-js .tribe-events .tribe-events-calendar-list__month-separator-text {
  font-size: 40px;
}
.tribe-js .tooltipster-sidetip .tooltipster-box {
  background: #ffffff !important;
  border: none !important;
}
.tribe-js .tooltipster-sidetip .tooltipster-content {
  color: #151a21;
  line-height: 1em;
  overflow: visible;
}
.tribe-js .tooltipster-sidetip .tooltipster-content p {
  line-height: 1.3em;
  font-weight: 100;
  font-size: 16px;
}
.tribe-js.single-tribe_events .section-type-3 {
  display: none;
}
.tribe-js.single-tribe_events #tribe-events-pg-template {
  max-width: 800px;
  padding-top: 180px;
}
.tribe-js.single-tribe_events #tribe-events-pg-template .tribe-events-single {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 30px;
}
.tribe-js.single-tribe_events .tribe-events-event-meta {
  font-size: 16px;
}
.tribe-js.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 20px;
}
.tribe-js.single-tribe_events .tribe-events-cal-links {
  display: none;
}
.tribe-js.single-tribe_events .tribe-events-single-event-title {
  font-size: 60px;
  font-weight: 500;
  color: #373991;
}

.site-footer {
  background: #f7e7d8;
  position: relative;
  z-index: 9;
  display: block;
  padding-top: 60px;
  padding-bottom: 20px;
}
.site-footer .footer-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.site-footer .footer-logo img {
  max-width: 100px;
}
.site-footer .footer-description {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0 15% 0 20px;
}
.site-footer .footer-description p {
  margin-top: 0;
  font-size: 1em;
}
.site-footer .site-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .social-media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  text-align: center;
}
.site-footer .social-media svg {
  margin-top: 5px;
  width: 40px;
  margin-right: 10px;
}
.site-footer .social-media svg path {
  fill: #27BAC4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-footer .social-media svg:hover path {
  fill: #FFA231;
}

/* 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

/* Responsive
--------------------------------------------- */
@media only screen and (max-width: 1000px) {
  .cursor {
    display: none;
  }
  .cursor-follower {
    display: none;
  }
  body {
    cursor: default !important;
  }
  body button .circle {
    cursor: pointer;
  }
  .main-navigation {
    margin-right: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 24px;
  }
  .icons .icon:before {
    width: 100px;
    height: 100px;
  }
  .icons svg {
    height: 80px;
  }
  .home-intro-left .slide-text {
    width: 100%;
    max-width: 60vw;
  }
  .home-section-2 .home-section-2-image {
    margin-top: 0;
  }
  .logos .logo {
    padding: 50px 30px;
  }
  .section-type-1:first-child {
    padding-top: 40px;
  }
  .section-content {
    left: 0 !important;
    width: 100%;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .section-image {
    position: relative;
  }
  .section-type-1:before {
    top: unset !important;
    bottom: 35vw;
    left: 10vw;
    width: 30vw;
    height: auto;
    aspect-ratio: 1;
  }
  .section-type-1:after {
    top: unset !important;
    bottom: 24vw;
    left: 4vw;
    width: 20vw;
    height: auto;
    aspect-ratio: 1;
  }
  .section-type-1 .section-image-1 {
    top: -10px !important;
    left: 25% !important;
    width: 70vw;
    height: auto;
    aspect-ratio: 1;
    padding-top: 0%;
    margin-bottom: -10%;
  }
  .section-type-2 .section-image-1 {
    left: 60vw;
    width: 35vw;
    height: auto;
    aspect-ratio: 1;
    top: 0px;
  }
  .section-type-2 .section-image-2 {
    left: -15vw;
    margin-top: -20vw;
    margin-bottom: -20vw;
    width: 85vw;
    height: auto;
    aspect-ratio: 1;
  }
  .section-type-3 .section-image-1 {
    width: 80vw;
    height: auto;
    aspect-ratio: 1;
    left: -10vw;
  }
  .section-type-3 .section-image-2 {
    left: 60vw;
    top: -10vw;
    width: 40vw;
    height: auto;
    aspect-ratio: 1;
    z-index: 2;
    margin-top: -15vw;
    margin-bottom: -20vw;
  }
  .section-type-4 .section-image-1 {
    left: 5vw;
    top: 0px;
    width: 40vw;
    height: auto;
    aspect-ratio: 1;
  }
  .section-type-4 .section-image-2 {
    left: 30vw;
    margin-top: -25vw;
    margin-bottom: -15vw;
    width: 70vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 800px) {
  .home-intro .home-intro-image {
    background-size: cover;
  }
  .home-intro .home-intro-left .slide-text {
    width: 100%;
    max-width: 80vw;
  }
  .icons .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .home-section-2 .home-section-2-image {
    margin-top: -100px;
  }
  .logos {
    padding-top: 60px;
  }
  .logos .logo {
    padding: 50px 20px;
  }
  .home-section-4 {
    padding: 100px 0 0 0;
  }
  .home-section-4 .two-columns {
    display: block;
    text-align: center;
  }
  .home-section-4 .two-columns button {
    left: 0;
  }
  .home-section-4 .two-columns .left-column {
    max-width: 560px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .home-section-4 .image {
    width: 60%;
    padding-top: 60%;
    top: -200px;
    display: none;
  }
  .home-section-5 .home-section-5-content {
    max-width: 560px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .home-section-5 .waves {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 70px;
  }
  .home-intro .home-intro-image img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-intro .home-intro-left .slide-text h1 {
    max-width: 400px;
    margin: 0 auto;
    font-size: clamp(50px, 10vw, 70px);
  }
  .icons .icon:before {
    width: 80px;
    height: 80px;
  }
  .icons svg {
    height: 60px;
  }
  .logos {
    max-width: 400px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logos .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}/*# sourceMappingURL=style.css.map */