/*
 * Theme Name: New Orleans Jazz & Heritage Festival
 * Description: A theme made for Jazz Fest!
 * Author: Nouvelleo Creations
 * Version: 4.2
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
.c-aeg-newsletter__submit-button,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit],
.c-aeg-newsletter__submit-button {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit],
.c-aeg-newsletter__submit-button {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
.c-aeg-newsletter__submit-button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
.c-aeg-newsletter__submit-button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input, .c-aeg-newsletter__submit-button {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.data {
  display: none;
}

.sr-only {
  position: absolute;
  left: -10000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  top: auto;
}

@font-face {
  font-family: "bertholdextra";
  src: url("assets/fonts/blockbe-extracn-webfont.woff2") format("woff2"), url("assets/fonts/blockbe-extracn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust_sansblack";
  src: url("assets/fonts/nexarustsans-black-webfont.woff2") format("woff2"), url("assets/fonts/nexarustsans-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
sectionhead {
  text-transform: uppercase;
}

p, li, span,
.prep_ui_formelm_consent label,
textarea,
.wpcf7-response-output {
  font-family: "merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

p {
  line-height: 20px;
}

li {
  padding-bottom: 3px;
}

h1, h2, h3, h4, .food-vendor-desc p, h5, h6,
.bttn-wrap a,
.has-large-font-size,
input,
.c-aeg-newsletter__submit-button,
a.wp-block-button__link,
.std_reg_btn {
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1px;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 2em;
}

h4, .food-vendor-desc p {
  font-size: 1.8em;
  line-height: 0.9em;
}

.ticket-type h2, .ticket-type h3, .ticket-type h4, .ticket-type .food-vendor-desc p, .food-vendor-desc .ticket-type p, .ticket-type h5 {
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 800;
}

.ht-dd th {
  font-family: "nexa_rust_sansblack", sans-serif;
}
.ht-dd td {
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

nav a,
#announcements span,
#copyright-notice span {
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-style: normal;
}

nav a {
  font-size: 1.5em;
}

#hotels-table h1,
#faq-table h1 {
  text-transform: uppercase;
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 2px;
  color: #0b2575;
}
#hotels-table span,
#faq-table span {
  font-family: "nexa_rust_sansblack", sans-serif;
}
#hotels-table .ht-row span,
#hotels-table .faq-question span,
#faq-table .ht-row span,
#faq-table .faq-question span {
  font-family: "trade-gothic-next-condensed", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
}
#hotels-table #ht-filters-field span,
#hotels-table #ht-filters-options li,
#faq-table #ht-filters-field span,
#faq-table #ht-filters-options li {
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-style: normal;
}
#hotels-table .ht-row:not(#ht-headers):not(.ht-divider) span,
#faq-table .ht-row:not(#ht-headers):not(.ht-divider) span {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}

h2.section-title,
h3.section-title {
  clip-path: polygon(0% 0%, 0% calc(100% - 20px), 10px 100%, 10px calc(100% - 20px), 100% calc(100% - 20px), calc(100% - 30px) calc(50% - 10px), 100% 0%);
  background: #0b2575;
  width: 200px;
  margin-left: -20px;
  padding-left: 66px;
  color: white;
  padding: 10px 0;
  padding-left: 26px;
  padding-bottom: 35px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  h2.section-title,
  h3.section-title {
    margin-left: -60px;
    padding-left: 56px;
  }
}

form {
  display: flex;
}

input, .c-aeg-newsletter__submit-button {
  margin: 0px;
  border: 0px;
  text-transform: uppercase;
}

input[type=submit], .c-aeg-newsletter__submit-button {
  background-color: #ea2a2e;
  color: white;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
}

input:not([type=submit]):not(.c-aeg-newsletter__submit-button), .c-aeg-newsletter__submit-button:not([type=submit]):not(.c-aeg-newsletter__submit-button) {
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 600;
}

input:not([type=submit]):not(.c-aeg-newsletter__submit-button)::placeholder, .c-aeg-newsletter__submit-button:not([type=submit]):not(.c-aeg-newsletter__submit-button)::placeholder {
  font-size: 16px;
  font-weight: 600;
}

.password-form {
  justify-content: center;
}

.c-aeg-newsletter__container {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.c-aeg-newsletter {
  display: flex;
  width: 600px;
  height: 100%;
  flex-direction: column;
}

.c-aeg-newsletter__group {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-aeg-newsletter__group .c-aeg-newsletter__input-group {
  width: 100%;
}
.c-aeg-newsletter__group .c-aeg-newsletter__error-group {
  margin: 5px 0;
  text-align: center;
}
.c-aeg-newsletter__group .c-aeg-newsletter__error-group .c-aeg-newsletter__error {
  color: red;
  display: none;
}
.c-aeg-newsletter__group .c-aeg-newsletter__error-group .c-aeg-newsletter__error.c-aeg-newsletter__error--displayed {
  display: block;
}

.c-aeg-newsletter__input-group-checkbox {
  text-align: center;
}

.c-aeg-newsletter__checkbox-label {
  margin-left: 10px;
}

.c-aeg-newsletter__input {
  width: 100%;
  height: 40px;
  background-color: #F2EDD9;
  text-align: center;
  box-sizing: border-box;
}

.c-aeg-newsletter__submit-group {
  width: 100%;
  display: flex;
  justify-content: center;
}

.c-aeg-newsletter__submit-button {
  width: 101px;
  margin-left: 10px;
}

.c-aeg-newsletter__label {
  display: none;
}

@media screen and (max-width: 600px) {
  .c-aeg-newsletter {
    width: 90%;
    flex-direction: column;
  }
  .c-aeg-newsletter__group:nth-child(2) {
    position: relative;
    margin-top: 10px;
  }
  .c-aeg-newsletter__submit-group {
    width: 100%;
  }
  .c-aeg-newsletter__submit-button {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}
.wpcf7 form {
  flex-direction: column;
}
.wpcf7 input[type=text], .wpcf7 [type=text].c-aeg-newsletter__submit-button,
.wpcf7 input[type=email],
.wpcf7 [type=email].c-aeg-newsletter__submit-button,
.wpcf7 input[type=tel],
.wpcf7 [type=tel].c-aeg-newsletter__submit-button,
.wpcf7 input[type=num],
.wpcf7 [type=num].c-aeg-newsletter__submit-button {
  height: 40px;
}
.wpcf7 textarea {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
}
.wpcf7 .wpcf7-response-output {
  display: block;
  border: 0px;
  padding-left: 0px;
}

#prepform {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 149px;
}

input.prep_ui_inp, .prep_ui_inp.c-aeg-newsletter__submit-button {
  width: 100%;
  height: 40px;
  background-color: #F2EDD9;
  text-align: center;
}

.prep_ui_formelm_consent {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.prep_require,
.prep_ui_vld {
  display: none;
}

.prep_ui_submit {
  position: relative;
  top: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.std_reg_btn {
  position: relative;
  float: none;
  text-transform: uppercase;
  background: #f2ce1b;
  color: #0b2575 !important;
  border: 0px !important;
  padding: 10px !important;
  cursor: pointer;
}

.std_reg_btn:hover {
  color: white !important;
  background: #ea2a2e !important;
}

figure.wp-block-image {
  margin: 20px 0px;
}

div.wp-block-media-text {
  grid-template-columns: 42% 1fr;
  margin-bottom: 20px;
}
div.wp-block-media-text .wp-block-media-text__content {
  align-self: auto;
}

div.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 42%;
}

@media only screen and (max-width: 600px) {
  div.wp-block-media-text {
    display: block;
  }
  div.wp-block-media-text figure.wp-block-media-text__media {
    height: 200px;
    overflow-y: hidden;
  }
  div.wp-block-media-text div.wp-block-media-text__content {
    padding-left: 0px;
  }
}
.wp-block-column.stacked {
  flex-direction: column;
}
.wp-block-column.stacked .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bttn-wrap {
  display: flex;
  justify-content: center;
  padding: 0 5px;
}
.bttn-wrap a {
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
}

.bttn-lg a {
  font-size: 1.5em;
}

.dark-section .bttn-wrap a, #footer .bttn-wrap a, .dark-section .bttn-wrap a:visited {
  background: #f2ce1b;
  color: #0b2575;
}

.light-section .bttn-wrap a, .light-section .bttn-wrap a:visited {
  background: #ea2a2e;
  color: #fff9dc;
}

.white-section .bttn-wrap:not(.disabled) a, .fp-news-block-inner .bttn-wrap:not(.disabled) a,
.white-section .bttn-wrap:not(.disabled) a:visited {
  background: #ea2a2e;
  color: white;
}
.white-section .bttn-wrap:not(.disabled) a:hover, .fp-news-block-inner .bttn-wrap:not(.disabled) a:hover {
  background: #0b2575;
  color: #f2ce1b;
}
.white-section .bttn-wrap.disabled a, .fp-news-block-inner .bttn-wrap.disabled a {
  cursor: default;
  color: white;
}
.white-section .bttn-wrap.disabled a:hover, .fp-news-block-inner .bttn-wrap.disabled a:hover {
  color: white;
}

a.wp-block-button__link {
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 0px;
}

.wp-block-button {
  margin-bottom: 15px;
}

.white-section a.wp-block-button__link, .fp-news-block-inner a.wp-block-button__link,
.white-section a.wp-block-button__link:visited {
  background: #ea2a2e;
  color: white;
}
.white-section a.wp-block-button__link:hover, .fp-news-block-inner a.wp-block-button__link:hover {
  background: #0b2575;
  color: #f2ce1b;
}

#splash-video,
#splash-poster {
  margin: 0 auto;
  padding: 30px;
  max-width: 800px;
}

#splash-video {
  display: flex;
  justify-content: center;
}
#splash-video iframe {
  width: 100%;
  height: auto;
  border: 10px solid #003c88;
}

#splash-video::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}

#splash-poster {
  padding-bottom: 20px;
}
#splash-poster img {
  width: 100%;
  height: auto;
  display: block;
}

.page-template-splash #hero {
  display: none;
}
.page-template-splash body {
  min-height: 100vh;
}
.page-template-splash section#content {
  height: 100%;
  display: flex;
  background-image: none;
  color: white !important;
  padding: 0;
}
.page-template-splash section#content .wrapper {
  width: 100%;
  text-align: center;
}
.page-template-splash section#content p {
  line-height: 28px;
  font-size: 17px;
}
.page-template-splash section#content ul li {
  text-align: left;
  font-size: 15px;
}

@media only screen and (max-width: 900px) {
  .page-template-splash #top-bar .socials {
    margin-top: 10px;
  }
}
.to-site-bttn {
  padding-bottom: 20px;
}
.to-site-bttn a {
  background: #ea2a2e;
  color: white;
  transition: transform 200ms ease-in;
}
.to-site-bttn a:hover {
  background: #f2ce1b;
  color: #003c88;
  transform: scale(1.1);
}

body,
html {
  overflow-x: hidden;
}

.page-anchor {
  position: relative;
  top: -88px;
}

.page-summary {
  padding: 20px 8%;
  text-align: center;
}

body:not(.home) .page-template-default section#content,
.post-template-default section#content {
  padding: 30px 30px;
}

@media only screen and (max-width: 800px) {
  .page-template-default section#content {
    padding: 30px 10px;
  }
}
body .userway.userway_p1 {
  left: 20px !important;
  bottom: 20px !important;
  top: inherit !important;
}
body .userway.userway_p1 .userway_hide {
  left: 40px;
}

#parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-color: #0b2575;
}

.img-page-break {
  height: 250px;
}

#top-bar {
  background: #0b2575;
  position: fixed;
  width: 100%;
  z-index: 50;
  min-height: 37px;
}
#top-bar .socials {
  position: fixed;
}
#top-bar .socials img {
  height: 20px;
}
#top-bar .socials a {
  padding: 0 5px;
}
#top-bar .socials a:first-of-type {
  padding: 0px;
}
#top-bar .socials a:last-of-type {
  padding: 0px;
}
#top-bar .second-liners {
  display: none;
}
#top-bar .mobile-menu-bttn {
  display: none;
}

#top-bar-inner {
  padding: 8px 30px;
}

@media only screen and (max-width: 900px) {
  #top-bar {
    min-height: 57px;
  }
  #top-bar-inner {
    display: flex;
    align-items: center;
  }
  #top-bar-inner .second-liners {
    left: 0px;
    width: 80px;
    height: auto;
  }
  #top-bar-inner .second-liners.slideOut {
    left: 0px;
  }
  #top-bar-inner .socials {
    display: none;
  }
}
#announcements {
  padding: 0 30px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff9dc;
}
#announcements a,
#announcements a:visited {
  color: #fff9dc;
}
#announcements a:active,
#announcements a:hover {
  color: #f2ce1b;
}

#masthead {
  padding-top: 34px;
  background-color: #0b2575;
}

#masthead-inner {
  background-image: url("https://nojfstaging.wpengine.com/wp-content/uploads/2023/01/masthead-bg-1920x629-1.jpg");
  background-color: #005697;
  height: 100%;
  width: 100%;
}

#masthead-bg,
#masthead-bg-lg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.masthead-bg-group {
  height: 100%;
  width: auto;
  max-height: 300px;
  display: block;
  margin: 0 0 0 auto;
  z-index: 10;
}
.masthead-bg-group#masthead-man {
  z-index: 20;
}
.masthead-bg-group#masthead-rays {
  z-index: 10;
}

lottie-player.masthead-bg-group {
  position: absolute;
  right: 0;
}

@media (max-width: 726px) {
  lottie-player.masthead-bg-group {
    width: auto !important;
  }
}
img#masthead-logo {
  max-height: 300px;
  padding: 10px 0px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0 auto;
  z-index: 20;
  width: 500px;
  height: 100%;
  position: relative;
}

#masthead-bg-lg {
  display: none;
}

#masthead-tablet,
#masthead-mobile {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .masthead-bg-group {
    margin-right: -10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #masthead-tablet {
    display: block;
  }
  img#masthead-logo,
  .masthead-bg-group {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #masthead-mobile {
    display: block;
  }
  #masthead-tablet {
    display: none;
  }
  img#masthead-logo,
  .masthead-bg-group {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #masthead {
    height: 194px;
  }
}
.nav-main, #footer-nav-inner,
#footer-sub-nav-inner {
  display: flex;
}
.nav-main ul, #footer-nav-inner ul,
#footer-sub-nav-inner ul {
  padding: 0px;
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  list-style: none;
}
.nav-main a, #footer-nav-inner a,
#footer-sub-nav-inner a {
  text-transform: uppercase;
  text-decoration: none;
}
.nav-main a, #footer-nav-inner a,
#footer-sub-nav-inner a,
.nav-main a:visited,
.nav-main a:active {
  color: #fff9dc;
}
.nav-main a:hover, #footer-nav-inner a:hover,
#footer-sub-nav-inner a:hover {
  color: #f2ce1b;
}
.nav-main .menu-item-has-children, #footer-nav-inner .menu-item-has-children,
#footer-sub-nav-inner .menu-item-has-children {
  display: flex;
  flex-direction: column;
  position: relative;
}
.nav-main .menu-item-has-children ul, #footer-nav-inner .menu-item-has-children ul,
#footer-sub-nav-inner .menu-item-has-children ul {
  display: none;
  min-width: 280px;
  position: absolute;
  top: 38px;
  left: -10px;
  background-color: #0b2575;
  z-index: 10;
  padding: 10px 0px;
}
.nav-main .menu-item-has-children li, #footer-nav-inner .menu-item-has-children li,
#footer-sub-nav-inner .menu-item-has-children li {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
}
.nav-main .menu-item-has-children li, #footer-nav-inner .menu-item-has-children li,
#footer-sub-nav-inner .menu-item-has-children li {
  color: #f2ce1b;
}

#mobile-menu {
  display: none;
}
#mobile-menu .mobile-menu-bttn {
  display: none;
}

#desktop-menu {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #desktop-menu {
    display: none;
  }
  .mobile-menu-bttn {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 5;
  }
  .mobile-menu-bttn img {
    width: 100%;
    height: auto;
  }
  #top-bar .mobile-menu-bttn {
    display: block;
    top: 12px;
    right: 27px;
  }
  .admin-bar #top-bar .mobile-menu-bttn {
    top: 58px;
  }
  .sticky .mobile-menu-bttn {
    top: -25px;
    position: absolute;
  }
  #mobile-menu {
    display: block;
    max-height: 0px;
    overflow-y: scroll;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    background: #0b2575;
    height: 100%;
    transition: height 300ms;
  }
  #mobile-menu ul {
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    width: 100%;
    margin-top: 0px;
    overflow-y: scroll;
    margin-bottom: 10px;
  }
  #mobile-menu li {
    padding: 10px;
  }
  #mobile-menu li:first-of-type {
    margin-top: 50px;
  }
  #mobile-menu a {
    font-size: 40px;
  }
  #mobile-menu .menu-item-has-children {
    display: block;
  }
  #mobile-menu .menu-item-has-children ul {
    display: none !important;
    position: relative;
    top: inherit;
    left: inherit;
    height: inherit;
    transition: max-height 0ms;
  }
  #mobile-menu .menu-item-has-children li {
    padding: 5px 0px;
    background: none;
    text-align: center;
  }
  #mobile-menu .menu-item-has-children .menu-item a {
    font-size: 30px;
  }
  #mobile-menu .socials {
    display: flex;
    justify-content: center;
  }
  #mobile-menu .socials a {
    padding: 0 15px 20px 15px;
  }
  #mobile-menu.active {
    max-height: 100%;
    transition: height 300ms;
  }
}
.second-liners {
  width: 6%;
  height: auto;
  position: relative;
  left: -10%;
  transition: left 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-liners img {
  width: 100%;
  height: auto;
}

#header-nav {
  background-color: #0b2575;
}

#header-nav.sticky {
  position: fixed;
  width: 100%;
  z-index: 50;
}
#header-nav.sticky .second-liners {
  left: 10px;
  transition: transform left 300ms;
}

@media only screen and (max-width: 900px) {
  #desktop-menu,
  #header-nav .second-liners {
    display: none;
  }
  #header-nav {
    background-color: #005697;
  }
  #mobile-menu.active .mobile-menu-bttn {
    position: absolute;
    display: block !important;
    right: 30px;
    top: 25px;
  }
}
#hero {
  height: 240px;
  display: flex;
  position: relative;
}

#hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

#hero-title {
  z-index: 3;
  color: #0b2575;
  background: #f2ce1b;
  padding: 0 80px 0 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, calc(100% - 30px) 50%, 100% 0%);
}
#hero-title h1 {
  font-size: 45px;
  margin: 10px;
}

#hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.2;
  z-index: 2;
}

.content-wrapper {
  padding: 20px 20px;
  max-width: 1200px;
  margin: auto;
}

.page:not(.home) .content-wrapper {
  padding: 20px 50px;
}

@media only screen and (max-width: 800px) {
  .page:not(.home) .content-wrapper {
    padding: 20px 10px;
  }
}
.page-content p {
  text-align: center;
}

.dark-section, #footer {
  background: #0b2575;
  color: #f2ce1b;
}

.light-section {
  background: #307fe2;
  
  color: #0b2575;
}

.white-section, .fp-news-block-inner {
  background: #fff9dc;
  color: #0b2575;
}
.white-section a, .fp-news-block-inner a, .white-section a:hover {
  color: #ea2a2e;
}
.white-section a:active, .fp-news-block-inner a:active, .white-section a:visited, .fp-news-block-inner a:visited {
  color: #0b2575;
}
.white-section a.wp-block-button__link, .fp-news-block-inner a.wp-block-button__link {
  background: #ea2a2e;
  font-size: 1.5em;
  color: white;
  text-decoration: none;
}
margin .white-section a.wp-block-button__link:hover, margin .fp-news-block-inner a.wp-block-button__link:hover {
  background: #0b2575;
}

.blue-section a {
  color: white;
  text-decoration: underline;
}
.blue-section a.wp-block-button__link {
  background: #ea2a2e;
  font-size: 2em;
  color: white;
  text-decoration: none;
}
.blue-section a.wp-block-button__link:hover {
  background: #0b2575;
}

div.wp-block-buttons {
  margin: 2em 0;
}

.section-header {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0 12px;
  line-height: 1.5em;
  letter-spacing: 2px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hasDivider {
padding: 1px 0px 12px 0px;
}

.hasDivider::before,
.hasDivider::after {
  content: "";
  background-image: url("assets/imgs/yellow-line.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute;
}

.hasBottomDivider::after {
  content: "";
  background-image: url("assets/imgs/yellow-line.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute;
}

.hasTopDivider {
  padding-top: 5px;
  margin-top: 10px;
}

.hasTopDivider::before {
  content: "";
  background-image: url("assets/imgs/yellow-line.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute;
}

.wp-block-separator {
  content: "";
  background-image: url("assets/imgs/yellow-line.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  border: 0px;
}

section#content {
background: #307fe2; */
 
  color: #0b2575;
  background-size: auto;
  background-repeat: repeat;
}

.page-template-default section#content {
  padding: 40px;
}

.page-template-frontpage section#content {
  background: transparent;
}

section.email-newsletter-signup .section-header {
  margin-top: 30px;
}

.error404 .wrapper img {
  display: block;
  margin: 0 auto;
  height: 300px;
  transition: transform 200ms;
}
.error404 .wrapper h1, .error404 .wrapper h2 {
  font-family: "bertholdextra";
  text-align: center;
  color: #f2ce1b;
  text-transform: uppercase;
  transition: transform 200ms;
}
.error404 .wrapper h2 {
  font-size: 4em;
}
.error404 .wrapper h1 {
  font-size: 5em;
}
.error404 .wrapper img:hover, .error404 .wrapper h1:hover, .error404 .wrapper h2:hover {
  transform: scale(1.2);
  transition: transform 200ms;
}

#footer {
  padding: 0px 0px 20px 0px;
}
#footer .section-header {
  margin-top: 30px;
}

#footer::before {
  content: "";
  background-image: url("assets/imgs/yellow-line.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute;
}

#footer-nav {
  padding-top: 25px;

  
}
#footer-nav .menu-item-has-children ul {
  display: none;
}

#footer-sub-nav-inner ul {
  justify-content: center;
  margin: 0 0 10px 0;
}
#footer-sub-nav-inner li {
  padding: 0 7px 0 0;
  display: flex;
  align-items: center;
}
#footer-sub-nav-inner a {
  padding: 0 7px 0 0;
  font-size: 12px;
}
#footer-sub-nav-inner li::after {
  content: "|";
  display: block;
}
#footer-sub-nav-inner li:last-of-type::after {
  display: none;
}

#copyright-notice {
  display: flex;
  justify-content: center;
  align-items: center;
}
#copyright-notice span {
  font-size: 12px;
  color: #fff9dc;
}

#footer-socials {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#footer-socials a {
  margin: 0 10px;
}

@media only screen and (max-width: 600px) {
  #footer-nav-inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-nav-inner li {
    padding-bottom: 15px;
    width: 30%;
    text-align: center;
  }
  #footer-nav-inner .menu-item-has-children {
    justify-content: center;
  }
}
.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
}

.cta-wrapper {
  background: #0b2575;
}

section#fp-ctas .content-wrapper h5 {
  text-align: center;
  margin: 0;
  font-size: 1.8em;
}
section#fp-ctas .content-wrapper h5 a {
  color: #f2ce1b;
  text-decoration: none;
}
section#fp-ctas .content-wrapper section#fp-ticket-cta {
  padding: 10px;
  box-sizing: border-box;
  margin-right: 10px;
  position: relative;
}
section#fp-ctas .content-wrapper section#fp-ticket-cta img {
  height: 100%;
}
section#fp-ctas .content-wrapper section#fp-ticket-cta .ticket {
  height: 100%;
}
section#fp-ctas .content-wrapper section#fp-ticket-cta #fp-tickets-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px;
  background: #0b2575;
  height: calc(100% - 60px);
}
section#fp-ctas .content-wrapper section#fp-ticket-cta div.ticket-img {
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section#fp-ctas .content-wrapper section#fp-ticket-cta h4, section#fp-ctas .content-wrapper section#fp-ticket-cta .food-vendor-desc p, .food-vendor-desc section#fp-ctas .content-wrapper section#fp-ticket-cta p {
  font-size: 23px;
  margin-top: 6px;
}
section#fp-ctas .content-wrapper h5 {
  font-size: 21px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  section#fp-ctas .content-wrapper {
    width: 700px;
  }
  section#fp-ctas .content-wrapper #fp-secondary-ctas.inline .fp-cta:not(:last-of-type) {
    margin-right: 3%;
  }
  section#fp-ctas .content-wrapper div#fp-secondary-ctas > div {
    width: 100%;
  }
  section#fp-ctas .content-wrapper section#fp-poster-cta {
    height: 265px;
  }
  section#fp-ctas .content-wrapper section#fp-ticket-cta {
    height: 285px;
  }
  section#fp-ctas .content-wrapper section#fp-ticket-cta div#fp-tickets-wrap {
    height: calc(100% - 79px);
  }
  section#fp-ctas .content-wrapper section#fp-ticket-cta div#fp-tickets-wrap a {
    height: 30%;
  }
  section#fp-ctas .content-wrapper div#ticket-wrap {
    margin-top: 10px;
  }
  section#fp-ctas .content-wrapper h5 {
    font-size: 1em;
    font-weight: 900;
    margin-top: 0px;
  }
}
@media (min-width: 850px) {
  section#fp-ctas .content-wrapper {
    width: 870px;
  }
  section#fp-ctas .content-wrapper section#fp-ticket-cta {
    height: 339px;
  }
  section#fp-ctas .content-wrapper section#fp-ticket-cta h4, section#fp-ctas .content-wrapper section#fp-ticket-cta .food-vendor-desc p, .food-vendor-desc section#fp-ctas .content-wrapper section#fp-ticket-cta p {
    font-size: 30px;
  }
  section#fp-ctas .content-wrapper section#fp-ticket-cta div#fp-tickets-wrap {
    height: calc(100% - 60px);
  }
  section#fp-ctas .content-wrapper h5 {
    font-size: 1.4em;
    font-weight: 900;
    margin-top: 0px;
  }
  section#fp-ctas .content-wrapper section#fp-poster-cta {
    height: 319px;
  }
  section#fp-ctas .content-wrapper section#fp-poster-cta h4, section#fp-ctas .content-wrapper section#fp-poster-cta .food-vendor-desc p, .food-vendor-desc section#fp-ctas .content-wrapper section#fp-poster-cta p {
    font-size: 23px;
  }
}
@media (min-width: 1050px) {
  section#fp-ctas .content-wrapper {
    width: 1050px;
  }
  section#fp-ctas .content-wrapper section#fp-poster-cta {
    height: 378px;
  }
  section#fp-ctas .content-wrapper section#fp-ticket-cta {
    height: 399px;
  }
  section#fp-ctas .content-wrapper div#ticket-wrap {
    position: relative;
    margin-top: 0px;
  }
  section#fp-ctas .content-wrapper h5 {
    font-size: 1.7em;
  }
}

