/*!
Theme Name: Visit Crawford
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: visitcrawford_s
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.

Visit Crawford 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;
  -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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", Xarboria, Xproxima-nova, rustica, hwt-artz;
  font-weight: 800;
  margin: 0.5rem 0;
}

h1 {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 60px;
  line-height: 1em;
}

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

h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

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 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.entry-content ul {
  list-style: none;
}
.entry-content ul li {
  list-style-type: none;
  margin-left: 1.8em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  font-weight: 600;
  color: #6d7081;
}
.entry-content ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1.3em;
  width: 0.7em;
  height: 0.7em;
  background: #53D5F4;
  border-radius: 0.2em;
}
.entry-content ul li li {
  padding-bottom: 0em;
  margin-bottom: 0em;
  margin-left: 1em;
}
.entry-content ul li li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 0.5em;
  height: 0.5em;
  background: #0925BF;
  border-radius: 0.2em;
}

/* 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: #0925BF;
  text-decoration: unset;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  color: #27282e;
  transition: all 0.2s;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
aside #mc_embed_signup .button,
.pagination a,
a.button,
.evoau_submission_form p #evoau_submit, a.evoAU_form_trigger_btn, .evoau_submission_form .msub_row a, .row .enterNew, .evoau_submission_form .formBtnS {
  border: unset;
  border-radius: 5px;
  background: #0925BF;
  color: #ffffff;
  line-height: 0em;
  padding: 20px 40px;
  font-family: "Montserrat", Xarboria, Xproxima-nova, rustica, hwt-artz;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: all 0.2s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
aside #mc_embed_signup .button:hover,
.pagination a:hover,
a.button:hover,
.evoau_submission_form p #evoau_submit:hover, a.evoAU_form_trigger_btn:hover, .evoau_submission_form .msub_row a:hover, .row .enterNew:hover, .evoau_submission_form .formBtnS:hover {
  background: #53D5F4;
  color: #0925BF;
  transition: all 0.2s;
}
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,
aside #mc_embed_signup .button:active,
aside #mc_embed_signup .button:focus,
.pagination a:active,
.pagination a:focus,
a.button:active,
a.button:focus,
.evoau_submission_form p #evoau_submit:active,
.evoau_submission_form p #evoau_submit:focus, a.evoAU_form_trigger_btn:active, a.evoAU_form_trigger_btn:focus, .evoau_submission_form .msub_row a:active, .evoau_submission_form .msub_row a:focus, .row .enterNew:active, .row .enterNew:focus, .evoau_submission_form .formBtnS:active, .evoau_submission_form .formBtnS: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],
input[type=url],
input[type=email],
input[type=tel],
textarea {
  border-radius: 3px;
  padding: 3px;
  background-color: white;
  border: thin solid #0925BF;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
}
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,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #111;
}

select,
input[type=text] {
  /* styling */
  background-color: white;
  border: thin solid #0925BF;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #63E08F 50%), linear-gradient(135deg, #63E08F 50%, transparent 50%), linear-gradient(to right, #0925BF, #0925BF);
  background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select:focus {
  outline: 0;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  width: 20px;
  height: 20px;
  border: 2px solid #63E08F;
  border-radius: 5px;
  position: relative;
  top: 4px;
}

input[type=checkbox]:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  background: #53D5F4;
  border-radius: 2px;
}

input[type=checkbox]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.searchandfilter label,
.wpcf7 label,
#mc-embedded-subscribe-form label {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline;
}
.searchandfilter ul li li,
.wpcf7 ul li li,
#mc-embedded-subscribe-form ul li li {
  padding: 0 0 2px 0;
}

textarea {
  width: 100%;
}

.wpcf7 label {
  display: block;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  font-weight: 300;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  flex: 0;
  position: relative;
  margin-left: 50px;
}
/* Small menu. */
.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%;
}

