html {
  color: #000000;
  font-size: 1em;
  line-height: 1.6em;
  background-color: #ffffff;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

*:focus {
  outline: none;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */
body {
  font: 16.5px/21.5px 'Circular Std', 'Noto Sans HK', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
}

body.home {
  background-color: #000000;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
}

body.home .main p, body.home .main h1, body.home .main h2, body.home .main h3, body.home .main h4 {
  color: #ffffff !important;
}

.background {
  background-color: #000000;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}

body.home .instagram h2 a {
  color: #ffffff !important;
}

body.home .instagram {
  position: relative;
  border-top: 1px solid #252525;
  background-color: #000000;
  text-shadow: 0 0 black;
}

.site-wrapper {
  max-height: 999999px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1900px;
}

.main {
  padding: 0 10px;
}

.page-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0px 20px;
  padding: 30px 0;
  text-align: left;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}

.page-template-template-galleries .page-title {
  margin: 0px 10px;
}

/* ==========================================================================
     HEADER  
     ========================================================================== */
.topbar {
  background-color: #d5d5d5;
  text-align: right;
}

.topbar p, .topbar a {
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 5px 10px;
}

.topbar a:hover {
  text-decoration: underline;
}

header {
  font-family: 'Circular Std', 'Noto Sans HK', Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .header-container {
  position: absolute;
  background-color: transparent;
  width: 100%;
  z-index: 999;
}

.home .header-container .site-logo {
  visibility: hidden;
}

.home header.clone .site-logo {
  visibility: visible;
}

header.clone .site-logo {
  display: inline-block;
}

header.clone {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  background-color: #000000;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

body.down header.clone {
  top: 0;
}

.admin-bar.down header.clone {
  top: 32px;
}

header .header-middle {
  display: none;
}

header.clone .header-left {
  display: none;
}

header.clone .header-middle {
  display: block;
}

.header-container {
  position: relative;
  background-color: #000000;
}

.header-container a {
  text-decoration: none;
}

.site-logo {
  text-indent: -9999px;
  margin: 0px 0 0 0;
  padding: 0;
  height: 50px;
  /* max-width:70%; */
  width: 220px;
  display: inline-block;
  background-image: url("../img/logo-uob-v4-white.svg?v=1.0");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 10px;
}

.header-container .showdates {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin: 0;
}

a.mobile-menu {
  font-size: 40px;
  line-height: 30px;
  color: #ffffff;
  float: right;
}

a.mobile-menu span {
  display: none;
}

.header-right {
  text-align: right;
  float: right;
}

.topmenu {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  width: 100%;
}

.topmenu li {
  display: inline-block;
  text-align: right;
}

.topmenu li:first-of-type::before {
  display: none;
}

.topmenu li::before {
  content: " ";
  height: 10px;
  border-left: 1px solid #000000;
  width: 1px;
  display: inline-block;
}

/* ==========================================================================
     Main Menu  
     ========================================================================== */
.overlay {
  position: fixed;
  top: 0;
  right: -440px;
  z-index: 99999;
  height: 100vh;
  width: 350px;
  background-color: #FFEBE3;
  font-family: 'Circular Std', 'Noto Sans HK', Helvetica, Arial, sans-serif;
  display: block;
  -webkit-transition: 0.4s right cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.4s right cubic-bezier(0.3, 0.73, 0.3, 0.74);
  max-width: calc(100% - 70px);
}

.admin-bar .overlay {
  top: 32px;
}

.overlay.opened {
  -webkit-transition: 0.4s right cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.4s right cubic-bezier(0.3, 0.73, 0.3, 0.74);
  right: 0;
}

.overlay nav ul {
  margin: 26px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.overlay nav ul li a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 10px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 700;
}

.overlay nav ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}

.applylink a {
  color: #a81014 !important;
}

.applylink a:hover {
  color: #ffffff !important;
}

.overlay .lang-item {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}

.overlay .lang-item a {
  padding: 30px 10px 10px 30px !important;
  font-size: 16px;
  font-weight: normal;
}

.lang-item:last-of-type a {
  padding: 30px 0 0 0 !important;
}

.lang-item a:hover {
  background-color: transparent !important;
  color: #000000 !important;
}

a.mobile-menu-close {
  font-size: 28px;
  line-height: 74px;
  color: #ffffff;
  height: 74px;
  width: 50px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  background-color: #1e1e1e;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -50px;
  -webkit-transition: 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
}

.down a.mobile-menu-close {
  height: 60px;
  line-height: 60px;
  top: 0;
}

/** FONTS **/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Circular Std', 'Noto Sans HK', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

.main-container p a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 2px solid;
}

.main-container p a:hover {
  border-bottom: 2px solid #8a8a8a;
}

.main-container a:hover {
  color: #8a8a8a !important;
  /* text-decoration: underline; */
}

body.home .main-container a {
  color: #ffffff;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.6em;
}

.pagination {
  font-size: 18px;
  margin: 40px 0 30px;
  text-align: center;
}

.pagination a {
  font-size: 18px;
  padding: 5px;
}

/* ==========================================================================
     PAGE  
     ========================================================================== */
.featured-image {
  padding: 20px 10px 0;
}

.featured-image img {
  width: 100%;
  height: auto;
}

.page-article {
  margin: 0;
  padding: 30px 0px;
}

.section-container {
  margin: 0;
  padding: 30px 10px;
}

.sectiondivider {
  border-top: 1px solid #d5d5d5;
  margin: 0 20px;
  height: 1px;
}

.article-nav {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 20px;
}

.article-nav ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: left;
}

.article-nav ul li {
  display: inline-block;
}

.article-nav ul li a {
  font-family: "Circular Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin-right: 15px;
  color: #000000;
}

.article-nav ul li a:hover {
  color: #8a8a8a;
}

/* ==========================================================================
     EXHIBITOR PORTAL
     ========================================================================== */
.page-template-template-portal .page-title {
  margin: 0 10px;
}

.exhibitor-portal-grid, .exhibitor-portal-login-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: start;
      align-self: start;
  grid-gap: 30px;
  padding: 40px 0;
  margin: 20px 10px;
}

.exhibitor-portal-grid {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.exhibitor-portal-login-grid {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.exhibitor-portal-grid aside {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -webkit-box-shadow: inset -30px 0 30px -30px rgba(0, 0, 0, 0.05);
          box-shadow: inset -30px 0 30px -30px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #e6e6e6;
}

.exhibitor-portal-grid aside nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-item-1629,
#menu-item-1630,
#menu-item-1631,
#menu-item-1632 {
  display: none;
}

.exhibitor-portal-grid aside a {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  color: #000;
}

.exhibitor-portal-grid aside .current_page_item a {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
}

.exhibitor-portal-grid aside a .fa {
  display: inline-block;
  background-color: #f3f3f3;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  margin-left: 20px;
  float: right;
  border-radius: 100px;
  padding: 2px;
  margin-right: -5px;
}

.success, .wppb-success, .gform_wrapper .form_saved_message {
  background-color: #beffbd !important;
  border: 1px solid #68e668 !important;
  color: #000000 !important;
  padding: 10px !important;
}

.gpls-limit-message-container {
  background-color: #FF4A4D;
  border: 1px solid #e72525;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}

.success {
  margin: 0 0 20px 10px;
}

.gform_wrapper .form_saved_message {
  margin: 0 0 30px 0 !important;
}

#wppb-form-element-18 label {
  display: none;
}

#wppb-form-element-18 ul label {
  display: block;
}

.menu-indent a {
  padding-left: 20px !important;
}

.gsection, .gform_wrapper li.gfield.field_description_below + li.gsection {
  padding: 60px 0 20px !important;
}

.gform_wrapper h2.gsection_title {
  font-size: 26px !important;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #000 !important;
  padding: 0 0 20px 0;
}

.gsection .gsection_description {
  margin-top: 20px;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 14px;
}

.gform_save_link {
  background-color: #bbbbbb;
  color: #ffffff;
  padding: 7px 15px;
  margin: 1px !important;
  font-weight: bold;
  line-height: 30px;
}

.gpnf-nested-entries-container.ginput_container {
  margin-bottom: 40px;
}

.tingle-modal--visible {
  overflow-y: scroll !important;
}

/* ==========================================================================
     PROFILE BUILDER PRO
     ========================================================================== */
.wppb-user-forms ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wppb-user-forms ul li {
  margin-bottom: 16px;
}

.wppb-user-forms label {
  font-weight: bold;
  width: 100%;
  display: block;
}

.wppb-user-forms input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .wppb-user-forms select {
  margin-top: 8px;
  line-height: 20px;
  border: none;
  width: calc(100% - 22px);
  padding: 10px;
  display: block;
  background-color: #ddd;
}

.wppb-user-forms select {
  height: 40px;
  line-height: 40px;
}

.wppb-user-forms input[type="checkbox"] {
  margin-right: 10px;
  float: left;
  margin-top: 8px;
}

.wppb-description-delimiter {
  font-size: 12px;
}

/* ==========================================================================
    Table Styles
     ========================================================================== */
.gv-table-view table {
  width: 100%;
  margin: 20px 0;
  text-align: left;
}

.gv-table-view table td {
  padding: 5px;
  text-align: left;
}

.gv-table-view table tr:nth-child(even) {
  background: #f3f3f3;
}

.gv-table-view thead {
  background-color: #dddddd;
  text-align: left;
}

.gv-table-view tfoot {
  display: none;
}

.gv-table-view th#gv-field-15-delete_link {
  width: 100px;
}

.gv-widget-pagination p {
  margin: 0;
}

.gpnf-nested-entries {
  width: 100%;
}

.gpnf-nested-entries ul {
  margin: 0;
  padding: 0;
}

.tingle-modal-box {
  border-radius: 0;
}

.gpnf-modal-header {
  background-color: #000000 !important;
  font-weight: bold;
}

.tingle-btn--primary {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
}

.tingle-btn--primary:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
}

/* ==========================================================================
     BUTTONS
     ========================================================================== */
.button, button, .elementor-button {
  display: inline-block;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 0 !important;
}

.button:hover, button:hover, .elementor-button:hover {
  color: #000000 !important;
  background-color: #FFEBE3;
  text-decoration: none !important;
}

.tingle-modal__close:hover {
  background: transparent;
}

/* ==========================================================================
     Instagram Feed
     ========================================================================== */
.instagram {
  padding: 40px 0;
  border-top: 1px solid #d5d5d5;
}

.instagramLogo {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.instagram h2 {
  margin: 8px 0 0;
  font-size: 26px;
  line-height: 26px;
}

.instagram h2 a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.instagram h2 a:hover {
  color: #a81014;
}

.instagram p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 12px;
}

.instafeedContainer {
  overflow: scroll;
  overflow-y: hidden;
  height: 260px;
  padding-bottom: 20px;
  margin-top: 20px;
  max-width: 100% !important;
  min-width: 100%;
}

div#instafeed {
  margin-top: 40px;
}

#instafeed .image {
  height: 0;
  width: 20%;
  padding-bottom: 20%;
  display: inline-block;
  background-size: cover;
  margin: 0;
}

/* ==========================================================================
     Newsletter
     ========================================================================== */
.newsletter {
  positioN: relative;
  padding: 0 20px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}

.newsletter .wrapper {
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}

.newsletter h2 {
  color: #000000 !important;
  font-size: 22px;
  line-height: 22px;
  font-style: normal;
  margin: 0px 0 15px;
}

.newsletter #fieldEmail {
  line-height: 50px;
  height: 50px;
  width: calc(100% - 40px);
  padding: 0 20px;
  background-color: #ddd;
  border: none;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
  opacity: 1;
}

.newsletter button {
  width: 100%;
  height: 50px;
}

.newsletter-popup form {
  text-align: center;
}

.newsletter-popup #fieldEmail {
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  background-color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  text-align: center;
}

.newsletter-popup button {
  font-size: 16px;
  width: 100%;
}

/* ==========================================================================
     GALLERIES LIST 
     ========================================================================== */
.exhibitor-list {
  padding: 20px 0px;
  border-top: 1px solid #000000;
  margin: 0 10px;
}

.exhibitor-list-filter {
  padding: 10px;
}

.exhibitor-list-wrapper {
  /* padding:10px; */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  row-gap: 30px;
  margin-top: 30px;
}

.exhibitor-list-wrapper img {
  width: 100%;
  height: auto;
}