section.fp-cta {
  position: relative;
  background: #0b2575;
}
section.fp-cta h1,
section.fp-cta h4,
section.fp-cta .food-vendor-desc p,
.food-vendor-desc section.fp-cta p {
  color: #f2ce1b;
  padding: 0 5px;
}
section.fp-cta h1 {
  text-transform: uppercase;
  font-size: 2.5em;
}
section.fp-cta h4, section.fp-cta .food-vendor-desc p, .food-vendor-desc section.fp-cta p {
  text-align: center;
  margin: 5px 0px;
  font-size: 1.8em;
}
section.fp-cta:hover {
  background: #f2ce1b;
}
section.fp-cta:hover h4, section.fp-cta:hover .food-vendor-desc p, .food-vendor-desc section.fp-cta:hover p, section.fp-cta:hover h1 {
  color: #0b2575;
}
section.fp-cta:hover a {
  color: #0b2575 !important;
}
section.fp-cta img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
section.fp-cta#fp-ticket-banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8em 0.2em;
}
section.fp-cta#fp-ticket-banner h1 {
  margin: 10px;
  text-align: center;
  font-size: 2.2em;
}
section.fp-cta #fp-cta-vid-wrap {
  padding-bottom: 56%;
  position: relative;
  margin: 10px;
}
section.fp-cta #inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
section.fp-cta #inner iframe {
  width: 100%;
  height: 100%;
  position: relative;
  top: -10px;
}
section.fp-cta #fp-slick-wrap {
  height: 363px;
  border: 10px solid #0b2575;
  border-top: 0px;
}
@media screen and (min-width: 768px) {
  section.fp-cta #fp-slick-wrap {
    height: 198px;
  }
}
@media screen and (min-width: 850px) {
  section.fp-cta #fp-slick-wrap {
    height: 277px;
  }
}
@media screen and (min-width: 1050px) {
  section.fp-cta #fp-slick-wrap {
    height: 338px;
  }
}
section.fp-cta #fp-slick-wrap:hover {
  border-color: #f2ce1b;
}

div.fp-row {
  display: flex;
  justify-content: center;
  align-items: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  div.fp-row {
    flex-wrap: wrap;
  }
}

div.fp-grid-col {
  width: 50%;
}
div.fp-grid-col:first-of-type {
  margin-right: 5px;
}
div.fp-grid-col:last-of-type {
  margin-left: 5px;
}
div.fp-grid-col:last-of-type section {
  min-height: 100px;
}
@media screen and (max-width: 850px) {
  div.fp-grid-col {
    width: 100%;
    margin: 0px 0px 1em 0px !important;
  }
}

#fp-primary-cta,
section.fp-variable-cta {
  box-sizing: border-box;
  border: 10px solid #0b2575;
}

#fp-row-1 {
  height: 100%;
  display: flex;
  margin-bottom: 1em;
}

#fp-row-2 {
  margin-top: 20px;
}

#fp-primary-cta {
  width: 60%;
  height: 100%;
  margin-right: 10px;
  overflow-y: hidden;
  border: 0px;
}
#fp-primary-cta h4, #fp-primary-cta .food-vendor-desc p, .food-vendor-desc #fp-primary-cta p {
  margin-top: 0px !important;
  padding: 15px 0px !important;
}
#fp-primary-cta:hover {
  border-color: #f2ce1b;
}

#fp-primary-cta-img {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56%;
  border: 10px solid #0b2575;
  border-top: 0px;
  box-sizing: border-box;
}
#fp-primary-cta-img:hover {
  border-color: #f2ce1b;
}

#fp-primary-cta-slider {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #fp-primary-cta-slider {
    margin-bottom: 20px;
  }
}
#fp-primary-cta-slider .slick-list,
#fp-primary-cta-slider .slick-track {
  height: 100%;
}
#fp-primary-cta-slider .slider-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#fp-secondary-ctas {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#fp-secondary-ctas.inline {
  display: flex;
}
#fp-secondary-ctas.inline .fp-cta:not(:last-of-type) {
  margin-right: 10px;
}
#fp-secondary-ctas > section {
  width: 48%;
}

div#ticket-wrap {
  height: calc(100% - 55px);
}
div#ticket-wrap div.ticket {
  height: 25%;
}
div#ticket-wrap div.ticket-img {
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

div#fp-tickets img {
  height: 52px;
  padding-bottom: 10px;
  width: auto;
  display: block;
  margin: 0 auto;
  transition: transform 200ms;
}
div#fp-tickets img:hover {
  transform: scale(1.1);
}
div#fp-tickets a:first-of-type img {
  margin-top: 18px;
}
@media only screen and (max-width: 900px) {
  div#fp-tickets img {
    height: 61px;
  }
}

section#fp-poster-cta {
  padding: 10px;
  height: inherit;
}
section#fp-poster-cta .cta-background {
  height: 100%;
  position: relative;
  padding-bottom: 160%;
}
section#fp-poster-cta #poster-wrap {
  overflow: hidden;
}
section#fp-poster-cta h4, section#fp-poster-cta .food-vendor-desc p, .food-vendor-desc section#fp-poster-cta p {
  font-size: 1.5em;
}
section#fp-poster-cta h5 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section#fp-poster-cta h3, section#fp-poster-cta h4, section#fp-poster-cta .food-vendor-desc p, .food-vendor-desc section#fp-poster-cta p {
    font-size: 2.2em !important;
  }
  section#fp-poster-cta section#fp-ticket-cta {
    max-width: inherit;
  }
  section#fp-poster-cta section#fp-ticket-cta #ticket-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  section#fp-poster-cta #poster-wrap {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  section#fp-poster-cta #poster-wrap {
    height: calc(90% - -27px);
    display: flex;
    align-items: center;
  }
  section#fp-poster-cta .cta-background {
    height: 90%;
    position: relative;
    padding-bottom: 0%;
    margin-bottom: 10px;
  }
}
section#fp-poster-cta section.fp-variable-cta h3 {
  font-size: 2.2em !important;
}

#fp-variable-ctas {
  display: flex;
  justify-content: space-between;
}

section.fp-variable-cta {
  position: relative;
  margin: 0px 10px;
  box-sizing: border-box;
  width: 32%;
}
@media screen and (max-width: 768px) {
  section.fp-variable-cta {
    padding-bottom: 59%;
  }
}

section.fp-variable-cta:first-of-type {
  margin-left: 0px;
}

section.fp-variable-cta:last-of-type {
  margin-right: 0px;
}

section.fp-variable-cta:after {
  padding-bottom: 100%;
  content: "";
  display: block;
}

section.fp-variable-cta:hover {
  border-color: #f2ce1b;
}
section.fp-variable-cta:hover .cta-title-tag {
  background: #f2ce1b;
}
section.fp-variable-cta:hover .cta-title-tag h3 {
  color: #0b2575;
}

.cta-title-tag {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px 0px 5px 0px;
  width: 100%;
  background: #0b2575;
}
.cta-title-tag h3 {
  margin: 0px;
  color: #f2ce1b;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
}

#fp-news.all-loaded {
  padding-bottom: 30px;
}
#fp-news.all-loaded #load-more-news {
  display: none;
}

#fp-news.all-loaded.hasDivider {
  padding-bottom: 45px;
}

#fp-news-inner {
  display: flex;
  flex-wrap: wrap;
}

#fp-news-inner .read-more {
  display: none;
}

.fp-news-row {
  display: flex;
  margin: 0 -10px;
}

.fp-news-row:not(:first-of-type) {
  margin-top: 20px;
}

.fp-news-block {
  width: 33%;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.fp-news-block.loaded {
  margin-top: 20px;
}

.fp-news-block-inner {
  margin: 0 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.fp-news-image {
  background-position: center;
  background-size: cover;
}

.fp-news-image:after {
  padding-bottom: 100%;
  display: block;
  content: "";
}

.fp-news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fp-news-title {
  text-align: center;
  text-transform: uppercase;
}

.fp-news-excerpt {
  padding: 0 10px;
  margin-top: 0px;
  text-align: center;
}

.fp-news-content,
.fp-news-title {
  padding: 0 10px;
}

#load-more-news {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #fp-row-1 {
    flex-direction: column;
    height: auto;
  }
  .fp-grid-col {
    width: 100%;
  }
  #fp-primary-cta {
    width: 100%;
    margin-right: 0px;
  }
  #fp-primary-cta::before {
    padding-bottom: 52%;
  }
  section#fp-poster-cta .cta-background {
    margin: 0 auto;
    display: block;
    position: relative;
  }
  #fp-variable-ctas {
    display: block;
  }
  section.fp-variable-cta {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  section.fp-variable-cta::after {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .fp-news-block {
    width: 100%;
  }
  .fp-news-image {
    height: 200px;
  }
  .fp-news-block-inner {
    height: auto;
  }
  .fp-news-image:after {
    display: none;
  }
  .fp-news-block-inner {
    padding: 10px 10px 20px 10px;
  }
}
#fp-featured-sponsors-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 80px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 850px;
}

.fp-featured-sponsor {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff9dc;
  padding: 0px 15px;
  border-radius: 20px;
  margin: 10px 5px;
}
.fp-featured-sponsor img {
  height: auto;
  width: 100%;
}

#hotels-table {
  opacity: 0;
  position: relative;
}
#hotels-table > h1 {
  text-align: center;
  font-size: 3em;
  margin-top: 1em;
}

.ht-row {
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #fff9dc;
}
.ht-row .bttn-wrap a {
  color: white;
  background: #ea2a2e;
}
.ht-row .bttn-wrap a:hover {
  color: #f2ce1b;
  background: #0b2575;
}

.ht-row:not(#ht-headers):not(.ht-divider) span {
  color: #0b2575;
  text-transform: none;
  letter-spacing: 1px;
  padding-right: 10px;
}

.ht-col {
  display: flex;
  align-items: center;
}

#ht-headers {
  padding: 10px 5px;
  background: #0b2575;
}
#ht-headers .ht-col {
  justify-content: flex-start;
  flex-direction: column;
  color: white;
}
#ht-headers .ht-col:not(.ht-col-name) {
  justify-content: center;
}
#ht-headers .ht-col.ht-col-name {
  padding-left: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#ht-headers .small {
  font-size: 12px;
}
#ht-headers span {
  color: #f2ce1b;
  width: 100%;
}

.ht-col-name {
  width: 30%;
}

.ht-col:not(.ht-col-name) {
  width: 23%;
}
.ht-col:not(.ht-col-name) span {
  text-align: center;
}

#ht-col-booknow.two-bttn {
  flex-direction: column;
}
#ht-col-booknow.two-bttn div:first-of-type {
  padding-bottom: 5px;
}

#call-for-rates {
  text-align: center;
}

.ht-divider {
  height: 2em;
  background: #003c88;
  color: white;
  align-items: center;
}
.ht-divider span {
  text-transform: uppercase;
  padding-left: 20px;
}

.ht-row-data {
  padding: 10px 0px;
}
.ht-row-data .ht-col-name {
  justify-content: space-between;
}
.ht-row-data .ht-col-name span {
  padding-left: 20px;
  display: flex;
}
.ht-row-data .ht-col-dd-bttn {
  background-image: url("assets/imgs/arrow.png");
  transform: rotate(90deg);
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
}
.ht-row-data .ht-col-dd-bttn.hovered {
  background-image: url("assets/imgs/arrow-hover.png");
}
.ht-row-data .ht-col:not(.ht-col-name) {
  justify-content: center;
}

.ht-group:nth-child(even) .ht-row-data:not(.ht-featured) {
  background: #F2EDD9;
}

.ht-row.active .ht-col-dd-bttn {
  background-image: url("assets/imgs/arrow-hover.png");
}

.ht-dd-inner {
  display: flex;
  padding: 30px 20px;
}
.ht-dd-inner > div {
  width: 50%;
}

.ht-dd h1.ht-dd-title {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 5px;
}

.ht-dd-content {
  padding-right: 10px;
}

.ht-dd-address,
.ht-dd-phone {
  margin: 5px 0px;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
}

.ht-dd-buttons {
  display: flex;
  flex-wrap: wrap;
}
.ht-dd-buttons .bttn-wrap:not(:last-of-type) {
  margin-right: 12px;
}
.ht-dd-buttons .bttn-wrap {
  margin-bottom: 12px;
}

.ht-dd-imgs-inner,
.ht-dd-img {
  width: 100%;
  height: 100%;
  display: none;
}

.ht-dd-imgs {
  padding-left: 10px;
}

.ht-dd-imgs-inner {
  padding: 10px 0px 50px 0px;
  box-sizing: border-box;
}

.ht-dd-img {
  background-position: center;
  background-size: cover;
  max-width: 475px;
  margin: 0 auto;
}

.ht-dd-rates {
  display: none;
}

@media screen and (max-width: 700px) {
  .ht-row {
    display: none;
  }
  .ht-dd {
    display: block !important;
    margin-bottom: 20px;
  }
  .ht-dd-inner {
    flex-direction: column;
  }
  .ht-dd-inner > div {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ht-dd-imgs-inner {
    height: 300px;
    padding: 0 0 20px 0;
  }
  .ht-dd-img {
    max-width: 100%;
  }
  .ht-dd-imgs {
    order: 0;
  }
  .ht-dd-content {
    order: 1;
    text-align: center;
  }
  .ht-dd-title {
    text-align: center !important;
  }
  .ht-dd-buttons {
    justify-content: center;
  }
  .ht-dd-rates {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    color: white;
    border-collapse: collapse;
  }
  .ht-dd-rates tr {
    border: 0px;
  }
  .ht-dd-rates th {
    padding: 10px 30px;
    background-color: #0b2575;
    color: #f2ce1b;
    text-transform: uppercase;
    border: 2px solid #0b2575;
  }
  .ht-dd-rates td {
    padding: 8px;
    background-color: #fff9dc;
    color: #0b2575;
    border: 2px solid #0b2575;
  }
}
#ht-filters {
  position: absolute;
  top: 0;
  right: 0;
}

#ht-filters-field {
  border: 1px solid black;
  padding: 5px;
  text-transform: uppercase;
  min-width: 205px;
  cursor: pointer;
  background: #fff9dc;
  color: navy;
}

#ht-filters-options ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid black;
  border-top: 0px;
  z-index: 10;
  text-transform: uppercase;
  font-size: 13px;
}
#ht-filters-options li {
  cursor: pointer;
  padding: 5px;
  background: #fff9dc;
  color: navy;
}
#ht-filters-options li:hover {
  background: #ea2a2e;
  color: white;
}

#ht-filters-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ht-filters-field::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ea2a2e;
  margin-left: 10px;
}

#ht-filters-field.active::after {
  background: #0b2575;
}

@media only screen and (max-width: 800px) {
  #ht-filters {
    position: relative;
    width: 50%;
    min-width: 300px;
    margin: 0 auto 20px auto;
  }
  #ht-filters span, #ht-filters li {
    font-size: 20px;
  }
  #ht-filters-field {
    justify-content: center;
  }
  #ht-filters-options li {
    text-align: center;
  }
}
#faq-table {
  margin-top: 30px;
  padding: 0 20px;
}

.faq-row {
  padding-top: 10px;
  border-bottom: none;
}
.faq-row p {
  margin: 0px;
}

.faq-row:last-of-type .wp-block-separator {
  display: none;
}

.faq-question {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
.faq-question span {
  color: #0b2575;
  font-size: 28px;
}

.faq-question::after {
  content: "";
  background-image: url("assets/imgs/arrow.png");
  width: 30px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
  transform: rotate(90deg);
}

.faq-question:hover::after,
.faq-question.active::after {
  background-image: url("assets/imgs/arrow-hover.png");
}

.faq-answer {
  padding: 10px 0px 20px 0px;
  color: #0b2575;
}

.page-nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 0px 0px;
  flex-wrap: wrap;
}

.page-nav-bttn {
  width: 20%;
  transition: transform 200ms;
  box-sizing: border-box;
}
.page-nav-bttn a {
  width: 100%;
  padding: 5px;
}
.page-nav-bttn.ticket-tier-nav-bttn {
  width: 16%;
}

.page-nav-bttn:hover {
  transform: scale(1.1);
  transition: transform 200ms;
}
.page-nav-bttn:hover a {
  background: #0b2575 !important;
  color: #f2ce1b !important;
}

@media screen and (max-width: 600px) {
  .page-nav .page-nav-bttn {
    padding-bottom: 10px;
    width: 50%;
  }
}
section.ticket-module {
  margin-top: 30px;
}

div.ticket-module-inner {
  padding: 20px;
  border: 1px solid #0b2575;
}
div.ticket-module-inner span {
  font-size: 10px;
  font-style: italic;
}

div.ticket-module-header {
  text-transform: uppercase;
  padding: 25px;
  border: 1px solid #0b2575;
}
div.ticket-module-header h1 {
  margin: 0px;
}
div.ticket-module-header h2 {
  margin: 0;
}

div.ticket-module-main.col-2 {
  display: flex;
  justify-content: space-between;
}
div.ticket-module-main.col-2 > div {
  width: 64%;
}
div.ticket-module-main.col-2 > div:first-of-type {
  width: 33%;
}

div.ticket-module-extra h3 {
  text-align: center;
  text-transform: uppercase;
}
div.ticket-module-extra a,
div.ticket-module-extra a:visited,
div.ticket-module-extra a:hover,
div.ticket-module-extra a:active {
  color: #ea2a2e;
}
div.ticket-module-extra > div {
  display: none;
}
div.ticket-module-extra > div img {
  width: 100%;
  height: auto;
}

div.ticket-type {
  border: 1px solid #0b2575;
  text-align: center;
  padding-bottom: 20px;
}
div.ticket-type .ticket-type-header {
  padding: 20px 5px;
  text-transform: uppercase;
}
div.ticket-type .ticket-type-header h1, div.ticket-type .ticket-type-header h2, div.ticket-type .ticket-type-header h3, div.ticket-type .ticket-type-header h4, div.ticket-type .ticket-type-header .food-vendor-desc p, .food-vendor-desc div.ticket-type .ticket-type-header p {
  margin: 0px;
}
div.ticket-type .ticket-type-header h4, div.ticket-type .ticket-type-header .food-vendor-desc p, .food-vendor-desc div.ticket-type .ticket-type-header p {
  line-height: 32px;
}
div.ticket-type li {
  text-align: left;
}
div.ticket-type.half {
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

div.ticket-type.third {
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

div.ticket-dates {
  margin-top: 5px;
}
div.ticket-dates h3 {
  margin: 2px;
  text-transform: uppercase;
}

div.ticket-prices h1 {
  margin: 2px 0px 0px 0px;
  color: #ea2a2e;
}
div.ticket-prices h3 {
  text-decoration: underline;
  margin-bottom: 2px;
  text-transform: uppercase;
}

div.ticket-dates,
div.ticket-prices {
  padding: 0 15px;
}

div.purchase-tickets {
  padding: 0 10px;
}

section#ga-tickets .ticket-module-inner .ticket-module-main {
  padding: 20px;
}
section#ga-tickets .ticket-module-inner .ticket-module-main h3 {
  font-size: 2em;
}
section#ga-tickets .ticket-module-inner .ticket-module-content {
  padding-bottom: 15px;
}
section#ga-tickets .ticket-module-inner #ticket-module-content-bottom {
  padding-top: 15px;
}
section#ga-tickets .ticket-module-inner div.ticket-prices h1 {
  font-size: 3em;
}
section#ga-tickets .ticket-module-inner .ticket-module-content {
  width: 100%;
}

div.ga-standard-tickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
div.ga-standard-tickets .ticket-prices h1:last-of-type {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  div.ga-standard-tickets {
    margin-bottom: 20px;
  }
}
div.ga-weekend-ticket-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
div.ga-weekend-ticket-type .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
div.ga-weekend-ticket-type .inner > div {
  width: 50%;
}

div#ga-special-tickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
div#ga-special-tickets > div {
  width: 49%;
}

div#four-day-ticket-type {
  height: 100%;
  padding-bottom: 0px;
}

div#ga-special-col2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div#locals-ticket-type {
  margin-bottom: 20px;
}

div.vip-tickets {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
div.vip-tickets .ticket-type {
  width: 48%;
}
div.vip-tickets .additional-info {
  padding: 0 15px;
}
div.vip-tickets .additional-info ul {
  padding-left: 20px;
}

div.ga-weekend-ticket-type .ticket-prices {
  height: inherit;
}

#four-day-ticket-type .early-bird-tickets {
  display: none;
}

#stones-type {
  padding-bottom: 30px;
}
#stones-type h3 {
  font-size: 2.5em !important;
}
#stones-type h4, #stones-type .food-vendor-desc p, .food-vendor-desc #stones-type p {
  text-transform: uppercase;
  font-size: 1.5em;
}

@media only screen and (max-width: 1000px) {
  div.ga-weekend-ticket-type:nth-child(1),
  div.ga-weekend-ticket-type:nth-child(2) {
    margin-bottom: 20px;
  }
  div#ga-special-tickets {
    margin-top: 20px;
  }
  div.ticket-module-content {
    text-align: center;
  }
  div.ticket-module-main.col-2 {
    display: block;
  }
  div.ticket-module-main.col-2 > div {
    width: 100% !important;
  }
  div.ticket-module-main.col-2,
  div.ticket-module-extra {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  div.ticket-module-main {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 600px) {
  div.ga-weekend-ticket-type .inner > div {
    width: 100%;
  }
  div.ga-weekend-ticket-type.half {
    width: 100% !important;
  }
  div#ga-special-tickets {
    display: block;
  }
  div#ga-special-tickets > div {
    width: 100%;
  }
  div#ga-special-col1 {
    margin-bottom: 20px;
  }
  div#four-day-ticket-type {
    padding-bottom: 20px;
  }
  div#ga-special-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  div#ga-special-col2 > div {
    width: 48%;
  }
  div#locals-ticket-type {
    margin-bottom: 0px;
  }
  #ticket-tier-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ticket-tier-nav-bttn {
    width: 30%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div.vip-tickets .ticket-type {
    width: 100%;
  }
}
.page-template-page-music nav#lineup-nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.page-template-page-music nav#lineup-nav .bttn-wrap {
  padding: 0 10px;
}
.page-template-page-music nav#lineup-nav > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-template-page-music nav#lineup-nav > div#lineup-nav-row2 {
  justify-content: center;
}
.page-template-page-music nav#lineup-nav .lineup-nav-bttn {
  padding-bottom: 10px;
}
.page-template-page-music nav#lineup-nav .lineup-nav-bttn a {
  background-color: #ea2a2e;
  color: white;
  min-width: 114px;
}
.page-template-page-music nav#lineup-nav .lineup-nav-bttn a:hover {
  background-color: #f2ce1b;
  color: #0b2575;
}
.page-template-page-music nav#lineup-nav .lineup-nav-bttn a:visited {
  background-color: #ea2a2e;
  color: white;
}
.page-template-page-music article {
  margin-top: 20px;
}
.page-template-page-music article img {
  width: 100%;
  height: auto;
}
.page-template-page-music article #lineup-sectionheader {
  height: 58px;
  background-color: #0b2575;
  color: #f2ce1b;
  position: relative;
}
.page-template-page-music article #lineup-sectionheader h1 {
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 2em;
  margin-top: 6px;
}
.page-template-page-music article #lineup-sectionheader h1.active {
  opacity: 1;
  transition: opacity 300ms;
}
.page-template-page-music article div.inner h5 {
  margin-top: 0;
}
.page-template-page-music article div.inner:not(.active) {
  display: none;
}

@media screen and (max-width: 1250px) {
  .page-template-page-music nav#lineup-nav {
    flex-wrap: wrap;
  }
  .page-template-page-music nav#lineup-nav > div#lineup-nav-row1 {
    flex-wrap: wrap;
  }
  .page-template-page-music nav#lineup-nav > div#lineup-nav-row1 .lineup-nav-bttn {
    width: 25%;
  }
  .page-template-page-music nav#lineup-nav > div#lineup-nav-row2 {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .page-template-page-music nav#lineup-nav > div#lineup-nav-row2 .lineup-nav-bttn {
    width: 25%;
  }
  .page-template-page-music nav#lineup-nav .lineup-nav-bttn a {
    min-width: inherit;
  }
}
@media screen and (max-width: 600px) {
  .page-template-page-music nav#lineup-nav > div#lineup-nav-row1 .lineup-nav-bttn {
    width: 50%;
  }
  .page-template-page-music nav#lineup-nav > div#lineup-nav-row2 .lineup-nav-bttn {
    width: 50%;
  }
}
.zoom-wrapper {
  overflow: hidden;
}
.zoom-wrapper a {
  overflow: hidden;
}

.zoom-me {
  transition: transform 300ms;
}

.zoom-me.zoomed {
  transform: scale(1.05);
  transition: transform 300ms;
}

.toBeExpanded {
  display: none;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.03);
  }
}
.pulsing {
  animation-name: pulse;
  animation-timing-function: linear;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media (max-width: 600px) {
  body .uwy.userway_p1 .uai {
    bottom: 10px !important;
    top: auto !important;
  }
}
.vendors {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.vendor {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
.vendor h4, .vendor h5, .vendor p {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .vendor {
    width: 50%;
  }
  .vendor h4, .vendor h5, .vendor p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .vendor {
    width: 33%;
  }
}
@media screen and (min-width: 1000px) {
  .vendor {
    width: 25%;
  }
}
.vendor h4, .vendor .food-vendor-desc p, .food-vendor-desc .vendor p {
  margin: 10px 0;
}
.vendor h5 {
  margin: 0 0 5px 0;
  font-size: 1.2em;
}
.vendor p {
  margin: 0 0 5px 0;
}
.vendor.food-vendor .food-vendor-desc p {
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 3px;
  font-size: 1.35em;
}
@media screen and (min-width: 600px) {
  .vendor.food-vendor h4, .vendor.food-vendor h5, .vendor.food-vendor p {
    text-align: left;
  }
}

.vendor-img-bg {
  height: 0;
  padding-bottom: 66%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.food-vendor-desc p {
  font-size: 1.5em;
}

@media only screen and (max-width: 900px) {
  #mobile-menu .menu-item-has-children ul {
    display: block !important;
    position: relative;
    top: 0px;
    left: 0;
    /* margin: 0 auto; */
    width: 100%;
    margin-bottom:0;
  }

  #mobile-menu li:first-of-type {
    margin-top: 0px;
  }

  #mobile-menu li {
    text-align:center;
  }
}