.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper,
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
  font-family: "Montserrat", Xarboria, Xproxima-nova, rustica, hwt-artz;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: unset !important;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper {
  display: flex;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul li.wpmega-menu-megamenu ul li a:hover,
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul li.wpmega-menu-megamenu ul li a,
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul li.wpmega-menu-megamenu ul li a:focus,
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul li.wpmega-menu-megamenu ul li span.wpmm-mega-menu-href-title {
  color: white;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li {
  flex: 0;
  margin-left: 50px;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li a {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  text-align: right;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li .wp-mega-sub-menu a {
  text-align: left;
}
.mega-menu-menu-1 .main-navigation .wpmm-image-link-wrapper {
  width: 100%;
  height: 0%;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mega-menu-menu-1 .main-navigation .wpmm-image-link-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100;
  height: 100%;
}
.mega-menu-menu-1 .main-navigation .wpmm-image-link-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  background-color: #63E08F;
  border: unset;
  border-radius: 20px;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap li li {
  border-bottom: 1px solid;
}
.mega-menu-menu-1 .main-navigation .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap a {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}

.mega-menu-menu-1 .main-navigation .mega-menu-wrap {
  background: unset !important;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
  justify-content: flex-end;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left {
  margin-left: 40px;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left a.mega-menu-link {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  text-align: right;
  height: auto;
  padding: 15px 0 0 0 !important;
  transition: all 0.2s;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left a.mega-menu-link:hover {
  color: #FFC32E;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left.mega-current_page_item a.mega-menu-link {
  color: #FFC32E !important;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left.mega-current_page_item .mega-sub-menu .mega-sub-menu a.mega-menu-link {
  color: #27282e !important;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left.mega-current_page_item .mega-sub-menu .mega-sub-menu a.mega-menu-link:hover {
  color: #0925BF !important;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  padding: 0;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  background: unset;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3215686275);
}
.mega-menu-menu-1 .main-navigation #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-menu-1 .main-navigation #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: 1.3rem;
  margin-bottom: 0px;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, .mega-menu-menu-1 .main-navigation #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 li.mega-menu-item > a.mega-menu-link {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0 !important;
  margin-top: 0.4em;
  line-height: 1.3em;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
  width: 90%;
  height: 140px;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 input, .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
  max-width: unset !important;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  width: 90%;
  padding: 0px 15px 15px 0;
}
.mega-menu-menu-1 .main-navigation .widget_recent_entries ul {
  display: block;
  margin-top: 0.8em;
  margin-left: 0;
}
.mega-menu-menu-1 .main-navigation .widget_recent_entries ul li {
  margin-left: 0;
  margin-bottom: 0.8em;
  line-height: 1.3em;
}
.mega-menu-menu-1 .main-navigation .widget_recent_entries ul li a {
  line-height: 0em;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0px 0 !important;
  color: #27282e;
}
.mega-menu-menu-1 .main-navigation .widget_recent_entries ul li a:hover {
  color: #0925BF;
}

.secondary-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  height: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(39, 40, 46, 0.7) 100%);
}
.secondary-menu ul {
  list-style: unset;
  position: absolute;
  top: 0px;
  right: 30px;
  width: 100%;
  height: 30px;
  padding: 10px 10px;
  display: flex;
  justify-content: flex-end;
  z-index: 60;
  color: #ffffff;
}
.secondary-menu ul li {
  display: inline-block;
  list-style: unset;
  padding: 0 0 0 10px;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  position: relative;
  line-height: 1em;
  top: 0%;
  font-weight: 500;
}
.secondary-menu ul li a {
  color: #ffffff;
}
.secondary-menu .search {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 0px;
  background: #63E08F;
  height: 30px;
  width: 30px;
  margin-right: 0;
  padding: 0;
  cursor: pointer;
}
.secondary-menu .search svg {
  width: 100%;
}
.secondary-menu .search svg path {
  fill: #27282e;
}

.secondary-menu .search-form {
  background: #FFC32E;
  padding: 20px 0 0 0;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 300px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.5s;
  border-radius: 0 0 0 20px;
}
.secondary-menu .search-form.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.secondary-menu .search-form .searchandfilter ul {
  position: relative;
  height: auto;
  right: unset;
  width: 100%;
  display: block;
  color: #27282e;
}
.secondary-menu .search-form .searchandfilter ul label {
  font-weight: 400;
}
.secondary-menu .search-form .searchandfilter ul li {
  display: block;
  margin-bottom: 20px;
}
.secondary-menu .search-form .searchandfilter ul li li {
  margin-bottom: 0;
}

/* Posts and pages
--------------------------------------------- */
html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", Xarboria, Xproxima-nova, rustica, hwt-artz;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
}

.app-launcher {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 100;
  width: 120px;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.app-launcher img {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}
.app-launcher:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

.site-header {
  position: absolute;
  z-index: 70;
  padding: 20px 45px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.site-header:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgba(255, 255, 255, 0) 95%);
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.site-header .site-branding {
  flex: 0 0 200px;
  z-index: 10;
}
.site-header .main-navigation {
  flex: 1;
  z-index: 10;
}
.site-header .border-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
}

main {
  z-index: 30;
  overflow: hidden;
}
main.with-sidebar {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 1400px;
  margin: 30px auto 0 auto;
}
main.with-sidebar aside {
  flex: 0 0 360px;
  overflow: hidden;
}
main.with-sidebar .article-items-list,
main.with-sidebar .search-filter-results {
  flex: 1;
  overflow: hidden;
}

.waves-el,
.irreg-shape,
.snake-shape,
.decor-element {
  position: fixed;
  width: 50%;
  z-index: 10;
}

.waves-el {
  top: 15%;
  right: -100px;
}

.irreg-shape {
  top: 30%;
  right: -100px;
}

.snake-shape {
  top: 15%;
  right: -100px;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.decor-element {
  top: 40%;
  left: -5%;
}

aside {
  padding: 0 30px;
  position: relative;
  z-index: 10;
}
aside .sidebar-title h5 {
  font-weight: 300;
  text-transform: initial;
}
aside .sidebar-title span {
  line-height: 0.9em;
  font-weight: 600;
}
aside .sidebar-title h3 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 0.9em;
}

.member-label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
  background: #63E08F;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  padding: 0px 10px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-items-list {
  margin-top: 0;
  flex: 0 0 75%;
  overflow: hidden;
}

.article-items-list,
.search-filter-results {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}
.article-items-list .article-item-wrapper,
.search-filter-results .article-item-wrapper {
  flex: 0 0 33.333%;
  padding: 10px;
  position: relative;
}
.article-items-list .article-item-wrapper .article-item,
.search-filter-results .article-item-wrapper .article-item {
  position: relative;
  top: 0;
  left: 0;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 5%;
  overflow: hidden;
}
.article-items-list .article-item-wrapper .article-item:before,
.search-filter-results .article-item-wrapper .article-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #020024 95%);
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.article-items-list .article-item-wrapper .article-item .article-title,
.search-filter-results .article-item-wrapper .article-item .article-title {
  flex: 2;
  border-radius: 20px;
  position: relative;
  padding: 1em;
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
}
.article-items-list .article-item-wrapper .article-item .article-title h5,
.search-filter-results .article-item-wrapper .article-item .article-title h5 {
  font-size: 30px;
  margin: 0;
  color: #ffffff;
  line-height: 1em;
}
.article-items-list .article-item-wrapper .article-item .article-thumb div,
.search-filter-results .article-item-wrapper .article-item .article-thumb div {
  border-radius: 30px;
}
@-webkit-keyframes mymove {
  50% {
    border-radius: 20% 30% 20% 10%;
  }
}
@keyframes mymove {
  50% {
    border-radius: 20% 30% 20% 10%;
  }
}
@-webkit-keyframes mymove2 {
  50% {
    border-radius: 67% 33% 66% 34%/46% 54% 46% 54%;
  }
}
@keyframes mymove2 {
  50% {
    border-radius: 67% 33% 66% 34%/46% 54% 46% 54%;
  }
}
@-webkit-keyframes mymove3 {
  50% {
    border-radius: 35% 65% 50% 50%/66% 48% 52% 34%;
  }
}
@keyframes mymove3 {
  50% {
    border-radius: 35% 65% 50% 50%/66% 48% 52% 34%;
  }
}
.image-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  line-height: 1.1em;
  margin: 10px 15px;
  font-size: 12px;
  font-weight: 600;
}
.image-info span {
  display: block;
  font-weight: 300;
}

.home .site-header {
  position: absolute;
}
.home .site-header .border-bottom {
  display: none;
}
.home .content-slider {
  margin-top: 60px;
}

.hero {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.hero .hero-slider {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.hero .hero-slider img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hero .hero-slider .slider-caption {
  position: absolute;
  color: white;
  left: 100px;
  bottom: 100px;
  z-index: 10;
  border-left: 3px solid;
  padding-left: 10px;
  font-size: 14px;
}
.hero .hero-slider .slider-caption p {
  line-height: 1.3em;
  margin: 0;
  font-weight: 600;
}
.hero .hero-slider .slider-caption span {
  display: block;
  font-weight: 300;
}
.hero .hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  max-width: 1300px;
}
.hero .hero-content h1 {
  background: -webkit-linear-gradient(#FFC32E, #53D5F4);
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  opacity: 0.8;
  line-height: 0.9em;
  font-size: 170px;
  text-align: center;
  text-transform: uppercase;
  max-width: 1400px;
  margin: 0 auto;
  display: inline-block;
}
.hero .round {
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  position: absolute;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.3s;
  z-index: 10;
}
.hero .round:hover {
  background: #FFC32E;
  border: 2px solid #FFC32E;
}
.hero #cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
}
.hero #cta .arrow {
  left: 30%;
}
.hero .arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 12px;
}
.hero .segunda {
  margin-left: 8px;
}
.hero .next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}
@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}
.hero .bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.hero .arrow.primera.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.hero .round .arrow {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.hero .round .arrow.primera {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animated-gallery {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 60vw;
  margin-top: 100vh;
  display: flex;
  z-index: 15;
}
.animated-gallery .el {
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-position: 50% 50%;
  background-size: cover;
}
.animated-gallery .el-center {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-position: 50% bottom;
}
.animated-gallery.video .el-center .embed-container {
  -webkit-clip-path: inset(2vw 35vw round 20px);
          clip-path: inset(2vw 35vw round 20px);
  position: relative;
  height: 0;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 56.25vw;
  max-height: 100%;
}
.animated-gallery.video .el-center .embed-container iframe,
.animated-gallery.video .el-center .embed-container object,
.animated-gallery.video .el-center .embed-container embed {
  max-width: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .animated-gallery.video .el-center .embed-container iframe,
.animated-gallery.video .el-center .embed-container object,
.animated-gallery.video .el-center .embed-container embed {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .animated-gallery.video .el-center .embed-container iframe,
.animated-gallery.video .el-center .embed-container object,
.animated-gallery.video .el-center .embed-container embed {
    width: 177.78vh;
  }
}
.animated-gallery.content {
  height: auto;
  max-height: unset;
  margin-bottom: 60px;
  min-height: 45vw;
}
.animated-gallery.content .el-center {
  height: auto;
  padding: 0 30px;
  width: 100%;
}
.animated-gallery.content .el-center .embed-container {
  color: #27282e;
  max-width: 30vw;
  margin: 0 auto;
  text-align: center;
}
.animated-gallery .group-el-left {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 45vw;
  width: 35vw;
}
.animated-gallery .group-el-left .el:nth-child(1) {
  right: 20vw;
  top: 2vw;
  width: 30vw;
  padding-top: 30vw;
}
.animated-gallery .group-el-left .el:nth-child(2) {
  right: 2vw;
  top: 4vw;
  width: 16vw;
  padding-top: 16vw;
}
.animated-gallery .group-el-left .el:nth-child(3) {
  right: 2vw;
  top: 22vw;
  width: 16vw;
  padding-top: 24vw;
}
.animated-gallery .group-el-right {
  position: absolute;
  top: 0;
  left: 65vw;
  padding-top: 45vw;
  width: 35vw;
}
.animated-gallery .group-el-right .el:nth-child(1) {
  left: 2vw;
  top: 2vw;
  width: 26vw;
  padding-top: 16vw;
}
.animated-gallery .group-el-right .el:nth-child(2) {
  left: 2vw;
  top: 20vw;
  width: 18vw;
  padding-top: 24vw;
}
.animated-gallery .group-el-right .el:nth-child(3) {
  left: 22vw;
  top: 20vw;
  width: 18vw;
  padding-top: 18vw;
}

.content-slider {
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}
.content-slider .waves-el {
  position: absolute;
  top: -200px;
  width: 60%;
  left: 50%;
  z-index: 10;
}
.content-slider .irreg-shape {
  position: absolute;
  top: 15%;
  width: 60%;
  max-width: 800px;
  right: -10%;
  z-index: 1;
}
.content-slider .owl-carousel {
  margin-bottom: 80px;
  z-index: 15;
}
.content-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.content-slider .owl-carousel .slide {
  height: 80vh;
  max-height: 740px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content-slider .owl-carousel .slide-image-wrapper {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}
.content-slider .owl-carousel .slide-image-wrapper img {
  border-radius: 0 20px 20px 0;
}
.content-slider .owl-carousel .slide-image-wrapper.slide-image-wrapper-small {
  flex: 0 0 20%;
  height: 80%;
}
.content-slider .owl-carousel .slide-image-wrapper.slide-image-wrapper-small img {
  border-radius: 20px 0 0 20px;
}
.content-slider .owl-carousel .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.content-slider .owl-carousel .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-slider .owl-carousel .slide-title {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 60%;
}
.content-slider .owl-carousel .slide-title h1 {
  margin: 0;
  line-height: 0.9em;
  color: #53D5F4;
  display: block;
  padding-left: -10%;
  font-size: 70px;
}
.content-slider .owl-carousel .slide-title span {
  color: #0925BF;
}
.content-slider .owl-carousel .slide-title .icon-arrows {
  font-size: inherit;
  opacity: 0;
  position: relative;
  top: 20px;
  left: 0;
  transition: all 0.5s;
}
.content-slider .owl-carousel .slide-title:hover .icon-arrows {
  left: 50px;
  opacity: 1;
}
.content-slider .owl-carousel .no-bg-image {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 400px;
}
.content-slider .owl-carousel .slide-info {
  width: 50%;
  padding-left: 10%;
}
.content-slider .slider-nav {
  width: 70px;
  margin-top: -180px;
  position: absolute;
  right: 22%;
  z-index: 20;
}
.content-slider .slider-nav .arrow {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:black;stroke-width:1;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:black;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='22.6' cy='22.5' r='20.4'/%3E%3Cg%3E%3Cpolyline class='st1' points='24.8,14.8 17.1,22.4 17.1,22.5 24.8,30.2 '/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  width: 70px;
  height: 70px;
  background-size: cover;
  cursor: pointer;
}
.content-slider .slider-nav .arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:rgb(9 37 191);stroke-width:1;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:rgb(9 37 191);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='22.6' cy='22.5' r='20.4'/%3E%3Cg%3E%3Cpolyline class='st1' points='24.8,14.8 17.1,22.4 17.1,22.5 24.8,30.2 '/%3E%3C/g%3E%3C/svg%3E");
}
.content-slider .slider-nav .arrow.arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.row-with-links {
  position: relative;
  margin: 0px auto 0 auto;
  background: #63E08F;
  padding: 0 100px 50px 100px;
}
.row-with-links .row-with-links-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  z-index: 20;
}
.row-with-links .border-top, .row-with-links .border-bottom {
  position: absolute;
  width: 100%;
  left: 0;
}
.row-with-links .border-top {
  top: 0px;
}
.row-with-links .border-bottom {
  bottom: 0px;
}
.row-with-links .row-with-links-item {
  flex: 1 1 0;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.row-with-links .row-with-links-item .row-with-links-item-bg {
  border-radius: 44% 56% 64% 36%/39% 33% 67% 61%;
  background-color: #53D5F4;
  overflow: visible;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 70%;
}
.row-with-links .row-with-links-item img {
  position: relative;
  z-index: 22;
  margin-top: -10%;
  left: 10%;
  width: 30vw;
}
.row-with-links .row-with-links-item .content {
  position: relative;
  z-index: 20;
  padding: 0px 0px 200px 20%;
  margin-top: -10px;
  max-width: 300px;
}
.row-with-links .row-with-links-item h3 {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.9em;
  font-size: 50px;
  overflow-wrap: normal;
}
.row-with-links .row-with-links-item h6 {
  margin: 0;
  line-height: 1em;
  margin-bottom: 0.2em;
}
.row-with-links .row-with-links-item svg {
  display: none;
  overflow: visible;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.row-with-links .row-with-links-item svg path {
  transition: all 0.3s;
}
.row-with-links .row-with-links-item:hover svg path {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s;
}
.row-with-links .row-with-links-item:first-child img {
  margin-top: -20%;
}
.row-with-links .row-with-links-item:first-child svg {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.row-with-links .row-with-links-item:first-child svg path {
  fill: #0925BF;
  fill: transparent;
  stroke-width: 1px;
  stroke: #ffffff;
}
.row-with-links .row-with-links-item:first-child .content {
  color: #ffffff;
}
.row-with-links .row-with-links-item:nth-child(2) img {
  margin-left: -10%;
}
.row-with-links .row-with-links-item:nth-child(2) .row-with-links-item-bg {
  border-radius: 66% 34% 63% 37%/55% 64% 36% 45%;
}
.row-with-links .row-with-links-item:nth-child(2) .row-with-links-item-bg path {
  fill: #53D5F4;
}
.row-with-links .row-with-links-item:nth-child(2) .content {
  color: #0925BF;
}
.row-with-links .row-with-links-item:nth-child(3) img {
  margin-top: -10%;
  margin-left: -20%;
}
.row-with-links .row-with-links-item:nth-child(3) .row-with-links-item-bg {
  border-radius: 61% 39% 43% 57%/55% 55% 45% 45%;
}
.row-with-links .row-with-links-item:nth-child(3) .content {
  color: #0925BF;
}

.irreg-grid {
  position: relative;
  display: flex;
  padding: 0 30px 0 30px;
  margin: 100px auto 0 auto;
  max-width: 1400px;
}
.irreg-grid .snake-shape {
  position: absolute;
  width: 60%;
  top: 20%;
  left: -20%;
}
.irreg-grid .irreg-grid-content {
  flex: 2;
  position: relative;
  z-index: 20;
  max-width: 800px;
  margin: 0 auto;
}
.irreg-grid .irreg-grid-content h2 {
  color: #0925BF;
}
.irreg-grid .irreg-grid-content p {
  padding-right: 50px;
}
.irreg-grid .grid {
  z-index: 20;
  flex: 5;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.irreg-grid .grid::after {
  content: "";
  display: block;
  clear: both;
}
.irreg-grid .grid-item-wrapper {
  flex: 0 0 33.333%;
  padding: 10px;
  overflow: hidden;
}
.irreg-grid .grid-item {
  display: flex;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 20px;
  float: left;
  background: #BBB;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.irreg-grid .grid-info {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
}
.irreg-grid .grid-info .grid-info-content {
  padding: 10px;
}
.irreg-grid .grid-info h5 {
  color: #fff;
  position: relative;
  margin: 0 30px;
}
.irreg-grid .grid-info p {
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 1em;
  margin-top: 0;
}
.irreg-grid .grid-info a.button {
  padding: 20px 15px;
  font-size: 14px;
  letter-spacing: unset;
}
.irreg-grid .grid-item:hover {
  box-shadow: inset 0 0 0 200px rgba(99, 224, 143, 0.9);
  transition: all 0.4s ease-in-out;
}
.irreg-grid .grid-item:hover .grid-info {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.irreg-grid.categories .grid-item {
  box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.irreg-grid.categories .grid-item .grid-info {
  justify-content: center;
  -webkit-transform: unset;
          transform: unset;
  opacity: unset;
  color: #ffffff;
}

.instagram-row {
  margin-top: 100px;
  width: 100%;
  position: relative;
}
.instagram-row .ticker-wrapper {
  background-color: unset;
  overflow-x: hidden;
  width: 100vw;
}
.instagram-row .ticker-wrapper .ticker {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  color: #53D5F4;
  opacity: 1;
}
.instagram-row .ticker-wrapper .ticker.ticker-to-right {
  color: #53D5F4;
  opacity: 1;
}
.instagram-row .ticker-wrapper .ticker.ticker-to-right .news-message {
  animation-direction: reverse;
}
.instagram-row .ticker-wrapper .ticker .news-message {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  -webkit-animation: slide-left 100s linear infinite;
          animation: slide-left 100s linear infinite;
}
.instagram-row .ticker-wrapper .ticker .news-message h3 {
  line-height: 1em;
  padding: 5px 0 10px 0.3em;
  margin: 0 !important;
}
.instagram-row .ticker-wrapper .ticker .news-message img {
  height: 50px;
  margin: -10px 20px -10px 20px;
  top: 3px;
  position: relative;
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.instagram-row {
  position: relative;
  z-index: 30;
}
.instagram-row .ff-stream {
  padding-top: 0;
}
.instagram-row .ff-stream .ff-stream-wrapper {
  margin-top: 0;
}
.instagram-row .ff-item {
  opacity: 1;
}
.instagram-row .ff-has-overlay:hover .ff-initial-image {
  -webkit-transform: unset;
          transform: unset;
}
.instagram-row .ff-upic-round .ff-has-overlay .ff-img-holder,
.instagram-row .ff-upic-round .ff-has-overlay .ff-img-holder img,
.instagram-row .ff-upic-round .ff-has-overlay .ff-overlay {
  border-radius: 10px !important;
}
.instagram-row .ff-loadmore-wrapper {
  display: none;
}

.ff-slideshow.ff-slideshow-open {
  background-color: #27282e !important;
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig {
  padding: 20px !important;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover {
  border-left-width: unset !important;
}

#evcal_list p.desc_trig_outter {
  border-bottom: unset !important;
}

.evo_lightbox {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.evcal_desc2.evcal_event_title {
  color: #0925BF !important;
  text-transform: unset !important;
  font-size: 26px !important;
  line-height: 1.1em !important;
}

.eventon_events_list .eventon_list_event .desc_trig {
  background-color: #53D5F4 !important;
}

.eventon_events_list .eventon_list_event .event_description, .evo_lightbox.eventcard .evo_lightbox_body {
  background-color: #53D5F4 !important;
  border-color: #53D5F4 !important;
}

.evocard_box {
  background-color: white !important;
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em {
  color: #ffffff !important;
}

.home-events {
  background-color: #FFC32E;
  margin-top: 100px;
  padding-bottom: 140px;
  position: relative;
}
.home-events .evcal_desc2.evcal_event_title {
  color: #0925BF !important;
}
.home-events .home-events-header {
  display: flex;
  margin-bottom: 50px;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 15;
  position: relative;
}
.home-events .home-events-header h2 {
  color: #0925BF;
  margin-left: 10%;
  margin-top: 10%;
  padding-right: 50px;
}
.home-events .home-events-header h2 span {
  color: #53D5F4;
}
.home-events .decor-element {
  position: absolute;
  width: 50%;
  bottom: 20%;
  left: -20%;
  z-index: 10;
}
.home-events .events-list {
  color: #0925BF;
  width: calc(80% - 50px);
  margin-left: 10%;
  z-index: 15;
  position: relative;
}
.home-events .event-nav {
  position: relative;
  display: flex;
  margin-left: 10%;
  margin-top: 20px;
  z-index: 15;
}
.home-events .event-nav a.button {
  margin-left: 5px;
}
.home-events .border-top {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.home-events .waves-el {
  position: absolute;
  top: 0px;
  right: -20%;
  width: 60%;
  z-index: 15;
}
.home-events .border-bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rough-map {
  padding: 0 100px;
  margin: 100px auto 100px auto;
  position: relative;
  align-items: center;
  max-width: 1200px;
}
.rough-map .snake-shape {
  position: absolute;
  top: -400px;
  right: -200px;
}
.rough-map .map-container {
  flex: 0 0 60%;
  z-index: 20;
}
.rough-map .content {
  padding: 0;
  position: relative;
  z-index: 20;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.rough-map .content h2 {
  color: #0925BF;
}
.rough-map .content h6 {
  margin: 2em 0 1em 0;
}

.page-template-default aside {
  background: #ffffff;
}
.page-template-default aside .sidebar-section {
  background: #eee;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.page-template-default aside .sidebar-section:last-child {
  margin-bottom: 0;
}

.page-template-page-blog,
.blog,
.archive,
.page-template-page-results {
  position: relative;
}
.page-template-page-blog .site-header:before,
.blog .site-header:before,
.archive .site-header:before,
.page-template-page-results .site-header:before {
  display: none;
}
.page-template-page-blog main,
.blog main,
.archive main,
.page-template-page-results main {
  position: relative;
}

.pagination {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.page-title {
  padding: 0px 45px;
  max-width: 1000px;
  margin: 0px auto 0 20%;
  z-index: 40;
  color: #ffffff;
  text-transform: unset;
  position: relative;
  z-index: 60;
}
.page-title .member-label {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  top: 0;
  left: 0;
}
.page-title h1 {
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.9em;
  margin: 0;
}
.page-title h5 {
  font-size: 20px;
  font-weight: 100;
  margin: 0;
}
.page-title h5 span {
  font-weight: 600;
}
.page-title h6 a {
  color: #FFC32E;
  line-height: 1em;
}
.page-title ul.post-categories {
  list-style: unset;
  margin: 0;
  padding: 0;
}
.page-title ul.post-categories li {
  display: unset;
  position: relative;
  margin-right: 10px;
}
.page-title ul.post-categories li:before {
  content: "|";
  font-weight: 900;
  color: #63E08F;
}

.entry-header {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex: 2;
  padding: 230px 0 170px 0;
}
.entry-header img {
  position: relative;
  z-index: 2;
}
.entry-header .image-info {
  bottom: 100px;
  left: unset;
  right: 20px;
  z-index: 60;
  text-align: right;
}
.entry-header .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(#27282e, #63E08F);
  opacity: 0.3;
}
.entry-header .border-bottom {
  position: absolute;
  width: 120%;
  max-width: unset;
  left: -5%;
  bottom: -8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-template-page-pillar .entry-content .entry-content-wrapper {
  max-width: 1000px;
}
.page-template-page-pillar .entry-content .entry-content-wrapper p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-pillar .entry-content .entry-content-wrapper figure {
  border-radius: 20px;
  overflow: hidden;
}

.page-template-page-pillar .featured-carousel .slide-image-wrapper.slide-image-wrapper-small {
  display: none;
}
.page-template-page-pillar .featured-carousel .slide-info {
  width: 90%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-page-pillar .content-slider {
  margin-top: 30px;
  padding-bottom: 0;
}
.page-template-page-pillar .content-slider .owl-carousel .slide {
  height: auto;
  max-height: none;
}
.page-template-page-pillar .content-slider .owl-carousel .slide-img {
  max-height: 700px;
}
.page-template-page-pillar .content-slider .owl-carousel .slide-title {
  top: 0;
  position: relative;
}
.page-template-page-pillar .article-items-list {
  margin-top: 0;
}
.page-template-page-pillar .irreg-grid .grid {
  display: block;
}

.page-template-page-itinerary aside h4 {
  font-weight: 300;
}
.page-template-page-itinerary .stop {
  display: flex;
  position: relative;
  margin-bottom: 2em;
}
.page-template-page-itinerary .stop-number {
  color: #ffffff;
  font-size: 96px;
  font-weight: 500;
  position: absolute;
  top: 0px;
  right: 20px;
}
.page-template-page-itinerary .stop-content {
  margin-left: 20px;
  margin-top: 0.6em;
}
.page-template-page-itinerary .stop-content h6 {
  margin-bottom: -10px;
}
.page-template-page-itinerary .stop-image {
  flex: 0 0 50%;
  height: 0;
  padding-top: 50%;
  border-radius: 20px;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.entry-content {
  flex: 3;
  z-index: 10;
  position: relative;
  padding: 0 30px;
}
.entry-content .entry-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

aside {
  flex: 1;
  padding: 0 10px 20px 40px;
  border-radius: 0 30px 30px 0;
}
aside .widget-title {
  font-size: 30px;
  color: #0925BF;
  margin: 0.5em;
  border-left: 5px solid #FFC32E;
  padding-left: 5px;
  text-transform: uppercase;
}
aside .side-article-items-list .side-article-item-wrapper .side-article-item {
  position: relative;
  width: 100%;
  height: 0%;
  padding-top: 100%;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
}
aside .side-article-items-list .side-article-item-wrapper .side-article-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #020024 95%);
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
aside .side-article-items-list .side-article-item-wrapper .side-article-item .side-article-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 20px;
}
aside .side-article-items-list .side-article-item-wrapper .side-article-item .side-article-title h5 {
  font-size: 30px;
  margin: 0;
  color: #ffffff;
}

.page-template-page-group-listings aside,
.page-template-page-pillar aside {
  margin-top: 0;
}
.page-template-page-group-listings .results,
.page-template-page-pillar .results {
  flex: 1;
}
.page-template-page-group-listings .introduction,
.page-template-page-pillar .introduction {
  max-width: 700px;
  padding: 0 40px;
}
.page-template-page-group-listings .article-items-list,
.page-template-page-group-listings .search-filter-results,
.page-template-page-pillar .article-items-list,
.page-template-page-pillar .search-filter-results {
  margin-top: unset;
}
.page-template-page-group-listings .filter-form,
.page-template-page-pillar .filter-form {
  padding: 0 40px;
  position: relative;
  z-index: 60;
}
.page-template-page-group-listings .searchandfilter ul,
.page-template-page-pillar .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.page-template-page-group-listings .searchandfilter ul li,
.page-template-page-pillar .searchandfilter ul li {
  margin-right: 15px;
  padding-top: 0;
}

.page-template-page-events main {
  z-index: 40;
}
.page-template-page-events .ajde_evcal_calendar {
  max-width: 900px;
}
.page-template-page-events .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .page-template-page-events .ajde_evcal_calendar .evcal_month_line p, .page-template-page-events .ajde_evcal_calendar .evo_footer_nav p.evo_month_title {
  color: #27282e !important;
}
.page-template-page-events .evoau_submission_form {
  border: unset;
}
.page-template-page-events .evoau_submission_form h2 {
  display: none;
}
.page-template-page-events .evoau_submission_form .evoau_time_edit .time_select select {
  font-size: inherit;
}
.page-template-page-events .evoau_submission_form .evo_date_time_select .evo_date_select {
  max-width: 100%;
}
.page-template-page-events .evoau_submission_form p input[type=text], .page-template-page-events .evoau_submission_form p input[type=number], .page-template-page-events .evoau_submission_form p textarea, .page-template-page-events .evoau_submission_form p select, .page-template-page-events .evoau_submission_form p.dropdown_row select, .page-template-page-events .evoau_submission_form .evoau_cat_select_field, .page-template-page-events .evoau_submission_form p select.evoau_location_select {
  border-radius: 5px;
  background: white;
}
.page-template-page-events .evoau_submission_form .trumbowyg-editor, .page-template-page-events .evoau_submission_form .trumbowyg-textarea {
  background: white;
}
.page-template-page-events .evoau_submission_form .row p input.evoau_dpicker,
.page-template-page-events .evoau_submission_form .evoau_time_edit .time_select select,
.page-template-page-events .evoau_submission_form .evoau_time_edit .time_select select.ampm_sel {
  background: white;
}
.page-template-page-events .evoau_submission_form p #evoau_submit, .page-template-page-events .evoau_submission_form a.evoAU_form_trigger_btn,
.page-template-page-events .evoau_submission_form .msub_row a,
.page-template-page-events .evoau_submission_form .row .enterNew,
.page-template-page-events .evoau_submission_form .formBtnS,
.page-template-page-events .evoau_submission_form .row .evoau_img_preview span,
.page-template-page-events .evoau_submission_form .evoau_file_field span.evoau_img_btn {
  border-radius: 5px !important;
}
.page-template-page-events .evoau_submission_form .learnmove .checkbox_field {
  display: none !important;
}

article .entry-content {
  position: relative;
  padding: 0 45px;
  z-index: 10;
  max-width: 100%;
}
article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
article .entry-content h1:first-child, article .entry-content h2:first-child, article .entry-content h3:first-child, article .entry-content h4:first-child, article .entry-content h5:first-child, article .entry-content h6:first-child {
  margin-top: 0;
}
article .entry-content p {
  margin-top: 0;
}
article .entry-content h2 {
  font-size: 40px;
  line-height: 1.1em;
  color: #0925BF;
}
article .entry-content h3 {
  font-size: 30px;
  line-height: 1.2em;
}
article .entry-content h4 {
  font-size: 25px;
  line-height: 1.3em;
}
article .entry-content h5 {
  font-size: 20px;
  line-height: 1.4em;
}
article .entry-content .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}
article .entry-content .wp-block-image img {
  border-radius: 20px;
  display: block;
}
article .entry-content .wp-block-image figcaption {
  /* margin-bottom: 1em; */
  font-weight: 600;
  font-size: 12px;
  /* text-transform: uppercase; */
  letter-spacing: 0.05em;
  /* opacity: 0.5; */
  color: #27282e;
  /* margin-left: 2em; */
  z-index: 10;
  position: relative;
  max-width: 300px;
  /* border-radius: 0 10px 0 0; */
  padding: 10px;
  line-height: 1.3em;
  border-bottom: 2px solid #53D5F4;
  float: right;
}

.single .site-header {
  position: absolute;
}
.single .site-header .border-bottom {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
}
.single .site-header:before {
  display: none;
}
.single main .snake-shape {
  top: 80%;
  right: -100px;
  left: unset;
}
.single main .irreg-shape {
  top: 10%;
  left: -300px;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.single aside .sidebar-title {
  margin-bottom: 1em;
}
.single .home-events {
  padding-top: 140px;
}
.single .home-events .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single .home-events .wrapper section {
  flex: 0 0 33.333%;
  padding-right: 50px;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
}
.single .home-events .wrapper section .category-name {
  margin-bottom: 1rem;
}
.single .home-events .wrapper section article {
  display: flex;
  align-items: center;
  margin: 0 0 0.6em 0;
}
.single .home-events .wrapper section article a {
  line-height: 0;
}
.single .home-events .wrapper section article img {
  flex: 0 0 20%;
  border-radius: 15px;
}
.single .home-events .wrapper section article .entry-title {
  flex: 0 0 80%;
  padding-left: 10px;
  margin: 0;
}
.single .home-events .wrapper section article:last-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}

.single-listing main .snake-shape {
  top: 10%;
  left: -100px;
}
.single-listing main .irreg-shape {
  left: unset;
  right: -200px;
  top: 15%;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.single-listing .page-title h2 {
  margin-top: 0;
}
.single-listing .page-title .member-label {
  margin: 10px 0 5px 0;
}
.single-listing .entry-header .gradient-overlay {
  background: #0925BF;
  opacity: 1;
}
.single-listing .entry-content {
  margin-top: -150px;
}
.single-listing .listing-wrapper {
  padding-top: 0;
  margin-top: 50px;
  z-index: 10;
  display: flex;
}
.single-listing .listing-wrapper .listing-image {
  flex: 0 0 40%;
  margin-left: -45px;
  position: relative;
  z-index: 10;
  height: 0;
  padding-top: 40%;
  border-radius: 0 20px 20px 0;
  background-size: cover;
  background-position: 50% 50%;
}
.single-listing .listing-wrapper .listing-content {
  flex: 0 0 60%;
  max-width: 800px;
  padding: 150px 0px 50px 50px;
  z-index: 20;
}
.single-listing .listing-wrapper .listing-content .listing-content-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-listing .listing-wrapper .listing-content h3 {
  flex: 0 0 100%;
  color: #0925BF;
  line-height: 1em;
  font-weight: 700;
}
.single-listing .listing-wrapper .listing-content .listing-description {
  flex: 0 0 50%;
  padding: 0 20px 0 0;
}
.single-listing .listing-wrapper .listing-content ul.listing-info {
  background: #eee;
  flex: 0 0 50%;
  padding: 30px 30px;
  font-weight: 600;
  list-style: none;
  border-radius: 15px;
}
.single-listing .listing-wrapper .listing-content ul.listing-info li {
  position: relative;
  padding-left: 50px;
  line-height: 1.3em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  color: #27282e;
}
.single-listing .listing-wrapper .listing-content ul.listing-info li:before {
  display: none;
}
.single-listing .listing-wrapper .listing-content ul.listing-info li svg {
  position: absolute;
  height: 40px;
  left: 0px;
}
.single-listing .listing-wrapper .listing-content ul.listing-info a.button {
  margin: 1em 0 0 0px;
}
.single-listing .row-with-links {
  padding-top: 170px;
  display: block;
}
.single-listing .filter-nav {
  position: relative;
  z-index: 20;
  flex: 0 0 30%;
}
.single-listing .article-items-list {
  margin-top: 60px;
  flex: 0 0 70%;
  padding: 0;
}
.single-listing .article-items-list .article-items-list-title {
  flex: 0 0 100%;
  margin-left: 20px;
}
.single-listing .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
}
.single-listing .searchandfilter ul li {
  margin-right: 15px;
}

.addToPlan img {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
}
.addToPlan svg {
  enable-background: new 0 0 64 64;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 100;
  cursor: pointer;
}
.addToPlan svg:hover path {
  fill: #FFC32E;
}
.addToPlan path {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1;
}
.addToPlan.added .st0 {
  fill: white;
}

.page-id-2294 .addToPlan,
.page-id-2294 .addToPlan-sidebar,
.page-id-3908 .addToPlan,
.page-id-3908 .addToPlan-sidebar {
  display: none;
}

.row-with-links .addToPlan {
  display: none;
}

.site-footer {
  margin-top: 50px;
  background-color: #FFC32E;
}
.site-footer .border-top {
  width: 100%;
  margin-top: -10px;
}
.site-footer .site-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
  position: relative;
  z-index: 40;
}
.site-footer .site-info .wp-block-column {
  padding: 0 10px;
}
.site-footer .site-info h4 {
  font-size: 30px;
  line-height: 1.1em;
}
.site-footer .site-info ul {
  list-style-type: none;
  margin-top: 1em;
}
.site-footer .site-info ul li {
  list-style: unset;
  margin-bottom: 10px;
}
.site-footer .site-info ul li a {
  color: #0925BF;
  font-size: 20px;
}
.site-footer .site-info ul li a:hover {
  color: #27282e;
}

/* 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;
  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 screen and (min-width: 1600px) {
  .content-slider .owl-carousel .slide {
    height: 700px;
  }
}
@media screen and (max-width: 1300px) {
  h2 {
    font-size: 50px;
  }

  h6 {
    font-size: 14px;
  }

  .site-header .site-branding {
    flex: 0 0 180px;
  }

  .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left {
    margin-left: 25px;
  }

  .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left a.mega-menu-link {
    font-size: 20px;
  }

  .page-title {
    margin: 0 auto 0 auto;
  }
  .row-with-links .row-with-links-item h3 {
    font-size: 40px;
  }

  .home .irreg-grid {
    flex-direction: column-reverse;
  }
  .home .irreg-grid .irreg-grid-content {
    flex: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }
  .home .irreg-grid .irreg-grid-content p {
    padding-right: unset;
  }

  .article-items-list .article-item-wrapper,
.search-filter-results .article-item-wrapper {
    padding: 10px;
    flex: 0 0 50%;
  }

  .single-listing .listing-wrapper .listing-content .listing-content-flex {
    flex-direction: column;
  }
  .single-listing .article-items-list .article-item-wrapper {
    flex: 0 0 33.333%;
  }

  .hero .hero-content h1 {
    font-size: 12vw;
  }
}
@media screen and (max-width: 960px) {
  .remove-on-mobile {
    display: none;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h6 {
    font-size: 12px;
  }

  .secondary-menu {
    display: none;
  }

  #mega-menu-item-6174 .mega-sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #mega-menu-6174-0-0 > ul li a {
    display: none !important;
  }

  #mega-menu-6174-0-0 > ul li ul a {
    display: block !important;
  }

  #mega-menu-6174-0-0 > ul li {
    padding-bottom: 0 !important;
  }

  .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: block;
    padding-top: 80px;
  }

  .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    display: block;
  }

  .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-align-bottom-left a.mega-menu-link {
    text-align: left;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_text {
    display: none !important;
  }

  .mega-menu-menu-1 .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-left: 2px solid #FFC32E;
    padding: 5px 20px;
    border-radius: 0;
    box-shadow: unset;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    float: none;
  }

  .hero .hero-slider .slider-caption {
    left: 30px;
  }

  .site-header:before {
    height: 170px;
  }

  .entry-header {
    padding-right: 0;
    padding: 220px 0px 110px 0;
  }

  .page-title {
    margin: 0 auto 0 auto;
    padding: 0 45px;
    max-width: 800px;
  }
  .page-title h1 {
    font-size: 60px;
  }

  .animated-gallery {
    height: auto;
    margin-top: 90vh;
  }
  .animated-gallery .group-el-left,
.animated-gallery .group-el-right {
    display: none;
  }
  .animated-gallery .el-center {
    height: auto;
    position: relative;
    margin-top: 50px;
  }
  .animated-gallery .el-center.video {
    margin-top: 0;
  }
  .animated-gallery .el-center.video .embed-container {
    -webkit-clip-path: unset;
            clip-path: unset;
    height: unset;
    width: 90%;
    margin-left: 5%;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .animated-gallery .el-center.video .embed-container iframe {
    height: 100%;
  }

  .content-slider {
    width: 90%;
    padding-top: 0;
    z-index: 15;
    margin-top: 0px !important;
    margin-left: 5%;
    overflow: hidden;
  }
  .content-slider .owl-carousel {
    margin-bottom: 0px;
  }
  .content-slider .owl-carousel .slide {
    height: auto;
    display: block;
    flex-direction: column-reverse;
  }
  .content-slider .owl-carousel .slide .slide-image-wrapper {
    padding-top: 0%;
    width: 50%;
    height: 40vw;
    float: left;
  }
  .content-slider .owl-carousel .slide .slide-image-wrapper img {
    border-radius: 20px;
    margin-right: 15px;
    width: calc(100% - 15px);
  }
  .content-slider .owl-carousel .slide .slide-image-wrapper.slide-image-wrapper-small {
    display: block;
    height: 40vw;
  }
  .content-slider .owl-carousel .slide .slide-image-wrapper.slide-image-wrapper-small img {
    margin-right: 0;
    margin-left: 15px;
  }
  .content-slider .owl-carousel .slide .slide-image-wrapper.slide-image-wrapper-small .image-info {
    margin-left: 30px;
  }
  .content-slider .owl-carousel .slide .slide-title {
    position: relative;
    width: 100%;
    right: unset;
    padding: 0 5%;
    text-align: center;
    max-width: 800px;
    margin: 30px auto 50px auto;
  }
  .content-slider .owl-carousel .slide .slide-info {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .content-slider .slider-nav {
    margin-top: 40px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120px;
    display: block;
    z-index: 20;
  }
  .content-slider .slider-nav .arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  .content-slider .slider-nav .arrow.arrow-left {
    float: left;
    margin-left: 0%;
  }
  .content-slider .slider-nav .arrow.arrow-right {
    float: right;
    margin-right: 0%;
  }

  .irreg-grid .grid-item-wrapper {
    flex: 0 0 50%;
  }
  .irreg-grid .grid-item {
    box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.3);
  }
  .irreg-grid .grid-info {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .irreg-grid .grid-info .grid-info-content {
    padding: 10px 30px;
  }
  .row-with-links {
    padding: 0 30px;
  }
  .row-with-links .row-with-links-wrapper {
    max-width: 800px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item {
    flex: 0 0 50%;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item .row-with-links-item-bg {
    width: 95%;
    height: 65%;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item img {
    width: 44vw;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item h3 {
    font-size: 6vw;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item:nth-child(3) {
    margin-top: -24vw;
  }

  .page-template-page-pillar .animated-gallery.content {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-page-pillar .animated-gallery.content .group-el-left {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 63vw;
  }
  .page-template-page-pillar .animated-gallery.content .group-el-left .el:nth-child(1) {
    top: 5vw;
    right: unset;
    left: 5vw;
    width: 55vw;
    padding-top: 55vw;
  }
  .page-template-page-pillar .animated-gallery.content .group-el-left .el:nth-child(2) {
    top: 0;
    right: unset;
    left: 65vw;
    width: 30vw;
    padding-top: 30vw;
  }
  .page-template-page-pillar .animated-gallery.content .group-el-left .el:nth-child(3) {
    top: 35vw;
    right: unset;
    left: 65vw;
    width: 25vw;
    padding-top: 25vw;
  }
  .page-template-page-pillar .animated-gallery.content .el-center .embed-container {
    position: relative;
    max-width: 800px;
  }
  .page-template-page-pillar .content-slider {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .page-template-page-pillar .content-slider .owl-carousel {
    overflow: hidden;
  }
  .page-template-page-pillar .content-slider .owl-carousel .slide .slide-image-wrapper {
    width: 100%;
    height: 80vw;
    flex: unset;
  }
  .page-template-page-pillar .content-slider .owl-carousel .slide .slide-image-wrapper img {
    width: calc(100% - 60px);
    margin-right: 0;
    margin-left: 30px;
  }
  .page-template-page-pillar .content-slider .owl-carousel .slide .slide-image-wrapper .image-info {
    margin-left: 60px;
  }
  .page-template-page-pillar .content-slider .owl-carousel .slide .slide-image-wrapper.slide-image-wrapper-small {
    display: none;
  }
  .page-template-page-pillar .irreg-grid {
    margin: 0px auto 0 auto;
    flex-direction: column;
  }
  .page-template-page-pillar .irreg-grid .irreg-grid-content {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 5%;
  }
  .page-template-page-pillar .irreg-grid .irreg-grid-content p {
    padding-right: 0;
  }

  main.with-sidebar {
    display: block;
    max-width: 800px;
  }
  main.with-sidebar aside {
    padding: 2em 30px 1em 30px;
    margin-top: 0;
  }
  main.with-sidebar aside .sidebar-title {
    margin-bottom: 40px;
  }
  main.with-sidebar aside .searchandfilter ul {
    display: flex;
    flex-wrap: wrap;
  }
  main.with-sidebar aside .searchandfilter ul li {
    display: block;
    padding-top: 0;
    margin-right: 15px;
  }

  .page-template-default main.with-sidebar {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-default main.with-sidebar aside {
    overflow: unset;
    background: unset;
  }

  .article-items-list,
.search-filter-results,
.side-article-items-list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .article-items-list .side-article-item-wrapper,
.search-filter-results .side-article-item-wrapper,
.side-article-items-list .side-article-item-wrapper {
    padding: 10px;
    flex: 0 0 50%;
  }
  .article-items-list .side-article-item-wrapper .side-article-item,
.search-filter-results .side-article-item-wrapper .side-article-item,
.side-article-items-list .side-article-item-wrapper .side-article-item {
    margin-bottom: 0px !important;
  }

  .single main.with-sidebar aside .sidebar-title {
    margin-bottom: 1em;
  }
  .single main.with-sidebar aside .side-article-items-list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  button, input[type=button], input[type=reset], input[type=submit], aside #mc_embed_signup .button, .pagination a, a.button, .evoau_submission_form p #evoau_submit, a.evoAU_form_trigger_btn, .evoau_submission_form .msub_row a, .row .enterNew, .evoau_submission_form .formBtnS {
    font-size: 16px;
  }

  .site-footer .site-info .wp-block-columns {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .site-footer .site-info .wp-block-columns .wp-block-column {
    margin-left: 0;
  }
  .site-footer .site-info ul li {
    margin-bottom: 0;
  }
  .site-footer .site-info ul li a {
    font-size: 18px;
  }

  .single-listing .entry-content {
    margin-top: -120px;
  }
  .single-listing .listing-wrapper {
    flex-direction: column;
  }
  .single-listing .listing-wrapper .listing-image {
    padding-top: 100%;
    max-width: 800px;
    border-radius: 20px;
    margin-left: 0px;
  }
  .single-listing .listing-wrapper .listing-content {
    padding-top: 2em;
    padding-left: 0;
  }
  .single-listing .row-with-links {
    padding: 100px 45px 0 45px;
  }
  .single-listing .article-items-list .article-item-wrapper {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  h6 {
    font-size: 14px;
  }

  .entry-header {
    padding: 220px 0px 90px 0;
  }

  .page-title {
    padding: 0 30px;
  }
  .page-title h1 {
    font-size: 46px;
  }

  .article-items-list,
.search-filter-results {
    max-width: 400px;
    margin: 0 auto;
  }
  .article-items-list .article-item-wrapper,
.search-filter-results .article-item-wrapper {
    flex: 0 0 100%;
  }

  main.with-sidebar aside {
    padding: 2em 30px 1em 30px;
  }

  .content-slider .owl-carousel .slide .slide-title h1 {
    font-size: 50px;
  }
  .content-slider .slider-nav {
    margin-top: 30px;
  }

  .row-with-links .row-with-links-wrapper {
    flex-direction: column;
    width: 90%;
    max-width: 400px;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item {
    margin-bottom: 60px;
    flex: 0 0 100%;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item .row-with-links-item-bg {
    width: 80%;
    height: 100%;
    margin-left: 10%;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item img {
    width: 100%;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item .content {
    padding: 0 0 0 0;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    left: 0 !important;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item h3 {
    font-size: 9vw;
    line-height: 0.9em;
  }
  .row-with-links .row-with-links-wrapper .row-with-links-item:nth-child(3) {
    margin-top: 4vw;
  }

  .irreg-grid {
    padding: 0 30px;
  }
  .irreg-grid .grid {
    max-width: 400px;
    margin: 0 auto;
  }
  .irreg-grid .grid-item-wrapper {
    flex: 0 0 100%;
  }
  .home-events {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .home-events .home-events-header {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .home-events .events-list {
    width: 100%;
    padding: 0 30px;
    margin-left: 0;
  }
  .home-events .event-nav {
    margin-left: 0;
  }
  .home-events .event-nav a.button {
    margin: 0 auto;
  }

  .rough-map {
    padding: 0 30px;
    margin: 50px 0;
    display: block;
    text-align: center;
  }
  .rough-map .content {
    padding: 0;
  }

  .page-template-page-pillar .animated-gallery.content .group-el-left {
    padding-top: 80vw;
  }
  .page-template-page-pillar .animated-gallery.content .group-el-left .el {
    display: none;
  }
  .page-template-page-pillar .animated-gallery.content .group-el-left .el:nth-child(1) {
    display: block;
    width: 90%;
    left: 5%;
    padding-top: 80vw;
  }

  .article-items-list,
.search-filter-results,
.side-article-items-list {
    padding: 0 15px;
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .article-items-list .article-item-wrapper,
.article-items-list .side-article-item-wrapper,
.search-filter-results .article-item-wrapper,
.search-filter-results .side-article-item-wrapper,
.side-article-items-list .article-item-wrapper,
.side-article-items-list .side-article-item-wrapper {
    flex: 0 0 100%;
  }
  .article-items-list .article-item-wrapper .article-item .article-title h5,
.article-items-list .article-item-wrapper .side-article-item .side-article-title h5,
.article-items-list .side-article-item-wrapper .article-item .article-title h5,
.article-items-list .side-article-item-wrapper .side-article-item .side-article-title h5,
.search-filter-results .article-item-wrapper .article-item .article-title h5,
.search-filter-results .article-item-wrapper .side-article-item .side-article-title h5,
.search-filter-results .side-article-item-wrapper .article-item .article-title h5,
.search-filter-results .side-article-item-wrapper .side-article-item .side-article-title h5,
.side-article-items-list .article-item-wrapper .article-item .article-title h5,
.side-article-items-list .article-item-wrapper .side-article-item .side-article-title h5,
.side-article-items-list .side-article-item-wrapper .article-item .article-title h5,
.side-article-items-list .side-article-item-wrapper .side-article-item .side-article-title h5 {
    font-size: 24px !important;
    line-height: 1.1em;
  }

  .page-template-page-group-listings .filter-form {
    padding: 0 30px;
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.66667);
  }

  article .entry-content {
    padding: 0 30px;
  }

  .single-listing .row-with-links {
    flex-direction: column;
    padding: 100px 30px 0 30px;
  }
  .single-listing .row-with-links .article-items-list {
    margin-top: 3em !important;
    max-width: unset;
  }
  .single-listing .row-with-links .article-items-list .article-item-wrapper {
    flex: 0 0 100%;
  }
  .single-listing .row-with-links .article-items-list .article-items-list-title {
    margin-left: 0;
  }

  .site-footer {
    padding-bottom: 100px;
  }

  .site-footer .site-info {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-title h1 {
    font-size: 40px;
  }

  .article-items-list,
.search-filter-results,
.side-article-items-list {
    padding: 0 25px;
  }
  .article-items-list .article-item-wrapper,
.article-items-list .side-article-item-wrapper,
.search-filter-results .article-item-wrapper,
.search-filter-results .side-article-item-wrapper,
.side-article-items-list .article-item-wrapper,
.side-article-items-list .side-article-item-wrapper {
    padding: 5px;
  }
  .article-items-list .article-item-wrapper .article-item .article-title,
.article-items-list .article-item-wrapper .side-article-item .side-article-title,
.article-items-list .side-article-item-wrapper .article-item .article-title,
.article-items-list .side-article-item-wrapper .side-article-item .side-article-title,
.search-filter-results .article-item-wrapper .article-item .article-title,
.search-filter-results .article-item-wrapper .side-article-item .side-article-title,
.search-filter-results .side-article-item-wrapper .article-item .article-title,
.search-filter-results .side-article-item-wrapper .side-article-item .side-article-title,
.side-article-items-list .article-item-wrapper .article-item .article-title,
.side-article-items-list .article-item-wrapper .side-article-item .side-article-title,
.side-article-items-list .side-article-item-wrapper .article-item .article-title,
.side-article-items-list .side-article-item-wrapper .side-article-item .side-article-title {
    padding: 12px !important;
  }
  .article-items-list .article-item-wrapper .article-item .article-title h5,
.article-items-list .article-item-wrapper .side-article-item .side-article-title h5,
.article-items-list .side-article-item-wrapper .article-item .article-title h5,
.article-items-list .side-article-item-wrapper .side-article-item .side-article-title h5,
.search-filter-results .article-item-wrapper .article-item .article-title h5,
.search-filter-results .article-item-wrapper .side-article-item .side-article-title h5,
.search-filter-results .side-article-item-wrapper .article-item .article-title h5,
.search-filter-results .side-article-item-wrapper .side-article-item .side-article-title h5,
.side-article-items-list .article-item-wrapper .article-item .article-title h5,
.side-article-items-list .article-item-wrapper .side-article-item .side-article-title h5,
.side-article-items-list .side-article-item-wrapper .article-item .article-title h5,
.side-article-items-list .side-article-item-wrapper .side-article-item .side-article-title h5 {
    font-size: 20px;
  }

  .single main.with-sidebar aside .side-article-items-list {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

/*# sourceMappingURL=style.css.map */