.exhibitor-list-wrapper h3 {
  margin-bottom: 0;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

.exhibitor-list-wrapper .gallery-block:hover h3 {
  color: #8a8a8a !important;
}

.gallery-block a h3 {
  text-decoration: none;
  border-bottom: 2px solid;
  display: inline-block;
}

.reset {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  height: 25px;
  width: 55px;
  top: -8px;
  position: relative;
}

.facetwp-facet, .facetwp-type-alpha {
  margin: 0 0 20px !important;
  font-size: 16px;
  font-family: "Circular Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

select.facetwp-dropdown {
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/plus-solid.svg");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
  background-color: #ffffff;
  padding-right: 30px;
  border: none;
  width: 80px;
  float: left;
}

.facetwp-facet-locations select {
  width: 140px;
}

/** TEMPOARRY HIDE 2020 **/
.facetwp-facet-year option:nth-child(7) {
  display: none;
}

/* ==========================================================================
     Footer Menu
     ========================================================================== */
footer {
  padding: 25px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  border-top: 1px solid #000000;
}

footer .wrapper {
  max-width: 1160px;
  padding: 0;
}

footer section {
  padding: 0 20px;
}

.footerMenu ul {
  padding: 0;
  margin: 0;
}

.footerMenu ul li {
  list-style: none;
}

.footerMenu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.footerMenu ul li a:hover {
  color: #8a8a8a;
}

/* ==========================================================================
     Footer Text
     ========================================================================== */
footer h3 {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

footer p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

footer .socialIcons ul li a {
  color: #000000;
}

footer p a {
  text-decoration: underline;
  color: #000000;
}

footer p a:hover, footer .socialIcons ul li a:hover {
  color: #8a8a8a;
}

/* ==========================================================================
  SOCIAL ICONS
  ========================================================================== */
.socialIcons {
  display: none;
}

.socialIcons ul {
  list-style: none;
  float: right;
  padding: 2px;
  margin: 6px 20px 0 0;
}

.socialIcons ul li {
  float: left;
  margin-right: 12px;
}

.socialIcons ul li a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.socialIcons ul li a.banner-cta {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 3px solid transparent;
}

.socialIcons ul li a.banner-cta:hover {
  border-bottom: 3px solid #ffffff;
}

.artsy img {
  width: 20px;
  margin-top: -5px;
}

footer .socialIcons {
  display: block;
  float: left;
  margin-bottom: 30px;
}

.ui-widget {
  font-family: "LL Circular Pro Book Sub", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.childSection {
  border: none;
  margin: 0;
  padding: 0;
}

.childSection .childSectionChild {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.ui-accordion .ui-accordion-content {
  padding: 20px 0 !important;
  border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  border-top: 2px solid #000000;
  background: #ffffff;
  width: calc(100% - 60px);
  border-radius: 0;
  outline: none;
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
}

.ui-accordion .ui-accordion-icons {
  padding: 30px 0 10px 60px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  top: 15px;
  margin: 0;
  left: 0;
}

.ui-icon {
  height: 50px;
  width: 50px;
}

.ui-state-default .ui-icon {
  background-image: url("../img/plus.gif");
}

.ui-state-active .ui-icon {
  background-image: url("../img/minus.gif");
}

.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
  background-position: 15px 15px;
}

button.facetwp-load-more {
  margin: 60px auto;
  display: block;
  width: 60%;
}

.facetwp-alpha.selected {
  color: #252525;
  font-weight: bold;
  background-color: #ffebe3;
}

/* ==========================================================================
     Media Queries
     ========================================================================== */
@media only screen and (min-width: 767px) {
  .socialIcons {
    display: block;
  }
  a.mobile-menu span {
    display: inline-block;
    margin-right: 10px;
  }
  .site-logo {
    width: 270px;
  }
  .overlay nav ul li a {
    font-size: 20px;
    padding: 10px 30px;
  }
  .page-title {
    font-size: 32px;
    line-height: 40px;
    padding: 40px 0;
    margin: 0 20px;
    text-align: left;
  }
  .article-nav ul {
    text-align: left;
  }
  .article-nav ul li a {
    margin: 5px 20px 5px 0;
    display: block;
    padding: 0px;
    font-size: 16px;
    line-height: 16px;
  }
  .exhibitor-portal-grid {
    -ms-grid-columns: 250px 1fr;
        grid-template-columns: 250px 1fr;
  }
  .exhibitor-portal-login-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .exhibitor-list-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .page-article {
    margin: 0;
    padding: 60px 0px;
  }
  .section-container {
    margin: 0;
    padding: 60px 10px;
  }
  .exhibitor-list {
    padding: 30px 0px;
  }
  .newsletter {
    float: right;
    width: calc(50% - 40px);
    border: none;
    padding: 0;
  }
  footer {
    padding: 40px 20px;
  }
  footer section {
    padding: 0;
  }
  .footerMenu ul {
    width: 70%;
    margin: 0 auto 10px;
    height: 20px;
  }
  .footerMenu ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 13px;
  }
  .footerMenu ul li a {
    line-height: 14px;
  }
  footer .socialIcons {
    display: block;
  }
  footer .socialIcons ul {
    float: right;
    padding: 0;
  }
  footer .socialIcons ul li {
    float: right;
  }
  .one_half {
    float: left;
    width: 50%;
  }
  .one_half_last {
    float: right;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .site-logo {
    background-position: center 4px;
  }
  header {
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
  }
  header .header-middle {
    display: block;
    text-align: center;
  }
  header.clone .header-left {
    display: block;
  }
  header.clone {
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
  }
  header.clone .site-logo {
    text-align: center;
  }
  header.clone .showdates {
    font-size: 18px;
  }
  header.clone .showdates br, header.clone .showdates span {
    display: none;
  }
  .header-container .showdates {
    font-size: 18px;
    line-height: 18px;
  }
  footer .socialIcons {
    display: none;
  }
  .exhibitor-list-filter {
    padding: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 110px 140px 80px;
        grid-template-columns: 1fr 110px 140px 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reset {
    text-align: right;
  }
  .exhibitor-list-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .home-banner {
    height: 100vh;
  }
  .homebanner-strech {
    height: 100vh;
  }
}

/* ==========================================================================
     Helper classes
     ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* ==========================================================================
     Print styles
     ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
     GRAVITY FORMS
========================================================================== */
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper select {
  height: 40px;
  line-height: 20px;
  border: none;
  padding: 10px;
  background-color: #ddd;
}

.gform_wrapper textarea {
  border: none;
  padding: 10px;
  background-color: #ddd;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 1em;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label, .gform_wrapper .field_description_below .gfield_description, .gform_wrapper .gfield_description, .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  font-size: 14px !important;
  line-height: 26px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
  margin-right: 10px !important;
}

#field_4_41 select, #field_7_25 select, #field_21_23 select, #field_22_23 select, #field_23_27 select {
  max-width: 150px !important;
}

.gform_wrapper .gform_page_footer {
  border-top: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required, .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  padding: 10px !important;
  border: 1px solid #c89797 !important;
}

/** VIP FORM CHECKBOX BUTTONS **/
#gform_wrapper_35 label {
  width: 100%;
  font-size: 18px;
  margin: 0 0 15px 0;
}

#gform_wrapper_35 .ginput_container_checkbox {
  margin: 0 0 20px 0;
}

#gform_wrapper_35 .gfield_checkbox, #gform_wrapper_35 .gfield_radio {
  border-right: none;
  position: relative;
}

#gform_wrapper_35 .gfield_checkbox li, #gform_wrapper_35 .gfield_radio li {
  min-height: 50px;
  margin-bottom: 2px;
  overflow: visible;
}

@media only screen and (min-width: 641px) {
  #gform_wrapper_35 .gfield_checkbox li, #gform_wrapper_35 .gfield_radio li {
    margin-top: 60px;
  }
}

#gform_wrapper_35 .gfield_checkbox li label, #gform_wrapper_35 .gfield_radio li label {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 2px);
  border: 1px solid #bebebe;
  background-color: #ddd;
  text-align: center;
  line-height: 46px !important;
  height: 50px;
  cursor: pointer;
  color: #888;
  z-index: 2;
}

#gform_wrapper_35 .gfield_checkbox li input, #gform_wrapper_35 .gfield_radio li input {
  width: 100%;
  min-height: 40px;
  position: relative;
  z-index: 1;
}

#gform_wrapper_35 .gfield_checkbox li input:checked ~ label, #gform_wrapper_35 .gfield_radio li input:checked ~ label {
  background-color: #000000;
  color: #ffffff;
}

#gform_wrapper_35 .gfield_checkbox li input:disabled ~ label, #gform_wrapper_35 .gfield_radio li input:disabled ~ label {
  background-color: #f2f2f2;
  color: #d0d0d0;
  border-color: #d0d0d0;
}

#gform_wrapper_35 .gfield_checkbox .gplc-pre-disabled ~ label:before, #gform_wrapper_35 .gfield_checkbox .gwlc-disabled ~ label:before, #gform_wrapper_35 .gfield_radio .gplc-pre-disabled ~ label:before, #gform_wrapper_35 .gfield_radio .gwlc-disabled ~ label:before {
  content: 'FULL';
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 48px;
  z-index: 3;
  color: #000;
}

