@charset "UTF-8";
/*! 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.
 */
html {
  font-size: 16px;
  text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
}

html * {
  text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
}

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

input:focus, textarea:focus, select:focus {
  outline: none;
}

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

.embed-container {
  position: relative;
  height: 420px;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.embed-container a, .embed-container embed, .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container a img {
  height: 100%;
}

@font-face {
  font-family: "FreightDisp Pro";
  src: url("../fonts/FreightDispProLight-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FreightDisp Pro Book";
  src: url("../fonts/FreightDispProBook-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cadiz";
  src: url("../fonts/Cadiz-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cadiz";
  src: url("../fonts/Cadiz-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cadiz";
  src: url("../fonts/Cadiz-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cadiz";
  src: url("../fonts/Cadiz-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cadiz Book";
  src: url("../fonts/Cadiz-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cadiz Book";
  src: url("../fonts/Cadiz-BookItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
main p {
  font-weight: 500;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  main p {
    margin: 0 0 24px;
  }
}
main p a {
  color: #000000;
  font-weight: 500;
  display: inline-block !important;
  width: auto !important;
}
main p a:hover {
  text-decoration: underline !important;
  text-decoration-color: #000000 !important;
}
main strong, main b {
  color: #000000;
  font-weight: 500;
}
main h1 {
  font-family: "FreightDisp Pro";
  letter-spacing: 0.8px !important;
  color: #000000;
  font-weight: 700;
}
main h2 {
  font-family: "FreightDisp Pro";
  letter-spacing: 0.8px !important;
  text-transform: capitalize;
  color: #000000;
  font-size: 22px;
  line-height: 26px !important;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  main h2 {
    font-size: 36px;
    line-height: 42px !important;
  }
}
main h2 span {
  color: #888787;
}
main h3, main .elementor-post__title {
  font-family: "FreightDisp Pro" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin: 0 0 10px !important;
  display: block;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  letter-spacing: 0.8px !important;
  width: auto;
  position: relative;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  main h3, main .elementor-post__title {
    font-size: 28px !important;
    line-height: 1 !important;
  }
}
main h3 a, main .elementor-post__title a {
  display: inline;
  position: relative;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main h3 a:hover, main .elementor-post__title a:hover {
  color: #5ac2de !important;
}
main h3 span, main .elementor-post__title span {
  color: #5ac2de;
}
main h3:hover span, main .elementor-post__title:hover span {
  color: #ffffff;
}
main h3, main .elementor-post__title {
  /*
  a {
    position:relative;
    display:inline-block;
  }
  a:hover {
    text-decoration: line-through;
    text-decoration-color: $primaryColor;
    animation: strike .5s linear;
  }

  */
}
main .elementor-post__title a {
  transition: none !important;
  text-decoration-color: #5ac2de;
}
main .elementor-post__title a:hover {
  text-decoration: line-through;
  text-decoration-color: #5ac2de;
}
main .elementor-post__title a:hover::after {
  display: none !important;
}
main h4 {
  font-family: "FreightDisp Pro";
  letter-spacing: 0.8px !important;
  font-weight: 500;
}
main h5 {
  font-size: 16px;
  line-height: 20px !important;
  color: #000000;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  main h5 {
    font-size: 18px;
    line-height: 24px !important;
  }
}
main hr {
  margin: 0;
  background-color: transparent;
  border-top: 2px solid #5ac2de;
  margin: 30px 0;
  height: 0;
}

@keyframes strike {
  from {
    text-decoration-color: transparent;
  }
  to {
    text-decoration-color: auto;
  }
}
/* Keyframes for initial animation */
@keyframes strikethrough {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/*****************************************
    CHECKBOXES  
******************************************/
.gchoice {
  margin-bottom: 5px;
  line-height: 1.58em;
}

/*****************************************
    BUTTONS  
******************************************/
.elementor-button, .button, .facetwp-load-more {
  font-family: "FreightDisp Pro Book";
  background: #000000;
  border: none;
  font-weight: 500;
  font-size: 16px !important;
  color: #ffffff !important;
  border-radius: 0;
  padding: 10px 20px 14px !important;
  width: auto !important;
  line-height: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elementor-button:hover, .button:hover, .facetwp-load-more:hover {
  background: #5ac2de !important;
  color: #000000 !important;
}
@media only screen and (min-width: 1024px) {
  .elementor-button, .button, .facetwp-load-more {
    font-size: 22px !important;
    letter-spacing: 1px;
  }
}

/*****************************************
    TABLES  
******************************************/
.elementor-widget-text-editor table, .elementor-tab-content table {
  width: 100% !important;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  margin-bottom: 30px;
}
.elementor-widget-text-editor table thead td, .elementor-tab-content table thead td {
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
  font-family: "FreightDisp Pro Book";
  font-weight: normal;
  font-size: 20px;
}
.elementor-widget-text-editor table thead td p, .elementor-tab-content table thead td p {
  font-family: "FreightDisp Pro Book";
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 20px;
}
.elementor-widget-text-editor table thead td p strong, .elementor-tab-content table thead td p strong {
  color: #ffffff;
}
.elementor-widget-text-editor table td, .elementor-tab-content table td {
  padding: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.elementor-widget-text-editor table td p, .elementor-tab-content table td p {
  margin: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1760px !important;
}

@media only screen and (min-width: 1024px) {
  .elementor-section.elementor-section-stretched > .elementor-container {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .elementor-container.elementor-column-gap-default {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .elementor-container.elementor-column-gap-wider {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .elementor-section-stretched .elementor-container.elementor-container {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-d48aa05 {
  max-width: 900px;
  margin: 0 auto;
}

.elementor-flip-box__layer {
  transition: all 0.3s ease-in-out;
}

.elementor-swiper-button {
  color: #000000;
}

.eicon-chevron-right:before {
  content: " ";
  width: 30px;
  height: 60px;
  background-image: url(../img/2025/chevron-right.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.eicon-chevron-left:before {
  content: " ";
  width: 30px;
  height: 60px;
  background-image: url(../img/2025/chevron-left.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

.elementor-custom-embed-image-overlay:hover {
  z-index: 1;
}
.elementor-custom-embed-image-overlay:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #5ac2de;
  z-index: 2;
}
.elementor-custom-embed-image-overlay:hover .eicon-play:before {
  filter: grayscale(100) brightness(100);
  z-index: 3;
}

.elementor-custom-embed-play {
  z-index: 10;
}

.elementor-location-single .elementor-section .elementor-container,
.single .elementor-section .elementor-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 1024px) {
  .elementor-element-32571fc5.elementor-section-stretched .elementor-container {
    max-width: 1910px !important;
    padding-right: 60px !important;
  }
}
a.elementor-post__read-more {
  color: #000000;
}

.elementor-widget-image a img:hover {
  cursor: pointer;
}

.elementor-widget-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.elementor-widget-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(90, 194, 222, 0.4392156863);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.elementor-widget-image a:hover:before {
  opacity: 1;
}

.elementor-slide-heading {
  font-family: "FreightDisp Pro";
  letter-spacing: 1.2px;
}

/*****************************************
    CTA BUTTON
******************************************/
.cta-bar .elementor-button {
  width: 100% !important;
  padding: 15px 30px !important;
  border-top: 2px solid #000000;
  background-color: #707070;
}
@media only screen and (min-width: 768px) {
  .cta-bar .elementor-button {
    padding: 20px 30px !important;
  }
}
.cta-bar .elementor-button .elementor-button-text {
  font-weight: bold;
  font-size: 22px;
}
.cta-bar .elementor-button:hover {
  background-color: #000000 !important;
}

/*****************************************
    HOMEPAGE SLIDER
******************************************/
.mobile-slider {
  display: block !important;
}
.mobile-slider .slide {
  position: relative;
  overflow: hidden;
}
.mobile-slider img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mobile-slider .feature-slide {
  display: flex;
  height: 100%;
}
.mobile-slider .feature-slide .slider-logo {
  position: absolute;
  width: 65%;
  top: 12%;
  left: 12%;
  z-index: 2;
}
.mobile-slider .feature-slide .slider-content {
  position: absolute;
  width: 80%;
  top: 12%;
  left: 12%;
  z-index: 2;
}
.mobile-slider .feature-slide .slider-content p {
  color: #000000;
}

.desktop-slider {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .desktop-slider {
    display: block !important;
  }
  .desktop-slider .slide {
    position: relative;
    overflow: hidden;
  }
  .desktop-slider img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .desktop-slider .feature-slide {
    display: flex;
    height: 100%;
  }
  .desktop-slider .feature-slide .slider-logo {
    position: absolute;
    width: 80%;
    top: 14%;
    left: 6%;
    z-index: 2;
  }
  .desktop-slider .feature-slide .slider-content {
    position: absolute;
    width: 65%;
    top: 14%;
    left: 6%;
    z-index: 2;
  }
  .desktop-slider .feature-slide .slider-content p {
    color: #000000;
  }
  .mobile-slider {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-content h3 {
    font-size: 36px !important;
    line-height: 1.4 !important;
  }
  .slider-content p {
    color: #000000;
    font-size: 20px;
  }
}
/* Exhibitor Portal Shortcode Buttons */
.sc-portal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  background-color: #000;
  color: #fff !important;
}
.sc-portal-btn svg {
  flex-shrink: 0;
}
.sc-portal-btn:hover {
  background-color: #5ac2de;
  color: #000 !important;
  text-decoration: none;
}

.gallery-profile {
  margin: 20px 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .gallery-profile {
    margin: 40px 0;
  }
}
.gallery-profile .wrapper {
  display: grid;
  row-gap: 20px;
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 768px) {
  .gallery-profile .wrapper {
    grid-template-columns: 400px auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "item-1 item-3" "item-2 item-3";
    row-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.gallery-profile h2 {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.gallery-profile h2 span {
  color: #5ac2de;
}
@media only screen and (min-width: 768px) {
  .gallery-profile h2 {
    grid-area: item-1;
    font-size: 45px;
    line-height: 60px;
    display: block;
    max-width: 400px;
  }
}
.gallery-profile h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px;
}
.gallery-profile h3 span {
  color: #5ac2de;
}
@media only screen and (min-width: 768px) {
  .gallery-profile h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.gallery-profile .gallery-profile-text {
  order: 3;
}
@media only screen and (min-width: 768px) {
  .gallery-profile .gallery-profile-text {
    order: 2;
    grid-area: item-2;
  }
}
.gallery-profile .gallery-profile-text div {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .gallery-profile .gallery-profile-text div {
    border-left: 1px solid #5ac2de;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.gallery-profile .gallery-profile-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.gallery-profile .gallery-profile-text ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}
.gallery-profile .gallery-profile-text ul li a {
  color: #000000;
}
.gallery-profile .gallery-profile-text ul li a:hover {
  color: #5ac2de;
}

.artwork-addition {
  margin-top: 30px;
}

.gallery-profile-slideshow {
  order: 2;
  margin: 0 -20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .gallery-profile-slideshow {
    order: 3;
    grid-area: item-3;
    padding: 0;
  }
}
.gallery-profile-slideshow .gallery-slider {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery-profile-slideshow .gallery-slider {
    margin: 0 20px 30px;
  }
}
.gallery-profile-slideshow .gallery-slider .gallery-slide {
  min-height: 350px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 5px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .gallery-profile-slideshow .gallery-slider .gallery-slide {
    min-height: calc(100vh - 200px);
    margin: 0;
  }
}
.gallery-profile-slideshow .gallery-slider .gallery-slide .image-caption {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  color: #888888;
  font-size: 14px;
  padding: 10px 0;
}
.gallery-profile-slideshow .slick-prev {
  left: 20px;
  top: 45%;
}
.gallery-profile-slideshow .slick-next {
  right: 10px;
  top: 45%;
}
@media only screen and (min-width: 768px) {
  .gallery-profile-slideshow .slick-next, .gallery-profile-slideshow .slick-prev {
    top: 50%;
  }
  .gallery-profile-slideshow .slick-prev:before, .gallery-profile-slideshow .slick-next:before {
    height: 35px;
  }
}
.gallery-profile-slideshow .slick-dots li button:before {
  font-size: 12px;
}
.gallery-profile-slideshow .slick-dots li.slick-active button:before {
  color: #5ac2de;
  opacity: 1;
}

.galleries-list {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .galleries-list {
    margin: 20px auto 60px;
    max-width: 1710px;
  }
}
.galleries-list .gallery-wrapper {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 500px) {
  .galleries-list .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .galleries-list .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .galleries-list .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.galleries-list .gallery-block {
  padding-bottom: 30px;
  border-bottom: 1px solid #5ac2de;
}
@media only screen and (min-width: 500px) {
  .galleries-list .gallery-block {
    border-left: 1px solid #5ac2de;
    border-bottom: none;
    padding-left: 30px;
    padding-bottom: 50px;
  }
}
.galleries-list .gallery-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.galleries-list .gallery-block img:hover {
  opacity: 0.8;
}
.galleries-list .gallery-block .gallery-category-icon {
  display: block;
  float: right;
  border: 1px solid #5ac2de;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-block .gallery-category-icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
}
.galleries-list .gallery-block h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 5px 0;
  max-width: calc(100% - 40px);
  display: inline-block;
}
.galleries-list .gallery-block h3 span {
  color: #5ac2de;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-block h3 {
    font-size: 24px !important;
    line-height: 30px;
    max-width: calc(100% - 50px);
  }
}
.galleries-list .gallery-block h3 a {
  text-decoration: none;
  color: #000000;
}
.galleries-list .gallery-block h3 a:hover span {
  display: inline-block;
}
.galleries-list .gallery-block h3 a::after {
  margin-top: -0.6em;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-block h3 a::after {
    margin-top: -0.4em;
  }
}
.galleries-list .gallery-block p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-block p {
    font-size: 16px;
    line-height: 23px;
  }
}

.facet-container {
  margin-bottom: 40px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .facet-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.facet-container span {
  color: #000000;
  line-height: 31px;
}
@media only screen and (min-width: 768px) {
  .facet-container span {
    line-height: 46px;
  }
}

.facetwp-facet {
  margin: 0 !important;
}

.facet-field-container select {
  border: 1px solid #5ac2de;
  font-size: 13px;
  padding: 5px 40px 5px 10px;
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url("../img/2025/select-chevron.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  margin: 0 0 10px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .facet-field-container select {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    margin: 0 0 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .facet-field-container .facetwp-facet-artwork_price_range_filter {
    max-width: 300px;
  }
}

.facetwp-facet-load_more {
  margin-top: 40px;
  text-align: center;
}

.sector-types {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-align: right;
  margin-bottom: 20px;
  max-width: 600px;
}
@media only screen and (min-width: 768px) {
  .sector-types {
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sector-types p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .sector-types p {
    font-size: 16px;
    line-height: 45px;
  }
}
.sector-types p span {
  display: inline-block;
  border: 1px solid #5ac2de;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sector-types p span {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}

.gallery-popup {
  height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
  padding: 0;
  overflow: scroll;
  background-image: url("../img/2025/spinner.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.gallery-popup::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.gallery-popup .close-popup {
  display: inline-block;
  text-align: right;
  font-size: 30px;
  color: #000000;
  padding: 10px;
  top: 10px;
  right: 10px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .gallery-popup .close-popup {
    font-size: 40px;
    padding: 20px;
    top: 20px;
    right: 20px;
  }
}
.gallery-popup main {
  background-color: #ffffff;
  min-height: 80vh;
  padding: 0 30px 50px 30px;
}
@media only screen and (min-width: 1024px) {
  .gallery-popup main {
    padding: 0 70px 50px 70px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/2025/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 10;
  width: 30px;
  height: 60px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 10px;
    height: 20px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before {
  content: " ";
  width: 30px;
  height: 60px;
  background-image: url(../img/2025/chevron-left.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick-prev:before {
    width: 10px;
    height: 20px;
  }
}

.slick-next:before {
  content: " ";
  width: 30px;
  height: 60px;
  background-image: url(../img/2025/chevron-right.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick-next:before {
    width: 10px;
    height: 20px;
  }
}

.slick-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
}

[dir=rtl] .slick-prev {
  right: 20px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .slick-prev {
    right: 10px;
  }
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .slick-next {
    right: 10px;
  }
}

[dir=rtl] .slick-next {
  right: auto;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .slick-next {
    left: 10px;
  }
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.gv-widget-custom-content {
  margin-top: 20px;
}

.number-hide-arrow {
  /* Chrome, Safari, Edge, Opera */
}
.number-hide-arrow input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-hide-arrow input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-hide-arrow {
  /* Firefox */
}
.number-hide-arrow input[type=number] {
  -moz-appearance: textfield;
}

.digital-catalogue-menu {
  display: grid;
  justify-content: end;
  grid-template-columns: 1fr 1fr;
}
.digital-catalogue-menu .sc-main-pg {
  justify-content: end;
  align-items: end;
  display: flex;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
}
.digital-catalogue-menu .sc-main-pg:hover {
  color: #5ac2de;
}

.back-button {
  text-decoration: none;
  font-size: 22px;
  display: block;
  margin: 0 0 20px;
  font-family: "FreightDisp Pro";
  letter-spacing: 0.8px !important;
  color: #000000;
  font-weight: 700;
}
.back-button i {
  color: #5ac2de;
}
.back-button:hover {
  color: #5ac2de;
}

span.just-added {
  color: #5ac2de;
  text-transform: uppercase;
  position: absolute;
}

.digital-catalogue {
  margin: 0px auto;
}
.digital-catalogue h1 span,
.digital-catalogue h2 span,
.digital-catalogue h3 span,
.digital-catalogue h4 span {
  color: #5ac2de !important;
}
.digital-catalogue h1 {
  margin: 0 0 20px !important;
  font-size: 24px !important;
  line-height: 30px !important;
}
@media only screen and (min-width: 768px) {
  .digital-catalogue h1 {
    margin: 0 0 25px !important;
    font-size: 32px !important;
    line-height: 44px !important;
  }
}
.digital-catalogue h1 a {
  display: inline;
  position: relative;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.digital-catalogue h1 a:hover {
  color: #000000;
}
.digital-catalogue h1 a:hover span {
  color: #ffffff !important;
}
.digital-catalogue h1 a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.6);
  margin-top: -0.6em;
  background: #5ac2de;
  transform-origin: center left;
  animation: strikethrough 1s 0.5s cubic-bezier(0.55, 0, 0.1, 1) 1;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transform: scaleX(0);
}
.digital-catalogue h1 a:hover:after {
  transform: scaleX(1);
  width: 100%;
  transform-origin: center left;
}
.digital-catalogue h1.page-title {
  margin: -20px 0 30px !important;
  font-size: 28px !important;
}
@media only screen and (min-width: 768px) {
  .digital-catalogue h1.page-title {
    margin: -30px 0 40px !important;
    font-size: 38px !important;
  }
}
.digital-catalogue h2 {
  margin: 0 0 20px !important;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .digital-catalogue h2 {
    margin: 5px 0 25px !important;
    font-size: 28px;
    line-height: 40px;
  }
}
.digital-catalogue h3 {
  margin: 0 0 25px !important;
}
.digital-catalogue h3 span {
  color: #5ac2de;
}
.digital-catalogue h3 a {
  display: inline;
  position: relative;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.digital-catalogue h3 a:hover {
  color: #000000;
}
.digital-catalogue h3 a:hover span {
  color: #ffffff !important;
}
.digital-catalogue h3 a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.6);
  margin-top: -0.4em;
  background: #5ac2de;
  transform-origin: center left;
  animation: strikethrough 1s 0.5s cubic-bezier(0.55, 0, 0.1, 1) 1;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transform: scaleX(0);
}
.digital-catalogue h3 a:hover:after {
  transform: scaleX(1);
  width: 100%;
  transform-origin: center left;
}
.digital-catalogue p {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .digital-catalogue p {
    font-size: 16px;
    line-height: 26px;
  }
}
.digital-catalogue a {
  text-decoration: none;
  color: #000000;
}
.digital-catalogue a:hover {
  color: #5ac2de;
  text-decoration: none !important;
}
.digital-catalogue .stand-number {
  color: #5ac2de;
}
.digital-catalogue .social-icons {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.digital-catalogue .social-icons li {
  display: inline-block;
  margin: 0;
}
.digital-catalogue .social-icons li a {
  color: #000000;
  font-size: 20px;
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .digital-catalogue .social-icons li a {
    font-size: 25px;
    margin: 0 20px 0 0;
  }
}
.digital-catalogue .social-icons li a:hover {
  color: #5ac2de;
}

/** GALLERY SINGLE **/
.single-gallery-profile {
  border-bottom: 1px solid #5ac2de;
}
@media only screen and (min-width: 1024px) {
  .single-gallery-profile {
    border: none;
  }
}
.single-gallery-profile .wrapper {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .single-gallery-profile .wrapper {
    grid-template-columns: 3fr 2fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.single-gallery-profile .gallery-featured-image {
  margin-bottom: 32px;
}
.single-gallery-profile .profile-artists ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .single-gallery-profile .profile-artists ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.single-gallery-profile .profile-artists ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .single-gallery-profile .profile-artists ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-gallery-profile .profile-bio .booth-number {
  display: inline-block;
  padding: 5px 10px;
  background-color: #5ac2de;
}

/** ARTIST SINGLE **/
.single-artist-profile {
  margin-bottom: 64px;
}
.single-artist-profile .wrapper {
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .single-artist-profile .wrapper {
    grid-template-columns: 800px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.single-artist-profile .wrapper .profile-content {
  max-width: 900px;
}
.single-artist-profile .wrapper .profile-content .artist-bio p {
  color: #707070;
}

.single-artwork-profile .wrapper {
  display: grid;
  grid-template-columns: auto !important;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .single-artwork-profile .wrapper {
    grid-template-columns: 400px 1fr !important;
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
    margin-bottom: 40px !important;
  }
}

/** ARTWORK LIST **/
.artwork-tiles {
  max-width: 1710px;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .artwork-tiles {
    margin: 0px auto;
  }
}
.artwork-tiles h2 {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 768px) {
  .artwork-tiles h2 {
    margin-bottom: 40px !important;
  }
}
.artwork-tiles .wrapper {
  margin-left: -20px;
  margin-right: -20px;
  max-width: 1750px;
}
.artwork-tiles .wrapper .artwork-tile {
  margin: 0 20px 30px 20px;
  width: calc(100% - 40px);
  float: left;
}
@media only screen and (min-width: 768px) {
  .artwork-tiles .wrapper .artwork-tile {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 1024px) {
  .artwork-tiles .wrapper .artwork-tile {
    width: calc(33.333% - 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .artwork-tiles .wrapper .artwork-tile {
    width: calc(25% - 40px);
  }
}
.artwork-tiles .wrapper .grid-sizer {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .artwork-tiles .wrapper .grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .artwork-tiles .wrapper .grid-sizer {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1200px) {
  .artwork-tiles .wrapper .grid-sizer {
    width: 25%;
  }
}
.artwork-tiles .wrapper {
  /*
        display:grid;
        row-gap: 30px;
        margin-top:20px;
        @media only screen and (min-width: 768px) {
            grid-template-columns: 1fr 1fr;
            column-gap: 30px;
            grid-template-rows: masonry;
            row-gap: 30px;
        }
        @media only screen and (min-width: 1024px) {
            grid-template-columns: 1fr 1fr 1fr;
            column-gap: 60px;
        }
        @media only screen and (min-width: 1200px) {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            column-gap: 60px;
        }
        */
}

.artwork-tile,
.gallery-block {
  padding-bottom: 5px;
}
.artwork-tile img,
.gallery-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .artwork-tile img,
  .gallery-block img {
    margin-bottom: 15px;
  }
}
.artwork-tile img:hover,
.gallery-block img:hover {
  cursor: pointer;
}
.artwork-tile .gallery-image-wrapper,
.gallery-block .gallery-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .artwork-tile .gallery-image-wrapper,
  .gallery-block .gallery-image-wrapper {
    margin-bottom: 15px;
  }
}
.artwork-tile .gallery-image,
.gallery-block .gallery-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: filter 0.3s ease;
}
.artwork-tile .gallery-image:hover,
.gallery-block .gallery-image:hover {
  cursor: pointer;
  filter: sepia(31%) grayscale(50%) saturate(3309%) hue-rotate(163deg) brightness(87%) contrast(99%);
}
.artwork-tile h3,
.gallery-block h3 {
  margin: 0 0 5px !important;
}
@media only screen and (min-width: 768px) {
  .artwork-tile h3,
  .gallery-block h3 {
    margin: 0 0 10px !important;
    font-size: 24px !important;
    line-height: 30px;
  }
}
.artwork-tile p,
.gallery-block p {
  margin-bottom: 10px;
}
.artwork-tile .explore,
.gallery-block .explore {
  text-align: right;
  text-decoration: none;
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #5ac2de;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .artwork-tile .explore,
  .gallery-block .explore {
    font-size: 16px;
    line-height: 26px;
  }
}
.artwork-tile .explore:hover,
.gallery-block .explore:hover {
  color: #5ac2de;
}

/** CATALOGUE ARTWORK UPLOAD **/
.gv-table-container img {
  max-height: 60px !important;
  width: auto;
}
.gv-table-container p {
  margin: 0 !important;
}

.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_save_link.button {
  color: #000000 !important;
}

h2.gv-edit-entry-title {
  margin-top: 0;
}
h2.gv-edit-entry-title span {
  color: #000000;
}

.gv-button-cancel,
.gv-button-delete {
  color: #000000 !important;
  background-color: Transparent;
}

#field_2513_10 .elementor-size-sm {
  background-color: #5ac2de;
  color: #000000 !important;
  padding: 8px 15px !important;
  letter-spacing: 1px;
  font-size: 17px !important;
  margin-top: 20px !important;
}
#field_2513_10 .elementor-size-sm:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/** CONTACT FORM POPUP **/
.artwork-contact-button {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #000000;
  border: none;
  transition: all 0.2s ease-out;
  margin-bottom: 0px;
  text-decoration: none;
}
.artwork-contact-button i {
  padding-left: 10px;
  float: right;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .artwork-contact-button {
    padding: 10px 0 13px 0;
    font-size: 18px;
  }
}
.artwork-contact-button:hover {
  background-color: #ffffff;
  color: #5ac2de !important;
}

.artwork-form {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.artwork-form .artwork-form-inner {
  position: relative;
  display: none;
  transition: all 0.2s ease-out;
  opacity: 0;
  border-top: 1px solid #d6d6d6;
  padding: 20px 0 0;
}
.artwork-form .artwork-form-inner.show {
  display: block;
  opacity: 1;
}
.artwork-form .artwork-form-inner .gfield {
  margin-bottom: 0;
}
.artwork-form .artwork-form-inner .gform_button {
  width: 100% !important;
}
.artwork-form .artwork-form-inner .gform_confirmation_message {
  margin-bottom: 20px;
}

.digital-catalogue .gallery-slider {
  background-color: #ffffff;
}

/** CATALGOE ARTWORK TEMPLATE **/
.catalogue-intro p {
  color: #ffffff !important;
}

/** SOCIAL SHARE LINKS **/
.social-share {
  font-size: 12px;
}
.social-share span {
  color: #000000;
}
.social-share a {
  display: inline-block;
  padding: 5px 10px;
  color: #000000;
}
.social-share a:hover {
  background-color: #000000;
  color: #ffffff;
}

/** CATALOGUE SUBNAVIGATION **/
.digital-catalogue .article-nav ul {
  text-align: left;
  margin: 0 0 20px 0;
}
.digital-catalogue .article-nav ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-family: "FreightDisp Pro Book";
  font-size: 20px;
  color: #777777;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.8px !important;
  font-weight: 500;
}
@media only screen and (min-width: 728px) {
  .digital-catalogue .article-nav ul li {
    font-size: 24px;
    margin-right: 30px;
  }
  .digital-catalogue .article-nav ul li a {
    font-size: 24px !important;
  }
}
.digital-catalogue .article-nav ul li a:hover {
  color: #000000 !important;
}

/** CATALOGUE FILTERS **/
@media only screen and (min-width: 768px) {
  .page-template-template-catalogueartists .galleries-list-header {
    display: block;
    width: 600px;
  }
  .page-template-template-catalogueartwork .galleries-list-header,
  .page-template-template-cataloguegalleries .galleries-list-header {
    display: block;
    width: 70%;
  }
  .page-template-template-catalogueartwork .galleries-list-header .facet-container,
  .page-template-template-cataloguegalleries .galleries-list-header .facet-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.fs-wrap {
  width: 100% !important;
}

.facetwp-template.is-loading {
  opacity: 0.3;
}

.fs-wrap {
  display: block !important;
  position: relative;
}
.fs-wrap .fs-arrow {
  display: none;
}
.fs-wrap .fs-label-wrap {
  border: 1px solid #5ac2de !important;
  padding: 5px 40px 5px 10px;
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url(../img/2025/select-chevron.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  margin: 0 0 10px 0;
  width: calc(100% - 52px) !important;
  background-color: #f9f9f9 !important;
  height: 34px;
}
@media only screen and (min-width: 768px) {
  .fs-wrap .fs-label-wrap {
    max-width: 250px;
  }
}
.fs-wrap .fs-label-wrap .fs-label {
  padding: 10px 50px 10px 0 !important;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .fs-wrap .fs-label-wrap .fs-label {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    margin: 0 0 15px 0;
  }
}
.fs-wrap .fs-dropdown {
  width: calc(100% - 2px);
  margin-top: -11px;
  border: 1px solid #5ac2de !important;
}
.fs-wrap .fs-dropdown .fs-search {
  padding: 0 10px;
}
.fs-wrap .fs-dropdown .fs-search input {
  padding: 12px 0;
}
.fs-wrap .fs-dropdown .fs-options .fs-option-label {
  line-height: 20px;
  color: #000000;
  text-align: left;
}
.fs-wrap .fs-dropdown .fs-option.selected {
  background-color: #5ac2de !important;
  color: #000000;
}

.facetwp-type-slider {
  margin-top: 3px !important;
  min-width: 200px;
}
.facetwp-type-slider .facetwp-slider-wrap {
  padding-bottom: 0;
}
.facetwp-type-slider .facetwp-slider-label {
  font-size: 12px;
  float: right;
}
.facetwp-type-slider .noUi-handle {
  border: none;
  background: #5ac2de;
  border-radius: 0;
}
.facetwp-type-slider .facetwp-slider-reset {
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  float: left;
  color: #000000;
  font-size: 12px;
  line-height: 46px;
}

#gform_fields_2433 .gfield {
  margin-bottom: 5px;
}
#gform_fields_2433 .gsection {
  margin: 30px 0 0 0 !important;
}
#gform_fields_2433 .gchoice {
  margin-bottom: 5px;
}

.sold-tag {
  background-color: #5ac2de;
  display: inline-block;
  padding: 0px 5px;
  color: #000000;
}

/** ARTWORK POPUP **/
.post-type-archive main {
  padding: 50px 20px 20px 20px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .post-type-archive main {
    padding: 80px 30px 30px;
  }
}
.post-type-archive .digital-catalogue {
  margin: 0 auto;
}

/** ARTWORK ON WALL **/
.artwork-inroom {
  background: rgb(246, 245, 250);
  background: linear-gradient(117deg, rgb(246, 245, 250) 0%, rgb(246, 246, 248) 100%);
}
.artwork-inroom .artwork-wall {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .artwork-inroom .artwork-wall {
    min-height: 300px;
  }
}
.artwork-inroom .artwork-wall img {
  height: auto;
  /*box-shadow: 4px 3px 11px 0px rgba(0,0,0,0.15); */
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .artwork-inroom .artwork-wall img {
    margin: 80px 0 40px;
  }
}
.artwork-inroom .artwork-woman {
  margin-top: -18%;
  z-index: 2;
}
.artwork-inroom .artwork-woman img {
  width: 100%;
  height: auto;
}

/**** CATALOGUE VISITOR LOGIN ****/
.catalogue-loginform {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .catalogue-loginform {
    max-width: 50%;
  }
}
.catalogue-loginform .page-title {
  margin-bottom: 20px !important;
}
.catalogue-loginform .gfield {
  margin-bottom: 0 !important;
}
.catalogue-loginform .gform_wrapper .gform_footer {
  padding: 20px 0 !important;
}
.catalogue-loginform .important-info {
  font-size: 13px;
  color: #a7a5a5;
}

.david-booth {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .david-booth {
    width: 40%;
    float: right;
    max-width: 40%;
  }
}

/** ART MONEY **/
.art-money {
  position: relative;
  font-size: 80%;
}
.art-money strong {
  font-family: "Cadiz";
  font-weight: bold;
  cursor: pointer;
}

.art-money-popup {
  position: absolute;
  border: 1px solid #000000;
  padding: 10px;
  z-index: 2;
  margin-top: -10px;
  background-color: #ffffff;
  box-shadow: 10px 10px 19px 0px rgba(0, 0, 0, 0.13);
  display: none;
}
.art-money-popup p {
  font-size: 13px;
  line-height: 21px;
  margin: 5px;
}
.art-money-popup p a {
  font-family: "Cadiz";
  font-weight: bold;
}
.art-money-popup p a:hover {
  text-decoration: underline;
}
.art-money-popup strong {
  font-family: "Cadiz";
  font-weight: bold;
}
.art-money-popup .close-art-money {
  font-size: 14px;
  display: block;
  float: right;
}

#field_2577_11 {
  display: none;
}

/** UNTOLD **/
.untold {
  display: grid;
  grid-template-columns: 60px auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.untold img {
  width: 100%;
  height: auto;
}
.untold img:hover {
  opacity: 0.8;
}
.untold .untold-text p {
  margin: 0;
  display: block;
  display: block;
  line-height: 1.6em;
  padding-top: 12px;
  font-size: 80%;
}
.untold .untold-text p a {
  font-weight: bold;
}

.profile-content .untold {
  margin-top: 10px;
  padding: 20px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .profile-content .untold {
    max-width: 350px;
  }
}

.hide-desktop {
  display: block;
}

.show-desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
  .show-desktop {
    display: block;
  }
}
.form_row.count.show_yes {
  display: block !important;
}

.role-vip-art-pass .form_row.count.show_yes {
  display: none !important;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
  width: 100% !important;
}

#evcal_list .eventon_list_event .evoet_cx em {
  color: #000 !important;
}

body main .intro #evcal_list p a,
body main .portal-content #evcal_list p a {
  width: 100% !important;
}
body main .intro #evcal_list *,
body main .portal-content #evcal_list * {
  font-family: "Cadiz Book" !important;
  line-height: 1.6em;
}
body main .intro #evcal_list,
body main .portal-content #evcal_list {
  border: none !important;
  border-radius: 0;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop {
  border: none;
  border-left: 2px solid #5ac2de;
  margin-bottom: 5px;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop:hover,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop:hover {
  opacity: 0.8;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .eventon_list_event .evcal_list_a:after,
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a:after,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .eventon_list_event .evcal_list_a:after,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a:after {
  display: none;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a {
  border: none;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  background-color: transparent;
  display: grid !important;
  grid-template-columns: auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_desc3,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_desc3 {
  display: none;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a span,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a span {
  color: #000000;
  font-family: "Cadiz Book";
  position: relative;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_event_title,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_event_title {
  font-family: "FreightDisp Pro" !important;
  line-height: 1em;
  letter-spacing: 0.8px !important;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_event_title,
  body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_event_title {
    margin-bottom: 5px;
    font-size: 26px;
  }
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_desc,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_desc {
  padding: 0;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock {
  position: relative;
  height: auto;
  padding: 0px;
  margin: 0;
  color: #ababab;
  top: -4px;
  font-weight: 600 !important;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .year,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .year {
  display: none;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .evo_start,
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .evo_end,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .evo_start,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .evo_end {
  font-size: 22px;
  margin-top: 0;
  line-height: 1.2em;
  text-align: center;
}
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .day,
body main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .month,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .day,
body main .portal-content #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_cblock .month {
  font-size: 11px;
}
body main .intro .ajde_evcal_calendar.boxstyle1,
body main .portal-content .ajde_evcal_calendar.boxstyle1 {
  border-radius: 0;
}
body main .intro .ajde_evcal_calendar.boxstyle1 *,
body main .portal-content .ajde_evcal_calendar.boxstyle1 * {
  border-radius: 0 !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1,
body main .portal-content .ajde_evcal_calendar.boxstyle1 {
  /** CALENDAR TITLE **/
}
body main .intro .ajde_evcal_calendar.boxstyle1 p.evo_month_title,
body main .portal-content .ajde_evcal_calendar.boxstyle1 p.evo_month_title {
  color: #000000 !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 p.evo_arrows span,
body main .portal-content .ajde_evcal_calendar.boxstyle1 p.evo_arrows span {
  color: #000000 !important;
  border-color: #000000 !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 p.evo_arrows span:before, body main .intro .ajde_evcal_calendar.boxstyle1 p.evo_arrows span:after,
body main .portal-content .ajde_evcal_calendar.boxstyle1 p.evo_arrows span:before,
body main .portal-content .ajde_evcal_calendar.boxstyle1 p.evo_arrows span:after {
  border-color: #000000 !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1,
body main .portal-content .ajde_evcal_calendar.boxstyle1 {
  /** SORTING SECTION **/
}
body main .intro .ajde_evcal_calendar.boxstyle1 .evo_cal_above,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .evo_cal_above {
  display: none;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section {
  padding: 0 0 20px 0;
  margin: 0;
  background-color: transparent;
  display: block !important;
}
@media only screen and (min-width: 1024px) {
  body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section,
  body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section {
    float: right;
  }
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .filtering_set_val:hover,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .filtering_set_val:hover {
  background-color: transparent;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter {
  position: relative;
  margin: 0 15px 15px 0;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .filtering_set_val,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .filtering_set_val {
  border: 1px solid #5ac2de;
  font-size: 13px;
  padding: 5px 40px 5px 10px;
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url(../img/2025/select-chevron.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .filtering_set_val,
  body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .filtering_set_val {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    margin: 0 0 15px 0;
  }
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .filtering_set_val.show,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .filtering_set_val.show {
  background-color: transparent;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown {
  width: calc(100% - 2px);
  margin-top: -10px;
  box-shadow: none !important;
  border: 1px solid #5ac2de;
  border-top: none;
  background-color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  min-width: 110px;
}
@media only screen and (min-width: 1024px) {
  body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown,
  body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown {
    margin-top: -15px;
  }
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown .event_type_369,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown .event_type_369 {
  display: none;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p {
  background-color: transparent;
  color: #000000;
  border: none;
  padding: 8px 16px;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p:before,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p:before {
  display: none;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p:hover, body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p.all,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p:hover,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p.all {
  color: #ffffff;
  background-color: #000000;
  border: none;
  padding: 8px 16px;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p:hover:before, body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p.all:before,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p:hover:before,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p.all:before {
  display: none;
}
body main .intro .ajde_evcal_calendar.boxstyle1,
body main .portal-content .ajde_evcal_calendar.boxstyle1 {
  /** EVENT TILES **/
}
body main .intro .ajde_evcal_calendar.boxstyle1 .el_cal,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .el_cal {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  border: none;
  border-radius: 0 !important;
}
@media only screen and (min-width: 1024px) {
  body main .intro .ajde_evcal_calendar.boxstyle1 .el_cal,
  body main .portal-content .ajde_evcal_calendar.boxstyle1 .el_cal {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  body main .intro .ajde_evcal_calendar.boxstyle1 .el_cal,
  body main .portal-content .ajde_evcal_calendar.boxstyle1 .el_cal {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event {
  border: none;
  width: 100% !important;
  border-left: 1px solid #5ac2de !important;
  padding-left: 20px !important;
  min-height: 0 !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .evo_boxtop,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .evo_boxtop {
  min-height: 200px;
  height: 200px;
  position: relative;
  z-index: 90;
  background-size: cover;
  transition: background-size 500ms linear;
  background-color: #ffffff !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event:hover,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event:hover {
  transform: scale(1);
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event:hover .evo_boxtop,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event:hover .evo_boxtop {
  opacity: 1;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig_outter,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig_outter {
  position: relative;
  z-index: 91;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .evo_above_title,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .evo_above_title {
  top: -40px;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig {
  padding: 10px 0 !important;
  height: auto;
  min-height: 1px !important;
  background-color: transparent !important;
  border: none !important;
  display: grid !important;
  grid-template-columns: auto auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_cblock,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_cblock {
  position: relative;
  height: auto;
  padding: 0px !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_cblock .evo_start,
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_cblock .evo_end,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_cblock .evo_start,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_cblock .evo_end {
  font-size: 22px !important;
  margin-top: 0 !important;
  line-height: 1.2em !important;
  text-align: center;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc {
  padding: 0 !important;
  margin: 0;
  width: 100%;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc *,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc * {
  color: #000000;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_title,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_title {
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  overflow: auto !important;
  white-space: normal !important;
  text-overflow: initial !important;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: "FreightDisp Pro" !important;
  color: #000000 !important;
  text-transform: capitalize;
  letter-spacing: 0.8px !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_title:hover,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_title:hover {
  text-decoration: underline;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_time,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_time {
  width: 100%;
  margin-bottom: 10px;
  color: #000000 !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_location,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_desc_info .evcal_location {
  color: #b3b3b3;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_types em,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_types em {
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 0.8em;
  margin: 5px 0;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_types em:first-of-type,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evcal_event_types em:first-of-type {
  display: none;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evors_rsvpiable,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evors_rsvpiable {
  margin: 10px 10px 10px 0;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evors_rsvpiable span,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evors_rsvpiable span {
  border: 1px solid #000000 !important;
}
body main .intro .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evors_rsvpiable span:hover,
body main .portal-content .ajde_evcal_calendar.boxstyle1 .eventon_list_event .desc_trig .evcal_desc .evors_rsvpiable span:hover {
  color: #ffffff;
  background-color: #000000;
}

@media only screen and (min-width: 1024px) {
  .page-id-344001 .evcal_list_a,
  .page-id-354321 .evcal_list_a {
    grid-template-columns: 80px auto !important;
    background-color: #f1f1f1 !important;
  }
}
/** LIGHTBOX CONTENT **/
.evo_lightbox.show {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.page-template-template-vip.page-id-345041 .evo_lightboxes .evo_lightbox_body {
  background-color: #000000;
}
.page-template-template-vip.page-id-345041 .checkin_status {
  display: none;
}

.page-id-565206 .evo_lightboxes .bordb,
.page-template-template-vip .evo_lightboxes .bordb {
  border: none !important;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body {
  background-color: #ffffff;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body *,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body * {
  border-radius: 0 !important;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top {
  display: grid;
  grid-template-columns: 90px auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-left: none !important;
  background-color: #000000;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .ett2,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .ett2 {
  display: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evors_rsvped_status_user,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evors_rsvped_status_user {
  border-radius: 0 !important;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock {
  position: relative;
  height: auto;
  padding: 6px 0 6px 20px;
  margin: 0;
  color: #ababab;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .year,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .year {
  display: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .evo_start,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .evo_end,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .evo_start,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .evo_end {
  font-size: 22px;
  margin-top: 0;
  line-height: 1.2em;
  text-align: center;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .day,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .month,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .day,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_cblock .month {
  font-size: 11px;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc {
  padding: 0;
  margin: 0;
  position: relative;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc *,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc * {
  color: #ffffff;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_title,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_title {
  overflow-wrap: normal;
  word-wrap: normal;
  overflow: auto;
  white-space: normal;
  text-overflow: initial;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: "FreightDisp Pro" !important;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.8px;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_title:hover,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_title:hover {
  text-decoration: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc span.evors_choices,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc span.evors_choices {
  border-radius: 0 !important;
  padding: 5px 10px;
  border-color: #000000;
  color: #000000;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc span.evors_choices:hover, .page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc span.evors_choices.set,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc span.evors_choices:hover,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc span.evors_choices.set {
  background-color: #000000;
  color: #ffffff;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_desc_info .evcal_time,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_desc_info .evcal_time {
  width: 100%;
  margin-bottom: 10px;
  color: #ffffff !important;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_desc_info .evcal_location,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_desc_info .evcal_location {
  color: #b3b3b3;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_types em,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_types em {
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8em;
  margin: 5px 0;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_types em:first-of-type,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evopop_top .evcal_desc .evcal_event_types em:first-of-type {
  display: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row {
  margin: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evcal_evdata_icons,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evcal_evdata_icons {
  display: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row.evo_metarow_details,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row.evo_metarow_details {
  padding: 20px 20px 0 20px;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row.lastrow,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row.lastrow {
  padding: 0;
  margin: 20px;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evcal_evdata_cell,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evcal_evdata_cell {
  padding: 0;
  text-align: left;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evors_section,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evors_section {
  margin: 0;
  padding: 0;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row p,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row p {
  color: #000000;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row h3,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row h3 {
  font-family: "FreightDisp Pro";
  font-size: 18px;
  color: #000000;
  margin: 0 0 10px !important;
  letter-spacing: 0.8px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row h3,
  .page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row h3 {
    font-size: 24px;
    line-height: 1;
  }
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection {
  background-color: #ffffff;
  padding: 13px 0;
  border-radius: 10px;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_choices,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_change_rsvp_trig,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_choices,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_change_rsvp_trig {
  margin-right: 10px;
  background-color: #000000;
  font-family: "FreightDisp Pro";
  border: 1px solid #000000;
  color: #ffffff;
  letter-spacing: 0.8px !important;
  padding: 10px 20px;
  font-weight: bold;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_choices:hover,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_change_rsvp_trig:hover,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_choices:hover,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_change_rsvp_trig:hover {
  background-color: #5ac2de;
  color: #000000;
  border-color: #5ac2de;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_choices.set,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_change_rsvp_trig.set,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_choices.set,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evcal_evdata_row .evoRS_status_option_selection .evors_change_rsvp_trig.set {
  color: #000000;
  background-color: #5ac2de;
  border-color: #5ac2de;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evors_checkmark,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evors_evc_rsvpchoice_txt,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evors_rsvped_status_user,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evors_checkmark,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evors_evc_rsvpchoice_txt,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evors_rsvped_status_user {
  display: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evors_change_rsvp.evors_section,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evors_change_rsvp.evors_section {
  border: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evoRS_status_option_selection span:hover,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evoRS_status_option_selection span.set,
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evors_change_rsvp span.change:hover,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evoRS_status_option_selection span:hover,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evoRS_status_option_selection span.set,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evors_change_rsvp span.change:hover {
  background-color: #6dc56b;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .rsvp_status span,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .rsvp_status span {
  border: 1px solid #5ac2de !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  padding: 10px 35px !important;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .rsvp_status span.set,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .rsvp_status span.set {
  color: #000000 !important;
  background-color: #5ac2de !important;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body {
  /** RSVP FORM **/
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evors_incard_form,
.page-template-template-vip .evo_lightboxes .evo_lightbox_body .evors_incard_form {
  background-color: #000000;
  padding: 20px 20px 10px 20px;
  margin: 10px 0 20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .page-id-565206 .evo_lightboxes .evo_lightbox_body .evors_incard_form,
  .page-template-template-vip .evo_lightboxes .evo_lightbox_body .evors_incard_form {
    padding: 30px 30px 15px 30px;
  }
}

#evorsvp_form .evors_rsvpid_tag,
.evo_lightbox_body .evors_rsvpid_tag {
  display: none !important;
}
#evorsvp_form .form_row,
.evo_lightbox_body .form_row {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #evorsvp_form .form_row,
  .evo_lightbox_body .form_row {
    padding-bottom: 15px;
  }
}
#evorsvp_form .show_yes,
.evo_lightbox_body .show_yes {
  padding: 10px 0 !important;
}
#evorsvp_form .show_yes label,
.evo_lightbox_body .show_yes label {
  display: block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  #evorsvp_form .show_yes,
  .evo_lightbox_body .show_yes {
    padding: 0 0 10px 0 !important;
  }
}
#evorsvp_form .input,
.evo_lightbox_body .input {
  background-color: #ffffff !important;
  color: #000000 !important;
  width: 100% !important;
  text-align: center;
}
#evorsvp_form #submit_rsvp_form,
.evo_lightbox_body #submit_rsvp_form {
  background-color: #5ac2de;
  font-family: "FreightDisp Pro";
  border: 1px solid #5ac2de;
  color: #000000;
  letter-spacing: 0.8px !important;
  padding: 10px 20px;
  font-weight: bold;
  width: calc(100% - 2px);
  padding: 10px 0 !important;
  text-align: center;
}
#evorsvp_form #submit_rsvp_form:hover,
.evo_lightbox_body #submit_rsvp_form:hover {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
  border-color: #ffffff;
}
#evorsvp_form .additional_field.show_def,
.evo_lightbox_body .additional_field.show_def {
  display: none !important;
}

/** SESSION LISTS **/
.box_2 .eventon_events_list .eventon_list_event .evcal_list_a {
  display: block;
  width: 100% !important;
  position: relative;
  padding: 5px;
  overflow: hidden;
  border: none;
  border-left: 3px solid #5ac2de;
  float: none;
  margin-bottom: 5px;
}

/** RSVP LIST **/
.my-rsvps h2,
.my-rsvps .intro,
.rsvpmanager_event b {
  display: none !important;
}

.eventon_rsvp_rsvplist p:hover {
  background-color: #5ac2de;
}
.eventon_rsvp_rsvplist p.rsvpmanager_event {
  border: none;
}

.eventon_rsvp_rsvplist {
  border: none;
}

/** MY ACCOUNT PAGE **/
.admin-bar #wppb_form_general_message {
  padding-top: 6px !important;
}

li#wppb-form-element-22 {
  margin-top: 40px;
}

.portal-content .gform_heading .gform_description {
  margin-bottom: 30px;
  display: block;
}

/* New Calendar Page */
body.page-id-565206 main .intro #evcal_head {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.page-id-565206 main .intro #evcal_list .eventon_list_event.evo_eventtop {
    width: 47% !important;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-id-565206 main .intro #evcal_list .eventon_list_event.evo_eventtop {
    width: 31% !important;
  }
}
body.page-id-565206 main .intro #evcal_list .eventon_list_event.evo_eventtop {
  width: 100% !important;
  margin-bottom: 35px;
  margin-right: 20px;
}
body.page-id-565206 main .intro #evcal_list .eventon_list_event.evo_eventtop .evcal_list_a .evcal_desc {
  width: 100%;
}
body.page-id-565206 main .intro #evcal_list .evoShow_more_events {
  width: 100%;
  min-height: 50px;
}
body.page-id-565206 main .intro #evcal_list .evoShow_more_events span {
  background-color: #5ac2de;
  width: 200px;
  margin: auto;
}

/* Calendar Page */
.page-id-565206 .evo_lightboxes .evcal_eventcard .evcal_evdata_row .evcal_evdata_cell {
  margin: 0;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569382_0 .evcal_evdata_row.lastrow, .page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569462_0 .evcal_evdata_row.lastrow, .page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569478_0 .evcal_evdata_row.lastrow {
  display: block;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569382_0 .evcal_evdata_row.lastrow #evorsvp_form .form_row.name, .page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569382_0 .evcal_evdata_row.lastrow #evorsvp_form .form_row.email, .page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569462_0 .evcal_evdata_row.lastrow #evorsvp_form .form_row.name, .page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569462_0 .evcal_evdata_row.lastrow #evorsvp_form .form_row.email, .page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569478_0 .evcal_evdata_row.lastrow #evorsvp_form .form_row.name, .page-id-565206 .evo_lightboxes .evo_lightbox_body.event_569478_0 .evcal_evdata_row.lastrow #evorsvp_form .form_row.email {
  display: flex;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row.lastrow {
  display: none;
}
.page-id-565206 .evo_lightboxes .evo_lightbox_body .evcal_evdata_row.evo_metarow_details {
  padding: 20px;
}
.page-id-565206:not(.logged-in) .eventon_filter_dropdown .vip-program,
.page-id-565206:not(.logged-in) .eventon_filter_dropdown .collection-visit,
.page-id-565206:not(.logged-in) .eventon_filter_dropdown .performance-contemporary,
.page-id-565206:not(.logged-in) .eventon_filter_dropdown .studio-visit,
.page-id-565206:not(.logged-in) .eventon_filter_dropdown .event_type_3_678,
.page-id-565206:not(.logged-in) .eventon_filter_dropdown .event_type_3_518 {
  display: none;
}

@media (max-width: 568px) {
  .evcal_eventcard .evcal_evdata_row .evcal_evdata_cell {
    margin-left: 0;
  }
}
#evo_lightboxes .evors_lightbox .evors_lightbox_body {
  background-color: #000;
}
#evo_lightboxes .eventon_events_list .evoRS_status_option_selection .evors_choices {
  display: inline-block;
}
#evo_lightboxes .eventon_events_list .evors_attendance_count_data {
  display: none;
}
#evo_lightboxes .eventon_events_list #evorsvp_form .form_row input {
  background-color: #fff;
  text-align: center;
}
#evo_lightboxes #event_ftimage .evocard_main_image {
  background-size: contain;
  background-repeat: no-repeat;
}
#evo_lightboxes img.evocard_main_image {
  width: auto !important;
  height: auto !important;
}

.eventon_sorting_section .evo_filter_container .eventon_filter_line .evo_filter_tax_box .filtering_set_val {
  background-color: transparent !important;
}
.eventon_sorting_section .evo_filter_container .eventon_filter_line .evo_filter_tax_box .filtering_set_val em.fa-caret-down {
  display: none;
}
.eventon_sorting_section .evo_filter_menu .evo_filter_inside {
  left: -10px !important;
}

.primary-navbar {
  position: fixed;
  top: 0;
  right: 0;
  width: -webkit-fill-available;
  background-color: #000;
  z-index: 9999;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.2s ease-out;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px 40px;
}
@media only screen and (min-width: 768px) {
  .primary-navbar {
    max-width: 380px;
    width: calc(100% - 80px);
  }
}
.primary-navbar::-webkit-scrollbar {
  display: none;
}
.primary-navbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.primary-navbar .primary-info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}
.primary-navbar__close {
  display: flex;
  margin: 25px 0px;
  text-align: right;
  font-size: 40px;
  cursor: pointer;
  color: #FFF;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
}
.primary-navbar__close .back-side {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
}
.primary-navbar__close .back-side:hover {
  color: #5ac2de;
}
.primary-navbar__close img {
  width: 33px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
.primary-navbar__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-navbar__list ul a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-family: "FreightDisp Pro";
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.primary-navbar__list ul a:hover {
  color: #5ac2de;
}
.primary-navbar__list ul > li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.primary-navbar__list ul > li > a {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 41.6px;
}
@media only screen and (min-width: 768px) {
  .primary-navbar__list ul > li > a {
    font-size: 42px;
    line-height: 54.6px;
  }
}
.primary-navbar__list ul li ul li {
  margin-bottom: 0;
}
.primary-navbar__list ul li ul li a {
  font-size: 18px;
  line-height: 18px;
}
.primary-navbar__list ul li.lang-item {
  display: none;
}
.primary-navbar__social-icons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 20px;
}
.primary-navbar__social-icons a {
  display: block;
  color: #ffffff;
  font-size: 20px;
}
.primary-navbar__social-icons a:hover {
  color: #5ac2de;
}
.primary-navbar__social-icons a:hover svg {
  fill: #5ac2de;
}
.primary-navbar__subscribe {
  background: red;
}
.primary-navbar__subscribe .newsletter-signup {
  padding: 0px;
}
.primary-navbar__subscribe .newsletter-wrapper h2 {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Cadiz";
  text-align: start;
  font-weight: 700;
  margin-bottom: 5px;
}
.primary-navbar__subscribe .newsletter-wrapper .newsletter-group {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid white;
}
.primary-navbar__subscribe .newsletter-wrapper .newsletter-group:first-child {
  border-top: 1px solid white;
}
.primary-navbar__subscribe .newsletter-wrapper .newsletter-group .newletter-input {
  margin-bottom: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  height: 40px;
  width: 100%;
  font-weight: 300;
  color: white;
}
.primary-navbar__subscribe .newsletter-wrapper .news-btn {
  font-size: 16px;
  border-bottom: unset;
  color: #fff;
  width: unset;
  max-width: unset;
  margin-right: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: "Cadiz";
  margin-top: 2px;
}
.primary-navbar__subscribe .newsletter-wrapper .news-btn:hover {
  color: #5ac2de;
  max-width: unset;
}
.primary-navbar .menu .menu-item {
  margin-bottom: 20px;
}
.primary-navbar .menu .menu-item.small-menu-item {
  margin-bottom: 10px;
}
.primary-navbar .menu .menu-item.small-menu-item a {
  font-size: 24px;
  line-height: 31.2px;
  font-family: "Cadiz";
}
.primary-navbar .menu .menu-item.small-menu-item.small-menu-top {
  margin-top: 50px;
}
.primary-navbar .menu .menu-item .sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0px;
  left: 1000px;
  transition: left 0.3s;
  z-index: 2;
}
.primary-navbar .menu .menu-item .sub-menu::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 99999px;
}
@media only screen and (min-width: 768px) {
  .primary-navbar .menu .menu-item .sub-menu {
    width: 100%;
  }
}
.primary-navbar .menu .menu-item .sub-menu.open {
  left: 0px;
  transition: left 0.3s;
}
.primary-navbar .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 20px;
}
.primary-navbar .menu .menu-item .sub-menu .menu-item.child-main-title {
  margin-bottom: 30px;
}
.primary-navbar .menu .menu-item .sub-menu .menu-item.child-main-title a {
  font-weight: 700;
  font-family: "FreightDisp Pro";
  letter-spacing: 2px;
  font-size: 32px;
  line-height: 41.6px;
}
.primary-navbar .menu .menu-item .sub-menu .menu-item.child-main-title a:hover {
  color: #5ac2de;
}
@media only screen and (min-width: 768px) {
  .primary-navbar .menu .menu-item .sub-menu .menu-item.child-main-title a {
    font-size: 42px;
    line-height: 54.6px;
  }
}
.primary-navbar .menu .menu-item .sub-menu .menu-item a {
  font-family: "Cadiz";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .primary-navbar .menu .menu-item .sub-menu .menu-item a {
    font-size: 24px;
    line-height: 31.2px;
  }
}
.primary-navbar .next-slide {
  cursor: pointer;
  font-size: 30px;
  color: white;
  vertical-align: middle;
}
.primary-navbar .next-slide:hover {
  color: #5ac2de;
}

.nav-open-overlay .primary-navbar {
  transform: translateX(0);
}
.nav-open-overlay .header__icons {
  opacity: 0;
}

.home main {
  padding-top: 0;
}

.header {
  position: fixed;
  width: calc(100% - 40px);
  padding: 10px 20px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  background-color: white;
  backdrop-filter: blur(5px);
}
@media only screen and (min-width: 1024px) {
  .header {
    width: calc(100% - 140px);
    padding: 20px 70px;
    background: rgba(255, 255, 255, 0.3);
  }
}
.header .desktop-menu-header .menu-header-menu-container .menu {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.header .desktop-menu-header .menu-header-menu-container .menu .menu-item a {
  display: block;
  background-color: #5ac2de;
  text-decoration: none;
  width: 152px;
  height: 47px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  font-family: "Cadiz";
  padding: 1px 0px;
}
.header .desktop-menu-header .menu-header-menu-container .menu .menu-item a:hover {
  background-color: #000;
  color: #5ac2de;
}
@media only screen and (max-width: 768px) {
  .header .desktop-menu-header {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header.scrolled {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0px 70px;
  }
}
.header__logo {
  width: 200px;
  padding: 2px 0px;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 288px;
  }
}
.header__logo img {
  max-width: 100%;
  height: auto;
}
.header__logo .desktop-logo {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__logo .desktop-logo {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .header__logo .mobile-logo {
    display: none;
  }
}
.header__container {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1710px;
  margin: 0 auto;
}
.header__date {
  display: none;
}
@media only screen and (min-width: 758px) {
  .header__date {
    display: block;
    font-family: "FreightDisp Pro";
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: rgb(0, 0, 0);
  }
  .header__date span {
    margin-left: 20px;
  }
  .header__date div {
    margin-left: 20px;
    white-space: nowrap;
    display: inline-block;
  }
  .header__date .show_date_laptop {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .header .show_date_laptop {
    display: inline-block;
  }
  .header .show_date_tablet {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header .show_date_tablet {
    display: inline-block;
  }
  .header .show_date_laptop {
    display: none;
  }
}
.header__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__icons {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .header__icons {
    width: 330px;
  }
}
.header__icon {
  font-size: 24px;
  color: #000000;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__icon {
    display: block;
  }
}
.header__icon span {
  width: 25px;
  height: 1px;
  border-top: 1px solid #000000;
  margin: 0 auto 8px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header__icon span {
    width: 40px;
    margin: 0 auto 10px;
    border-top: 3px solid #000000;
  }
}
.header__icon span:last-child {
  margin-bottom: 0px;
}
.header__icon i {
  cursor: pointer;
}
.header__icon--open {
  margin-left: 10px;
  display: block;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .header__icon--open {
    font-size: 40px;
  }
}
.header .mobile-menu-header {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .mobile-menu-header {
    display: flex;
    position: absolute;
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 21px;
    right: 0;
    bottom: -20px;
    background-color: #5ac2de;
    align-items: center;
  }
}
.header .mobile-menu-header .menu-header-menu-container .menu {
  list-style: none;
  margin: 0px;
  padding: 0;
  margin-left: 15px;
}
.header .mobile-menu-header .menu-header-menu-container .menu .menu-item a {
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  color: #000;
  font-family: "Cadiz";
}

/*****************************************
    GLOBAL  
******************************************/
.featured-image + .elementor .elementor-section:first-child .elementor-column:first-child .elementor-col-33 .elementor-widget-wrap,
.elementor-section:first-child .elementor-column-gap-default .elementor-col-33 .elementor-widget-wrap,
.featured-image + .elementor .elementor-section:first-child .elementor-column:first-child .elementor-col-66 .elementor-widget-wrap,
.elementor-section:first-child .elementor-column-gap-default .elementor-col-66 .elementor-widget-wrap {
  background-color: #fff !important;
  background-image: none !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
  padding: 0;
}
.featured-image + .elementor .elementor-section:first-child .elementor-column:first-child .elementor-col-33 .elementor-widget-wrap .elementor-widget-text-editor,
.elementor-section:first-child .elementor-column-gap-default .elementor-col-33 .elementor-widget-wrap .elementor-widget-text-editor,
.featured-image + .elementor .elementor-section:first-child .elementor-column:first-child .elementor-col-66 .elementor-widget-wrap .elementor-widget-text-editor,
.elementor-section:first-child .elementor-column-gap-default .elementor-col-66 .elementor-widget-wrap .elementor-widget-text-editor {
  color: #000 !important;
}
.featured-image + .elementor .elementor-section:first-child .elementor-column:first-child .elementor-col-33 .elementor-widget-wrap .elementor-widget-text-editor p a,
.elementor-section:first-child .elementor-column-gap-default .elementor-col-33 .elementor-widget-wrap .elementor-widget-text-editor p a,
.featured-image + .elementor .elementor-section:first-child .elementor-column:first-child .elementor-col-66 .elementor-widget-wrap .elementor-widget-text-editor p a,
.elementor-section:first-child .elementor-column-gap-default .elementor-col-66 .elementor-widget-wrap .elementor-widget-text-editor p a {
  color: #000 !important;
}

.elementor-flip-box__front {
  background-color: var(--e-global-color-primary) !important;
}

.elementor-flip-box__back .elementor-flip-box__layer__overlay {
  background: rgba(240, 134, 157, 0.7) !important;
  text-align: center;
}

.elementor-widget-text-editor p a {
  color: var(--e-global-color-primary) !important;
}

#preloader {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../img/2025/spinner.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  z-index: 999999;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

#preloader::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

#login h1 a,
.login h1 a {
  background-image: url(../img/2025/watermark.svg);
  height: 65px;
  width: 320px;
  background-size: 320px 65px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

/** LAZYLOAD IMAGES **/
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
  /* we set the opacity to 0 */
  opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
  /* prepare the future animation */
  transition: opacity 0.5s linear 0.2s;
  /* we set the opacity to 1 to do the magic */
  opacity: 1;
  width: auto;
}

.elementor img {
  width: auto;
}

html {
  font-family: "Cadiz Book";
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  scroll-behavior: auto;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1710px;
}

main {
  padding: 110px 16px 50px 16px;
}
@media only screen and (min-width: 1024px) {
  main {
    padding: 125px 70px 50px 70px;
    max-width: 1700px;
    margin: 0 auto;
  }
}

.home main {
  padding-bottom: 0;
}

main h2 {
  text-transform: inherit;
}

/*****************************************
    BANNER  
******************************************/
.header-container {
  position: absolute;
  width: 100%;
  z-index: 9998;
  background-color: #ffffff;
  transition: 0.2s ease-in-out;
}
.header-container .wrapper {
  padding: 40px 30px 15px;
  min-height: 60px;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .header-container .wrapper {
    min-height: 135px;
    padding: 50px 70px 30px;
  }
}

.site-title {
  float: left;
  text-indent: -9999px;
  margin: 0;
  height: 80px;
  width: 100%;
  display: block;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/logo-online-long.svg);
}
@media only screen and (min-width: 1024px) {
  .site-title {
    height: 135px;
    width: 500px;
  }
}

.nav-open .header-container {
  background-color: #000000;
  height: 110vh;
}
.nav-open .header-container .primary-nav ul {
  display: none;
}
.nav-open .header-container .site-title {
  background-image: url(https://sydneycontemporary.com.au/2015/wp-content/uploads/2023/10/SC-logo-2024-inverted.png);
}

.down .header-container {
  position: fixed;
  top: 0;
}
.down .header-container .wrapper {
  min-height: 30px;
  padding: 20px 30px;
}
@media only screen and (min-width: 1024px) {
  .down .header-container .wrapper {
    padding: 30px 70px;
    min-height: 70px;
  }
}
.down .header-container .menu {
  display: none;
}
.down .header-container .site-title {
  background-image: url(../img/logo-nodates-2021.svg);
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .down .header-container .site-title {
    height: 70px;
  }
}
.down .header-container .primary-nav .menu-open {
  top: 13px;
}
@media only screen and (min-width: 1024px) {
  .down .header-container .primary-nav .menu-open {
    top: 33px;
  }
}

.nav-open .header-container .wrapper {
  min-height: 60px;
}
@media only screen and (min-width: 1024px) {
  .nav-open .header-container .wrapper {
    min-height: 130px;
  }
}

/*****************************************
    MAIN MENU  
******************************************/
.primary-nav {
  float: right;
}
.primary-nav ul {
  margin: 0;
  padding: 0;
}
.primary-nav ul li {
  display: inline-block;
  text-align: right;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .primary-nav ul li {
    margin: 15px 90px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .primary-nav ul li.sc-online-tickets {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 481px) {
  .primary-nav ul li.sc-online-tickets {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1065px) {
  .primary-nav ul li.sc-online-tickets a {
    font-size: 22px;
    line-height: 22px;
  }
}
.primary-nav ul li a {
  font-family: "Cadiz";
  font-weight: 500;
  color: #5ac2de;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: block;
}
.primary-nav ul li a:hover {
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .primary-nav ul li a {
    font-size: 25px;
    line-height: 25px;
  }
}
.primary-nav .menu-open {
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 10px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .primary-nav .menu-open {
    top: 53px;
    right: 60px;
  }
}
.primary-nav .menu-open span {
  width: 25px;
  height: 1px;
  border-top: 1px solid #000000;
  margin: 0 auto 8px;
  display: block;
}
.primary-nav .menu-open span:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .primary-nav .menu-open span {
    width: 40px;
    margin: 0 auto 10px;
    border-top: 3px solid #000000;
  }
}

.nav-open .menu-open span {
  display: none;
  margin: none;
  width: 28px;
  border-top: 3px solid #5ac2de;
  transition-duration: 0.4s;
  transition-property: transform;
}
.nav-open .menu-open span:first-of-type {
  transform: rotate(-45deg);
  display: block;
  margin-top: 8px;
}
.nav-open .menu-open span:last-of-type {
  transform: rotate(45deg);
  display: block;
  margin-top: -11px;
}
@media only screen and (min-width: 768px) {
  .nav-open .menu-open span {
    width: 40px;
  }
  .nav-open .menu-open span:first-of-type {
    margin-top: 13px;
  }
  .nav-open .menu-open span:last-of-type {
    margin-top: -13px;
  }
}

/*****************************************
    POPUP MENU  
******************************************/
.nav-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: none;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  clear: both;
}
.nav-wrapper::-webkit-scrollbar {
  display: none;
}

.naviation-overlay {
  display: none;
  z-index: 9999;
  padding: 0;
}
.naviation-overlay .social-icons {
  margin: 0;
}
.naviation-overlay .social-icons a {
  color: #ffffff;
  border: none !important;
}
@media only screen and (min-width: 1024px) {
  .naviation-overlay {
    grid-template-columns: auto 360px;
    padding: 0px 0 220px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .naviation-overlay {
    padding: 80px 0 220px 0;
  }
}
.naviation-overlay .overlay-menu ul {
  list-style: none;
  margin: 0 0 250px;
  padding: 30px 70px;
}
@media only screen and (max-width: 767px) {
  .naviation-overlay .overlay-menu ul {
    padding: 10px 0 10px 25px;
    margin: 0;
  }
}
.naviation-overlay .overlay-menu ul li {
  width: 100%;
  text-align: left;
}
.naviation-overlay .overlay-menu ul li.sc_online_menu_item a {
  color: #5ac2de;
}
.naviation-overlay .overlay-menu ul li a {
  font-family: "FreightDisp Pro Book";
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  width: 100%;
  letter-spacing: 0.8px !important;
  font-weight: 500;
}
.naviation-overlay .overlay-menu ul li a:hover {
  color: #5ac2de;
}
.naviation-overlay .overlay-menu ul .highlight a {
  color: #5ac2de;
}
@media only screen and (min-width: 1200px) {
  .naviation-overlay .overlay-menu ul {
    display: grid;
    padding: 0 60px 0 0;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
    margin: 0 0 50px;
  }
  .naviation-overlay .overlay-menu ul li {
    padding: 0;
    margin: 0;
    display: block;
    grid-column: 2;
  }
  .naviation-overlay .overlay-menu ul li a {
    padding: 0 0 0 30px;
    width: calc(100% - 30px);
    font-size: 38px;
    line-height: 38px;
    border-left: 2px solid #5ac2de;
  }
  .naviation-overlay .overlay-menu ul li a:hover {
    color: #5ac2de;
  }
  .naviation-overlay .overlay-menu ul li:nth-of-type(1) {
    grid-column: 1;
    margin-bottom: 80px;
    grid-row: 1;
  }
  .naviation-overlay .overlay-menu ul li:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2/8;
  }
  .naviation-overlay .overlay-menu ul li:nth-of-type(3) {
    grid-row: 1;
    margin-bottom: 80px;
  }
  .naviation-overlay .overlay-menu ul li:nth-last-of-type(4) {
    grid-column: 3;
    margin-bottom: 80px;
    grid-row: 1;
  }
  .naviation-overlay .overlay-menu ul li:nth-last-of-type(3) {
    grid-column: 3;
    margin-top: 150px;
    grid-row: 1;
  }
  .naviation-overlay .overlay-menu ul li:nth-last-of-type(2) {
    grid-column: 3;
    grid-row: 2;
  }
  .naviation-overlay .overlay-menu ul li:nth-last-of-type(1) {
    grid-column: 3;
    grid-row: 4;
  }
  .naviation-overlay .overlay-menu ul li .sub-menu {
    margin: 0;
    padding: 0;
    display: block;
    -moz-columns: 1;
         columns: 1;
  }
  .naviation-overlay .overlay-menu ul li .sub-menu li {
    border: none;
    padding: 0;
    margin: 0;
  }
  .naviation-overlay .overlay-menu ul li .sub-menu li:first-of-type a {
    padding-top: 20px;
  }
  .naviation-overlay .overlay-menu ul li .sub-menu li a {
    font-family: "Cadiz Book";
    font-weight: normal;
    margin: 0;
    font-size: 23px;
  }
  .naviation-overlay .overlay-menu ul li .sub-menu li:last-of-type a {
    color: #ffffff;
  }
  .naviation-overlay .overlay-menu ul li .sub-menu li:last-of-type a:hover {
    color: #5ac2de;
  }
}
@media only screen and (min-width: 1240px) {
  .naviation-overlay .overlay-menu ul {
    -moz-columns: 3;
         columns: 3;
  }
}
.naviation-overlay .newsletter-signup {
  display: none;
  padding: 0px;
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .naviation-overlay .newsletter-signup {
    display: block;
  }
  .naviation-overlay .newsletter-signup h2 {
    text-align: left;
  }
  .naviation-overlay .newsletter-signup input[type=text],
  .naviation-overlay .newsletter-signup input[type=email] {
    margin-bottom: 15px;
    text-align: left;
  }
}

.nav-open {
  overflow: hidden;
}
.nav-open .naviation-overlay {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .naviation-overlay {
    display: grid;
  }
}

li#menu-item-524662 a {
  color: #5ac2de;
}
li#menu-item-524662 a:hover {
  color: #ffffff;
}

/*****************************************
    SUBMENU  
******************************************/
.article-nav ul {
  padding: 0;
  margin: 10px 0 30px 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .article-nav ul {
    margin: 0 0 50px 65px;
    text-align: right;
  }
}
.article-nav ul li {
  display: block;
}
@media only screen and (min-width: 728px) {
  .article-nav ul li {
    display: inline-block;
    margin-left: 80px;
    margin-right: 0;
  }
}
.article-nav ul li a {
  font-family: "FreightDisp Pro Book";
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  letter-spacing: 0.8px !important;
  font-weight: 500;
}
@media only screen and (min-width: 728px) {
  .article-nav ul li a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .article-nav ul li a {
    font-size: 28px;
  }
}
.article-nav ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.6);
  margin-top: -0.8em;
  background: #5ac2de;
  transform-origin: center left;
  animation: strikethrough 1s 0.5s cubic-bezier(0.55, 0, 0.1, 1) 1;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transform: scaleX(0);
}
.article-nav ul li a:hover:after {
  transform: scaleX(1);
  width: 100%;
  transform-origin: center left;
}
.article-nav ul li span {
  color: #5ac2de;
}
.article-nav ul li:hover span {
  visibility: hidden;
}

/*****************************************
    SOCIAL ICONS
******************************************/
.social-icons a {
  display: inline-block !important;
  color: #ffffff;
  font-size: 25px;
  width: auto !important;
}
.social-icons a:hover {
  color: #5ac2de;
}
@media only screen and (max-width: 1200px) {
  .social-icons a {
    margin-right: 25px;
  }
}

/*****************************************
    FEATURED IMAGE  
******************************************/
.featured-image {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .featured-image {
    height: 500px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-image {
    height: 650px;
    width: calc(100% - 6px);
  }
}

.child-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}

.child-section:last-of-type {
  border: none;
}

/*****************************************
    NEWSLETTER  
******************************************/
.newsletter-signup {
  background-color: #000000;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .newsletter-signup {
    display: block;
  }
}
.newsletter-signup .newsletter-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-signup h2 {
  font-family: "FreightDisp Pro";
  color: #ffffff;
  text-align: center;
  margin: 0 0 30px;
  font-size: 30px;
  letter-spacing: 0.8px !important;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .newsletter-signup h2 {
    margin: 0 0 60px;
    font-size: 35px;
  }
}
.newsletter-signup input[type=text],
.newsletter-signup input[type=email],
.newsletter-signup input[type=number] {
  width: calc(100% - 40px);
  border: none;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #888888;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .newsletter-signup input[type=text],
  .newsletter-signup input[type=email],
  .newsletter-signup input[type=number] {
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.newsletter-signup .form-group {
  display: grid;
  grid-template-columns: 65% auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.newsletter-signup input::-webkit-outer-spin-button,
.newsletter-signup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.newsletter-signup input[type=number] {
  -moz-appearance: textfield;
}
.newsletter-signup button {
  font-size: 17px;
  padding: 10px 0;
  border: none;
  border-bottom: 3px solid #5ac2de;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  color: #ffffff;
  background-color: transparent;
  width: 100%;
  max-width: 120px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .newsletter-signup button {
    font-size: 22px;
    padding: 10px;
  }
}
.newsletter-signup button:hover {
  max-width: 100% !important;
}
.newsletter-signup ::-moz-placeholder {
  color: grey;
}
.newsletter-signup ::placeholder {
  color: grey;
}

.newsletter-popup .form-group {
  display: grid;
  grid-template-columns: 65% auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.newsletter-popup h2 {
  font-family: "FreightDisp Pro";
  color: #ffffff;
  text-align: center;
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.8px !important;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .newsletter-popup h2 {
    font-size: 32px;
  }
}
.newsletter-popup input[type=text],
.newsletter-popup input[type=number],
.newsletter-popup input[type=email] {
  width: 100%;
  border: 1px solid #5ac2de;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .newsletter-popup input[type=text],
  .newsletter-popup input[type=number],
  .newsletter-popup input[type=email] {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.newsletter-popup input::-webkit-outer-spin-button,
.newsletter-popup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.newsletter-popup input[type=number] {
  -moz-appearance: textfield;
}
.newsletter-popup button {
  font-size: 16px;
  padding: 10px 0;
  border: none;
  border-bottom: 3px solid #5ac2de;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
  width: 100%;
  max-width: 120px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .newsletter-popup button {
    font-size: 20px;
    padding: 10px;
  }
}
.newsletter-popup button:hover {
  max-width: 100% !important;
}

/*****************************************
    FOOTER  
******************************************/
.footer-container {
  background-image: url("../img/2025/footer-background-mobile.jpg");
  background-size: 100%;
  background-position: center center;
  padding: 30px;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .footer-container {
    padding: 50px 70px;
    background-size: cover;
    background-position: right bottom;
    background-image: url("../img/footer-background-2026.png");
  }
  .footer-container .wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .footer-container .footer-text {
    display: grid;
    grid-template-columns: 260px 450px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.footer-container .site-title {
  height: 30px;
  float: none;
  margin: 0 0 60px;
  background-image: url(../img/logo-nodates-2021.svg);
}
@media only screen and (min-width: 1024px) {
  .footer-container .site-title {
    height: 60px;
  }
}
.footer-container .address p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .footer-container .address p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }
}
.footer-container .acknowledgement p {
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  padding-right: 50px;
  margin: 0 0 60px;
}
@media only screen and (min-width: 1024px) {
  .footer-container .acknowledgement p {
    font-size: 16px;
    line-height: 30px;
    margin: 1px 0;
  }
}
.footer-container .footer-links {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .footer-container .footer-links {
    grid-template-columns: 1fr;
  }
}
.footer-container .footer-links .social-icons {
  margin: 0;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .footer-container .footer-links .social-icons {
    margin-top: 80px;
  }
}
.footer-container .footer-links .social-icons a {
  font-size: 16px;
  color: #000000 !important;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .footer-container .footer-links .social-icons a {
    font-size: 28px;
    margin: 0 0 0 30px;
  }
}

/*****************************************
    FOOTER MENU  
******************************************/
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul li {
  display: inline-block;
}
.footer-nav ul li a {
  display: block;
  margin-right: 10px;
  font-family: "FreightDisp Pro Book";
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.8px !important;
  font-weight: 500;
}
.footer-nav ul li a:hover {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .footer-nav ul {
    text-align: right;
  }
  .footer-nav ul li a {
    font-size: 22px;
    margin: 0 0 0 30px;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

/*****************************************
    IN PAGE NEWSLEETRE FORM
******************************************/
.inpage-newsletterform {
  margin: 0 0 40px 0;
}
.inpage-newsletterform input {
  display: block;
  border-radius: 0 !important;
  padding: 10px;
  border: 1px solid #cccccc;
  width: calc(100% - 20px);
  max-width: 501px;
  margin: 0 0 20px;
}
.inpage-newsletterform button[type=submit] {
  font-size: 17px;
  padding: 10px 0;
  border: none;
  border-bottom: 3px solid #5ac2de;
  display: block;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  max-width: 120px;
  transition: all 0.3s ease;
}
.inpage-newsletterform button[type=submit]:hover {
  color: #000000;
  background-color: #5ac2de;
}

.hero-banner {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .hero-banner {
    height: 300px;
  }
}
.hero-banner + main {
  padding-top: 0px;
}
.hero-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */