/*!
Theme Name: Helix
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: helix
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 with others.

Helix is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'tekoregular';
  src: url("fonts/teko-regular-webfont.eot");
  src: url("fonts/teko-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/teko-regular-webfont.woff2") format("woff2"), url("fonts/teko-regular-webfont.woff") format("woff"), url("fonts/teko-regular-webfont.ttf") format("truetype"), url("fonts/teko-regular-webfont.svg#tekoregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-family: 'tekolight';
  src: url("fonts/teko-light-webfont.eot");
  src: url("fonts/teko-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/teko-light-webfont.woff2") format("woff2"), url("fonts/teko-light-webfont.woff") format("woff"), url("fonts/teko-light-webfont.ttf") format("truetype"), url("fonts/teko-light-webfont.svg#tekolight") format("svg");
  font-weight: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: D-DinCondensedX, tekolightX, tekoregular, IBM Plex SansX, OxygenX, Noto SansX, Source Sans ProX, AlteDIN1451MittelschriftX, Roboto CondensedX, Share Tech Mono, MontserratX, Squada OneX, Meera InimaiX, Encode Sans Semi ExpandedX, Ruda, Armata, sans-serif;
  font-size: 17px;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  padding-top: 0; }

h1 {
  font-size: 40px;
  line-height: 1.2em; }

h2 {
  font-size: 35px;
  line-height: 1.2em; }

h3 {
  font-size: 30px;
  line-height: 1.2em; }

h4 {
  font-size: 20px;
  line-height: 1.4em;
  text-transform: none; }

h5 {
  font-size: 16px; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

mark, ins {
  background: #c6c6c6;
  color: #202125;
  text-decoration: none;
  padding: 0 5px; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ul, ol {
  margin: 0 auto 1.5em auto;
  padding: 0;
  width: 100%; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li {
  padding: 6px 0 10px 0;
  position: relative; }
  li:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 00%;
    bottom: 4px;
    background: #6552cd; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #c6c6c6;
  border: 1px solid #6552cd;
  border-radius: 0px;
  padding: 10px 20px;
  background: transparent; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #c6c6c6;
    border: 1px solid #2faa49;
    outline: 0; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

form input[type="submit"] {
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 10px !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #6552cd;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #2faa49; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

a.button,
input[type="submit"],
.eventon_desc_in a {
  font-size: 14px;
  padding: 1em 30px 0 30px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #2faa49;
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  a.button:after,
  input[type="submit"]:after,
  .eventon_desc_in a:after {
    content: "";
    position: absolute;
    bottom: -1em;
    left: 0;
    right: 1em;
    border-width: 0.5em;
    border-style: solid;
    border-color: #2faa49; }
  a.button:before,
  input[type="submit"]:before,
  .eventon_desc_in a:before {
    content: "";
    position: absolute;
    bottom: -1em;
    right: 0;
    border-width: 1em 1em 0 0;
    border-style: solid;
    border-color: #2faa49 transparent transparent; }
  a.button:hover,
  input[type="submit"]:hover,
  .eventon_desc_in a:hover {
    background: #6552cd; }
    a.button:hover:after,
    input[type="submit"]:hover:after,
    .eventon_desc_in a:hover:after {
      border-color: #6552cd; }
    a.button:hover:before,
    input[type="submit"]:hover:before,
    .eventon_desc_in a:hover:before {
      border-color: #6552cd transparent transparent; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation,
.secondary-navigation {
  display: inline-block;
  float: right;
  width: auto;
  position: relative; }
  .main-navigation ul,
  .secondary-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul,
    .secondary-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      display: block; }
      .main-navigation ul ul ul,
      .secondary-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul,
      .secondary-navigation ul ul li:hover > ul,
      .secondary-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a,
      .secondary-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .secondary-navigation ul li:hover > ul,
    .secondary-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li,
  .secondary-navigation li {
    float: left;
    position: relative;
    margin: 0 10px;
    padding: 50px 10px 10px 10px; }
    .main-navigation li:after,
    .secondary-navigation li:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 10px;
      width: 20px;
      height: 5px;
      background: #6552cd; }
  .main-navigation a,
  .secondary-navigation a {
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 900; }
  .main-navigation h4 a,
  .secondary-navigation h4 a {
    font-size: 20px;
    text-transform: uppercase; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.secondary-navigation {
  margin-top: 0px;
  float: right; }
  .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #2faa49; }
  .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 1.5em !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .secondary-navigation ul li li,
  .secondary-navigation ul li li li {
    display: block !important; }
  .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item {
    display: none; }

.page-id-23 .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item.menu-north-bergen,
.parent-pageid-23 .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item.menu-north-bergen {
  display: inline-block; }

.page-id-25 .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item.menu-patriot-place,
.parent-pageid-25 .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item.menu-patriot-place {
  display: inline-block; }

.page-id-277 .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item.menu-freehold,
.parent-pageid-277 .secondary-navigation #mega-menu-wrap-secondary_menu #mega-menu-secondary_menu li.mega-menu-item.menu-freehold {
  display: inline-block; }

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  background: #202125;
  color: #fff;
  overflow-x: hidden; }
  body .mega-sub-menu .mega-block-title {
    margin-bottom: 0.8em !important;
    font-size: 20px !important; }
  body .mega-sub-menu .textwidget p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1.2em !important;
    color: #c6c6c6 !important; }
  body .mega-sub-menu .textwidget a {
    color: #2faa49;
    width: auto;
    letter-spacing: 1px;
    transition: all 0.2s; }
    body .mega-sub-menu .textwidget a h4 {
      color: #2faa49;
      text-transform: lowercase; }
    body .mega-sub-menu .textwidget a:hover {
      color: #fff; }
      body .mega-sub-menu .textwidget a:hover h4 {
        color: #fff; }
  body .mega-sub-menu .textwidget h4 {
    color: #fff;
    margin-bottom: 0.3em;
    padding-bottom: 0; }
  body .mega-sub-menu .textwidget h6 {
    margin: 0 0 0 0; }
  body .mega-sub-menu .textwidget ul {
    list-style: none;
    left: 0;
    box-shadow: 0;
    float: none;
    position: relative;
    top: 0;
    left: 0; }
    body .mega-sub-menu .textwidget ul li {
      padding: 0 0 0em 10px;
      display: inline-block;
      clear: both; }
      body .mega-sub-menu .textwidget ul li a {
        line-height: 1.5em;
        cursor: pointer; }
      body .mega-sub-menu .textwidget ul li:before {
        color: #fff;
        left: -5px;
        position: absolute; }
      body .mega-sub-menu .textwidget ul li:after {
        display: none; }
  body .mega-sub-menu .textwidget .list {
    padding: 0;
    margin-left: -20px; }
  body .location-navigation {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 15;
    padding: 0 5%;
    margin-bottom: 70px; }
    body .location-navigation .location-navigation-item-container {
      flex: 1;
      cursor: pointer; }
      body .location-navigation .location-navigation-item-container .location-navigation-item {
        margin: 5px;
        height: 80px;
        background-size: cover;
        background-position: 50% 50%;
        border-bottom: 1px solid #6552cd;
        position: relative; }
        body .location-navigation .location-navigation-item-container .location-navigation-item p {
          background-color: #fff;
          color: #202125;
          display: inline-block;
          padding: 0 10px;
          margin: 5px;
          transition: all 0.1s; }
        body .location-navigation .location-navigation-item-container .location-navigation-item:before {
          content: "";
          display: block;
          position: absolute;
          bottom: 0em;
          right: 0px;
          border-width: 0 0 1em 1em;
          border-style: solid;
          border-color: transparent transparent #6552cd transparent; }
        body .location-navigation .location-navigation-item-container .location-navigation-item .button {
          display: none;
          position: absolute;
          background-color: #6552cd;
          right: 0em;
          bottom: 0px;
          font-size: 12px;
          padding: 5px 10px 0px !important; }
          body .location-navigation .location-navigation-item-container .location-navigation-item .button:before, body .location-navigation .location-navigation-item-container .location-navigation-item .button:after {
            display: none; }
        body .location-navigation .location-navigation-item-container .location-navigation-item.item-info {
          background-image: url("/wp-content/uploads/2020/01/40297675743_4e3720e8c1_o-1.jpg"); }
        body .location-navigation .location-navigation-item-container .location-navigation-item.item-events {
          background-image: url("/wp-content/uploads/2020/01/46538781844_aa3c81cc82_o-1.jpg"); }
        body .location-navigation .location-navigation-item-container .location-navigation-item.item-prices {
          background-image: url("/wp-content/uploads/2020/01/33386477378_a9b8a98364_o-1.jpg"); }
        body .location-navigation .location-navigation-item-container .location-navigation-item.item-groups {
          background-image: url("/wp-content/uploads/2020/01/33386489708_a1726372b2_o-1.jpg"); }
        body .location-navigation .location-navigation-item-container .location-navigation-item.item-birthday {
          background-image: url("/wp-content/uploads/2020/01/47210436792_1fdd4fb9ea_o-1.jpg"); }
        body .location-navigation .location-navigation-item-container .location-navigation-item:hover {
          opacity: 0.5; }
      body .location-navigation .location-navigation-item-container.current {
        cursor: auto;
        display: none;
        opacity: 0.5;
        cursor: default; }
        body .location-navigation .location-navigation-item-container.current .location-navigation-item p {
          background-color: #fff !important;
          color: #202125 !important; }
        body .location-navigation .location-navigation-item-container.current .location-navigation-item:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #6552cd;
          opacity: 0.5; }
  body .page-id-23 .location-navigation .item-info,
  body .parent-pageid-23 .location-navigation .item-info {
    background-image: url("/wp-content/uploads/2019/12/helix-north-bergen-menu.jpg"); }
  body .page-id-25 .location-navigation .item-info,
  body .parent-pageid-25 .location-navigation .item-info {
    background-image: url("/wp-content/uploads/2020/01/Helix-Gaming-Space-final-edited-1.jpg"); }
  body .page-id-277 .location-navigation .item-info,
  body .parent-pageid-277 .location-navigation .item-info {
    background-image: url("/wp-content/uploads/2020/01/helix-freehold-menu-300x300.jpg"); }
  body .section {
    margin-top: 50px; }
  body .two-columns {
    width: 100%; }
    body .two-columns .columns {
      display: flex;
      flex-flow: wrap; }
      body .two-columns .columns .left, body .two-columns .columns .right {
        flex: 0 0 50%; }
        body .two-columns .columns .left *:first-child, body .two-columns .columns .right *:first-child {
          margin-top: 0; }
      body .two-columns .columns .left {
        padding: 0 20px 0 0; }
      body .two-columns .columns .right {
        padding: 0px 0px 0 20px; }

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

header.site-header {
  position: absolute;
  width: 100%;
  z-index: 100; }
  header.site-header .site-branding {
    position: absolute;
    margin-top: 0px;
    padding: 1em 2em 0 40px; }
    header.site-header .site-branding:after {
      position: absolute;
      bottom: -1em;
      left: 0;
      right: 1em;
      border-width: 1em;
      border-style: solid;
      border-color: #202125; }
    header.site-header .site-branding:before {
      position: absolute;
      bottom: -1em;
      right: 0;
      border-width: 1em 1em 0 0;
      border-style: solid;
      border-color: transparent #6552cd transparent; }
  header.site-header .custom-logo {
    width: auto;
    height: 150px;
    position: relative;
    z-index: 10;
    margin-bottom: 0; }

.wrap {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto; }

.sticky {
  display: block; }

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

article {
  min-height: 500px; }

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

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

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

.home-top {
  position: relative;
  width: 100%;
  max-height: 100vh;
  margin-top: 0px;
  overflow: hidden; }
  .home-top #bgvid {
    position: relative;
    left: 0%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    border-left: 1em solid #2faa49;
    border-bottom: 1px solid #2faa49; }
    .home-top #bgvid video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background-size: cover;
      transition: 1s opacity; }
  .home-top .headline {
    padding: 0px 50px 0 0;
    position: absolute;
    bottom: 200px;
    left: 50px;
    max-width: 80%;
    color: #fff;
    z-index: 10; }
    .home-top .headline h1 {
      font-size: 100px;
      letter-spacing: 0.02em;
      line-height: 0.9em;
      display: inline-block;
      text-transform: none;
      margin: 0;
      padding: 0; }
  .home-top .flexslider {
    margin: 0;
    border: 0;
    height: 100vh;
    background-color: #202125; }
    .home-top .flexslider .slides {
      height: 100%;
      opacity: 0.5; }
    .home-top .flexslider li {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .home-top .flexslider li:after {
        display: none; }

.home .gallery {
  margin-top: -150px; }

.ajde_evcal_calendar .calendar_header p {
  font-size: 30px !important;
  font-weight: 300 !important; }

.ajde_evcal_calendar .eventon_sorting_section {
  background: transparent !important;
  border-radius: 0 !important;
  margin: 0 0 10px 0;
  padding: 0; }

.ajde_evcal_calendar .eventon_filter_line .filtering_set_val, .ajde_evcal_calendar .eventon_sort_line .eventon_sf_cur_val p {
  background: #6552cd;
  color: #fff;
  border-radius: 0; }
  .ajde_evcal_calendar .eventon_filter_line .filtering_set_val:hover, .ajde_evcal_calendar .eventon_sort_line .eventon_sf_cur_val p:hover {
    background: #2faa49; }

.ajde_evcal_calendar .eventon_filter_dropdown, .ajde_evcal_calendar .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line {
  border-radius: 0;
  box-shadow: none; }

.ajde_evcal_calendar .eventon_filter_dropdown p:hover, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p:hover {
  border-left-color: transparent; }

.ajde_evcal_calendar .evo-gototoday-btn {
  display: none !important; }

.ajde_evcal_calendar #eventon_loadbar_section {
  display: none !important; }

.ajde_evcal_calendar .calendar_header p.evo_arrows {
  float: right !important; }

.ajde_evcal_calendar .calendar_header .evo_arrows .evcal_arrows {
  border-color: transparent;
  background-color: #6552cd;
  border-radius: 0; }
  .ajde_evcal_calendar .calendar_header .evo_arrows .evcal_arrows i {
    color: #fff; }
  .ajde_evcal_calendar .calendar_header .evo_arrows .evcal_arrows:hover {
    border-color: transparent;
    background-color: #fff;
    border-radius: 0; }
    .ajde_evcal_calendar .calendar_header .evo_arrows .evcal_arrows:hover i {
      color: #6552cd; }

.ajde_evcal_calendar #evcal_list {
  border-radius: 0; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_cblock em, .ajde_evcal_calendar .evo_pop_body .evcal_cblock em {
  letter-spacing: normal !important; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
  margin-bottom: 5px !important; }

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event {
  border-right: 5px solid #202125;
  background-color: #2faa49 !important;
  height: auto !important; }

.ajde_evcal_calendar.boxy #eventon_loadbar_section, .ajde_evcal_calendar.boxy #evcal_list {
  border-radius: 0 !important; }

.ajde_evcal_calendar .event_description .bordb,
.ajde_evcal_calendar #evcal_list .bordb,
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .event_description,
.ajde_evcal_calendar .bordr,
.ajde_evcal_calendar #evcal_list,
.ajde_evcal_calendar .evo_pop_body .bordb {
  border-color: transparent; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a:after, .ajde_evcal_calendar .evcal_list_a:after {
  background-color: transparent; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .desc_trig, .ajde_evcal_calendar .evopop_top {
  background-color: transparent; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .desc_trig:hover {
  background-color: transparent; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .ev_ftImg {
  border-radius: 0;
  width: 120px;
  height: 90%;
  max-height: none;
  padding: 0;
  top: 5%; }

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_list_event.no_events {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock,
.ajde_evcal_calendar .evo_pop_body .hasFtIMG .evcal_cblock {
  left: 140px; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc,
.ajde_evcal_calendar .sin_val.hasFtIMG .evcal_desc {
  padding-left: 200px; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a {
  padding: 5px 0; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.ajde_evcal_calendar .evo_pop_body .evcal_desc span.evcal_desc2 {
  font-size: 22px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px; }

.ajde_evcal_calendar #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.ajde_evcal_calendar .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.ajde_evcal_calendar .evo_lightboxes .evo_pop_body .evcal_desc span.evcal_desc2 {
  color: #fff; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
.ajde_evcal_calendar .evo_pop_body .evcal_desc .evcal_desc_info {
  font-size: 15px; }

.ajde_evcal_calendar #evcal_list .eventon_list_event .evcal_desc em,
.ajde_evcal_calendar .evo_lightboxes .evcal_desc em {
  color: #fff; }
  .ajde_evcal_calendar #evcal_list .eventon_list_event .evcal_desc em.evcal_time,
  .ajde_evcal_calendar .evo_lightboxes .evcal_desc em.evcal_time {
    text-transform: uppercase; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc .evcal_location,
.ajde_evcal_calendar .evo_pop_body .evcal_desc .evcal_location,
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc .evcal_time,
.ajde_evcal_calendar .evo_pop_body .evcal_desc .evcal_time {
  padding-left: 0; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,
.ajde_evcal_calendar .evo_pop_body .evcal_desc em.evcal_time::before,
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,
.ajde_evcal_calendar .evo_pop_body .evcal_desc em.evcal_location::before {
  position: relative;
  top: 0px;
  margin-right: 5px; }

.ajde_evcal_calendar .eventon_events_list .eventon_list_event .desc_trig:hover {
  border-left-width: 20px; }

.evo_lightboxes .evcal_evdata_cell .eventon_desc_in p a {
  color: #fff; }

.evopopclose, .evolbclose {
  border-radius: 0 !important;
  background: #6552cd !important; }
  .evopopclose:after, .evopopclose:before, .evolbclose:after, .evolbclose:before {
    background-color: #fff !important; }
  .evopopclose:hover, .evolbclose:hover {
    background: #2faa49 !important; }

.evopop_top {
  border-left: none !important; }

.evo_lightbox.eventcard .evo_lightbox_body, .evo_lightbox .evo_lightbox_body {
  border-radius: 0 !important; }

.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3 {
  font-size: 22px !important; }

.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p {
  font-size: inherit !important; }

.evcal_evdata_row .evcal_evdata_cell p {
  font-style: normal !important;
  font-size: inherit !important; }

.evo_lightbox {
  background: #202125c7 !important; }

.evo_pop_body .evcal_desc span.evcal_desc2 {
  font-size: 30px !important; }

.evo_pop_body .evcal_desc .evcal_desc_info {
  display: none !important; }

.evo_pop_body .evcal_desc {
  padding-top: 9px !important; }

.evo_widget .ajde_evcal_calendar.boxy #evcal_list.eventon_list_event,
.evo_widget .ajde_evcal_calendar.boxy .evoShow_more_events {
  background-color: #2faa49 !important;
  border: 1px solid #333438 !important; }

.evo_widget .ajde_evcal_calendar .eventon_events_list .eventon_list_event {
  margin-bottom: 0px !important;
  border: 1px solid #202125; }

.evo_widget .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
.evo_widget .ajde_evcal_calendar .ajde_evcal_calendar .evo_pop_body .evcal_desc .evcal_desc_info {
  font-size: 12px;
  letter-spacing: 1px;
  display: none; }

.evo_widget .ajde_evcal_calendar .eventon_events_list .evcal_desc2 {
  font-size: 20px !important;
  line-height: 1.4em; }

.evo_widget .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em.evcal_location {
  display: block !important; }

body.page,
body.single {
  position: relative;
  min-height: 150vh; }
  body.page .entry-header,
  body.single .entry-header {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px;
    overflow: hidden; }
    body.page .entry-header:before,
    body.single .entry-header:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 200px;
      left: 0;
      bottom: 0;
      z-index: 10;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100 */
      background: #202125;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, #202125 95%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='$color__black',GradientType=0 );
      /* IE6-9 */ }
  body.page .breadcrumbs,
  body.single .breadcrumbs {
    position: absolute;
    top: 120px;
    padding-left: 140px;
    z-index: 10; }
  body.page .page-bg,
  body.single .page-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0.9;
    -webkit-animation-name: unblur;
            animation-name: unblur;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

@-webkit-keyframes unblur {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  100% {
    -webkit-filter: blur(20px);
            filter: blur(20px); } }

@keyframes unblur {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  100% {
    -webkit-filter: blur(20px);
            filter: blur(20px); } }

.site-main {
  margin-top: 0px;
  margin-bottom: 60px; }

.home .site-main {
  margin-top: 0; }

.vertical {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-80px);
          transform: rotate(-90deg) translateX(-100%) translateY(-80px);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  overflow: hidden;
  display: inline-block;
  padding-right: 5px; }
  .vertical .line {
    display: inline-block;
    width: 0;
    height: 0.2rem;
    background-color: #6552cd;
    margin-bottom: 0.7rem; }
  .vertical .breadcrumbs {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase; }

.page-parent .vertical {
  display: none; }

.entry-subtitle {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  overflow: hidden;
  display: inline-block;
  top: 370px; }

.entry-title {
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1em;
  text-transform: lowercase;
  padding-left: 140px;
  position: absolute;
  margin-bottom: 0;
  max-width: 840px;
  z-index: 10; }
  .entry-title.transparent {
    position: relative;
    visibility: hidden;
    margin-top: 120px; }

.slides-nav {
  z-index: 99;
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  -webkit-transform: rotate(90deg) translateX(50%);
          transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.slides-nav__nav {
  position: absolute;
  right: 0;
  display: inline-block;
  line-height: 1; }

.slides-nav div {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: #6552cd;
  border: 0;
  font-size: 1.5em;
  overflow: hidden;
  transition: color 0.5s ease; }

.slides-nav div:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  background: #6552cd;
  transition: width 0.4s ease; }

.slides-nav div:hover {
  cursor: pointer;
  color: #2faa49;
  transition: color 0.5s ease; }

.slides-nav div:hover:after {
  width: 100%;
  transition: width 0.4s ease; }

.slides-nav div:focus {
  outline: 0; }

.is-sliding .slides-nav {
  pointer-events: none; }

.slides {
  position: relative;
  display: block;
  height: 600px;
  width: 100%;
  margin: 50px 0 50px 0;
  transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
  padding: 0 0 0 20px; }

.is-sliding .slides {
  transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1); }

.slide {
  z-index: -1;
  padding: 0 60px 0 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: z-index 1s ease; }

.slide.is-active {
  z-index: 19;
  transition: z-index 1s ease; }

.slide__content {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.slide__header {
  z-index: 9;
  position: relative;
  display: block;
  overflow-y: hidden;
  top: 25%; }

.slide__header {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px); }

.slide__title {
  font-size: 62px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #202125;
  overflow-y: hidden;
  margin-bottom: 10px; }

.slide__title .title-line {
  display: inline-block;
  overflow-y: hidden; }

.slide__title .title-line span {
  display: block;
  -webkit-transform: translate3d(0, 140%, 0);
          transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.8s ease;
  transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
  background: #fff;
  padding: 10px 20px; }

.slide__title .title-line span:nth-child(1) {
  transition-delay: 0.15s; }

.slide__title .title-line span:nth-child(2) {
  transition-delay: 0.3s; }

.is-active .slide__title .title-line span {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.is-active .slide__title .title-line:nth-of-type(2n) span {
  transition-delay: 0.2s; }

.slide__title .title-line.subtitle {
  margin-top: -8px;
  line-height: 0;
  max-width: 80%;
  display: block; }
  .slide__title .title-line.subtitle span {
    display: inline-block;
    font-size: 28px;
    line-height: 1.5;
    text-transform: none;
    padding: 0px 20px; }

.button-container {
  display: block;
  overflow-y: hidden; }

.button-container .slide__explore {
  display: inline-block;
  -webkit-transform: translate3d(0, 180%, 0);
          transform: translate3d(0, 180%, 0);
  opacity: 0;
  transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.8s ease;
  transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition-delay: 0.3s; }

.is-active .button-container .slide__explore {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.4s; }

.slide__figure {
  z-index: 7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.is-sliding .slide__figure {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.slide__img {
  position: relative;
  display: block;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  height: 0%;
  width: 100%;
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.4s 0.1s ease;
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease, -webkit-filter 0.4s 0.1s ease; }

.is-active .slide__img {
  height: 100%;
  opacity: 1;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-filter 0.4s 0.1s ease;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease, -webkit-filter 0.4s 0.1s ease; }

.info-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 10% 0 10%;
  text-align: center; }
  .info-cards .card {
    flex: 1;
    padding: 0 20px 20px 20px; }
    .info-cards .card .card-top {
      border-top: 5px solid #6552cd;
      padding-top: 20px; }
      .info-cards .card .card-top h1 {
        margin-bottom: 0;
        padding-bottom: 0; }
    .info-cards .card .card-bottom p {
      margin-top: 0; }
    .info-cards .card .card-bottom small {
      display: block;
      font-size: 14px;
      line-height: 1.5em; }

.list {
  padding: 30px 10%;
  margin: 0 auto;
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  .list .item-wrapper {
    flex: 1 1 50%;
    position: relative; }
  .list .item {
    padding: 0px 20px 0 20px; }
    .list .item:before {
      content: "";
      position: absolute;
      top: 0em;
      left: 20px;
      border-width: 1em 1em 0 0;
      border-style: solid;
      border-color: #6552cd transparent transparent; }
    .list .item .item-content {
      border-top: 1px solid #6552cd;
      padding: 20px 20px 0 20px; }

.map {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: 50% 50%; }
  .map h1 {
    background: #fff;
    color: #202125;
    padding: 0 20px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 50px;
    margin-left: 20px; }
  .map h4 {
    background: #fff;
    color: #202125;
    padding: 0 20px;
    display: inline-block;
    margin-left: 20px; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto; }
  .gallery .item-wrapper {
    flex: 1 1 33%;
    height: 220px; }
  .gallery .item {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-size: cover;
    background-position: 50% 50%;
    border-bottom: 1px solid #6552cd;
    position: relative;
    box-sizing: border-box;
    z-index: 5; }
    .gallery .item .item-content {
      padding: 10px 20px 0 20px;
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 2;
      display: inline-block;
      overflow-y: hidden; }
      .gallery .item .item-content h6 {
        background: #202125;
        display: table;
        color: #fff;
        padding: 0px 10px;
        margin: 0 0 2px 0; }
      .gallery .item .item-content h3 {
        background: #fff;
        display: inline-block;
        color: #202125;
        padding: 5px 10px;
        margin: 0 0 2px 0; }
        .gallery .item .item-content h3 a {
          color: #202125; }
        .gallery .item .item-content h3:hover {
          background-color: #6552cd; }
          .gallery .item .item-content h3:hover a {
            color: #fff; }
      .gallery .item .item-content .button {
        position: absolute;
        background-color: #6552cd;
        right: 0em;
        bottom: 0px;
        font-size: 12px;
        padding: 15px 20px 10px !important; }
        .gallery .item .item-content .button:hover {
          background-color: #2faa49; }
        .gallery .item .item-content .button:before {
          display: none;
          background: #6552cd;
          border-color: #6552cd #202125 #202125; }
        .gallery .item .item-content .button:after {
          display: none;
          border-color: #6552cd; }

.accordion {
  overflow: hidden;
  margin-bottom: 30px;
  /* Flexible Slide-to-top Accordion Style*/ }
  .accordion .st-accordion {
    padding: 0px 20px;
    width: 100%; }
  .accordion .st-accordion .st-accordion-ul {
    margin: 0;
    padding: 0; }
    .accordion .st-accordion .st-accordion-ul .item-title {
      line-height: 0;
      padding: 30px 20px 0 20px;
      text-transform: none; }
  .accordion .st-accordion .st-accordion-ul > li {
    border-top: 1px solid #6552cd;
    overflow: hidden;
    height: 70px !important;
    position: relative; }
    .accordion .st-accordion .st-accordion-ul > li:before {
      content: "";
      position: absolute;
      top: 0em;
      left: 0px;
      border-width: 1em 1em 0 0;
      border-style: solid;
      border-color: #6552cd transparent transparent; }
    .accordion .st-accordion .st-accordion-ul > li:after {
      display: none; }
    .accordion .st-accordion .st-accordion-ul > li.st-open {
      height: auto !important; }
  .accordion .st-accordion .st-accordion-ul > li > a {
    text-decoration: none;
    display: block;
    position: relative;
    outline: none;
    transition: color 0.2s ease-in-out;
    color: #6552cd; }
  .accordion .st-accordion .st-accordion-ul > li h5 {
    margin-right: 100px;
    margin-bottom: 0;
    padding: 15px 0 10px; }
  .accordion .st-accordion .st-accordion-ul > li > a span {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    transition: all 0.2s ease-in-out; }
  .accordion .st-accordion .st-accordion-ul > li > a:hover {
    color: #fff; }
  .accordion .st-accordion .st-accordion-ul > li.st-open > a {
    color: #fff; }
  .accordion .st-accordion .st-accordion-ul > li.st-open > a span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1; }
  .accordion .st-content {
    padding: 0px 0px 30px 0px; }
    .accordion .st-content .list {
      padding: 30px 0; }
      .accordion .st-content .list .item .item-content {
        border-top: 1px solid #6552cd; }
      .accordion .st-content .list .item:before {
        display: none; }

body .booked-calendar-wrap {
  height: auto !important;
  padding-top: 20px; }

body table.booked-calendar tbody td {
  height: 107px !important; }

body table.booked-calendar button {
  cursor: pointer !important; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled], body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
  cursor: not-allowed !important; }

body table.booked-calendar td .date {
  line-height: 107px !important; }

body table.booked-calendar {
  border-bottom: 1px solid #6552cd !important;
  background: transparent !important; }

body table.booked-calendar td.next-month .date, body table.booked-calendar td.prev-month .date {
  background: #202125; }

body table.booked-calendar td.next-month .date .number, body table.booked-calendar td.prev-month .date .number {
  display: none; }

body table.booked-calendar tr.days th, body #booked-profile-page .booked-tabs {
  border-color: #6552cd !important;
  background: #fff !important;
  color: #6552cd !important; }

body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date, body table.booked-calendar td.prev-date:hover .date span {
  background: #202125 !important; }

body table.booked-calendar td:first-child {
  border-left: 1px solid #6552cd; }

body table.booked-calendar td,
body table.booked-calendar td:last-child {
  border-right: 1px solid #6552cd; }

body table.booked-calendar td .date {
  background: #202125; }

body table.booked-calendar td:hover .date {
  background: #202125; }

body table.booked-calendar td:hover .date span {
  background: #fff; }

body table.booked-calendar td .date .number {
  color: #fff; }

body table.booked-calendar td:hover .date .number {
  color: #202125; }

body table.booked-calendar td.prev-date .date .number {
  color: #6552cd; }

body table.booked-calendar td.today.prev-date .date {
  background: #2faa49 !important; }

body table.booked-calendar td.today.prev-date .date .number {
  border: 0px solid #2faa49;
  color: #fff !important; }

body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.entryBlock {
  background: #6552cd; }

body table.booked-calendar .booked-appt-list {
  background: none;
  box-shadow: none;
  -webkit-transform: scale(1);
          transform: scale(1); }

body .booked-calendar-wrap .booked-appt-list h2,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon {
  color: #fff; }

body .booked-calendar-wrap .booked-appt-list .timeslot:hover {
  background: transparent; }

body table.booked-calendar tr.week td.active .date, body table.booked-calendar tr.week td.active:hover .date, body table.booked-calendar tr.entryBlock {
  background: #6552cd; }

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
  padding-top: 10px; }

body #booked-profile-page input[type=submit], body #booked-profile-page button, body .booked-list-view input[type=submit], body .booked-list-view button, body table.booked-calendar input[type=submit], body table.booked-calendar button, body .booked-modal input[type=submit], body .booked-modal button {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 solid;
  border-radius: 0;
  line-height: 1;
  padding: 14px 20px 10px 20px !important; }

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
  background: #202125 !important;
  border-color: #202125 !important; }

body .booked-form .booked-appointments {
  border-radius: 0; }

body .booked-form .booked-appointment-details {
  color: #202125; }

body .booked-modal .bm-window {
  width: 480px; }

body .booked-modal button.cancel {
  display: none; }

body .booked-modal .bm-window .booked-scrollable {
  background: #202125; }

body .booked-modal .bm-window p.booked-title-bar {
  border-radius: 0;
  background: #6552cd; }

body .booked-modal .bm-window .booked-scrollable {
  border-radius: 0; }

@media (max-width: 720px) {
  body .booked-calendar-wrap table.booked-calendar td {
    height: 80px !important; }
  body table.booked-calendar td .date,
  body .booked-calendar-wrap table.booked-calendar tr.week td .date .number {
    line-height: 80px !important; }
  body .booked-calendar-wrap table.booked-calendar tr.week td.active .date .number {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #fff; }
  body .booked-calendar-wrap table.booked-calendar tr.week td.active .date, body .booked-calendar-wrap table.booked-calendar tr.week td.active:hover .date {
    background: #6552cd; }
  body .booked-calendar-wrap table.booked-calendar .booked-appt-list {
    max-height: none; }
  body .booked-modal .bm-window {
    max-width: 100%; }
  body .booked-form .field .checkbox-radio-block label {
    top: 0;
    display: inline; } }

@media (max-width: 500px) {
  body .booked-calendar-wrap table.booked-calendar td {
    height: 50px !important; }
  body table.booked-calendar td .date,
  body .booked-calendar-wrap table.booked-calendar tr.week td .date .number {
    line-height: 50px !important; } }

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  text-transform: capitalize; }

.site-footer {
  background: #2c2d33;
  padding: 50px 0 0 0;
  color: #c6c6c6 !important; }
  .site-footer .inside-footer {
    display: flex;
    width: 90%;
    margin: 0 auto; }
    .site-footer .inside-footer .footer-item {
      flex: 1;
      padding: 0 20px 20px 20px; }
      .site-footer .inside-footer .footer-item h5 {
        border-top: 1px solid #6552cd;
        padding: 10px 20px 0 20px;
        position: relative; }
        .site-footer .inside-footer .footer-item h5:before {
          content: "";
          position: absolute;
          top: 0em;
          left: 0px;
          border-width: 1em 1em 0 0;
          border-style: solid;
          border-color: #6552cd transparent transparent; }
      .site-footer .inside-footer .footer-item h4 {
        margin-bottom: 0; }
      .site-footer .inside-footer .footer-item p {
        line-height: 1.4em;
        margin-bottom: 1.2em;
        margin-top: 0; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breakpoint Very Large
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breakpoint Medium
--------------------------------------------------------------*/
@media (max-width: 1000px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0px;
    padding: 0 10px; }
  .mega-menu-horizontal {
    width: 300px !important;
    left: auto !important;
    right: 0px !important; }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #333438; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    padding-top: 20px;
    padding-bottom: 0px; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu ul.mega-sub-menu {
    padding-top: 0px;
    padding-bottom: 0px; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 15px; }
  .mega-sub-menu .textwidget a:hover {
    color: #c6c6c6; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #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 h4.mega-block-title {
    color: #202125; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px 0 25px; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #222; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    background: #222; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 p,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 .list {
    display: none; }
  #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 {
    padding: 0 15px 15px 15px; }
  .home-top .flexslider {
    height: 700px; }
  .home-top .headline {
    left: 50px;
    max-width: none; }
    .home-top .headline h1 {
      font-size: 90px; }
  body.page .entry-header, body.single .entry-header {
    padding-bottom: 40px; }
  .slide__title .title-line.subtitle span {
    font-size: 22px; }
  .entry-title {
    font-size: 70px;
    top: auto;
    padding-left: 20px; }
  .entry-title.transparent {
    margin-top: 220px;
    padding-right: 0px; }
  .vertical {
    display: none; }
  .slides .slide__title {
    font-size: 56px; }
  .gallery .item {
    height: 200px; } }

/*--------------------------------------------------------------
## Breakpoint Medium Small
--------------------------------------------------------------*/
@media (max-width: 800px) {
  header.site-header .site-branding {
    margin-top: 0; }
  header.site-header .custom-logo {
    width: 100px;
    height: auto; }
  .home-top .headline {
    left: 50px;
    max-width: none; }
    .home-top .headline h1 {
      font-size: 80px; }
  body .location-navigation .location-navigation-item-container {
    flex: 1 1 50%; }
  .entry-title {
    font-size: 60px;
    margin: 0 20px 0 0px;
    letter-spacing: 0em; }
  .entry-title.transparent {
    margin-top: 200px; }
  .section .two-columns .columns {
    display: block; }
    .section .two-columns .columns .left, .section .two-columns .columns .right {
      width: 100%;
      padding: 0;
      text-align: center; }
  .gallery {
    display: block;
    width: 100%;
    padding: 0 40px; }
    .gallery .item-wrapper {
      margin-bottom: 10px;
      height: 200px; }
    .gallery .item {
      margin: 0 auto;
      max-width: 600px;
      height: 200px;
      border-left: none;
      border-right: none; }
      .gallery .item .item-content {
        display: block; }
        .gallery .item .item-content h3 {
          display: inline-block; }
  .info-cards {
    padding: 30px 20px 0 20px; }
    .info-cards .card {
      flex: 1 1 50%; }
  .list {
    padding: 30px 20px; }
  .site-footer .inside-footer {
    display: block; }
    .site-footer .inside-footer .footer-item {
      width: 100%;
      text-align: center; } }

/*--------------------------------------------------------------
## Breakpoint Small
--------------------------------------------------------------*/
@media (max-width: 600px) {
  .home-top .headline h1 {
    font-size: 60px; }
  .home-top .flexslider {
    height: auto; }
  .home-top .flexslider .slides {
    height: 600px; }
  .slides-nav div {
    font-size: 1.3em; }
  .slide__title {
    font-size: 34px;
    letter-spacing: 0; }
    .slide__title .title-line.subtitle {
      margin-top: -5px;
      max-width: none; }
    .slide__title .title-line.subtitle span {
      font-size: 18px; }
  .list .item-wrapper {
    flex: 1 1 100%; }
  .ajde_evcal_calendar .eventon_events_list .eventon_list_event .ev_ftImg {
    display: none; }
  .ajde_evcal_calendar .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .ajde_evcal_calendar .evo_pop_body .hasFtIMG .evcal_cblock {
    left: 0; }
  .ajde_evcal_calendar #evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .ajde_evcal_calendar .sin_val.hasFtIMG .evcal_desc {
    padding-left: 60px; } }

/*--------------------------------------------------------------
## Breakpoint Very Small
--------------------------------------------------------------*/
@media (max-width: 480px) {
  body .location-navigation .location-navigation-item-container {
    flex: 1 1 100%; } }
/*# sourceMappingURL=style.css.map */