#gform_wrapper_35 .gchoice_35_43_0, #gform_wrapper_35 .gchoice_35_43_3, #gform_wrapper_35 .gchoice_35_43_6, #gform_wrapper_35 .gchoice_35_43_9, #gform_wrapper_35 .gchoice_35_43_12 {
  margin-top: 60px;
}

#gform_wrapper_35 .gchoice_35_43_0:before {
  content: "Wednesday May 19 (Preview)";
  display: block;
  width: 100vw;
  font-size: 18px;
  margin: -40px 0 0 0;
  position: absolute;
  z-index: 4;
}

#gform_wrapper_35 .gchoice_35_43_3:before {
  content: "Thursday May 20";
  display: block;
  width: 100vw;
  font-size: 18px;
  margin: -40px 0 0 0;
  position: absolute;
  z-index: 4;
}

#gform_wrapper_35 .gchoice_35_43_6:before {
  content: "Friday May 21";
  display: block;
  width: 100vw;
  font-size: 18px;
  margin: -40px 0 0 0;
  position: absolute;
  z-index: 4;
}

#gform_wrapper_35 .gchoice_35_43_9:before {
  content: "Saturday May 22";
  display: block;
  width: 100vw;
  font-size: 18px;
  margin: -40px 0 0 0;
  position: absolute;
  z-index: 4;
}

#gform_wrapper_35 .gchoice_35_43_12:before {
  content: "Sunday May 23";
  display: block;
  width: 100vw;
  font-size: 18px;
  margin: -40px 0 0 0;
  position: absolute;
  z-index: 4;
}

#gform_wrapper_35 #field_35_41 {
  margin-top: 50px !important;
}

#gform_wrapper_35 #input_35_44 li, #gform_wrapper_35 #field_35_45 li {
  margin-top: 0 !important;
}

p.choiceless {
  color: #a0a0a0;
  margin-top: 4px;
}

.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events, .evo_lightboxes div, .eventon_sorting_section, .evo_metarow_directimg img {
  border-radius: 0 !important;
}

#evcal_head {
  display: none !important;
}

.eventon_sorting_section {
  display: block !important;
}

.evopop_top {
  border-left-width: 5px !important;
  background-color: #000000;
}

.evopop_top .evcal_cblock .evo_start {
  margin-left: 10px;
}

.evcal_evdata_row, .evcal_evdata_row.evorow_2b .evorow_b {
  background-color: #191818;
}

.evo_lightbox_body, .evo_lightbox.eventcard .evo_lightbox_body {
  background-color: #000000;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
  background-color: #f9f9f9;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig span, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig em {
  color: #000000 !important;
}

.evo_metarow_ICS.evorow.evcal_evdata_row {
  margin-bottom: 8px;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc em, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info {
  color: #ffffff;
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event {
  border: 10px solid transparent;
}

.eventon_sorting_section {
  margin: 10px;
}

.eventon_sorting_section p.evo_filter_submit {
  margin: 0;
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 1px 15px 2px;
  border-radius: 0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.eventon_sorting_section p.evo_filter_submit:hover {
  color: #000000;
  background-color: transparent;
}

.eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p {
  cursor: pointer;
  padding: 2px 6px 3px;
  border-radius: 0;
}

.ajde_evcal_calendar.boxy #eventon_loadbar_section {
  border-radius: 0;
  margin: 0 10px;
  width: calc(100% - 20px);
}

.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #1a1919), color-stop(80%, #1a191900));
  background: linear-gradient(to top, #1a1919 20%, #1a191900 80%);
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span {
  display: none;
}

.elementor-editor-active .header-container {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */