/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.header:after, .main-nav .menu:after {
  content: "";
  display: table;
  clear: both;
}

[class^="icon-"]:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "luxury-briefing-awards";
}

[class^="icon-social"][href*="google"]:before, [class^="icon-social"].icon-google:before {
  content: "g";
}
[class^="icon-social"][href*="facebook"]:before, [class^="icon-social"].icon-facebook:before {
  content: "e";
}
[class^="icon-social"][href*="instagram"]:before, [class^="icon-social"].icon-instagram:before {
  content: "a";
}
[class^="icon-social"][href*="linkedin"]:before, [class^="icon-social"].icon-linkedin:before {
  content: "b";
}
[class^="icon-social"][href*="pinterest"]:before, [class^="icon-social"].icon-pinterest:before {
  content: "p";
}
[class^="icon-social"][href*="twitter"]:before, [class^="icon-social"].icon-twitter:before {
  content: "f";
}
[class^="icon-social"][href*="youtube"]:before, [class^="icon-social"].icon-youtube:before {
  content: "y";
}

@font-face {
  font-family: 'Didact Gothic';
  src: url("fonts/DidactGothic-Regular.woff2") format("woff2"), url("fonts/DidactGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "luxury-briefing-awards";
  src: url("fonts/luxury-briefing-awards.eot");
  src: url("fonts/luxury-briefing-awards.eot?#iefix") format("embedded-opentype"), url("fonts/luxury-briefing-awards.woff") format("woff"), url("fonts/luxury-briefing-awards.ttf") format("truetype"), url("fonts/luxury-briefing-awards.svg#luxury-briefing-awards") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "luxury-briefing-awards" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "luxury-briefing-awards" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\61";
}

.icon-linkedin:before {
  content: "\62";
}

.icon-search:before {
  content: "\63";
  visibility: initial;
  color: black;
  cursor: pointer;
}

.icon-shoping-cart:before {
  content: "\64";
  visibility: initial;
  color: black;
  cursor: pointer;
}

.icon-facebook:before {
  content: "\65";
  visibility: initial;
  color: black;
  cursor: pointer;
}

.icon-twitter:before {
  content: "\66";
  visibility: initial;
  color: black;
  cursor: pointer;
}

.icon-user:before {
  content: "\67";
  visibility: initial;
  color: black;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #343434;
}

:-moz-placeholder {
  color: #343434;
}

::-moz-placeholder {
  color: #343434;
}

:-ms-input-placeholder {
  color: #343434;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: white;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #1A1A1A;
  font-family: "Libre Baskerville", sans-serif;
  line-height: 1.8;
  outline: none;
  padding: 10px 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #999999;
  outline: none;
}

textarea {
  line-height: 1.5;
  min-height: 118px;
  padding: 10px 12px;
}

table {
  width: 100%;
}
table thead {
  background-color: #202020;
}
table thead tr th {
  color: #FFf;
}
table th, table td {
  padding: 5px;
  text-align: center;
}

.apply-form {
  padding-top: 10px;
}

.rcp_form {
  width: 100%;
}
.rcp_form label {
  font-weight: bold;
}
.rcp_form input[type="text"], .rcp_form input[type="email"], .rcp_form input[type="password"], .rcp_form select {
  width: 100%;
  padding: 8px;
}
.rcp_form input[type="checkbox"] {
  width: unset;
}
.rcp_form select {
  color: #000;
  font-family: "Libre Baskerville", sans-serif;
}

.hidden-field {
  visibility: hidden !important;
}

.search-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-archive button {
  font-size: 0;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  margin-left: 10px;
}
.search-archive button:before {
  font-size: 20px;
  color: #000;
}
.search-archive input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}

.radio-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-list li label {
  font-weight: normal;
  margin-left: 10px;
}

body .gform_wrapper {
  width: 800px;
  margin: 0 auto 30px;
}
body .gform_wrapper:last-child {
  margin-bottom: 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
body .gform_wrapper .field_description_below .gfield_description.validation_message {
  padding-top: 0;
}
body .gform_wrapper .gfield_error .gfield_label {
  color: #1A1A1A;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #1A1A1A;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ccc;
}

#rcp_subscription_levels .rcp_subscription_level_3 {
  display: none;
}

#rcp_registration_form .rcp_registration_total {
  display: none;
}

.simple-text .gform_wrapper {
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #1A1A1A;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: "Didact Gothic", sans-serif;
}

h1, .h1 {
  font-size: 60px;
  margin: 0;
  font-family: "Libre Baskerville", sans-serif;
}
@media screen and (max-width: 1479px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  h1, .h1 {
    font-size: 25px;
  }
}

h2, .h2 {
  font-size: 55px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1116px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 25px;
  margin: 0 0 15px 0;
  font-family: "Didact Gothic", sans-serif;
}
@media screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 22px;
  }
}
h3.event-intro, .h3.event-intro {
  color: #717171;
}

h4, .h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 1023px) {
  h4, .h4 {
    font-size: 18px;
  }
}
h4.meta-title, .h4.meta-title {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
h4.meta-title:after, .h4.meta-title:after {
  content: '';
  height: 1px;
  background-color: #1A1A1A;
  width: 60px;
  display: block;
  margin: 15px auto 0;
}

h5, .h5 {
  font-size: 18px;
  font-family: "Didact Gothic", sans-serif;
  margin: 0 0 5px 0;
}

h6, .h6 {
  font-size: 14px;
  font-family: "Didact Gothic", sans-serif;
  margin: 0 0 5px 0;
}

a {
  color: #1A1A1A;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}
p:last-child {
  margin: 0;
}

.button, .rcp_form input[type='submit'], .woocommerce button.button, .woocommerce button.checkout-button, .woocommerce button.single_add_to_cart_button, .woocommerce button.add_to_cart_button, .woocommerce .ticket-container button, .ticket-container .woocommerce button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce .add_to_cart_button, .ticket-container button, .woocommerce a.button, .button-white, .button-secondary {
  background-color: #333333;
  border-radius: 2px;
  border: 1px solid #333333;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  outline: 0;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
  -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
  white-space: nowrap;
  min-width: 200px;
}
@media screen and (max-width: 1023px) {
  .button, .rcp_form input[type='submit'], .woocommerce button.button, .woocommerce button.checkout-button, .woocommerce button.single_add_to_cart_button, .woocommerce button.add_to_cart_button, .woocommerce .ticket-container button, .ticket-container .woocommerce button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce .add_to_cart_button, .ticket-container button, .woocommerce a.button, .button-white, .button-secondary {
    min-width: unset;
    padding: 6px 18px;
  }
}

.button, .rcp_form input[type='submit'], .woocommerce button.button, .woocommerce button.checkout-button, .woocommerce button.single_add_to_cart_button, .woocommerce button.add_to_cart_button, .woocommerce .ticket-container button, .ticket-container .woocommerce button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce .add_to_cart_button, .ticket-container button, .woocommerce a.button {
  -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
  border-radius: 3px;
}
.button.no-min-width, .rcp_form input.no-min-width[type='submit'], .woocommerce button.no-min-width.button, .woocommerce .no-min-width.checkout-button, .woocommerce .no-min-width.single_add_to_cart_button, .woocommerce .no-min-width.add_to_cart_button, .ticket-container button.no-min-width, .woocommerce a.no-min-width.button {
  min-width: unset;
}
.button.member_login, .rcp_form input.member_login[type='submit'], .woocommerce button.member_login.button, .woocommerce .member_login.checkout-button, .woocommerce .member_login.single_add_to_cart_button, .woocommerce .member_login.add_to_cart_button, .ticket-container button.member_login, .woocommerce a.member_login.button {
  background-color: #202020 !important;
}
.button:hover, .rcp_form input[type='submit']:hover, .woocommerce button.button:hover, .woocommerce .checkout-button:hover, .woocommerce .single_add_to_cart_button:hover, .woocommerce .add_to_cart_button:hover, .ticket-container button:hover, .woocommerce a.button:hover {
  background-color: #666666;
}

.button-white {
  background-color: #fff;
  color: #202020;
  border: none;
}
.button-white:hover {
  background-color: #cccccc;
}

.button-secondary {
  background-color: transparent;
  border-color: #fff;
  color: white;
}
.button-secondary.dark {
  color: black;
  border-color: black;
}
.button-secondary:hover {
  background-color: #fff;
  color: black;
}

.woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce .add_to_cart_button {
  padding: 12px !important;
  background-color: #333333 !important;
}

.button-group .button, .button-group .rcp_form input[type='submit'], .rcp_form .button-group input[type='submit'], .button-group .woocommerce button.button, .woocommerce .button-group button.button, .button-group .woocommerce .checkout-button, .woocommerce .button-group .checkout-button, .button-group .woocommerce .single_add_to_cart_button, .woocommerce .button-group .single_add_to_cart_button, .button-group .woocommerce .add_to_cart_button, .woocommerce .button-group .add_to_cart_button, .button-group .ticket-container button, .ticket-container .button-group button, .button-group .woocommerce a.button, .woocommerce .button-group a.button {
  margin: 5px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .grid.mobile-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.grid.custom-grid, .grid.stretch-grid {
  margin-left: 0;
  margin-right: 0;
}
.grid.custom-grid [class^='grid-'], .grid.stretch-grid [class^='grid-'],
.grid.custom-grid [class*=' grid-'],
.grid.stretch-grid [class*=' grid-'] {
  padding: 0px;
}
.grid .no-margin {
  margin-left: 0;
  margin-right: 0;
}
.grid.smaller-gap {
  margin-left: -5px;
  margin-right: -5px;
}
.grid.smaller-gap [class^='grid-'],
.grid.smaller-gap [class*=' grid-'] {
  padding: 5px;
}
.grid.reverse-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid.stretch-grid [class^='grid-'],
.grid.stretch-grid [class*=' grid-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid.stretch {
  margin: 0;
}
.grid.vertically-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

[class^='grid-'],
[class*=' grid-'] {
  padding: 10px;
}
@media screen and (min-width: 480px) {
  [class^='grid-'].no-out-padding,
  [class*=' grid-'].no-out-padding {
    margin-top: -10px;
  }
}

.grid-xs-1 {
  width: calc( 100% / (  12 / 1 ) );
}

.offset-xs-1 {
  margin-left: calc( 100% / (  12 / 1 ) );
}

.grid-xs-2 {
  width: calc( 100% / (  12 / 2 ) );
}

.offset-xs-2 {
  margin-left: calc( 100% / (  12 / 2 ) );
}

.grid-xs-3 {
  width: calc( 100% / (  12 / 3 ) );
}

.offset-xs-3 {
  margin-left: calc( 100% / (  12 / 3 ) );
}

.grid-xs-4 {
  width: calc( 100% / (  12 / 4 ) );
}

.offset-xs-4 {
  margin-left: calc( 100% / (  12 / 4 ) );
}

.grid-xs-5 {
  width: calc( 100% / (  12 / 5 ) );
}

.offset-xs-5 {
  margin-left: calc( 100% / (  12 / 5 ) );
}

.grid-xs-6 {
  width: calc( 100% / (  12 / 6 ) );
}

.offset-xs-6 {
  margin-left: calc( 100% / (  12 / 6 ) );
}

.grid-xs-7 {
  width: calc( 100% / (  12 / 7 ) );
}

.offset-xs-7 {
  margin-left: calc( 100% / (  12 / 7 ) );
}

.grid-xs-8 {
  width: calc( 100% / (  12 / 8 ) );
}

.offset-xs-8 {
  margin-left: calc( 100% / (  12 / 8 ) );
}

.grid-xs-9 {
  width: calc( 100% / (  12 / 9 ) );
}

.offset-xs-9 {
  margin-left: calc( 100% / (  12 / 9 ) );
}

.grid-xs-10 {
  width: calc( 100% / (  12 / 10 ) );
}

.offset-xs-10 {
  margin-left: calc( 100% / (  12 / 10 ) );
}

.grid-xs-11 {
  width: calc( 100% / (  12 / 11 ) );
}

.offset-xs-11 {
  margin-left: calc( 100% / (  12 / 11 ) );
}

.grid-xs-12 {
  width: calc( 100% / (  12 / 12 ) );
}

.offset-xs-12 {
  margin-left: calc( 100% / (  12 / 12 ) );
}

@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: calc( 100% / (  12 / 1 ) );
  }

  .offset-s-1 {
    margin-left: calc( 100% / (  12 / 1 ) );
  }

  .grid-s-2 {
    width: calc( 100% / (  12 / 2 ) );
  }

  .offset-s-2 {
    margin-left: calc( 100% / (  12 / 2 ) );
  }

  .grid-s-3 {
    width: calc( 100% / (  12 / 3 ) );
  }

  .offset-s-3 {
    margin-left: calc( 100% / (  12 / 3 ) );
  }

  .grid-s-4 {
    width: calc( 100% / (  12 / 4 ) );
  }

  .offset-s-4 {
    margin-left: calc( 100% / (  12 / 4 ) );
  }

  .grid-s-5 {
    width: calc( 100% / (  12 / 5 ) );
  }

  .offset-s-5 {
    margin-left: calc( 100% / (  12 / 5 ) );
  }

  .grid-s-6 {
    width: calc( 100% / (  12 / 6 ) );
  }

  .offset-s-6 {
    margin-left: calc( 100% / (  12 / 6 ) );
  }

  .grid-s-7 {
    width: calc( 100% / (  12 / 7 ) );
  }

  .offset-s-7 {
    margin-left: calc( 100% / (  12 / 7 ) );
  }

  .grid-s-8 {
    width: calc( 100% / (  12 / 8 ) );
  }

  .offset-s-8 {
    margin-left: calc( 100% / (  12 / 8 ) );
  }

  .grid-s-9 {
    width: calc( 100% / (  12 / 9 ) );
  }

  .offset-s-9 {
    margin-left: calc( 100% / (  12 / 9 ) );
  }

  .grid-s-10 {
    width: calc( 100% / (  12 / 10 ) );
  }

  .offset-s-10 {
    margin-left: calc( 100% / (  12 / 10 ) );
  }

  .grid-s-11 {
    width: calc( 100% / (  12 / 11 ) );
  }

  .offset-s-11 {
    margin-left: calc( 100% / (  12 / 11 ) );
  }

  .grid-s-12 {
    width: calc( 100% / (  12 / 12 ) );
  }

  .offset-s-12 {
    margin-left: calc( 100% / (  12 / 12 ) );
  }
}
@media screen and (min-width: 1024px) {
  .grid-m-1 {
    width: calc( 100% / (  12 / 1 ) );
  }

  .offset-m-1 {
    margin-left: calc( 100% / (  12 / 1 ) );
  }

  .grid-m-2 {
    width: calc( 100% / (  12 / 2 ) );
  }

  .offset-m-2 {
    margin-left: calc( 100% / (  12 / 2 ) );
  }

  .grid-m-3 {
    width: calc( 100% / (  12 / 3 ) );
  }

  .offset-m-3 {
    margin-left: calc( 100% / (  12 / 3 ) );
  }

  .grid-m-4 {
    width: calc( 100% / (  12 / 4 ) );
  }

  .offset-m-4 {
    margin-left: calc( 100% / (  12 / 4 ) );
  }

  .grid-m-5 {
    width: calc( 100% / (  12 / 5 ) );
  }

  .offset-m-5 {
    margin-left: calc( 100% / (  12 / 5 ) );
  }

  .grid-m-6 {
    width: calc( 100% / (  12 / 6 ) );
  }

  .offset-m-6 {
    margin-left: calc( 100% / (  12 / 6 ) );
  }

  .grid-m-7 {
    width: calc( 100% / (  12 / 7 ) );
  }

  .offset-m-7 {
    margin-left: calc( 100% / (  12 / 7 ) );
  }

  .grid-m-8 {
    width: calc( 100% / (  12 / 8 ) );
  }

  .offset-m-8 {
    margin-left: calc( 100% / (  12 / 8 ) );
  }

  .grid-m-9 {
    width: calc( 100% / (  12 / 9 ) );
  }

  .offset-m-9 {
    margin-left: calc( 100% / (  12 / 9 ) );
  }

  .grid-m-10 {
    width: calc( 100% / (  12 / 10 ) );
  }

  .offset-m-10 {
    margin-left: calc( 100% / (  12 / 10 ) );
  }

  .grid-m-11 {
    width: calc( 100% / (  12 / 11 ) );
  }

  .offset-m-11 {
    margin-left: calc( 100% / (  12 / 11 ) );
  }

  .grid-m-12 {
    width: calc( 100% / (  12 / 12 ) );
  }

  .offset-m-12 {
    margin-left: calc( 100% / (  12 / 12 ) );
  }
}
@media screen and (min-width: 1280px) {
  .grid-md-1 {
    width: calc( 100% / (  12 / 1 ) );
  }

  .offset-md-1 {
    margin-left: calc( 100% / (  12 / 1 ) );
  }

  .grid-md-2 {
    width: calc( 100% / (  12 / 2 ) );
  }

  .offset-md-2 {
    margin-left: calc( 100% / (  12 / 2 ) );
  }

  .grid-md-3 {
    width: calc( 100% / (  12 / 3 ) );
  }

  .offset-md-3 {
    margin-left: calc( 100% / (  12 / 3 ) );
  }

  .grid-md-4 {
    width: calc( 100% / (  12 / 4 ) );
  }

  .offset-md-4 {
    margin-left: calc( 100% / (  12 / 4 ) );
  }

  .grid-md-5 {
    width: calc( 100% / (  12 / 5 ) );
  }

  .offset-md-5 {
    margin-left: calc( 100% / (  12 / 5 ) );
  }

  .grid-md-6 {
    width: calc( 100% / (  12 / 6 ) );
  }

  .offset-md-6 {
    margin-left: calc( 100% / (  12 / 6 ) );
  }

  .grid-md-7 {
    width: calc( 100% / (  12 / 7 ) );
  }

  .offset-md-7 {
    margin-left: calc( 100% / (  12 / 7 ) );
  }

  .grid-md-8 {
    width: calc( 100% / (  12 / 8 ) );
  }

  .offset-md-8 {
    margin-left: calc( 100% / (  12 / 8 ) );
  }

  .grid-md-9 {
    width: calc( 100% / (  12 / 9 ) );
  }

  .offset-md-9 {
    margin-left: calc( 100% / (  12 / 9 ) );
  }

  .grid-md-10 {
    width: calc( 100% / (  12 / 10 ) );
  }

  .offset-md-10 {
    margin-left: calc( 100% / (  12 / 10 ) );
  }

  .grid-md-11 {
    width: calc( 100% / (  12 / 11 ) );
  }

  .offset-md-11 {
    margin-left: calc( 100% / (  12 / 11 ) );
  }

  .grid-md-12 {
    width: calc( 100% / (  12 / 12 ) );
  }

  .offset-md-12 {
    margin-left: calc( 100% / (  12 / 12 ) );
  }
}
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc( 100% / (  12 / 1 ) );
  }

  .offset-1 {
    margin-left: calc( 100% / (  12 / 1 ) );
  }

  .grid-2 {
    width: calc( 100% / (  12 / 2 ) );
  }

  .offset-2 {
    margin-left: calc( 100% / (  12 / 2 ) );
  }

  .grid-3 {
    width: calc( 100% / (  12 / 3 ) );
  }

  .offset-3 {
    margin-left: calc( 100% / (  12 / 3 ) );
  }

  .grid-4 {
    width: calc( 100% / (  12 / 4 ) );
  }

  .offset-4 {
    margin-left: calc( 100% / (  12 / 4 ) );
  }

  .grid-5 {
    width: calc( 100% / (  12 / 5 ) );
  }

  .offset-5 {
    margin-left: calc( 100% / (  12 / 5 ) );
  }

  .grid-6 {
    width: calc( 100% / (  12 / 6 ) );
  }

  .offset-6 {
    margin-left: calc( 100% / (  12 / 6 ) );
  }

  .grid-7 {
    width: calc( 100% / (  12 / 7 ) );
  }

  .offset-7 {
    margin-left: calc( 100% / (  12 / 7 ) );
  }

  .grid-8 {
    width: calc( 100% / (  12 / 8 ) );
  }

  .offset-8 {
    margin-left: calc( 100% / (  12 / 8 ) );
  }

  .grid-9 {
    width: calc( 100% / (  12 / 9 ) );
  }

  .offset-9 {
    margin-left: calc( 100% / (  12 / 9 ) );
  }

  .grid-10 {
    width: calc( 100% / (  12 / 10 ) );
  }

  .offset-10 {
    margin-left: calc( 100% / (  12 / 10 ) );
  }

  .grid-11 {
    width: calc( 100% / (  12 / 11 ) );
  }

  .offset-11 {
    margin-left: calc( 100% / (  12 / 11 ) );
  }

  .grid-12 {
    width: calc( 100% / (  12 / 12 ) );
  }

  .offset-12 {
    margin-left: calc( 100% / (  12 / 12 ) );
  }
}
.hamburger {
  width: 30px;
  height: 21px;
  position: absolute;
  display: block;
  margin: 28px 20px;
  display: none;
  right: 0;
  top: 20px;
  z-index: 10;
}
@media screen and (max-width: 1116px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .hamburger {
    margin: 8px 20px;
  }
}
.hamburger [class^="line-"] {
  display: block;
  background: #1A1A1A;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all 300ms, opacity 100ms;
          transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.hamburger [class^="line-"].line-1 {
  top: 0;
}
.hamburger [class^="line-"].line-2 {
  top: 9px;
}
.hamburger [class^="line-"].line-3 {
  bottom: 0;
}
.hamburger.is-active .line-1 {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
      -ms-transform: translateY(9px) translateX(0) rotate(45deg);
          transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
          transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.is-noscroll {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1117px) {
  .is-noscroll.is-open-menu {
    pointer-events: auto;
    height: auto;
    overflow: auto;
  }
}
.is-noscroll .header {
  pointer-events: auto;
}

.header {
  background-color: white;
  padding: 30px 0 10px;
  position: relative;
  z-index: 200;
  height: 100%;
}
@media screen and (max-width: 479px) {
  .header {
    padding: 10px 0;
  }
}
.header .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.header .header-container img {
  display: block;
  max-height: 57px;
  max-width: 275px;
}
@media screen and (max-width: 479px) {
  .header .header-container img {
    max-widtH: 250px;
  }
}

.main-nav {
  color: white;
}
.main-nav .social-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1116px) {
  .main-nav .social-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-nav .social-menu .social-menu-item {
  margin-left: 30px;
}
.main-nav .social-menu .social-menu-item:first-child {
  margin-left: 0;
}
.main-nav .social-menu .social-menu-item a {
  color: black;
  font-size: 20px;
  -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
}
.main-nav .social-menu .social-menu-item a:hover {
  color: gray;
}
.main-nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  margin: 18px 0px 0;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #202020;
}
.main-nav .menu-item {
  margin: 0 25px;
  padding-bottom: 18px;
  letter-spacing: 0;
}
.main-nav .menu-item.menu-item-has-children {
  position: relative;
}
.main-nav .menu-item.icon {
  margin: 0 7px;
}
.main-nav .menu-item.icon i {
  font-size: 23px;
}
.main-nav .menu-item.fms-publishing {
  visibility: hidden;
  width: 90px;
}
.main-nav .menu-item.fms-publishing:before {
  content: url("../images/fms_logo.svg");
  visibility: initial;
}
@media screen and (max-width: 1279px) {
  .main-nav .menu-item.fms-publishing {
    margin-left: 60px;
    margin-top: unset;
  }
}
.main-nav .menu-item:last-child {
  margin-right: 0;
}
.main-nav .menu-item a {
  font-size: 18px;
  -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
}
.main-nav .menu-item a:hover {
  color: #D1D1D1;
}
.main-nav .menu-item.current-menu-item > a {
  color: #D1D1D1;
}
.main-nav .sub-menu {
  display: none;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1117px) {
  .main-nav .sub-menu {
    text-align: right;
    display: block;
    position: absolute;
    right: -20px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
  }
}
.main-nav .sub-menu .menu-item {
  padding: 5px 12px;
  margin: 0;
}
.main-nav .sub-menu .menu-item a {
  font-size: 16px;
}
.main-nav .open-submenu > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1116px) {
  .main-nav {
    -webkit-overflow-scrolling: touch;
    background: white;
    height: 0;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    right: 0;
    top: 97px;
    -webkit-transition: opacity 350ms ease, visibility 350ms ease;
            transition: opacity 350ms ease, visibility 350ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 100;
    color: black;
  }
  .is-open-menu .main-nav {
    opacity: 1;
    visibility: visible;
    height: calc(100% - 97px);
  }
  .main-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    text-align: center;
    margin: 0;
  }
  .main-nav .menu-item {
    float: none;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1116px) and (max-width: 767px) {
  .main-nav .menu-item {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1116px) {
  .main-nav .menu-item a {
    font-size: 28px;
  }
}
@media screen and (max-width: 1116px) and (max-width: 767px) {
  .main-nav .menu-item a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1116px) {
  .main-nav.is-active {
    height: 100%;
  }
}

.breadcrumbs {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  padding: 0;
  font-family: "Didact Gothic", sans-serif;
}
.breadcrumbs .breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.breadcrumbs .breadcrumb:first-child:before {
  display: none;
}
.breadcrumbs .breadcrumb:before {
  content: ' | ';
  font-size: 14px;
  margin-right: 10px;
}
.breadcrumbs .breadcrumb a {
  text-decoration: none;
  color: #717171;
  font-size: 14px;
  white-space: nowrap;
}
.breadcrumbs .breadcrumb a.is-active {
  color: #141414;
  font-weight: 600;
}

.second-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.second-nav li {
  text-align: center;
  list-style-type: none;
  margin-right: 20px;
}
.second-nav li:hover, .second-nav li.is-active {
  border-bottom: 2px solid #202020;
}
.second-nav li:last-child {
  margin-right: 0;
}

.authentication-container .member_login {
  margin-right: 5px;
}
@media screen and (max-width: 1116px) {
  .authentication-container {
    display: none;
  }
}
.authentication-container.only-mobile {
  display: none;
}
@media screen and (max-width: 1116px) {
  .authentication-container.only-mobile {
    display: block;
  }
}
@media screen and (max-width: 1116px) {
  .authentication-container {
    margin-top: 20px;
    text-align: center;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.footer {
  background-color: black;
  color: #fff;
  font-family: "Libre Baskerville", sans-serif;
  padding: 100px 0;
}
.footer .designbyxanda {
  display: inline-block;
  margin-top: 5px;
  font-style: unset;
}
.footer .designbyxanda .photo {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding-left: 0px;
  margin-top: -8px;
  width: 45px;
}
@media screen and (max-width: 1479px) {
  .footer {
    padding: 50px 0;
  }
}
.footer a {
  color: #717171;
}
.footer a:hover {
  color: white;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .widget .widget-title {
  font-size: 24px;
  color: #fff;
}
.footer .widget .copyright {
  font-family: "Didact Gothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  white-space: nowrap;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  color: #717171;
}
.footer .widget .copyright p {
  margin: 0;
}
.footer .widget .copyright p:after {
  content: "";
  width: 13px;
  background-color: #717171;
  display: inline-block;
  height: 1px;
  vertical-aligN: middle;
  margin: 0 10px;
}
.footer .widget .copyright p:last-child:after {
  displaY: none;
}
.footer .widget img {
  display: block;
  margin-bottom: 28px;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B60005;
}

.slideshow {
  overflow: hidden;
  position: relative;
}
.slideshow .flickity-prev-next-button {
  background: transparent;
}
.slideshow.slideshow-blog {
  background-color: #333333;
  padding: 0 10px;
}
.slideshow.slideshow-blog .flickity-prev-next-button.previous {
  left: 25px;
}
.slideshow.slideshow-blog .flickity-prev-next-button.next {
  right: 25px;
}
.slideshow.slideshow-blog .flickity-page-dots {
  bottom: 33px;
}
.slideshow.slideshow-blog .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid white;
  opacity: 1;
}
.slideshow.slideshow-blog .flickity-page-dots .dot.is-selected {
  background: white;
}
.slideshow.slideshow-blog .flickity-viewport {
  width: 100%;
}
.slideshow.slideshow-blog .slideshow-blog-img {
  height: 0;
  padding-bottom: 100%;
  margin: 10px 0px;
}
.slideshow.featured-news-slideshow .flickity-viewport {
  width: 100%;
}
.slideshow.featured-news-slideshow .slideshow-slide {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  jsutify-content: center;
}
.slideshow.featured-news-slideshow .slideshow-slide .slide-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.slideshow.featured-news-slideshow .slideshow-slide .news-meta-text {
  color: white;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 40px 20px;
  margin: 0 auto 0;
}
.slideshow.featured-news-slideshow .slideshow-slide .news-meta-text .sub-text {
  font-size: 16px;
}
.slideshow.featured-news-slideshow .slideshow-slide .news-meta-text h2 {
  color: white;
}
.slideshow.featured-news-slideshow .slideshow-slide.news-slide-img {
  position: relative;
  min-height: 580px;
}
.slideshow.featured-news-slideshow .slideshow-slide.news-slide-img.slim {
  min-height: 400px;
}
.slideshow.featured-news-slideshow .slideshow-slide.news-slide-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 32, 32, 0.5);
}
.slideshow.featured-news-slideshow .slideshow-slide.with-video {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.slideshow.featured-news-slideshow .slideshow-slide.with-video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.slideshow.featured-news-slideshow .slideshow-slide.with-video .news-meta-text {
  text-align: left;
  max-width: 800px;
  margin: 0;
  padding: 20px 40px;
}
.slideshow.featured-news-slideshow .slideshow-slide.with-video .news-meta-text h2 {
  margin-bottom: 5px;
  font-size: 36px;
}
.slideshow.slideshow-news .flickity-viewport {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .slideshow.slideshow-news {
    display: block;
  }
  .slideshow.slideshow-news:after {
    content: 'flickity';
    display: none;
  }
}
.slideshow.slideshow-news .news-item {
  height: 100%;
}
@media screen and (max-width: 1116px) {
  .slideshow.slideshow-news .news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slideshow.slideshow-news .news-item > * {
    width: 100%;
  }
}
.slideshow.slideshow-videos {
  padding-bottom: 40px;
}
.slideshow.slideshow-videos .flickity-viewport {
  width: 100%;
}
.slideshow.slideshow-videos .flickity-page-dots {
  bottom: 0;
}
.slideshow.slideshow-videos .news-item {
  height: 100%;
}
@media screen and (max-width: 1116px) {
  .slideshow.slideshow-videos .news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slideshow.slideshow-videos .news-item > * {
    width: 100%;
  }
}
.slideshow.slideshow-industry-reports {
  overflow: unset;
}
.slideshow.slideshow-industry-reports .flickity-viewport {
  width: 100%;
}
.slideshow.slideshow-industry-reports .industry-item {
  width: 20%;
  padding: 0 10px;
}
@media screen and (max-width: 1116px) {
  .slideshow.slideshow-industry-reports .industry-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .slideshow.slideshow-industry-reports .industry-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .slideshow.slideshow-industry-reports .industry-item {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .slideshow.slideshow-industry-reports .flickity-prev-next-button {
    display: none;
  }
}
.slideshow.slideshow-industry-reports .flickity-prev-next-button.next {
  right: -50px;
}
.slideshow.slideshow-industry-reports .flickity-prev-next-button.previous {
  left: -50px;
}
.slideshow.featured {
  height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  displaY: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slideshow.featured .slideshow-slide {
  height: 100%;
  width: 100%;
}
.slideshow.featured .flickity-page-dots {
  bottom: 35px;
}
.slideshow.featured .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  border: 2px solid white;
  background: transparent;
  opacity: 1;
}
.slideshow.featured .flickity-page-dots .dot.is-selected {
  background: white;
  border-color: white;
}
.slideshow.brands {
  display: block;
  height: 160px;
  overflow: hidden;
}
.slideshow.brands .slideshow-slide {
  text-align: center;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 40px 20px;
  height: 160px;
}
@media screen and (max-width: 1279px) {
  .slideshow.brands .slideshow-slide {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .slideshow.brands .slideshow-slide {
    width: 50%;
  }
}
.slideshow.brands .slideshow-slide img {
  max-width: 100%;
  max-height: 80px;
  display: block;
  width: auto;
  height: auto;
}
.slideshow.brands .flickity-prev-next-button {
  background: none;
}
@media screen and (max-width: 1023px) {
  .slideshow.brands .flickity-prev-next-button {
    display: none;
  }
}
.slideshow.brands .flickity-prev-next-button.previous {
  margin-left: -20px;
}
.slideshow.brands .flickity-prev-next-button.next {
  margin-right: -20px;
}
.slideshow.brands .flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 33%;
  width: 40%;
  height: 40%;
}
.slideshow.instagram-slideshow {
  margin: 0;
  line-height: 0;
}
.slideshow.instagram-slideshow:after {
  content: '';
  display: none;
}
@media screen and (max-width: 1279px) {
  .slideshow.instagram-slideshow {
    display: block;
  }
  .slideshow.instagram-slideshow:after {
    content: 'flickity';
    display: none;
  }
}

.splash-screen {
  background-color: black;
  position: relative;
  height: 100vh;
}
.splash-screen img {
  max-height: 170px;
  max-width: 534px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.instagram .banner {
  background: #000;
  text-align: center;
  width: 100%;
  padding: 12px 0;
}
.instagram .banner h2 {
  color: white;
  margin: 0;
  text-transform: uppercase;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
}
.instagram .banner h2:before {
  display: inline-block;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .instagram .banner h2 {
    font-size: 12px;
  }
}
.instagram .banner h2 a {
  padding-left: 10px;
  color: white;
  white-space: nowrap;
  text-transform: none;
}
.instagram .font-fix {
  font-weight: 800;
  text-transform: initial;
  font-family: "Didact Gothic", sans-serif;
}

.post-content {
  padding: 10px 0;
}

.article-content a {
  font-weight: 600;
}
.article-content a:hover {
  text-decoration: underline;
}

.article-meta {
  margin-bottom: 30px;
}
.article-meta p {
  margin-bottom: 10px;
}
.article-meta p a {
  font-weight: 600;
}
.article-meta p a:hover {
  text-decoration: underline;
}
.article-meta.tags {
  margin: 30px 0 0 0;
}

.video-content .video-wrapper {
  height: 700px;
}
@media screen and (max-width: 1023px) {
  .video-content .video-wrapper {
    height: 520px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .video-content .video-wrapper {
    height: 350px;
  }
}
@media screen and (max-width: 479px) {
  .video-content .video-wrapper {
    height: 250px;
  }
}
.video-content .video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}

.events-tile {
  height: 0;
  padding-top: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.events-tile .tile-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.events-tile:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.events-tile .item-content {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 95%;
  z-index: 900;
  text-align: center;
  padding: 20px;
  height: 100%;
  color: #fff;
}
.events-tile:hover .item-title {
  -webkit-transform: translateY(-160px);
      -ms-transform: translateY(-160px);
          transform: translateY(-160px);
}
@media screen and (max-width: 479px) {
  .events-tile:hover .item-title {
    -webkit-transform: translateY(-118px);
        -ms-transform: translateY(-118px);
            transform: translateY(-118px);
  }
}
.events-tile:hover p, .events-tile:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.events-tile:hover .button-secondary {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(75px) translateX(-50%);
      -ms-transform: translateY(75px) translateX(-50%);
          transform: translateY(75px) translateX(-50%);
}
@media screen and (max-width: 479px) {
  .events-tile:hover .button-secondary {
    -webkit-transform: translateY(32px) translateX(-50%);
        -ms-transform: translateY(32px) translateX(-50%);
            transform: translateY(32px) translateX(-50%);
  }
}
.events-tile .item-title {
  color: white;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media screen and (max-width: 1479px) {
  .events-tile .item-title {
    font-size: 20px;
  }
}
.events-tile .item-title:after {
  content: '';
  height: 1px;
  background-color: white;
  width: 60px;
  display: block;
  margin: 15px auto 27px;
}
.events-tile .item-text {
  color: white;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  padding: 0 40px;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .events-tile .item-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .events-tile .item-text {
    font-size: 14px;
  }
}
.events-tile span {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
      -ms-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  color: white;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .events-tile span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .events-tile span {
    font-size: 14px;
  }
}
.events-tile .button-secondary {
  margin-top: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(99px) translateX(-50%);
      -ms-transform: translateY(99px) translateX(-50%);
          transform: translateY(99px) translateX(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

.industry-events {
  border-radius: 10px;
}
.industry-events .title-inner {
  padding-bottom: 30px;
}
.industry-events .dark-wrapper {
  background-color: #333333;
  padding: 50px 0;
}
.industry-events .dark-wrapper .separator {
  background-color: white;
}
.industry-events .events-inner {
  width: 100%;
  max-width: 830px;
  display: block;
  margin: auto;
  padding: 0 35px;
}

.event {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .event {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 40px;
  }
  .event:first-of-type {
    margin-top: 0;
  }
}
.event .event-item {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 24px;
  color: white;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 500;
  text-transform: none;
  min-width: 30%;
}
@media screen and (max-width: 1023px) {
  .event .event-item {
    font-size: 18px;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .event .event-item {
    display: block;
    text-align: center;
  }
}
.event .event-item a {
  color: white;
}
.event .event-item.separator {
  width: 14vw;
  height: 1px;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .event .event-item.separator {
    width: 30px;
    margin: 10px 50px;
  }
}

.intro-block {
  position: relative;
}
.intro-block .item-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.intro-block .item-image img {
  display: block;
  width: 100%;
}
.intro-block .item-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
          transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.intro-block .item-image .overlay .meta {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  max-width: 300px;
  width: 100%;
  padding: 0 40px;
}
.intro-block .item-image .overlay .meta .overlay-meta-title {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
  line-height: 28px;
}
.intro-block .item-image .overlay .meta .overlay-meta-title:after {
  content: '';
  height: 1px;
  background-color: white;
  width: 60px;
  display: block;
  margin: 15px auto 0;
}
.intro-block .item-image .overlay .meta .meta-date {
  padding-bottom: 20px;
}
.intro-block .item-image .overlay .meta .meta-text {
  color: white;
}
.intro-block .item-image .overlay .button-secondary {
  margin-top: 20px;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
      -ms-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  min-width: unset;
}
.intro-block .item-image:hover .meta-title {
  visibility: hidden;
}
.intro-block .item-image:hover .overlay {
  opacity: 1;
}

.intro-text {
  padding: 70px 20px;
  position: relative;
  max-width: 584px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1116px) {
  .intro-text {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .intro-text {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
.intro-text .intro-title {
  line-height: 1;
}
.intro-text .intro-title:after {
  content: '';
  height: 1px;
  background-color: #1A1A1A;
  width: 200px;
  display: block;
  margin: 30px auto 35px;
}
.intro-text .intro-content {
  text-transform: none;
  color: #717171;
  max-width: 400px;
  margin: auto;
}
.intro-text .button, .intro-text .rcp_form input[type='submit'], .rcp_form .intro-text input[type='submit'], .intro-text .woocommerce button.button, .woocommerce .intro-text button.button, .intro-text .woocommerce .checkout-button, .woocommerce .intro-text .checkout-button, .intro-text .woocommerce .single_add_to_cart_button, .woocommerce .intro-text .single_add_to_cart_button, .intro-text .woocommerce .add_to_cart_button, .woocommerce .intro-text .add_to_cart_button, .intro-text .ticket-container button, .ticket-container .intro-text button, .intro-text .woocommerce a.button, .woocommerce .intro-text a.button {
  margin-top: 50px;
}

.job-listing img {
  display: block;
  margin: auto;
  height: auto;
  padding-bottom: 20px;
}

.news .title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Didact Gothic", sans-serif;
  color: #202020;
  font-size: 25px;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.news.videos-listing .title {
  text-align: left;
  margin-bottom: 20px;
}
.news.videos-listing .main-border {
  margin-top: 40px;
}
.news .news-item {
  overflow: hidden;
}
.news .news-item.video-item .news-meta {
  padding-top: 20px;
  min-height: 175px;
}
.news .news-item:hover .news-meta {
  background-color: #bfbfbf;
}
.news .news-item:hover .bg-wrapper {
  overflow: hidden;
}
.news .news-item:hover .bg-wrapper .with-bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news .news-item .with-video {
  position: relative;
}
.news .news-item .with-video .icon-play {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.news .news-item .with-video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.news .news-item.vertical .news-image {
  width: 100%;
  height: auto;
  padding-bottom: unset;
}
.news .news-item.vertical .news-meta {
  padding: 0 30px;
  background-color: white;
}
.news .news-item .news-image {
  height: 0;
  padding-bottom: 70%;
}
@media screen and (max-width: 1479px) {
  .news .news-item .news-img {
    min-height: 50vh;
    width: 100%;
  }
}
@media screen and (max-width: 1116px) {
  .news .news-item .news-img {
    min-height: 30vh;
    width: 100%;
  }
}
.news .news-item .news-meta {
  background-color: #f2f2f2;
  text-align: center;
  height: 100%;
  padding: 0 40px 20px 40px;
  min-height: 120px;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
          transition: background-color 0.2s linear;
}
.news .news-item .news-meta h3 {
  text-transform: uppercase;
}
.news .news-item .news-meta .post-title {
  font-size: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .news .news-item .news-meta .post-title {
    font-size: 20px;
  }
}
.news .news-item .news-meta .news-meta-text {
  min-height: 490px;
}
.news .news-item .news-meta .news-meta-text.short {
  min-height: 270px;
}
@media screen and (max-width: 1023px) {
  .news .news-item .news-meta .news-meta-text.short {
    padding-bottom: 20px;
  }
}
.news .news-item .news-meta .button, .news .news-item .news-meta .rcp_form input[type='submit'], .rcp_form .news .news-item .news-meta input[type='submit'], .news .news-item .news-meta .woocommerce .checkout-button, .woocommerce .news .news-item .news-meta .checkout-button, .news .news-item .news-meta .woocommerce .single_add_to_cart_button, .woocommerce .news .news-item .news-meta .single_add_to_cart_button, .news .news-item .news-meta .woocommerce .add_to_cart_button, .woocommerce .news .news-item .news-meta .add_to_cart_button, .news .news-item .news-meta .ticket-container button, .ticket-container .news .news-item .news-meta button {
  margin-bottom: 20px;
}
.news .news-item .news-meta .term-name {
  color: #202020;
  padding-top: 20px;
  display: block;
  letter-spacing: 2px;
  text-decoration: underline;
}

.featured-section.dark .featured-meta {
  background-color: #787878;
}
.featured-section.dark .featured-meta .sub-text {
  color: white;
  letter-spacing: 2px;
}
.featured-section.dark .featured-meta .intro-title:after {
  background-color: white;
}
.featured-section.dark .featured-meta h2, .featured-section.dark .featured-meta p, .featured-section.dark .featured-meta a {
  color: white;
}
.featured-section.dark .featured-image {
  background-color: #999999;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.industry-reports {
  overflow: hidden;
}
.industry-reports .industry-item .industry-img {
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
.industry-reports .industry-item .industry-img .image-url {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.industry-reports .industry-item .industry-img.with-bg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.industry-reports .industry-item .industry-meta {
  padding-top: 10px;
}
.industry-reports .industry-item .industry-meta h3 {
  text-transform: uppercase;
}
.industry-reports .industry-item .bg-wrapper {
  overflow: hidden;
}
.industry-reports .industry-item:hover .industry-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.featured {
  text-align: center;
}
.featured .h2 {
  margin-bottom: 60px;
}
.featured .featured-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .featured .featured-img {
    height: 45vh;
  }
}
.featured .featured-text {
  background-color: #f0f0f0;
  padding: 40px;
  padding-top: 0;
  font-size: 16px;
}
@media screen and (max-width: 1116px) {
  .featured .featured-text {
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .featured .featured-text {
    padding: 20px;
  }
}

.call-out-wrapper {
  display: block;
}
.call-out-wrapper .call-out-border {
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
}
.call-out-wrapper .call-out {
  margin: 20px 0;
  font-size: 16px;
  padding: 40px 15%;
}
.call-out-wrapper .call-out .call-out-title h2 {
  margin-bottom: 20px;
}
.call-out-wrapper .call-out .call-out-title h2:after {
  content: '';
  width: 84%;
  display: block;
  height: 1px;
  margin: auto;
  margin-top: 13px;
  background-color: white;
}
.call-out-wrapper .call-out .call-out-text {
  padding: 20px 0;
}

.membership-item {
  border-radius: 5px;
  color: white;
  padding: 50px;
  font-size: 16px;
  margin-bottom: 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
}
.membership-item.group {
  text-align: center;
  color: white;
  background-color: #999;
  padding: 50px 15%;
  margin: 30px 10px;
}
.page-template-template-my-luxury-briefing .membership-item.group {
  margin: 0;
}
.membership-item.group .membership-name {
  color: white;
}
.membership-item.group .membership-name:after {
  content: '';
  width: 100%;
  max-width: 300px;
  display: block;
  height: 1px;
  background-color: white;
  margin: auto;
  margin-top: 16px;
}
.membership-item.group a {
  color: white;
}
.membership-item.group .search-archive {
  margin-bottom: 40px;
}
.membership-item.group .search-archive button:before {
  color: #fff;
}
.membership-item.group .search-archive input {
  border-color: #fff;
  color: #fff;
}
.membership-item.group .search-archive input:focus {
  border-color: #fff;
}
.membership-item.group .search-archive ::-webkit-input-placeholder {
  color: #fff;
}
.membership-item.group .search-archive :-moz-placeholder {
  color: #fff;
}
.membership-item.group .search-archive ::-moz-placeholder {
  color: #fff;
}
.membership-item.group .search-archive :-ms-input-placeholder {
  color: #fff;
}
.membership-item .membership-name {
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0;
  min-height: 80px;
}
.membership-item ul {
  padding: 0;
}
.membership-item ul li {
  padding: 10px 0;
}
.membership-item .list-title {
  font-family: "Libre Baskerville", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.membership-item .action-container {
  text-align: center;
  margin-top: auto;
}
.membership-item .action-container .button-white {
  max-width: unset;
  padding: 10px 30px;
}
.membership-item .action-container .button-white.alt {
  margin-top: 20px;
}

.item-extra-content {
  font-size: 13px;
  text-align: left;
  margin-top: 20px;
  display: none;
}
.item-extra-content p {
  margin-bottom: 15px;
}

.item-title {
  text-align: center;
  padding-top: 10px;
}
.item-title h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
}
.item-title .alt-title {
  font-size: 24px;
  font-family: "Libre Baskerville", sans-serif;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 25px 0;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .item-title .alt-title {
    font-size: 18px;
  }
}

.events-cat-nav .events-cat-meta-box {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin: 20px 0;
}
.events-cat-nav .events-cat-meta-box:first-of-type {
  margin-top: 0;
}
.events-cat-nav .events-cat-meta-box:last-of-type {
  margin-bottom: 0;
}
.events-cat-nav .events-cat-meta-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.events-cat-nav .events-cat-meta-box .box-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.events-cat-nav .events-cat-meta-box .meta-box-meta {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.events-cat-nav .events-cat-meta-box .meta-box-meta h2 {
  color: white;
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
}
.events-cat-nav .events-cat-meta-box .meta-box-meta h2:after {
  content: '';
  width: 70px;
  display: block;
  height: 2px;
  background-color: white;
  margin: 15px auto 0;
}
@media screen and (max-width: 1023px) {
  .events-cat-nav .events-cat-meta-box .meta-box-meta h2 {
    font-size: 25px;
  }
}
.events-cat-nav .events-cat-meta-box:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}

.events-list-wrapper {
  text-align: center;
  border-radius: 3px;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .events-list-wrapper {
    padding: 30px 20px;
  }
}
.events-list-wrapper h2 {
  text-transform: uppercase;
  font-size: 34px;
  padding: 10px 13px;
  padding-bottom: 26px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .events-list-wrapper h2 {
    font-size: 20px;
  }
}
.events-list-wrapper .events {
  list-style-type: none;
  padding: 0 23%;
}
@media screen and (max-width: 767px) {
  .events-list-wrapper .events {
    padding: 0;
  }
}
.events-list-wrapper .events li {
  border-bottom: 1px solid white;
  padding: 20px 0;
  font-size: 17px;
}
.events-list-wrapper .events li a {
  color: white;
  font-size: 17px;
}
.events-list-wrapper .events li:first-child {
  padding-top: 0;
}
.events-list-wrapper .events li:last-child {
  border-bottom: none;
}

.event-cat-item {
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
}
.event-cat-item .event-cat-container {
  background-color: #f2f2f2;
  height: 100%;
}
@media screen and (max-width: 1116px) {
  .event-cat-item .event-cat-container .event-cat-img {
    padding-bottom: 60%;
    min-height: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .event-cat-item .event-cat-container .event-cat-img {
    padding-bottom: 40%;
    min-height: 400px;
  }
}
.event-cat-item .event-cat-container .event-cat-img.with-bg img {
  max-width: 100%;
  height: auto;
  width: 350px;
  height: auto;
  margin: 0 auto 0;
  display: block;
}
.event-cat-item .event-cat-container .event-cat-meta {
  text-align: center;
  color: #202020;
  padding: 34px;
}
.event-cat-item .event-cat-container .event-cat-meta p {
  margin: 0;
}
.event-cat-item .event-cat-container .event-cat-meta .cat-title {
  text-transform: uppercase;
  font-family: "Didact Gothic", sans-serif;
  margin-bottom: 20px;
  font-weight: 300;
}
.event-cat-item .event-cat-container .event-cat-meta .cat-title:after {
  content: '';
  height: 1px;
  width: 110px;
  background-color: #202020;
  margin: 18px auto;
  display: block;
}
.event-cat-item.item-person .event-cat-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-cat-item.item-person .event-cat-container .event-cat-img.with-bg img {
  width: 100%;
}

.title-text-container {
  text-align: center;
  border-bottom: 2px solid #202020;
  padding: 25px 0;
}
.title-text-container .title-text {
  padding: 0 20px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1117px) {
  .title-text-container .title-text {
    padding: 0 90px;
  }
}
.title-text-container .title-text h2 {
  font-family: "Didact Gothic", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1117px) {
  .title-text-container .title-text h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1117px) {
  .title-text-container .title-text p {
    font-size: 18px;
  }
}
.title-text-container .title-text p a {
  color: #c7c7c7;
  text-decoration: underline;
}
.title-text-container .title-text p a:hover {
  color: #000;
}

.brands-slideshow-container {
  margin: 50px 0;
}
@media screen and (max-width: 1116px) {
  .brands-slideshow-container {
    margin: 20px 0 0;
  }
}

.read-more-wrapper {
  position: relative;
  width: 100%;
}
.read-more-wrapper .center-line {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.read-more-wrapper .center-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: -1;
  background: #202020;
}
.read-more-wrapper .center-line span {
  background-color: #fff;
  padding: 1rem;
  display: inline-block;
  width: 180px;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ticket-container {
  padding: 20px !important;
  margin: 50px 0;
}
.ticket-container h2 {
  text-transform: uppercase;
  font-size: 30px;
}
.ticket-container .tribe-events-tickets-title {
  text-transform: uppercase;
  font-family: "Didact Gothic", sans-serif;
}
.ticket-container button {
  padding: 10px 50px;
  font-size: 20px;
}

.item-resource {
  margin: 20px;
  padding: 10px;
  text-align: center;
}
.item-resource h4 {
  text-align: center;
}

.lux_con_details {
  padding: 0;
  list-style-type: none;
}
.lux_con_details li {
  margin: 10px 0;
  font-size: 20px;
}

.related-content-wrapper {
  padding: 30px;
}
.related-content-wrapper .related-title {
  text-transform: uppercase;
  font-size: 42px;
}
.related-content-wrapper .related-title:after {
  content: '';
  height: 1px;
  width: 100px;
  display: block;
  margin: auto;
  margin-top: 5px;
}
.related-content-wrapper .related-img {
  min-height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.related-content-wrapper .related-img:before {
  content: '';
  background-color: rgba(32, 32, 32, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.related-content-wrapper .related-img .related-item-meta {
  position: relative;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.related-content-wrapper .related-img .related-item-meta span {
  font-style: italic;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  color: white;
}
.related-content-wrapper .related-img .related-item-meta h3 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
  .related-content-wrapper .related-img .related-item-meta h3 {
    font-size: 24px;
  }
}

.item-user {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 5px;
}

.section {
  padding: 40px 0px;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 20px 0px;
  }
}
.section.post-content {
  padding: 30px 0;
}
.section.post-content .section-title {
  margin-bottom: 30px;
}
.section .section-button {
  margin: 80px auto 0;
  text-align: center;
}
.section.partnership {
  padding-top: 22px;
  padding-bottom: 20px;
}
.section.grey-bg {
  background-color: #F5F5F5;
  padding: 0;
}
.section.instagram {
  padding: 0;
}
.section.event {
  padding: 68px 0;
}
.section .event-description {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 68px;
}
@media screen and (max-width: 1023px) {
  .section .event-description {
    font-size: 18px;
  }
}
.section.content {
  padding: 15px 0;
}
.section .section-title {
  margin-bottom: 80px;
}
.section .section-img {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .section .section-img {
    min-height: 30vh;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .section .section-img {
    min-height: 30vh;
    padding-bottom: 100%;
  }
}
.section .section-img .section-img-left {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .section .section-img .section-img-left {
    position: relative;
    height: 0;
    padding-bottom: 70%;
  }
}
.section .section-img .section-img-right {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .section .section-img .section-img-right {
    position: relative;
    height: 0;
    padding-bottom: 70%;
  }
}
.section.has-image {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .section.has-image {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section.has-image .featured-img {
    height: 45vh;
  }
}
.section.has-image .featured-text {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section.has-image .featured-text {
    padding-top: 40px;
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 768px) {
  .section.has-image .featured-text {
    padding: 0 0 0 40px;
  }
}
.section.has-image .featured-text h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.section .bottom-border {
  border-bottom: 1px solid black;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .section .bottom-border {
    padding-bottom: 40px;
  }
}
.section .simple-text h5 strong {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .section .simple-text h5 strong {
    display: block;
    margin-bottom: 5px;
  }
}

.search-item {
  padding: 61px 0 !important;
}

.site-search {
  text-decoration: none;
  margin-left: 20px;
  font-size: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 1116px) {
  .site-search {
    pointer-events: auto;
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    display: block;
  }
}

.search-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: display 0.2s linear;
          transition: display 0.2s linear;
}
.search-wrapper ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #45414f;
}
.search-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #45414f;
}
.search-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #45414f;
}
.search-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #45414f;
}
.search-wrapper label {
  display: none;
}
.search-wrapper .search-back {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 40px;
  top: 40px;
  z-index: 1;
  cursor: pointer;
  color: white;
  font-family: "Didact Gothic", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 1279px) {
  .search-wrapper .search-back {
    right: 0px;
  }
}
.search-wrapper .search-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 1279px) {
  .search-wrapper .search-wrap {
    padding: 0 10px;
  }
}
.search-wrapper .search-wrap:after {
  content: "\63";
  font-family: "luxury-briefing-awards";
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 10px;
  vertical-align: middle;
  text-transform: none;
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .search-wrapper .search-wrap:after {
    font-size: 18px;
    padding-right: 10px;
  }
}
.search-wrapper .search-wrap .main-search-text {
  display: block;
  margin-bottom: 0.85em;
  font-size: 2.1em;
  line-height: 1.4;
  color: #a39161;
}
.search-wrapper .search-wrap ::-webkit-input-placeholder {
  color: #fff;
}
.search-wrapper .search-wrap :-moz-placeholder {
  color: #fff;
}
.search-wrapper .search-wrap ::-moz-placeholder {
  color: #fff;
}
.search-wrapper .search-wrap :-ms-input-placeholder {
  color: #fff;
}
.search-wrapper .search-wrap .search-field {
  border: 0;
  padding: 0;
  height: auto;
  font-size: 60px;
  letter-spacing: -0.05em;
  line-height: 50px;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  width: 100%;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  .search-wrapper .search-wrap .search-field {
    font-size: 2.4em;
  }
}
.search-wrapper .search-wrap .search-button {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  height: 85px;
  font-size: 0;
  width: 85px;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 2;
}
.search-wrapper.active {
  display: block;
}

.mobile-search {
  display: none;
}
@media screen and (max-width: 1479px) {
  .mobile-search {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #e5e5e5;
    padding: 15px 20px;
  }
}
.mobile-search:after {
  content: "d";
  font-family: "luxury-briefing-awards";
  position: absolute;
  right: 20px;
  text-align: center;
  bottom: 15px;
  vertical-align: middle;
  text-transform: none;
  font-size: 24px;
  color: #333;
}
.mobile-search input {
  display: inline-block;
  vertical-align: middle;
}
.mobile-search input[type="search"] {
  line-height: 25px;
  padding: 0px 0 5px 0;
  border: none;
  border-bottom: 1px solid #333;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.mobile-search input[type="submit"] {
  position: absolute;
  right: 20px;
  margin: 0;
  bottom: 15px;
  height: 30px;
  font-size: 0;
  width: 30px;
  background-color: transparent;
  border: none;
}

.posts-list {
  padding: 15px 0;
}

.blog-content {
  padding: 40px 0;
  border-bottom: 1px solid #202020;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .blog-content {
    margin-bottom: 40px;
  }
}
.blog-content .featured-image {
  display: block;
  margin: auto;
  padding-bottom: 30px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .blog-content .featured-image {
    width: 100%;
  }
}
.blog-content .article-featured-image {
  max-widtH: 150px;
  heighT: auto;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  .blog-content .single-post-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8em 0;
  }
}
.blog-content .single-post-content img {
  max-widtH: 100%;
  height: auto;
}
.blog-content .single-post-content figure {
  margin: 0 0 30px 0;
  width: 100% !important;
}
.blog-content .post-meta {
  width: 250px;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .blog-content .post-meta {
    margin-bottom: 20px;
  }
}
.blog-content .post-meta p {
  font-family: "Libre Baskerville", sans-serif;
  margin: 0;
  font-style: italic;
}
.blog-content .post-meta p span {
  font-style: normal;
  font-family: "Didact Gothic", sans-serif;
}
@media screen and (min-width: 1024px) {
  .blog-content .blog-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.blog-content .blog-text > p:first-child::first-letter {
  float: left;
  font-size: 70px;
  padding: 0 8px 0 3px;
  line-height: 70px;
  font-family: "Didact Gothic", sans-serif;
}
.blog-content .blog-text > * {
  max-width: 700px;
  width: 100%;
}
.blog-content .blog-text a {
  font-weight: 600;
}
.blog-content .blog-text a:hover {
  text-decoration: underline;
}
.blog-content .blog-text > .intro-text {
  display: block;
  text-transform: none;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.blog-content .blog-text > blockquote {
  max-width: 1040px;
  margin: 10em auto;
}
.blog-content .blog-text > .slideshow {
  max-width: 100%;
}
.blog-content .blog-text p {
  letter-spacing: 1px;
  font-size: 14px;
  color: black;
  padding: 5px 0;
}
.blog-content .blog-text .drop-cap {
  float: left;
  font-size: 70px;
  padding: 0 8px 0 3px;
  line-height: 70px;
  font-family: "Didact Gothic", sans-serif;
}
.blog-content .blog-text blockquote p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 40px;
  text-align: center;
}

.news .horizontal:nth-child(-n+2) .horizontal-break:before {
  display: none;
}
.news .horizontal .horizontal-break:before {
  content: '';
  display: block;
  border-top: 1px solid black;
  width: 100%;
  margin-bottom: 20px;
}
.news .horizontal .horizontal-item {
  overflow: hidden;
}
.news .horizontal .horizontal-item .news-item {
  padding: 0 10px;
}
.news .horizontal .horizontal-item .news-item .news-img {
  padding: 20px;
}
.news .horizontal .horizontal-item .news-item .news-meta {
  background-color: unset;
  padding: 32px;
}
.news .horizontal .horizontal-item .news-item .news-meta .term-name {
  padding-top: 0;
}
.news .horizontal .horizontal-item .news-item .bg-wrapper {
  overflow: hidden;
  padding: 0;
}
.news .horizontal .horizontal-item .news-item .with-bg {
  background-clip: content-box;
  height: 100%;
  width: 100%;
  padding: 0;
}
.news .horizontal .horizontal-item .news-item .with-bg img {
  max-widtH: 100%;
  height: auto;
  width: 350px;
  displaY: block;
  margin: 0 auto 0;
}

#bbp-search-form {
  padding-bottom: 10px;
}
#bbp-search-form #bbp_search {
  padding: 10px 0;
}

#bbpress-forums li {
  font-weight: normal;
  font-size: 16px;
}

.woocommerce a.checkout-button, .woocommerce a.single_add_to_cart_button, .woocommerce a.add_to_cart_button, .woocommerce a.button {
  background-color: #202020;
}
.woocommerce .button.alt, .woocommerce .rcp_form input.alt[type='submit'], .rcp_form .woocommerce input.alt[type='submit'], .woocommerce .alt.checkout-button, .woocommerce .alt.single_add_to_cart_button, .woocommerce .alt.add_to_cart_button, .woocommerce .ticket-container button.alt, .ticket-container .woocommerce button.alt {
  background-color: #202020 !important;
}

.coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 132px;
}

.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: 150px;
}

.woocommerce-products-header__title {
  margin-bottom: 30px;
}

.woocommerce-product-details__short-description {
  padding-bottom: 30px;
}

.woocommerce .quantity .qty {
  padding: 8px 0 !important;
}

.woocommerce-MyAccount-navigation {
  background-color: #F5F5F5;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0 20px;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 10px 0;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: bold;
}

.woocommerce-loop-product__title {
  font-size: 18px !important;
}

.price {
  color: #202020 !important;
  font-size: 16px !important;
}

.woocommerce-notice {
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #202020;
}

.pagination {
  padding-bottom: 15px;
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .wp-pagenavi span {
  padding: 7px 14px;
  font-family: "Libre Baskerville", sans-serif;
  text-transform: none;
}
.pagination .wp-pagenavi a {
  padding: 7px 14px;
  border: 1px solid #202020;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.pagination .wp-pagenavi a:hover {
  background-color: #202020;
  color: white;
}
.pagination .wp-pagenavi .current {
  background-color: #202020;
  color: white;
}
.pagination .page-numbers {
  padding: 7px 14px;
  font-family: "Libre Baskerville", sans-serif;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.pagination .page-numbers:hover {
  background-color: #202020;
  color: white;
}

.payment-title {
  margin-top: 20px;
}

.border-alt {
  border: 1px solid #fff;
  margin-top: 40px;
}

.sidebar {
  position: fixed;
  right: 0;
  right: 0;
  top: 450px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.sidebar .button, .sidebar .rcp_form input[type='submit'], .rcp_form .sidebar input[type='submit'], .sidebar .woocommerce button.button, .woocommerce .sidebar button.button, .sidebar .woocommerce .checkout-button, .woocommerce .sidebar .checkout-button, .sidebar .woocommerce .single_add_to_cart_button, .woocommerce .sidebar .single_add_to_cart_button, .sidebar .woocommerce .add_to_cart_button, .woocommerce .sidebar .add_to_cart_button, .sidebar .ticket-container button, .ticket-container .sidebar button, .sidebar .woocommerce a.button, .woocommerce .sidebar a.button {
  display: block;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.rcp_subscription_fieldset .rcp_level_description {
  display: none;
}

.accordion .accordion-item-content {
  display: none;
  padding-left: 40px;
  margin-bottom: 20px;
}
.accordion.is-acive > .accordion-item-content {
  display: block;
}
.accordion .accordion-title {
  margin-bottom: 30px;
}
.accordion .accordion-title strong {
  display: inline-block;
  white-space: nowrap;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .accordion .accordion-title strong {
    display: block;
    margin-bottom: 5px;
  }
}
.accordion .accordion-item h5 {
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  margin-bottom: 14px;
}
.accordion .accordion-item h5:hover {
  color: #D1D1D1;
  cursor: pointer;
}
.accordion .accordion-item:last-child .accordion-item-title h5 {
  margin-bottom: 0;
}

.tribe-events-tickets .woocommerce .quantity input {
  text-align: center !important;
}

.account-page {
  margin-top: -22px;
}
.account-page.alt .rcp_header {
  text-align: center;
  border-bottom: 2px solid #fff;
  font-size: 32px;
  padding-bottom: 30px;
  border-top: none;
  max-width: 960px;
  margin: auto;
}
.account-page.alt .rcp_login_link {
  text-align: center;
}
.account-page.alt .rcp_login_link a {
  color: #fff;
  font-weight: 600;
}
.account-page.alt form {
  max-width: 600px;
  margin: auto;
}
.account-page.alt .rcp_subscription_message {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 2px solid #fff;
  margin-top: 20px;
}
.account-page.alt #rcp_submit_wrap .button-white {
  background-color: #fff !important;
  color: #333333 !important;
}
.account-page.alt #rcp_submit_wrap .button-white:hover {
  background-color: #333333 !important;
  color: #fff !important;
}
.account-page.alt #rcp_agree_to_privacy_policy_wrap a {
  color: #fff;
}
.account-page.alt #rcp_subscription_levels .rcp_subscription_level_1, .account-page.alt #rcp_subscription_levels .rcp_subscription_level_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.account-page.alt #rcp_subscription_levels .rcp_subscription_level_1 [type="radio"]:checked + label, .account-page.alt #rcp_subscription_levels .rcp_subscription_level_2 [type="radio"]:checked + label {
  color: #DAA520;
}
.account-page.alt #rcp_subscription_levels .rcp_subscription_level_1 .rcp_subscription_level_name, .account-page.alt #rcp_subscription_levels .rcp_subscription_level_2 .rcp_subscription_level_name {
  white-space: PRE-LINE;
}
.account-page.alt #rcp_subscription_levels .rcp_subscription_level_1 .rcp_level, .account-page.alt #rcp_subscription_levels .rcp_subscription_level_2 .rcp_level {
  margin: 10px 10px 0 0;
}
.account-page.alt #rcp_subscription_levels .rcp_subscription_level_1 label, .account-page.alt #rcp_subscription_levels .rcp_subscription_level_2 label {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}
.account-page .page-content {
  background-color: #202020;
  color: #fff;
  padding-bottom: 80px;
}
.account-page h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 32px;
  margin: 10px 0 40px 0;
}
.account-page h3 {
  color: #fff;
  padding-top: 10px;
  border-top: 2px solid #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
.account-page .user-greeting {
  text-align: center;
}
.account-page .user-greeting a {
  color: #fff;
  font-size: 32px;
  font-family: "Didact Gothic", sans-serif;
}
.account-page form {
  font-family: "Didact Gothic", sans-serif;
}
@media screen and (min-width: 1280px) {
  .account-page form {
    padding-left: 250px;
  }
  .account-page form#rcp_login_form {
    padding-right: 250px;
    padding-top: 40px;
  }
}
.account-page form label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.account-page form legend {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #FA9129;
}
.account-page .rcp-table {
  background-color: #fff;
  color: #000000;
  font-family: "Didact Gothic", sans-serif;
}
.account-page .rcp-table th {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #000000;
  padding: 10px 5px;
}
.account-page .rcp-table td {
  border: 1px solid #000000;
  text-transform: uppercase;
}
.account-page .rcp-table td a {
  color: #FA9129;
  font-weight: 600;
  text-transform: none;
}
.account-page .rcp-table tr {
  background-color: #fff;
}
.account-page .rcp-table tr:nth-child(even) {
  background-color: #dddddd;
}
.account-page #rcp-payment-history {
  margin-top: 40px;
}
.account-page p {
  margin-top: 20px;
}
.account-page .subscription h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 32px;
  border-top: none;
}
.account-page .subscription .user-greeting a {
  color: #fff;
  font-size: 32px;
}

#page-545 .page-content {
  margin-top: -5px;
}
#page-545 .h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 20px 0;
  letter-spacing: 1px;
  text-align: left;
  border-top: 2px solid #fff;
  padding-top: 20px;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #717171;
}

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #B3D4FC;
}

::selection {
  background: #B3D4FC;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.centering {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.centering.slim-padding {
  padding-left: 5px;
  padding-right: 5px;
}
.centering.slim {
  max-width: 1217px;
}
.centering.small {
  max-width: 1000px;
}

.text-center {
  text-align: center;
}

.main.splash {
  padding-top: 0;
}

nav ul {
  list-style: none;
  padding: 0;
}

.with-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 3s ease;
          transition: transform 3s ease;
}

.item-instagram {
  height: 0;
  padding-top: 100%;
  display: inline-block;
  width: 100%;
  position: relative;
}
.item-instagram .link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.event-content {
  padding-top: 50px;
}

.page-title, .section .section-title {
  padding: 40px 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1116px) {
  .page-title, .section .section-title {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .page-title, .section .section-title {
    padding-bottom: 20px;
  }
}
.page-title .category, .section .section-title .category {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Didact Gothic", sans-serif;
  color: black;
  font-size: 20px;
  letter-spacing: 2px;
}
.page-title img, .section .section-title img {
  margin: 0 auto 20px;
  display: block;
}
.page-title h1, .section .section-title h1, .page-title h2, .section .section-title h2 {
  margin: 0;
}
.page-title .breadcrumbs, .section .section-title .breadcrumbs {
  margin-top: 10px;
}
.page-title .search-archive, .section .section-title .search-archive {
  margin-top: 40px;
}

.partnership-snippet img {
  display: inline-block !important;
  vertical-align: baseline;
  margin: 0;
  padding-left: 10px;
  margin-bottom: 0 !important;
}

.padding-bottom {
  padding-bottom: 50px;
}

a.button, .woocommerce a.checkout-button, .woocommerce a.single_add_to_cart_button, .woocommerce a.add_to_cart_button, .woocommerce a.button {
  font-weight: normal !important;
  color: white !important;
}

.grey-bg {
  color: #202020;
  background-color: #F5F5F5;
}
.grey-bg h2:after, .grey-bg h2:before {
  background-color: #202020 !important;
}

.dark-grey {
  color: white;
  background-color: #333333 !important;
}
.dark-grey h2 {
  color: white;
}
.dark-grey h2:after, .dark-grey h2:before {
  background-color: white !important;
}
.dark-grey .button, .dark-grey .rcp_form input[type='submit'], .rcp_form .dark-grey input[type='submit'], .dark-grey .woocommerce button.button, .woocommerce .dark-grey button.button, .dark-grey .woocommerce .checkout-button, .woocommerce .dark-grey .checkout-button, .dark-grey .woocommerce .single_add_to_cart_button, .woocommerce .dark-grey .single_add_to_cart_button, .dark-grey .woocommerce .add_to_cart_button, .woocommerce .dark-grey .add_to_cart_button, .dark-grey .ticket-container button, .ticket-container .dark-grey button, .dark-grey .woocommerce a.button, .woocommerce .dark-grey a.button {
  background-color: white;
  color: #202020 !important;
}
.dark-grey.membership-item {
  text-align: center !important;
  height: unset;
}
.dark-grey.membership-item.highlight {
  background-color: #666 !important;
}
.dark-grey.membership-item a:not(.button-white) {
  color: #fff;
  text-decoration: underline;
}

.featured-item {
  color: white;
  background-color: #787878 !important;
}
.featured-item h2, .featured-item h3, .featured-item p {
  color: white;
}
.featured-item h2:after, .featured-item h2:before, .featured-item h3:after, .featured-item h3:before, .featured-item p:after, .featured-item p:before {
  background-color: white !important;
}
.featured-item .term-name {
  color: white !important;
}

.border {
  margin: 50px auto;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.border-bottom {
  border-bottom: 2px solid black;
  padding-bottom: 50px;
}

.margin-top-20 {
  margin-top: 20px;
}

.page-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-border {
  border-bottom: 1px solid #202020;
  border-radius: 0;
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .main-border {
    margin-top: 40px;
  }
}

.page-builder {
  padding-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .page-builder {
    padding-bottom: 20px;
  }
}

a.levels-read-more:hover {
  text-decoration: underline;
}

a.levels-read-more {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-top: 40px;
  cursor: pointer;
}

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