article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: 600; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.flex-wrap {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px; }
  .flex-wrap .flex-col {
    margin-bottom: 40px;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 25px; }
  .flex-wrap .flex-col-1of2-mobile {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }
  .flex-wrap .flex-col-1of3-mobile {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }
  .flex-wrap .flex-col-1of4-mobile {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }
  .flex-wrap .flex-col-1of5-mobile {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; }
  .flex-wrap .flex-col-2of3-mobile {
    -ms-flex: 66.6666%;
    flex: 66.6666%;
    max-width: 66.6666%; }
  .flex-wrap .flex-col-3of4-mobile {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; }
  .flex-wrap .flex-col-2of5-mobile {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%; }
  .flex-wrap .flex-col-3of5-mobile {
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%; }
  .flex-wrap .flex-col-full-width {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important; }

.flex-wrap-center {
  align-items: center; }

.flex-wrap-reverse {
  flex-direction: row-reverse; }

/* Portrait tablet to landscape */
@media (min-width: 768px) {
  .flex-wrap .flex-col-1of2 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }
  .flex-wrap .flex-col-1of3 {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }
  .flex-wrap .flex-col-1of4 {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }
  .flex-wrap .flex-col-1of5 {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; }
  .flex-wrap .flex-col-2of3 {
    -ms-flex: 66.6666%;
    flex: 66.6666%;
    max-width: 66.6666%; }
  .flex-wrap .flex-col-3of4 {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; }
  .flex-wrap .flex-col-2of5 {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%; }
  .flex-wrap .flex-col-3of5 {
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%; } }
/* Landscape to small desktop */
@media (min-width: 1000px) {
  .flex-wrap {
    margin-bottom: -80px;
    margin-left: -50px; }
    .flex-wrap .flex-col {
      margin-bottom: 80px;
      padding-left: 50px; }
    .flex-wrap .flex-col-1of2-desktop {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
    .flex-wrap .flex-col-1of3-desktop {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }
    .flex-wrap .flex-col-1of4-desktop {
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%; }
    .flex-wrap .flex-col-1of5-desktop {
      -ms-flex: 20%;
      flex: 20%;
      max-width: 20%; }
    .flex-wrap .flex-col-2of3-desktop {
      -ms-flex: 66.6666%;
      flex: 66.6666%;
      max-width: 66.6666%; }
    .flex-wrap .flex-col-3of4-desktop {
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%; }
    .flex-wrap .flex-col-2of5-desktop {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }
    .flex-wrap .flex-col-3of5-desktop {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; } }
/* XL desktop */
@media (min-width: 1240px) {
  .flex-wrap {
    margin-bottom: -100px;
    margin-left: -70px; }
    .flex-wrap .flex-col {
      margin-bottom: 100px;
      padding-left: 70px; }
    .flex-wrap .flex-col-1of2-xl-desktop {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
    .flex-wrap .flex-col-1of3-xl-desktop {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }
    .flex-wrap .flex-col-1of4-xl-desktop {
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%; }
    .flex-wrap .flex-col-1of5-xl-desktop {
      -ms-flex: 20%;
      flex: 20%;
      max-width: 20%; }
    .flex-wrap .flex-col-2of3-xl-desktop {
      -ms-flex: 66.6666%;
      flex: 66.6666%;
      max-width: 66.6666%; }
    .flex-wrap .flex-col-3of4-xl-desktop {
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%; }
    .flex-wrap .flex-col-2of5-xl-desktop {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }
    .flex-wrap .flex-col-3of5-xl-desktop {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; } }
.blue-btn, .button, .wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, .components-button, .wc-block-components-button, .wc-block-components-button:not(.is-link) {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #140F2A;
  background: #00F79E;
  font-size: 12px;
  line-height: 20px !important;
  box-shadow: none !important;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 30px;
  border: 2px solid #00F79E;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important; }
  .blue-btn:hover, .button:hover, .wp-block-button__link:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover, .components-button:hover, .wc-block-components-button:hover {
    color: #fff;
    background: #0067FF;
    border-color: #0067FF; }
  @media only screen and (min-width: 768px) {
    .blue-btn, .button, .wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, .components-button, .wc-block-components-button, .wc-block-components-button:not(.is-link) {
      padding: 8px 30px; } }
  @media only screen and (min-width: 1000px) {
    .blue-btn, .button, .wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, .components-button, .wc-block-components-button, .wc-block-components-button:not(.is-link) {
      font-size: 13px; } }
  @media only screen and (min-width: 1240px) {
    .blue-btn, .button, .wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, .components-button, .wc-block-components-button, .wc-block-components-button:not(.is-link) {
      font-size: 14px; } }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.button-white-outline {
  background: none !important;
  border-color: #fff !important;
  color: #fff !important; }
  .button-white-outline:hover {
    color: #fff !important;
    background: #0067FF !important;
    border-color: #0067FF !important; }

.button-red-outline {
  background: none !important;
  border-color: #0067FF !important;
  color: #0067FF !important; }
  .button-red-outline:hover {
    color: #fff !important;
    background: #0067FF !important;
    border-color: #0067FF !important; }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  height: 44px;
  line-height: 20px !important;
  font-weight: 400;
  font-size: 16px !important;
  padding: 12px 12px !important;
  margin-bottom: 10px;
  color: #0067FF;
  border-radius: 5px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #140F2A;
  box-shadow: none;
  width: 100%;
  background: #fff;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none !important; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background: #fff !important;
    border-color: #0067FF !important;
    color: #0067FF !important;
    outline: none; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="text"]:active::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="password"]:active::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:active::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:active::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="date"]:active::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="month"]:active::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="time"]:active::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="week"]:active::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="number"]:active::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="email"]:active::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="url"]:active::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="search"]:active::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="tel"]:active::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    input[type="color"]:active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder,
    .field:focus::-webkit-input-placeholder,
    .field:active::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #bebebe; }
    input[type="text"]:focus::-moz-placeholder, input[type="text"]:active::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="password"]:active::-moz-placeholder,
    input[type="datetime"]:focus::-moz-placeholder,
    input[type="datetime"]:active::-moz-placeholder,
    input[type="datetime-local"]:focus::-moz-placeholder,
    input[type="datetime-local"]:active::-moz-placeholder,
    input[type="date"]:focus::-moz-placeholder,
    input[type="date"]:active::-moz-placeholder,
    input[type="month"]:focus::-moz-placeholder,
    input[type="month"]:active::-moz-placeholder,
    input[type="time"]:focus::-moz-placeholder,
    input[type="time"]:active::-moz-placeholder,
    input[type="week"]:focus::-moz-placeholder,
    input[type="week"]:active::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[type="number"]:active::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="email"]:active::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="url"]:active::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="search"]:active::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="tel"]:active::-moz-placeholder,
    input[type="color"]:focus::-moz-placeholder,
    input[type="color"]:active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder,
    .field:focus::-moz-placeholder,
    .field:active::-moz-placeholder {
      /* Firefox 19+ */
      color: #bebebe; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="text"]:active:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="password"]:active:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime"]:active:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:active:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="date"]:active:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="month"]:active:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="time"]:active:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="week"]:active:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="number"]:active:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="email"]:active:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="url"]:active:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="search"]:active:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="tel"]:active:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    input[type="color"]:active:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    select:active:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:active:-ms-input-placeholder,
    .field:focus:-ms-input-placeholder,
    .field:active:-ms-input-placeholder {
      /* IE 10+ */
      color: #bebebe; }
    input[type="text"]:focus:-moz-placeholder, input[type="text"]:active:-moz-placeholder,
    input[type="password"]:focus:-moz-placeholder,
    input[type="password"]:active:-moz-placeholder,
    input[type="datetime"]:focus:-moz-placeholder,
    input[type="datetime"]:active:-moz-placeholder,
    input[type="datetime-local"]:focus:-moz-placeholder,
    input[type="datetime-local"]:active:-moz-placeholder,
    input[type="date"]:focus:-moz-placeholder,
    input[type="date"]:active:-moz-placeholder,
    input[type="month"]:focus:-moz-placeholder,
    input[type="month"]:active:-moz-placeholder,
    input[type="time"]:focus:-moz-placeholder,
    input[type="time"]:active:-moz-placeholder,
    input[type="week"]:focus:-moz-placeholder,
    input[type="week"]:active:-moz-placeholder,
    input[type="number"]:focus:-moz-placeholder,
    input[type="number"]:active:-moz-placeholder,
    input[type="email"]:focus:-moz-placeholder,
    input[type="email"]:active:-moz-placeholder,
    input[type="url"]:focus:-moz-placeholder,
    input[type="url"]:active:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder,
    input[type="search"]:active:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="tel"]:active:-moz-placeholder,
    input[type="color"]:focus:-moz-placeholder,
    input[type="color"]:active:-moz-placeholder,
    select:focus:-moz-placeholder,
    select:active:-moz-placeholder,
    textarea:focus:-moz-placeholder,
    textarea:active:-moz-placeholder,
    .field:focus:-moz-placeholder,
    .field:active:-moz-placeholder {
      /* Firefox 18- */
      color: #bebebe; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0067FF;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  .field::-moz-placeholder {
    /* Firefox 19+ */
    color: #0067FF;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    /* IE 10+ */
    color: #0067FF;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  .field:-moz-placeholder {
    /* Firefox 18- */
    color: #0067FF;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.4; }

select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  background: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
  background-size: 14px 14px !important; }
  select:focus, select:active {
    background: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
    background-size: 14px 14px !important; }

select::-ms-expand {
  display: none; }

.gform_body ul {
  margin: 0; }

.hidden_label label {
  display: none; }

.gform_validation_container {
  display: none; }

body .gform_body ul {
  margin: 0; }
  body .gform_body ul li {
    list-style: none; }

.validation_error {
  color: #000;
  margin-bottom: 15px;
  font-weight: 800; }

.validation_message {
  display: none !important;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -70px;
  background: #00F79E;
  display: block;
  padding: 0px 10px;
  border-radius: 5px;
  color: #000;
  font-weight: 800;
  font-size: 12px; }

.gfield_error textarea, .gfield_error input {
  border-color: #00F79E !important; }
  .gfield_error textarea::-webkit-input-placeholder, .gfield_error input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #00F79E; }
  .gfield_error textarea::-moz-placeholder, .gfield_error input::-moz-placeholder {
    /* Firefox 19+ */
    color: #00F79E; }
  .gfield_error textarea:-ms-input-placeholder, .gfield_error input:-ms-input-placeholder {
    /* IE 10+ */
    color: #00F79E; }
  .gfield_error textarea:-moz-placeholder, .gfield_error input:-moz-placeholder {
    /* Firefox 18- */
    color: #00F79E; }
.gfield_error select {
  border-color: #00F79E !important; }

li.gfield {
  position: relative; }

.gform_footer, .gform_page_footer {
  position: relative; }

img.gform_ajax_spinner {
  display: block;
  background: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  margin: 0 !important;
  right: 0px; }

.entry-content img.gform_ajax_spinner {
  right: 0; }

.gform_required_legend {
  display: none; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #00F79E !important;
  border: 1px solid #00F79E !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 15px !important;
  position: relative;
  color: #fff !important;
  text-align: left;
  text-transform: none !important;
  font-weight: 600; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff !important;
  text-transform: none !important; }

/*********************
GENERAL STYLES 100-900
*********************/
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #140F2A;
  background: #fff; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0;
  padding: 40px 25px; }

.wrap-large {
  padding-top: 60px;
  padding-bottom: 60px; }

.wrap-small {
  padding-top: 20px;
  padding-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; }

  .mobile-top {
    margin-top: 40px; }

  .margin-bottom-mobile {
    margin-bottom: 40px; }

  .news-section-three .flex-col {
    display: none; }
  .news-section-three .flex-col:first-of-type {
    display: block; }

  .bio {
    padding-top: 10px;
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .hide-tablet {
    display: none !important; } }
@media only screen and (min-width: 1240px) {
  .hide-desktop {
    display: none !important; } }
.nop-top {
  padding-top: 0px !important; }

.nop-left {
  padding-left: 0px !important; }

.nop-right {
  padding-right: 0px !important; }

.nop-bottom {
  padding-bottom: 0px !important; }

.nom-top {
  margin-top: 0px !important; }

.nom-left {
  margin-left: 0px !important; }

.nom-right {
  margin-right: 0px !important; }

.nom-bottom {
  margin-bottom: 0px !important; }

.margin-top {
  margin-top: 40px; }

.margin-top-small {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 40px; }

.margin-bottom-small {
  margin-bottom: 20px; }

.margin-bottom-x-small {
  margin-bottom: 10px; }

.margin-top-x-small {
  margin-top: 10px; }

.lh-0 {
  display: block;
  line-height: 0; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.overlay {
  position: relative; }
  .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #140F2A;
    opacity: 0.8;
    z-index: 0; }
  .overlay .over-overlay {
    position: relative;
    z-index: 3; }

/*********************
LINK STYLES
*********************/
a {
  color: #FF0059;
  text-decoration: none;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  /* on hover */ }
  a:hover {
    color: #0067FF; }

*:focus {
  outline: none !important; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 850;
  line-height: 1.1;
  color: #140F2A;
  text-transform: uppercase;
  margin: 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .widgettitle a {
    text-decoration: none; }

.light-content h1 a, .light-content .h1 a, .light-content h2 a, .light-content .h2 a, .light-content h3 a, .light-content .h3 a, .light-content h4 a, .light-content .h4 a, .light-content h5 a, .light-content .h5 a {
  color: #00F79E; }
  .light-content h1 a:hover, .light-content .h1 a:hover, .light-content h2 a:hover, .light-content .h2 a:hover, .light-content h3 a:hover, .light-content .h3 a:hover, .light-content h4 a:hover, .light-content .h4 a:hover, .light-content h5 a:hover, .light-content .h5 a:hover {
    color: #0067FF; }

h1, .h1 {
  font-size: 24px;
  line-height: 1; }

h2, .h2, .widgettitle {
  font-size: 24px;
  line-height: 1; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.1; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.2; }

h5, .h5 {
  font-size: 16px;
  line-height: 1.3; }

.sub-heading {
  text-transform: uppercase;
  font-weight: 850;
  letter-spacing: 1px;
  color: #140F2A;
  font-weight: 400;
  font-size: 12px; }

p {
  margin: 0; }

/*********************
HEADER STYLES
*********************/
body.no-scroll {
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .header:before {
    content: "";
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(0px); }
  .header.scroll-active:before {
    background: rgba(20, 15, 42, 0.8);
    backdrop-filter: blur(8px); }
  .header.nav-active:before {
    background: none !important;
    backdrop-filter: blur(0px); }

.hero-background {
  padding-top: 70px; }

#inner-header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 5; }
  #inner-header .header-right {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #inner-header .header-right .nav-icon {
      padding: 10px 6px;
      margin: 0 -6px 0 9px;
      line-height: 0;
      cursor: pointer; }
      #inner-header .header-right .nav-icon rect {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      #inner-header .header-right .nav-icon:hover rect {
        fill: #0067FF; }
    #inner-header .header-right .cart-icon {
      height: 32px; }
      #inner-header .header-right .cart-icon svg {
        height: 32px; }
        #inner-header .header-right .cart-icon svg path {
          transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      #inner-header .header-right .cart-icon:hover svg path {
        fill: #0067FF; }
    #inner-header .header-right .button {
      margin-left: 15px;
      padding: 4px 20px; }
      @media only screen and (max-width: 364px) {
        #inner-header .header-right .button {
          display: none; } }

.header-logo img {
  display: block;
  width: 60px;
  height: auto;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .header-logo img:hover {
    opacity: 0.5; }

.nav-wrap {
  background: #140F2A;
  transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  z-index: 8888;
  padding: 80px 25px 40px 25px;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  display: block;
  transform: translateX(100%); }
  .nav-wrap.active {
    transform: translateX(0%);
    pointer-events: all;
    visibility: visible; }

/*********************
NAVIGATION STYLES
*********************/
.nav-wrap nav {
  width: 100%; }

.nav-wrap .nav {
  border-bottom: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav-wrap .nav li {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav-wrap .nav li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 10px 0 10px 0;
      font-size: 18px;
      font-weight: 850;
      border-bottom: 1px solid #00f79e;
      text-transform: uppercase;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
      .nav-wrap .nav li a:hover, .nav-wrap .nav li a:focus {
        color: #0067FF; }
    .nav-wrap .nav li .navarrow {
      position: absolute;
      top: 1px;
      right: 0px;
      color: #fff;
      font-size: 36px;
      padding: 10px;
      cursor: pointer;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg);
      width: 45px;
      height: 45px;
      overflow: visible; }
      .nav-wrap .nav li .navarrow polyline {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        fill: none;
        stroke: #fff;
        stroke-width: 14px; }
      .nav-wrap .nav li .navarrow.active {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg); }
      .nav-wrap .nav li .navarrow:hover polyline {
        stroke: #0067FF; }
    .nav-wrap .nav li ul.sub-menu,
    .nav-wrap .nav li ul.children {
      margin: 0;
      padding: 8px 0 20px 0;
      display: block;
      /* highlight current page */
      /* end current highlighters */ }
      .nav-wrap .nav li ul.sub-menu li,
      .nav-wrap .nav li ul.children li {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%; }
        .nav-wrap .nav li ul.sub-menu li a,
        .nav-wrap .nav li ul.children li a {
          color: #00F79E;
          text-transform: none;
          padding-top: 5px;
          padding-bottom: 5px;
          text-transform: none;
          font-weight: 500;
          font-size: 14px;
          padding-right: 15px;
          border: none; }
          .nav-wrap .nav li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.children li a:hover,
          .nav-wrap .nav li ul.children li a:focus {
            color: #0067FF; }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu,
        .nav-wrap .nav li ul.sub-menu li ul.children,
        .nav-wrap .nav li ul.children li ul.sub-menu,
        .nav-wrap .nav li ul.children li ul.children {
          margin: 0;
          display: none;
          /* highlight current page */
          /* end current highlighters */ }
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a,
          .nav-wrap .nav li ul.sub-menu li ul.children li a,
          .nav-wrap .nav li ul.children li ul.sub-menu li a,
          .nav-wrap .nav li ul.children li ul.children li a {
            color: #fff;
            text-transform: none; }
            .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:focus,
            .nav-wrap .nav li ul.sub-menu li ul.children li a:hover,
            .nav-wrap .nav li ul.sub-menu li ul.children li a:focus,
            .nav-wrap .nav li ul.children li ul.sub-menu li a:hover,
            .nav-wrap .nav li ul.children li ul.sub-menu li a:focus,
            .nav-wrap .nav li ul.children li ul.children li a:hover,
            .nav-wrap .nav li ul.children li ul.children li a:focus {
              color: #0067FF; }
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-item a,
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-parent a,
          .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-item a,
          .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-ancestor a,
          .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-parent a,
          .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-item a,
          .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-ancestor a,
          .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-parent a,
          .nav-wrap .nav li ul.children li ul.children li.current-menu-item a,
          .nav-wrap .nav li ul.children li ul.children li.current-menu-ancestor a,
          .nav-wrap .nav li ul.children li ul.children li.current-menu-parent a {
            color: #0067ff; }
      .nav-wrap .nav li ul.sub-menu li.current-menu-item a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-ancestor a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-parent a,
      .nav-wrap .nav li ul.children li.current-menu-item a,
      .nav-wrap .nav li ul.children li.current-menu-ancestor a,
      .nav-wrap .nav li ul.children li.current-menu-parent a {
        color: #0067ff; }
  .nav-wrap .nav li.seperate-nav {
    margin-top: 35px; }
  .nav-wrap .nav li.below-nav {
    width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }
    .nav-wrap .nav li.below-nav a {
      border: none; }
  .nav-wrap .nav li.current-menu-item a,
  .nav-wrap .nav li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-parent a {
    color: #0067ff; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.blue {
  color: #0067FF !important; }
  .light-content .blue {
  color: #FFCB00 !important; }

.dark-blue {
  color: #140F2A !important; }

.red {
  color: #ff0059 !important; }
  .light-content .red {
  color: #00F79E !important; }

.white {
  color: #fff !important; }

.background-white {
  background: #fff; }

.background-black {
  background: #000; }

.background-blue {
  background: #0067FF; }

.background-dark-blue,
.hero-section {
  background: #140F2A; }

.background-red {
  background: #00F79E; }

.background-light-blue {
  background: #f0f6ff; }

.background-black + .background-black .wrap,
.background-white + .background-white .wrap,
.background-blue + .background-blue .wrap,
.background-red + .background-red .wrap,
.background-light-blue + .background-light-blue .wrap,
.background-dark-blue + .background-dark-blue .wrap,
.tribe-events-pg-template + .background-white .wrap {
  padding-top: 0px; }

.light-content {
  color: #fff; }
  .light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content p, .light-content .h1, .light-content .h2, .light-content .h3, .light-content .h4, .light-content .h5, .light-content ul, .light-content li, .light-content ol {
    color: #fff; }

.text-align-center {
  text-align: center; }

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

hr {
  margin: 20px 0;
  border: none;
  height: 2px;
  width: 80px;
  background: #0067FF;
  border: none !important; }

.iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; }

.gform_wrapper + .iframe-wrap {
  padding: 0px; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0px !important; }
  .gform_wrapper.gravity-theme .gform_footer .button, .gform_wrapper.gravity-theme .gform_page_footer .button {
    margin-bottom: 0px !important; }

.hero-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

.hero-slider .hero-background {
  padding-bottom: 85px; }

.hero-nav .hero-slider-nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -10px; }

.hero-nav .hero-slider-nav div.hero-bar {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 10px 10px 10px 0;
  margin-top: -10px;
  margin-bottom: -10px;
  cursor: pointer; }
  .hero-nav .hero-slider-nav div.hero-bar span {
    font-size: 11px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 5px; }

.hero-nav .hero-slider-nav div.hero-bar div.bar {
  z-index: 10;
  position: relative; }

.hero-nav .hero-slider-nav div.hero-bar div.bar {
  margin: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  background: #fff;
  position: relative;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0; }

.hero-nav .hero-slider-nav div.hero-bar div.bar:after,
.hero-nav .hero-slider-nav div.hero-bar div.bar:before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #00F79E;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  z-index: 10; }

.hero-nav .hero-slider-nav div.hero-bar div.bar:before {
  z-index: 10;
  background: #0067FF; }

.hero-nav .hero-slider-nav div.hero-bar:hover div.bar:before {
  width: 100%; }

.hero-nav .hero-slider-nav div.hero-bar.tns-nav-active {
  pointer-events: none; }

.hero-nav .hero-slider-nav div.hero-bar.tns-nav-active div.bar:after {
  width: 100%;
  transition: 8s linear; }

.triangle {
  position: absolute;
  bottom: 100px;
  right: 0;
  line-height: 0;
  z-index: 1;
  width: 25%;
  height: auto;
  pointer-events: none;
  text-align: left;
  transform: translate(60px, -30px);
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1s;
  opacity: 0; }
  .triangle img, .triangle svg {
    width: 100%;
    height: auto;
    max-width: none; }

.triangle-left {
  bottom: auto !important;
  top: 0;
  width: 40%;
  margin-top: 7px;
  right: calc(100vw - 70px);
  text-align: right;
  transform: translate(-60px, 30px);
  transition-delay: 1.25s; }

.active-onscreen .triangle {
  transform: translate(0, 0);
  opacity: 1; }

.tns-outer {
  position: relative; }

.tns-controls {
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 5;
  pointer-events: none; }
  .tns-controls button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0px;
    margin: 0;
    line-height: 0;
    background: none;
    position: absolute;
    left: -20px;
    top: 0;
    pointer-events: all; }
    .tns-controls button svg .bg {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .tns-controls button:hover svg .bg {
      fill: #0067FF; }
  .tns-controls button + button {
    left: auto;
    right: -20px; }

.gallery-image {
  line-height: 0; }

.border-radius {
  border-radius: 7px; }

.border-radius-large, .content-gallery-section .tns-ovh, .entry-content img {
  border-radius: 12px;
  overflow: hidden; }

/* RSVP CUSTOM STYLES */
.tribe-tickets__rsvp-ar-sidebar-wrapper {
  visibility: hidden;
  position: absolute; }

.event-tickets .tribe-tickets__rsvp-ar-form-wrapper {
  width: 100% !important; }

.tribe-tickets__rsvp-ar-form-guest header {
  visibility: hidden;
  position: absolute; }

.tribe-tickets__rsvp-form-content .tribe-tickets__rsvp-form-field-quantity {
  background: none !important;
  padding: 0px !important;
  pointer-events: none !important;
  border: none !important; }
  .tribe-tickets__rsvp-form-content .tribe-tickets__rsvp-form-field-quantity:focus {
    background: none !important; }

.tribe-tickets__rsvp-form-content label {
  pointer-events: none; }

.event-tickets .tribe-tickets__rsvp-ar-form .tribe-tickets__form {
  margin-top: 0px !important; }

.tribe-tickets__rsvp-form-buttons .tribe-tickets__rsvp-form-button {
  max-width: 200px; }

/* CLOSE RSVP CUSTOM STYLES */
.buttons .button + .button {
  margin-left: 6px; }

.event-item {
  border-bottom: 1px solid #0067FF;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
  .event-item .event-left {
    -ms-flex: calc(100% - 100px);
    flex: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 40px;
    position: relative;
    font-size: 14px; }
    .event-item .event-left:before {
      content: "";
      background: url(../images/icon-cal.svg) no-repeat center center scroll;
      background-size: 28px 26px;
      width: 28px;
      height: 26px;
      position: absolute;
      left: 0;
      top: 5px; }
    .event-item .event-left p {
      color: #ff0059;
      font-weight: 500;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .event-item .event-left p strong {
        color: #140F2A;
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .event-item .event-left p small {
        line-height: 1.4 !important;
        display: block !important; }
  .event-item .document:before {
    background: url(../images/icon-doc.svg) no-repeat center top scroll;
    background-size: 24px 24px;
    transform: translateY(-5px); }
  .event-item .event-right {
    -ms-flex: 100px;
    flex: 100px;
    max-width: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    justify-content: flex-end;
    transform: translateY(5px); }
    .event-item .event-right strong {
      font-weight: 500;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      color: #ff0059; }
    .event-item .event-right svg {
      margin-left: 8px; }
    .event-item .event-right path {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .event-item .event-right .bg {
      fill: transparent; }
  .event-item:hover .event-right strong {
    color: #0067FF !important; }
  .event-item:hover .event-right .stroke {
    stroke: #fff !important; }
  .event-item:hover .event-right .fill {
    fill: #fff !important; }
  .event-item:hover .event-right .bg {
    fill: #0067FF;
    stroke: #0067FF !important; }
  .event-item:hover .event-left p {
    color: #0067FF !important; }
    .event-item:hover .event-left p strong {
      color: #0067FF !important; }

.box-padd {
  padding: 15px; }

.post-title {
  font-size: 1.1em; }
  .post-title a {
    color: #140F2A;
    font-weight: 700; }
    .post-title a:hover {
      color: #00F79E; }

.post-content {
  font-size: 0.9em; }

.post-content + .button {
  margin-top: 10px; }

.shadow-full {
  -webkit-box-shadow: 0px 4px 15px 10px rgba(77, 82, 247, 0.12);
  -moz-box-shadow: 0px 4px 15px 10px rgba(77, 82, 247, 0.12);
  box-shadow: 0px 4px 15px 10px rgba(77, 82, 247, 0.12); }

.icon-background {
  background: url("../images/logo-icon.svg") no-repeat right 20px bottom 40px scroll;
  background-size: 55% auto; }

.logo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .logo-wrap .logo-single {
    max-width: 22%; }
    .logo-wrap .logo-single .logo-single-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .logo-wrap .logo-single .logo-single-inner img {
        width: auto;
        max-width: none;
        height: 6vw; }
  .logo-wrap .logo-single-inbetween {
    border-right: 1px solid #140F2A; }
    .logo-wrap .logo-single-inbetween:last-of-type {
      display: none; }

.sidebar hr {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

.social a:hover {
  opacity: 0.5; }

.team-list {
  margin-bottom: -30px; }
  .team-list .team-item {
    margin-bottom: 30px; }

.circle {
  border-radius: 50%;
  overflow: hidden; }

.team-inner {
  display: flex;
  flex-wrap: wrap; }
  .team-inner .team-left {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    order: 2; }
  .team-inner .team-middle {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%;
    padding-right: 15px;
    order: 1; }
    .team-inner .team-middle .h4 {
      text-transform: none;
      font-weight: 800; }
    .team-inner .team-middle .team-content {
      font-size: 13px;
      margin-top: 10px; }
  .team-inner .team-right {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-top: 15px;
    order: 3; }
    .team-inner .team-right ul {
      margin: 10px 0 0 0; }
      .team-inner .team-right ul li {
        border-bottom: 1px solid #0067FF;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .team-inner .team-right ul li a {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
        .team-inner .team-right ul li svg {
          margin-right: 7px; }
        .team-inner .team-right ul li:last-of-type {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border: none; }

small {
  font-size: 85%;
  line-height: 1.4; }

.post-date {
  color: #00F79E !important;
  font-weight: 500;
  margin-bottom: 5px; }
  .post-date img {
    margin-right: 3px; }

.page-grid {
  margin-top: -25px; }
  .page-grid .page-item {
    margin-top: 25px; }
    .page-grid .page-item a {
      color: #fff !important; }
    .page-grid .page-item .page-item-inner {
      overflow: hidden;
      position: relative; }
      .page-grid .page-item .page-item-inner .page-item-title {
        color: #fff !important; }
        .page-grid .page-item .page-item-inner .page-item-title br {
          display: none; }
        .page-grid .page-item .page-item-inner .page-item-title span {
          color: #fff !important; }
      .page-grid .page-item .page-item-inner .page-item-background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%; }
        .page-grid .page-item .page-item-inner .page-item-background:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          background: #140F2A;
          opacity: 0.8; }
      .page-grid .page-item .page-item-inner .page-item-content {
        position: relative;
        z-index: 2;
        padding: 25px;
        min-height: 320px; }
        .page-grid .page-item .page-item-inner .page-item-content .entry-content {
          font-size: 14px;
          font-weight: 400; }
        .page-grid .page-item .page-item-inner .page-item-content div {
          -ms-flex: 100%;
          flex: 100%;
          max-width: 100%; }

.event-buttons {
  margin-top: -20px; }
  .event-buttons .button {
    padding: 4px 12px;
    margin-right: 2px;
    margin-bottom: 8px;
    background: #fff;
    border-color: #fff;
    color: #140F2A; }
    .event-buttons .button:hover {
      background: #0067FF;
      color: #fff;
      border-color: #0067FF;
      opacity: 1; }
  .event-buttons .button:last-of-type {
    margin-right: 0px; }
  .event-buttons .active {
    background: #0067FF;
    border-color: #0067FF;
    color: #fff;
    opacity: 0.6; }

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
  margin-left: 0px; }

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
  opacity: 0.5;
  color: #fff; }

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn--small, .tribe-common button.tribe-common-c-btn--small, .tribe-common input[type=button].tribe-common-c-btn--small, .tribe-common input[type=submit].tribe-common-c-btn--small, .tribe-common .tribe-common-c-btn, .tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:hover {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 23px; }

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove, .event-tickets .tribe-tickets__tickets-item-quantity-add, .event-tickets .tribe-tickets__tickets-item-quantity-remove, .entry .entry-content .event-tickets .tribe-tickets__tickets-footer-quantity, .entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total, .event-tickets .tribe-tickets__tickets-footer-quantity, .event-tickets .tribe-tickets__tickets-footer-total, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-available, .event-tickets .tribe-tickets__tickets-item-extra-available {
  color: #140F2A; }

.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__rsvp-wrapper, .event-tickets .tribe-tickets__rsvp-actions, .event-tickets .tribe-tickets__rsvp-actions-wrapper {
  border-color: #140F2A !important; }

.tribe-events .tribe-events-l-container,
.tribe-common .tribe-common-l-container,
#tribe-events-pg-template {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
  max-width: 1480px !important;
  padding-left: 25px !important;
  padding-right: 25px !important; }

:root {
  --tec-font-family-base: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --tec-font-family-sans-serif: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --tec-color-icon-primary: #ff0059;
  --tec-color-icon-active: #0067FF;
  --tec-color-icon-focus: #0067FF;
  --tec-color-event-icon: #140F2A;
  --tec-color-event-icon-hover: #0067FF;
  --tec-color-accent-primary: #ff0059;
  --tec-color-accent-primary-hover: #0067FF;
  --tec-color-accent-primary-active: #0067FF;
  --tec-color-accent-primary-background: #ebecfc;
  --tec-color-accent-secondary: #140F2A;
  --tec-color-accent-secondary-hover: #0067FF;
  --tec-color-accent-secondary-active: #0067FF;
  --tec-color-accent-secondary-background: #ebecfc;
  --tec-color-text-primary: #140F2A;
  --tec-color-day-marker-month: #140F2A;
  --tec-color-border-default: #140F2A; }

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  opacity: 0.4; }

.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
  font-size: var(--tec-font-size-1); }

.tribe-common h1, .tribe-common h2, .tribe-events .tribe-events-c-day-marker__date {
  text-transform: uppercase;
  font-weight: 850; }

.tribe-events .tribe-events-calendar-list__month-separator {
  text-transform: uppercase;
  font-weight: 850; }
  .tribe-events .tribe-events-calendar-list__month-separator time {
    text-transform: uppercase;
    font-weight: 850; }

.tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6 {
  text-transform: none;
  font-weight: 800; }

.tribe-events .datepicker table {
  margin-left: auto;
  margin-right: auto; }

.tribe-events-c-search__input-group .tribe-common-form-control-text__input {
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-radius: 0px !important; }

.tribe-common p {
  font-weight: 300; }

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #ebecfc; }

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
  color: #ff0059;
  font-weight: 600; }
  .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):active:hover, .tribe-common a:not(.tribe-common-anchor--unstyle):focus:hover, .tribe-common a:not(.tribe-common-anchor--unstyle):hover:hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited:hover {
    color: #0067FF; }

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  color: #140F2A; }

.tribe-events-single-event-title,
.event-tickets .tribe-common-h4,
.entry .entry-content .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal--ar__title, .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal--ar__title {
  font-weight: 850; }

.tec-tickets__my-tickets-list-title {
  font-weight: 850 !important; }

.tribe-common a.tribe-common-c-btn-link, .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type=button].tribe-common-c-btn-link, .tribe-common input[type=submit].tribe-common-c-btn-link {
  font-weight: 600 !important; }

.tribe-common div.tribe-dialog {
  z-index: 99999 !important; }

.tribe-events-schedule {
  font-weight: 700;
  color: #ff0059; }
  .tribe-events-schedule h2 {
    color: #ff0059;
    font-weight: 700; }

.tribe-events-back {
  margin-bottom: 0px !important; }
  .tribe-events-back a:hover {
    color: #ff0059 !important; }

.entry .entry-content .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity-number-input, .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity-number-input, .entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input, .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input {
  margin-bottom: 0; }

.event-tickets .tribe-tickets__rsvp-ar-form-wrapper, .event-tickets .tribe-tickets__rsvp-wrapper,
.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
  background: #ebecfc !important; }

.event-tickets .tribe-tickets__rsvp-description,
.event-tickets .tribe-common-b3--min-medium {
  color: #140F2A !important;
  font-size: 16px !important; }

.event-tickets .tribe-tickets__rsvp-actions {
  margin-top: 25px !important;
  padding: 25px !important; }

.event-tickets .tribe-tickets__rsvp {
  padding: 25px !important; }

.entry .entry-content .event-tickets .tribe-tickets__tickets-item, .event-tickets .tribe-tickets__tickets-item, .entry .entry-content .event-tickets .tribe-tickets__tickets-footer, .event-tickets .tribe-tickets__tickets-footer {
  border-color: #140F2A; }

.event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon {
  max-width: 50%; }

.tribe-link-view-attendee, .list-attendee {
  font-weight: 600; }
  .tribe-link-view-attendee a, .list-attendee a {
    font-weight: 700; }

.tec__tickets-my-tickets-rsvp-attendee-list-wrapper {
  max-width: 850px; }

.tribe-answer .ticket-type {
  margin-top: 10px; }

.tribe-tickets__form .tribe-answer select.tribe-answer-select {
  margin-left: 0px;
  min-width: 150px; }

.tribe-rsvp .tribe-rsvp-list > .tribe-item .tribe-answer {
  width: 298px; }

.woocommerce-MyAccount-content fieldset {
  margin-bottom: 15px; }

.woocommerce-order p, .woocommerce-MyAccount-content p {
  margin-bottom: 20px; }

.woocommerce-order-details__title,
.woocommerce-column__title {
  margin-bottom: 20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #0067FF;
  border-color: #0067FF;
  color: #fff; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: #fff; }

.woocommerce table.shop_table th {
  text-transform: uppercase;
  font-weight: 800; }

.wc-block-components-notice-banner.is-info > svg {
  background-color: #140F2A !important; }

.wc-block-components-notice-banner {
  background-color: #ebecfc !important;
  border-color: #140F2A !important;
  color: #140F2A !important; }

.wc-block-components-product-name {
  font-weight: 700 !important; }

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input.is-active label, .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
  transform: translate(-0.25em, 0.25em) scale(0.4) !important; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  margin-right: 0px; }

.woocommerce table.shop_table {
  border-radius: 0px;
  border-color: #140F2A; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  background: #bebebe;
  border-color: #bebebe;
  color: #fff;
  padding: 8px 16px;
  pointer-events: none; }
  @media only screen and (min-width: 1000px) {
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
      padding: 11px 20px; } }

.woocommerce .quantity .qty {
  width: 5em;
  text-align: center;
  margin-left: auto; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 7px 12px;
  border: 1px solid #e0e0e0; }

.cart_totals h2 {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  margin-top: 0px !important;
  display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  color: #fff;
  background: #0067FF;
  border-color: #0067FF; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.1em; }

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 12px;
  font-size: 15px; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 300; }

.woocommerce table.shop_table th {
  font-weight: 300; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #140F2A; }

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading {
  margin-top: 0px;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  color: #140F2A; }

.woocommerce-additional-fields h3, #order_review_heading {
  margin-top: 20px; }

.select2-search--dropdown {
  padding: 4px 8px; }

.select2-results__option {
  padding: 6px 8px; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #0067FF; }

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e0e0e0;
  height: auto;
  margin: 0; }

.select2-container--default .select2-selection--single {
  border: 1px solid #e0e0e0;
  border-radius: 0px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  text-align: left; }

.select2-container .select2-selection--single {
  height: 40px; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #c02b0a; }

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #0067FF;
  border-radius: 0px; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #fff; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-color: #fff; }

.woocommerce-form__label-for-checkbox {
  line-height: 1 !important; }

.woocommerce form .form-row.woocommerce-invalid label, .woocommerce form .form-row .required {
  color: #c02b0a; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  margin-top: 1em; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-left: 0px !important; }

.woocommerce-invalid #terms {
  outline: 2px solid #c02b0a; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 0.5em;
  transform: translateY(2px); }

.woocommerce-checkout:before, .woocommerce-checkout:after {
  content: "";
  display: table; }

.woocommerce-checkout:after {
  clear: both; }

.woocommerce ul.order_details li {
  margin-top: 10px; }

.woocommerce-table--order-details {
  max-width: 850px; }

.woocommerce-order-details__title, .woocommerce-column__title {
  margin-top: 0px !important; }

.woocommerce .woocommerce-customer-details address {
  border-radius: 0px; }

.woocommerce-order-details {
  overflow-x: auto; }

.woocommerce-order .tribe-address {
  margin-bottom: 15px !important;
  display: block; }

.woocommerce-order .tribe-attendee-meta td {
  padding: 8px !important;
  font-size: 12px !important; }
.woocommerce-order .tribe-event-details em {
  font-style: normal; }

mark {
  background-color: #0067FF; }

.woocommerce-MyAccount-content h3 {
  margin-top: 0px !important; }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
  background-color: #efefef !important; }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
  background-color: #140F2A !important; }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  margin: 44px 0 0 0 !important; }

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  mask-size: 2em !important;
  width: 2em !important;
  height: 2em !important; }

.wp-block-separator.is-style-dots {
  display: none; }

.woocommerce-thankyou-order-received {
  color: #ff0059;
  font-weight: 800; }

.tec-tickets__attendees-list-wrapper--woo {
  margin-bottom: 3em; }

.tribe-rsvp .tribe-rsvp-list > .tribe-item, .tribe-rsvp .tribe-tickets-list > .tribe-item, .tribe-tickets ul.tribe-orders-list .tribe-rsvp-list > .tribe-item, .tribe-tickets ul.tribe-orders-list .tribe-tickets-list > .tribe-item, .event-tickets .tribe-tickets__rsvp-form-title {
  border-color: #140F2A !important; }

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .col2-set .col-2 {
    margin-top: 25px; } }
.woocommerce-account .my-attendance-list {
  background: #ebecfc;
  border: 1px solid #140F2A;
  border-radius: 7px;
  margin-left: 0px;
  padding: 20px; }
  .woocommerce-account .my-attendance-list li {
    list-style: none;
    margin-bottom: 10px; }
    .woocommerce-account .my-attendance-list li .event-post-link {
      color: #140F2A; }
      .woocommerce-account .my-attendance-list li .event-post-link:hover {
        color: #0067FF; }
    .woocommerce-account .my-attendance-list li:last-of-type {
      margin-bottom: 0px; }

.my-attendance-list + hr {
  margin: 35px 0 !important; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0px !important; }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none !important;
    margin-bottom: 2px; }
.woocommerce-MyAccount-navigation a {
  text-transform: uppercase;
  font-weight: 800; }

.single-title,
.page-title,
.entry-title,
.wp-block-heading {
  margin: 0 0 20px 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #7a7a7a;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content .button {
    margin-top: 10px; }
  .entry-content p {
    margin-bottom: 20px; }
    .entry-content p img {
      margin-bottom: 0px !important; }
    .entry-content p strong {
      font-weight: 500; }
    .entry-content p a {
      font-weight: 500; }
  .entry-content hr + h1, .entry-content hr + h2, .entry-content hr + h3, .entry-content hr + h4, .entry-content hr + h5 {
    margin-top: 0px !important; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
    margin-top: 35px; }
  .entry-content h3, .entry-content h4, .entry-content h5 {
    color: #ff0059;
    text-transform: none;
    font-weight: 800; }
  .entry-content iframe {
    width: 100%; }
  .entry-content i {
    color: #000; }
  .entry-content fieldset {
    margin-bottom: 15px; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 18px; }
  .entry-content ul li {
    list-style: disc; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content hr {
    margin: 25px 0; }
  .entry-content table {
    width: 100%;
    border: 1px solid #140F2A;
    border-right: none !important;
    margin-bottom: 25px;
    border-bottom: none !important; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #7a7a7a;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .entry-content table a {
      font-weight: 700; }
  .entry-content tr input, .entry-content tr p {
    margin: 0; }
  .entry-content tr .amount {
    color: #0067FF;
    font-weight: 700; }
  .entry-content tr img {
    margin: 0; }
  .entry-content td {
    padding: 15px;
    border-right: 1px solid #140F2A;
    border-bottom: 1px solid #140F2A;
    background: none !important;
    vertical-align: top;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .entry-content td {
        font-size: 12px !important; } }
  .entry-content th {
    padding: 15px;
    background: none;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: top;
    line-height: 1.3;
    font-weight: 800 !important;
    color: #140F2A; }
    @media only screen and (max-width: 767px) {
      .entry-content th {
        font-size: 12px !important; } }
  .entry-content blockquote {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    border-left: 3px solid #000;
    color: #140F2A; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #f5f5f5;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content .nudge-down + p, .entry-content .nudge-down + img, .entry-content .nudge-down + table, .entry-content .nudge-down + ul, .entry-content .nudge-down + ol, .entry-content .nudge-down + iframe, .entry-content .nudge-down + fieldset, .entry-content .nudge-down + blockquote, .entry-content .nudge-down + h1, .entry-content .nudge-down + h2, .entry-content .nudge-down + h3, .entry-content .nudge-down + h4, .entry-content .nudge-down + h5 {
    margin-top: 0px !important; }
  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up {
    margin-top: -20px;
    display: block; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%; }

.pagination {
  text-align: center;
  margin-top: 25px; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: 700;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #00F79E; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      color: #0067FF; }
  .pagination .current {
    cursor: default;
    color: #0067FF; }
    .pagination .current:hover, .pagination .current:focus {
      color: #0067FF; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
FOOTER STYLES
*********************/
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
.footer {
  font-size: 14px; }
  .footer a {
    color: #140F2A;
    font-weight: 500; }
    .footer a:hover {
      color: #00F79E; }
  .footer ul {
    margin: 0; }
    .footer ul li {
      display: inline-block;
      margin-right: 7px; }
      .footer ul li:after {
        content: "|"; }
      .footer ul li:last-of-type:after {
        display: none; }
      .footer ul li a {
        margin-right: 10px; }

/* end .footer-links */
.delay-0 {
  transition-delay: 0.01s !important; }

.delay-1 {
  transition-delay: 0.25s !important; }

.delay-2 {
  transition-delay: 0.5s !important; }

.delay-3 {
  transition-delay: 0.75s !important; }

.delay-4 {
  transition-delay: 1s !important; }

.delay-5 {
  transition-delay: 1.25s !important; }

.delay-6 {
  transition-delay: 1.5s !important; }

.delay-7 {
  transition-delay: 1.75s !important; }

.delay-8 {
  transition-delay: 2s !important; }

.delay-9 {
  transition-delay: 2.25s !important; }

.delay-10 {
  transition-delay: 2.5s !important; }

.anim-section .anim-right {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(-30px, 0); }
.anim-section .anim-left {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(30px, 0); }
.anim-section .anim-down {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, -30px); }
.anim-section .anim-up {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, 30px); }
.anim-section .anim-fade {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0px, 0px); }

.active-onscreen .anim-left,
.active-onscreen .anim-right,
.active-onscreen .anim-up,
.active-onscreen .anim-down,
.active-onscreen .anim-fade {
  transform: translate(0, 0);
  opacity: 1; }

.anim-single {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.25s;
  transform: translate(0, 30px); }

.anim-single.active-onscreen {
  transform: translate(0, 0);
  opacity: 1; }

/*********************
TNS STYLES
*********************/
.tns-nav {
  padding: 0;
  line-height: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 10;
  font-size: 12px; }

.tns-nav button {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0 7px 0 7px;
  border: 2px solid #fff;
  text-decoration: none;
  background: 0 0;
  background: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 0px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); }

.tns-nav button:hover {
  background: #0067FF;
  border-color: #fff; }

.tns-nav button.tns-nav-active {
  background: #0067FF;
  border-color: #fff; }

.white-boxed .tns-nav {
  padding-bottom: 25px; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: 0px; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: 0px;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100); }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0); }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

@media only screen and (min-width: 481px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) {
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  .header .button {
    min-width: 120px; }

  #inner-header .header-right .nav-icon {
    margin-left: 15px; }

  .nav-wrap {
    width: 500px;
    padding-top: 100px;
    padding-left: 50px; }

  /*********************
  CONTENT STYLES
  *********************/
  h1, .h1 {
    font-size: 34px; }

  h2, .h2, .widgettitle {
    font-size: 34px; }

  h3, .h3 {
    font-size: 26px; }

  h4, .h4 {
    font-size: 22px; }

  h5, .h5 {
    font-size: 18px; }

  .sub-heading {
    font-size: 13px;
    letter-spacing: 1.25px; }

  /*********************
  CONTENT
  *********************/
  .single-title, .page-title, .entry-title, .widgettitle, .wp-block-heading {
    margin-bottom: 25px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up {
    margin-top: -25px; }

  .hero-slider article {
    max-width: 500px; }

  .triangle-internal-hero {
    bottom: auto !important;
    top: 60px !important;
    width: 20% !important; }

  .upcoming-events-triangle {
    top: 25%; }

  .content-gallery-section + .content-events-section .upcoming-events-triangle {
    top: 0; }

  .white-boxed {
    margin-left: auto;
    width: 60%;
    padding: 40px;
    background: #fff;
    margin-right: 50px;
    max-width: 635px; }

  .white-boxed-nop-top {
    margin-top: -40px !important; }

  .white-boxed-nop-bottom {
    margin-bottom: -40px !important; }

  .content-gallery-section .white-boxed {
    margin-bottom: -85px;
    position: relative;
    z-index: 5; }

  .content-events-section .white-boxed {
    margin-left: 0;
    margin-right: 0px; }

  .content-gallery-section + .content-events-section .white-boxed {
    margin-top: -125px;
    position: relative;
    z-index: 5; }

  .content-gallery-section:nth-child(odd) .white-boxed {
    margin-left: 50px; }

  .flex-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 50px; }
    .flex-box-wrap .flex-box {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }

  .flex-box-nudge-right {
    margin-left: auto;
    -ms-flex: 48% !important;
    flex: 48% !important;
    max-width: 48% !important; }

  .event-item .event-left {
    padding-left: 0px; }
    .event-item .event-left:before {
      left: -40px; }

  .text-align-center-tablet {
    text-align: center; }

  .event-item .document:before {
    transform: translateY(-2px); }

  .events-list-2col {
    padding: 0 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .events-list-2col .event-item {
      -ms-flex: calc(50% - 40px);
      flex: calc(50% - 40px);
      max-width: calc(50% - 40px);
      border-bottom: 1px solid #0067FF;
      padding-bottom: 15px;
      margin-bottom: 15px; }

  .doc-center {
    justify-content: center; }

  .border-radius {
    border-radius: 14px; }

  .border-radius-large, .entry-content img, .content-gallery-section .tns-ovh {
    border-radius: 20px; }

  .shadow {
    -webkit-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.22); }

  .icon-background {
    background-position: right 10px center;
    background-size: 50% auto; }

  .news-section + .newsletter-section {
    margin-top: -200px;
    padding-top: 160px; }

  .news-section .wrap {
    position: relative;
    z-index: 10; }

  .team-inner {
    display: flex;
    flex-wrap: wrap; }
    .team-inner .team-left {
      -ms-flex: 18%;
      flex: 18%;
      max-width: 18%;
      order: 1; }
    .team-inner .team-middle {
      -ms-flex: 48%;
      flex: 48%;
      max-width: 48%;
      padding-right: 15px;
      padding-left: 15px;
      order: 2; }
      .team-inner .team-middle .team-content {
        font-size: 12px;
        margin-top: 10px; }
    .team-inner .team-right {
      -ms-flex: 34%;
      flex: 34%;
      max-width: 34%;
      padding-top: 0px;
      order: 3;
      font-size: 12px; }

  .sidebar .events-list {
    padding-left: 40px; }

  .page-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px; }
    .page-grid .page-item {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding-left: 25px; }
      .page-grid .page-item:nth-of-type(5n - 4) {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%; }
        .page-grid .page-item:nth-of-type(5n - 4) .page-item-content {
          max-width: 50%;
          max-width: calc(50% - 12.5px); }
        .page-grid .page-item:nth-of-type(5n - 4) .page-item-background:after {
          background: linear-gradient(90deg, rgba(20, 15, 42, 0.95) 25%, rgba(20, 15, 42, 0.6) 100%); }
      .page-grid .page-item a {
        height: 100%;
        display: block; }
        .page-grid .page-item a .page-item-background {
          transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
          scale: 1; }
        .page-grid .page-item a:hover .page-item-background {
          scale: 1.1; }
        .page-grid .page-item a .page-item-inner {
          height: 100%;
          min-height: 350px; }
          .page-grid .page-item a .page-item-inner .page-item-content {
            height: 100%; }

  .pagination {
    margin-left: 25px;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }

  .overlay:before {
    background: linear-gradient(90deg, rgba(20, 15, 42, 0.9) 25%, rgba(20, 15, 42, 0.5) 100%);
    opacity: 1; }

  .post-date img {
    margin-right: 5px; }

  .hero-section + .content-events-section .wrap {
    padding-top: 0px; }

  .content-events-section + .content-events-section .wrap,
  .content-events-section + .content-gallery-section .wrap {
    margin-top: -40px; }
    .content-events-section + .content-events-section .wrap .white-boxed,
    .content-events-section + .content-gallery-section .wrap .white-boxed {
      padding-top: 0px; }

  .tribe-events .tribe-events-c-events-bar .tribe-events-c-search__input {
    padding-left: 50px !important; }

  .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    width: 50%; }

  .tribe-events-address {
    max-width: 350px; }

  .tribe-events-venue-map {
    width: 50%; }

  .tribe-events-venue-map > div, .tribe-events-venue-map > iframe {
    max-height: 250px; }

  .wc-block-cart-items__header-image {
    text-align: left !important; }

  .wc-block-cart-item__image {
    padding-left: 0px !important; }

  .wc-block-cart-item__total {
    padding-right: 0px !important; }

  .is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .woocommerce-order-details__title,
  .woocommerce-column__title {
    margin-bottom: 25px; }

  .woocommerce-order p, .woocommerce-MyAccount-content p {
    margin-bottom: 25px; }

  .event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 200px; }

  .woocommerce .quantity .qty {
    margin-left: 0px; } }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .hide-tablet-large {
    display: none  !important; }

  .show-tablet-large {
    display: block !important; }

  h1, .h1 {
    font-size: 40px; }

  h2, .h2, .widgettitle {
    font-size: 40px; }

  h3, .h3 {
    font-size: 30px; }

  h4, .h4 {
    font-size: 24px; }

  h5, .h5 {
    font-size: 19px; }

  .sub-heading {
    font-size: 14px;
    letter-spacing: 1.5px; }

  .margin-top {
    margin-top: 80px; }

  .margin-bottom {
    margin-bottom: 80px; }

  .margin-top-small {
    margin-top: 40px; }

  .margin-bottom-small {
    margin-bottom: 40px; }

  .margin-bottom-x-small {
    margin-bottom: 15px; }

  .margin-top-x-small {
    margin-top: 15px; }

  .wrap {
    padding: 80px 50px; }

  .wrap-small {
    padding-top: 40px;
    padding-bottom: 40px; }

  .wrap-large {
    padding-top: 120px;
    padding-bottom: 120px; }

  .tribe-events .tribe-events-l-container,
  .tribe-common .tribe-common-l-container,
  #tribe-events-pg-template {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .woocommerce-order .tribe-attendee-meta td {
    padding: 10px !important;
    font-size: 14px !important; }

  .single-title, .page-title, .entry-title, .widgettitle, .related h2, .wp-block-heading {
    margin-bottom: 30px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up {
    margin-top: -25px; }

  .header-logo img {
    width: 120px; transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    .scroll-active .header-logo img {
    width: 90px; }

  .header.scroll-active.nav-active .header-logo {
    opacity: 0; }

  #inner-header {
    height: 160px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

  .header.scroll-active #inner-header {
    height: 100px; }

  #inner-header .header-right .button {
    padding: 8px 30px;
    min-width: 165px; }

  .hero-background {
    padding-top: 110px; }

  .hero-slider .hero-background {
    padding-bottom: 110px; }

  .hero-background-woo {
    padding-top: 160px; }

  .nav-wrap {
    padding: 178px 50px 80px 80px;
    width: 740px; }
    .nav-wrap .nav li {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }

  body.scroll-active .nav-wrap {
    padding-top: 148px; }

  .nav-wrap .nav li .navarrow {
    top: 2px;
    right: -8px;
    width: 50px;
    height: 50px; }

  .nav-wrap .nav li ul.sub-menu, .nav-wrap .nav li ul.children {
    padding-bottom: 30px; }

  .hero-slider article {
    max-width: 650px; }
    .hero-slider article .entry-content {
      max-width: 500px; }

  .hero-nav .hero-slider-nav div.hero-bar div.bar {
    height: 6px; }

  .hero-nav .hero-slider-nav div.hero-bar span {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500; }

  .text-align-center-desktop {
    text-align: center; }

  .triangle {
    bottom: 33%; }

  .triangle-left {
    right: calc(100vw - 120px); }

  .triangle-internal-hero {
    top: 110px !important;
    width: 18% !important; }

  .white-boxed {
    width: 50%;
    margin-right: 70px; }

  .content-gallery-section .white-boxed {
    margin-bottom: -125px; }

  .flex-box-wrap {
    padding-left: 70px; }

  .content-gallery-section + .content-events-section .white-boxed {
    margin-top: -170px; }

  .flex-wrap-small {
    margin-left: -30px; }
    .flex-wrap-small .flex-col {
      padding-left: 30px; }

  .box-padd {
    padding: 20px; }

  .icon-background {
    background-position: right 20px center;
    background-size: 30% auto; }

  .news-section + .newsletter-section {
    margin-top: -240px; }

  .logo-wrap .logo-single .logo-single-inner img {
    height: 5vw; }

  .logo-wrap .logo-single-inbetween {
    border-width: 2px; }

  .team-inner .team-middle {
    padding-left: 20px;
    padding-right: 20px; }

  .team-inner .team-right,
  .team-inner .team-middle .team-content {
    font-size: 14px; }

  .team-right {
    margin-top: 28.8px; }

  .sidebar .event-right {
    display: none; }
  .sidebar .event-item .event-left {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }

  .page-grid .page-item .page-item-inner .page-item-content {
    padding: 35px; }
    .page-grid .page-item .page-item-inner .page-item-content .entry-content {
      font-size: 16px; }

  .page-grid .page-item a .page-item-inner {
    min-height: 400px; }

  .post-date img {
    margin-right: 7px;
    width: 12px; }

  .content-events-section + .content-events-section .wrap,
  .content-events-section + .content-gallery-section .wrap {
    margin-top: -80px; }

  .event-buttons {
    margin-top: 0px;
    text-align: right; }

  .event-buttons .button {
    padding: 8px 20px;
    margin-right: 0px;
    margin-left: 6px;
    margin-top: 10px;
    margin-bottom: 0px; }

  .woocommerce-billing-fields h3, #order_review_heading {
    margin-top: 0px; }

  .woocommerce-checkout #customer_details {
    width: 47%;
    float: left; }
    .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
      float: none;
      width: 100%; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    width: 47%;
    float: right; }

  #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 25px; }

  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-bottom: 0.3em; }

  .woocommerce .woocommerce-checkout table.shop_table {
    margin-bottom: 40px; }

  .woocommerce-order-details td, .woocommerce-order-details th {
    padding: 20px !important; }

  .woocommerce ul.products li.product a img, .border-radius, .iframe-wrap iframe, .woocommerce div.product div.images img, .wc-block-grid__product-image img {
    border-radius: 15px; }

  .footer {
    font-size: 14px; }

  .copyright {
    text-align: right; } }
@media only screen and (min-width: 1240px) {
  .wrap {
    padding: 100px 70px; }

  .wrap-large {
    padding-top: 150px;
    padding-bottom: 150px; }

  .wrap-small {
    padding-top: 50px;
    padding-bottom: 50px; }

  .narrow-wrap .wrap {
    padding-left: 140px;
    padding-right: 140px; }

  .tribe-events .tribe-events-l-container,
  .tribe-common .tribe-common-l-container,
  #tribe-events-pg-template {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
    padding-left: 70px !important;
    padding-right: 70px !important; }

  #rsvp-now {
    display: flex;
    flex-wrap: wrap; }
    #rsvp-now .tribe-tickets__rsvp-wrapper {
      margin-right: 25px; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%; }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 78%; }

  h1, .h1 {
    font-size: 49px; }

  h2, .h2, .widgettitle {
    font-size: 49px; }

  h3, .h3 {
    font-size: 34px; }

  h4, .h4 {
    font-size: 26px; }

  h5, .h5 {
    font-size: 20px; }

  .sub-heading {
    font-size: 15px;
    letter-spacing: 1.75px; }

  .single-title, .page-title, .entry-title, .widgettitle {
    margin-bottom: 40px; }

  .hero-slider article {
    max-width: 650px; }
    .hero-slider article .entry-content {
      max-width: 550px; }

  .hero-slider .hero-background {
    padding-bottom: 130px; }

  .nav-wrap {
    padding-top: 200px;
    padding-right: 70px;
    padding-left: 100px;
    padding-bottom: 100px; }

  .nav-wrap {
    width: 850px; }

  body.scroll-active .nav-wrap {
    padding-top: 168px; }

  .triangle {
    bottom: 30%;
    width: 25%; }

  .triangle-left {
    right: calc(100vw - 140px); }

  .contact-page-triangle {
    display: block !important;
    top: 232px !important;
    margin-right: 20px !important; }

  .content-gallery-section .white-boxed {
    margin-bottom: -175px; }

  .content-gallery-section + .content-events-section .white-boxed {
    margin-top: -195px; }

  .event-item {
    padding-bottom: 18px;
    margin-bottom: 18px; }

  .event-item .event-left {
    font-size: 17px;
    -ms-flex: calc(100% - 120px);
    flex: calc(100% - 120px);
    max-width: calc(100% - 120px); }

  .event-item .event-right {
    -ms-flex: 120px;
    flex: 120px;
    max-width: 120px; }

  .event-item .event-right {
    font-size: 14px;
    transform: translateY(3px); }

  .icon-background {
    background-position: right 35px center;
    background-size: 30% auto; }

  .news-section + .newsletter-section {
    margin-top: -260px; }

  .events-list-2col {
    padding: 0 70px 0 110px; }
    .events-list-2col .event-item {
      padding-bottom: 18px;
      margin-bottom: 18px; }

  .team-item .box-padd {
    padding: 25px; }

  .team-inner .team-right {
    font-size: 16px; }

  .team-inner .team-middle {
    padding-left: 25px;
    padding-right: 30px; }

  .team-item {
    max-width: 1240px; }

  .team-list .team-item:nth-of-type(even) {
    margin-left: auto; }

  .team-list-who-to-contact .team-item {
    margin-left: auto;
    margin-right: auto; }

  .team-inner .team-middle .team-content {
    font-size: 15px;
    margin-top: 15px; }

  .page-grid .page-item a .page-item-inner {
    min-height: 450px; }

  .page-grid .page-item .page-item-inner .post-date img {
    width: 15px;
    transform: translateY(1px); }

  .page-grid .page-item .page-item-inner .page-item-content {
    padding: 50px; }
    .page-grid .page-item .page-item-inner .page-item-content .page-item-title {
      margin-bottom: 30px;
      font-size: 28px; }

  .content-events-section + .content-events-section .wrap,
  .content-events-section + .content-gallery-section .wrap {
    margin-top: -100px; }

  body .triangle-right-small-hero {
    top: auto !important;
    bottom: 50px !important;
    left: calc(50vw + 710px);
    right: auto; } }
@media only screen and (min-width: 1240px) and (min-width: 1480px) {
  .wrap {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto; }

  .nav-wrap {
    width: 60vw;
    padding-right: calc(50vw - 670px);
    padding-left: 120px;
    background: #140F2A url("../images/triangle-red.svg") no-repeat right bottom 100px scroll;
    background-size: 35% auto; }

  .triangle-left {
    right: calc(50vw + 605px); }

  .narrow-wrap .triangle-left {
    right: calc(50vw + 635px); }
  
  .hero-triangle-2 {
    display: block !important;
  }
  .hero-triangle {
    top: 51.5%;
    display: block !important;
    right: calc(50vw + 710px); }

  .triangle-right {
    display: block !important;
    right: auto;
    left: calc(50vw + 710px); }

  .narrow-wrap .triangle-right {
    left: calc(50vw + 640px); }

  .triangle-top-heading {
    top: 124px; }

  .triangle-top-large-heading {
    top: 174px; }

  .triangle-internal-hero {
    top: 0px !important;
    width: 24% !important; }

  .triangle-internal-hero-left {
    top: 232px !important; }

  .triangle-internal-hero-left-small {
    top: 180px !important; }

  .contact-page-triangle {
    margin-right: 0px !important; }

  .news-section + .newsletter-section .triangle-top-large-heading {
    top: 335px; }

  .content-gallery-section .white-boxed {
    margin-bottom: -255px; }

  .event-item .event-left {
    font-size: 18px; }

  .event-item .event-right {
    font-size: 16px; }

  .event-item {
    padding-bottom: 20px;
    margin-bottom: 20px; }

  .flex-wrap-small {
    margin-left: -40px; }
    .flex-wrap-small .flex-col {
      padding-left: 40px; }

  .box-padd {
    padding: 25px; }

  .icon-background {
    background-position: right center;
    background-size: 30% auto; }

  .logo-wrap .logo-single .logo-single-inner img {
    height: 77px; }

  .events-list-2col .event-item {
    -ms-flex: calc(50% - 60px);
    flex: calc(50% - 60px);
    max-width: calc(50% - 60px);
    padding-bottom: 20px;
    margin-bottom: 20px; }

  .page-grid .page-item .page-item-inner .page-item-content {
    padding: 70px; }

  .page-grid .page-item .page-item-inner .page-item-content .page-item-title {
    font-size: 30px; }

  .page-grid .page-item:nth-of-type(5n - 4) .page-item-inner {
    min-height: 500px; } }
@media only screen and (min-width: 1240px) and (min-width: 1680px) {
  .triangle-internal-hero {
    top: 0px !important;
    width: 23% !important; } }

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