/* Apply globally */
body, h1, h2, h3, h4, h5, h6, p, a, span, button {
  font-family: 'MVOffice', sans-serif;
	letter-spacing: -0.01em;
}

::selection {
  background: #1c2122;   /* Visual Arts purple */
  color: #fff;
}
::-moz-selection {
  background: #1c2122;
  color: #fff;
}

body {
  background-image: url('https://triartandculture.com/wp-content/uploads/2025/11/pattern-bg.png');
  background-size: cover;       /* makes it full-page */
  background-repeat: no-repeat; /* prevents tiling */
  background-position: center;  /* centers the pattern */
  background-attachment: fixed; /* optional – keeps it fixed while scrolling */
  background-color: #000;       /* fallback color */
}

.event-header-title .qodef-qi-section-title .qodef-m-title {
    text-transform: uppercase;
}

.qodef-header-sticky {
    background-color: #000 !important;
}

.qodef-header-sticky .qodef-header-navigation ul li.qodef-menu-item--narrow ul{
    background-color: #000 !important;	
}

.qodef-header-sticky .qodef-header-navigation ul li.qodef-menu-item--narrow ul{
    background-color: #1E1E1E !important;	
}


#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    width: 72px;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg{
	width: 76px;
}

#qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link.qodef-source--svg-path svg {
    width: 75px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul{
    background-color: #1E1E1E !important;
}

.qodef-header-sticky .qodef-header-navigation ul li.qodef-menu-item--narrow ul{
    background-color: #000 !important;	
}

.forminator-ui#forminator-module-10623.forminator-design--material .forminator-checkbox__label p{
	margin-top: 0px;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    padding: 10px;
    margin: 5px;
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    font-size: 14px;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    width: 20%;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{
    padding: 10px;
    margin: 5px;	
}

#block-11{
	padding-left: 65px;
}

/* TRI Event Register Button – styled like the filled button */
.tri-event-register-btn,
.tri-register-external-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 32px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
	font-family: 'MVOffice', sans-serif !important;
  color: #ffffff;
  background-color: #1c2122;
  border: 1px solid #fff;
  border-radius: 0; /* keeps the approved sharp style */
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover state – matches button hover */
.tri-event-register-btn:hover,
.tri-register-external-link:hover {
  background-color: #000;
  color: #ffffff;
  border: 1px solid #fff;
}

/* Focus / accessibility */
.tri-event-register-btn:focus,
.tri-register-external-link:focus {
  outline: none;
}

/* ================================
   TRI – Forminator Submit Button
   Styled like TRI Event Register
================================ */

/* Base button */
.forminator-ui.forminator-custom-form
button.forminator-button.forminator-button-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 32px !important;
  min-height: unset !important;

  font-family: 'MVOffice', Roboto, sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;

  color: #ffffff !important;
  background-color: #1c2122 !important;

  border: 1px solid #ffffff !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer;

  transition: all 0.25s ease !important;
}

/* Remove Forminator default ripple / overlay */
.forminator-ui.forminator-custom-form
button.forminator-button.forminator-button-submit::before,
.forminator-ui.forminator-custom-form
button.forminator-button.forminator-button-submit::after {
  display: none !important;
}

/* Hover state */
.forminator-ui.forminator-custom-form
button.forminator-button.forminator-button-submit:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Focus & active */
.forminator-ui.forminator-custom-form
button.forminator-button.forminator-button-submit:focus,
.forminator-ui.forminator-custom-form
button.forminator-button.forminator-button-submit:active {
  outline: none !important;
  box-shadow: none !important;
}
/* Base styles for all inputs */
.forminator-ui.forminator-custom-form-12544 input.forminator-input,
.forminator-ui.forminator-custom-form-12544 textarea,
.forminator-ui.forminator-custom-form-12544 select {
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important; /* Your light text color */
}

/* Override Chrome autofill (works for both light and dark autofill modes) */
.forminator-ui.forminator-custom-form-12544 input.forminator-input:-webkit-autofill,
.forminator-ui.forminator-custom-form-12544 input.forminator-input:-webkit-autofill:hover,
.forminator-ui.forminator-custom-form-12544 input.forminator-input:-webkit-autofill:focus,
.forminator-ui.forminator-custom-form-12544 input.forminator-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important; /* Match your dark popup bg — change to exact hex if needed */
    -webkit-text-fill-color: #ffffff !important; /* Light text */
    caret-color: #ffffff !important; /* Cursor */
    transition: background-color 5000s ease-in-out 0s !important; /* Delays any revert */
}

/* Standard :autofill pseudo-class (modern browsers) */
.forminator-ui.forminator-custom-form-12544 input.forminator-input:autofill {
    background-color: #1a1a1a !important; /* Fallback for non-WebKit */
    color: #ffffff !important;
}

.elementor-popup-modal .dialog-close-button svg{
    fill: #fff!important;
    height: 1.2em !important;
    width: 1.2em !important;
}

/* Footer Colors */

#qodef-page-footer-top-area{
    background-color: #1E1E1E !important;
}

#qodef-page-footer-bottom-area {
    background-color: #1E1E1E !important;
}

.event-header-title .qodef-qi-section-title .qodef-m-title
 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

/* ===============================
   TRI – Back to Top (Minimal Line Arrow)
   =============================== */

/* Hide default SVG */
#qodef-back-to-top .qodef-back-to-top-icon svg {
  display: none !important;
}

/* Position button BELOW WhatsApp */
#qodef-back-to-top {
  right: 30px;          /* align with WhatsApp */
  bottom: 10px;         /* sits right below WhatsApp icon */
  width: 42px;
  height: 42px;
}

/* Icon container */
#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  width: 42px;
  height: 42px;
}

/* Arrow (single compact line style – NO GAP) */
#qodef-back-to-top .qodef-back-to-top-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Optional: force color */
#qodef-back-to-top {
  color: #ffffff; /* matches WhatsApp icon tone */
}

/* Hover (optional subtle lift) */
#qodef-back-to-top:hover {
  transform: translateY(-2px);
}



/* Make all inputs in this Forminator form transparent */
#forminator-module-10623 input,
#forminator-module-10623 textarea,
#forminator-module-10623 select {
    background: transparent !important;
    box-shadow: none !important;
}

/* Also remove the default Material underline background */
#forminator-module-10623 .forminator-input,
#forminator-module-10623 .forminator-textarea {
    background-color: transparent !important;
}

/* Remove hover/focus background */
#forminator-module-10623 .forminator-input:focus,
#forminator-module-10623 .forminator-textarea:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Optional: make borders visible if needed */
#forminator-module-10623 .forminator-input {
    border-color: rgba(255,255,255,0.6) !important;
}

/* Fix Chrome autofill background — make it transparent */
#forminator-module-10623 input:-webkit-autofill,
#forminator-module-10623 input:-webkit-autofill:hover,
#forminator-module-10623 input:-webkit-autofill:focus,
#forminator-module-10623 textarea:-webkit-autofill,
#forminator-module-10623 select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent !important;
    transition: background-color 9999s ease-in-out 0s !important;
    -webkit-text-fill-color: #ffffff !important; /* or your desired text color */
}

/* Also remove Forminator's background globally */
#forminator-module-10623 input,
#forminator-module-10623 textarea,
#forminator-module-10623 select {
    background: transparent !important;
    box-shadow: none !important;
}

/* Ensure focus background stays transparent */
#forminator-module-10623 .forminator-input:focus,
#forminator-module-10623 .forminator-textarea:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}


.qodef-m-filter-item-name{
	text-transform: uppercase;
}

.elementor-widget-n-tabs .e-n-tab-title-text{
	text-transform: uppercase;	
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
	  background-color: #1C2122;
		border: 1px solid #fff;
		color : #fff;
	  cursor: pointer;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]{
	  background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
	  color : #1c2122;
		cursor: pointer;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]{
	  background-color: #1C2122;
    background-image: none;
	  border: 1px solid #fff;
		color : #fff;
		cursor: pointer;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{
    background-color: #1C2122;
    background-image: none;
	  border: 1px solid #fff;
		color : #fff;
	  cursor: pointer;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{
	  background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
	  color : #1c2122;
		cursor: pointer;
}

.qodef-events-list .qodef-e-info *{
    color: #fff;
}

.qodef-events-accordion .qodef-e-info *{
    color: #fff;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 100px;
}

.qodef-events .qodef-e-featured-title{
    padding: 0px 100px 17px 100px;
}

.qodef-events .qodef-e-featured-title{
    display: none;
}

#qodef-page-header {
    background-color: transparent !important;
}

#qodef-page-footer .widget:not(.widget_kahlo_core_title_widget) {
    color: #fff;
}

#qodef-page-footer .widget a {
    color: #fff;
}

.social-wrap{
    justify-content: left !important;
    margin: 0 !important;
}

.nsmw-div-19675 .border-box{
	border: none !important;
}


.widget.widget_nav_menu ul li a{
	font-family: 'MVOffice', sans-serif !important;
}

.qodef-working-hours-lfist .qodef-e-day {
    font-family: 'MVOffice', sans-serif !important;
}

.qodef-icon-list-item .qodef-e-title a .qodef-e-title-text {
    --qodef-underline-height: 0px;
    line-height: 24px;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    padding-right: 6px;
}

.footer-quixotic{
	text-align: right;
	padding-right: 40px;
}

#qodef-page-footer-bottom-area-inner .qodef-grid .qodef-grid-item {
    padding: 0px;
}

body:not(.qodef-header--vertical-over-content) .qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-tickets-link{
	display: none;
}

.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info * {
	font-family: "MVOffice", sans-serif;
}

.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info .qodef-e-date-info, .qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-e-info .qodef-e-time{
	color: #fff;
}

/* ---------- TRI EVENT CARD LAYOUT ---------- */
.qodef-e.qodef-grid-item {
  position: relative;
  border: none;
  border-radius: 0 !important;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease;
}

/* Lift on hover */
.qodef-e.qodef-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

/* Remove border radius from the image too */
.qodef-e-media-image,
.qodef-e-media-image img {
  border-radius: 0 !important;
}

.qodef-events .qodef-event-item .qodef-info--event-types .qodef-e-info-content-link {
    border: 0px solid var(--qode-main-color);
}

/* Image: flush with edges, no padding */
.qodef-e-media-image {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Add padding to the info section below the image */
.qodef-e-heading h5{
	font-size: 19px;
}

.qodef-events-list.qodef-item-layout--info-top.qodef-col-num--3 .qodef-e-heading{
	max-width: 100%;
}

.qodef-e-info,.qodef-e-heading{
  padding: 5px 20px 0px 20px !important
}

.qodef-e-content .qodef-e-info{
	background-color: rgb(28, 33, 34)!important;
	padding: 0px 20px 0px 0px !important;
}

.qodef-events-fullscreen-slider.qodef-item-layout--info-below .qodef-m-item .qodef-e-content{
	padding: 0 0px;
}

.qodef-events-fullscreen-slider .qodef-e-title a {
    display: block;
    font-size: 36px;
    line-height: 42px;
	  letter-spacing: -0.01em;
	padding-left: 20px;
}

.qodef-m-filter {
    margin: 0 0 30px;
}

/* Optional: adjust subtitle spacing under the H1 */
body.home .qodef-event-item .qodef-e-info-holder {
  margin-top: 12px;
}


/* Optional: adjust subtitle spacing under the H1 */
body.home .qodef-event-item .qodef-e-info-holder {
  margin-top: 12px;
}


.qodef-events .qodef-event-item .qodef-info--event-types .qodef-e-info-content-link {
    border: 0px solid var(--qode-main-color) !important;
}

.qodef-events-list.qodef-item-layout--info-below .qodef-info--event-types {
  padding: 0px 20px 15px 20px !important;
}

.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info *{
    color: #fff;
}

/* Event heading spacing */
.qodef-e-heading {
  margin-top: 8px;
  margin-bottom: 30px !important;
}

/* Event type tag spacing */
.qodef-e-info--event-types {
  margin-top: 10px;
}

/* Override base defaults for event-type badges */
.qodef-e.qodef-info--event-types {
  background: transparent;
  border: none !important;
}

.qodef-e.qodef-info--event-types a {
  text-transform: none !important;
}

.qodef-events-list .qodef-info--event-types .qodef-e-info-content-link {
    font-size: 16px;
    padding: 5px 3px;
    margin: 12px 9px 0 0;
    border: 0px solid var(--qode-main-color);
}

/* Event-type archive: make page-title grid full-width with 50px gutters */
body.tax-event-types .qodef-page-title .qodef-m-content.qodef-content-grid {
  width: 100% !important;        /* override 1300px fixed width */
  max-width: none !important;     /* ensure no max clamp */
  margin: 0 !important;           /* remove centering gap */
  padding-left: 50px !important;  /* your desired gutter */
  padding-right: 50px !important; /* your desired gutter */
}

body.tax-event-types .qodef-content-grid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

body.tax-exhibition-types .qodef-page-title .qodef-m-content.qodef-content-grid {
  width: 100% !important;        /* override 1300px fixed width */
  max-width: none !important;     /* ensure no max clamp */
  margin: 0 !important;           /* remove centering gap */
  padding-left: 50px !important;  /* your desired gutter */
  padding-right: 50px !important; /* your desired gutter */
}

body.tax-exhibition-types .qodef-content-grid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* FIX sticky header padding for single exhibition pages */
body.single-exhibition-item .qodef-header-sticky-inner.qodef-content-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box;
}

/* FIX sticky header padding for exhibition archive pages */
body.tax-exhibition-types .qodef-header-sticky-inner.qodef-content-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box;
}


/* --- Overlay setup --- */
body.home .qodef-events-fullscreen-slider {
  position: relative;
  overflow: hidden;
}

body.home .qodef-events-fullscreen-slider .qodef-e-media-image {
  position: relative;
  z-index: 0; /* base layer */
}

body.home .qodef-events-fullscreen-slider .qodef-e-media-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* adjust opacity */
  z-index: 1; /* above image, below text */
  pointer-events: none;
}

/* --- Keep text above overlay --- */
body.home .qodef-events-fullscreen-slider .qodef-e-content-inner,
body.home .qodef-events-fullscreen-slider .qodef-section-title {
  position: relative;
  z-index: 2;
}

.home #qodef-page-header {
  position: absolute !important;
  background: transparent !important;
}

body[class*=kahlo-core] p {
    color: #fff!important;
	  letter-spacing: -0.01em;
}

.qodef-events .qodef-event-item .qodef-e-top .qodef-e-image {
    margin: 0 0 50px;
}

.qodef-events .qodef-e-content-text p {
    font-size: 16px;
    line-height: 1.524em;
}

/* TRI Exhibitions – Posts Widget (Classic Skin) – FINAL PERFECT MATCH WITH IMAGES VISIBLE */

.elementor-widget-posts .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    align-items: stretch !important;
}

.elementor-widget-posts .elementor-post {
    background: #2e2f31 !important;
    color: #fff !important;
    border-radius: 0 !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

/* Hover */
.elementor-widget-posts .elementor-post:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.6) !important;
}

/* FORCE IMAGE TO BE FULLY VISIBLE */
.elementor-widget-posts .elementor-post__thumbnail,
.elementor-widget-posts .elementor-post__thumbnail__link,
.elementor-widget-posts .elementor-post__thumbnail img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 280px !important; /* ensures space even before image loads */
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.elementor-widget-posts .elementor-post__thumbnail {
    overflow: visible !important;
    position: relative !important;
}

/* Text area */
.elementor-widget-posts .elementor-post__text {
    padding: 20px !important;
    flex-grow: 1 !important;
    background: #2e2f31 !important;
    position: relative !important;
}

/* Title – exact match */
.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title * {
    font-family: 'MVOffice', sans-serif !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
    color: #ffffff !important;
    text-align: left !important;
}
.elementor-widget-posts .elementor-post__title a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Excerpt / Description – exact match */
.elementor-widget-posts .elementor-post__excerpt,
.elementor-widget-posts .elementor-post__excerpt *,
.elementor-widget-posts .elementor-post__excerpt p,
.elementor-widget-posts .elementor-post__excerpt p * {
    font-family: 'MVOffice', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #ffffff !important;
    text-align: left !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}
.elementor-widget-posts .elementor-post__excerpt p:last-child {
    margin-bottom: 0 !important;
}

/* Curated by line – slightly lighter */
.elementor-widget-posts .elementor-post__excerpt p:last-of-type,
.elementor-widget-posts .elementor-post__excerpt p strong {
    color: #cccccc !important;
    font-weight: 500 !important;
}

/* Hide unwanted elements */
.elementor-widget-posts .elementor-post__meta-data,
.elementor-widget-posts .elementor-post__terms,
.elementor-widget-posts .elementor-post__badge,
.elementor-widget-posts .elementor-post__read-more {
    display: none !important;
}

/* Bottom accent bar – default fallback */
.elementor-widget-posts .elementor-post__text::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 10px !important;
    background: #8963e5 !important;
}

/* All 6 disciplines */
.elementor-post.event-types-visual-arts .elementor-post__text::after,
.elementor-post[class*="visual-arts"] .elementor-post__text::after {
    background: #8963e5 !important; /* Purple */
}
.elementor-post.event-types-performance-arts .elementor-post__text::after,
.elementor-post[class*="performance-arts"] .elementor-post__text::after {
    background: #f884f1 !important; /* Pink */
}
.elementor-post.event-types-literary-arts .elementor-post__text::after,
.elementor-post[class*="literary-arts"] .elementor-post__text::after {
    background: #d3cd05 !important; /* Yellow */
}
.elementor-post.event-types-social-practice .elementor-post__text::after,
.elementor-post[class*="social-practice"] .elementor-post__text::after {
    background: #0cc479 !important; /* Green */
}
.elementor-post.event-types-research-practice .elementor-post__text::after,
.elementor-post[class*="research-practice"] .elementor-post__text::after {
    background: #30c5d8 !important; /* Cyan */
}
.elementor-post.event-types-culinary-arts .elementor-post__text::after,
.elementor-post[class*="culinary-arts"] .elementor-post__text::after {
    background: #e5805c !important; /* Orange */
}

/* Responsive */
@media (max-width: 1024px) {
    .elementor-widget-posts .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 767px) {
    .elementor-widget-posts .elementor-posts-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .elementor-widget-posts .elementor-post__text {
        padding: 15px !important;
    }
    .elementor-widget-posts .elementor-post__title,
    .elementor-widget-posts .elementor-post__title * {
        font-size: 18px !important;
    }
    .elementor-widget-posts .elementor-post__excerpt,
    .elementor-widget-posts .elementor-post__excerpt * {
        font-size: 16px !important;
    }
    .elementor-widget-posts .elementor-post__thumbnail img {
        min-height: 200px !important;
    }
}

/* =========================================================
   🎯 FIX: COLOR ISOLATION FOR EVENT-TYPE BADGE ONLY
   Prevents "Related Events" info text from inheriting 
   the background / text color of the event-type badge.
========================================================= */

/* 1️⃣ Reset general .qodef-e-info color inside related events */
body.single-event .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e-info {
  color: #fff !important;                /* Restore default white text */
  background: transparent !important;    /* No unwanted tint */
}

/* 2️⃣ Ensure inner elements (date, title, location) stay white */
body.single-event .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e-info * {
  color: #fff !important;
}

/* 3️⃣ Apply highlight color only to the bottom event-type tag */
body.single-event 
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-info--event-types .qodef-e-info-content-link {
  background-color: var(--qode-main-color, #8963e5) !important;
  color: #fff !important;
  border: none !important;
  padding: 4px 8px;
  border-radius: 2px;
  font-weight: 500;
  display: inline-block;
  transition: background-color 0.3s ease;
}

/* 4️⃣ Optional hover for event-type */
body.single-event 
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-info--event-types .qodef-e-info-content-link:hover {
  background-color: rgba(255,255,255,0.2) !important;
}

/* =========================================================
   🎯 FIX: COLOR ISOLATION FOR EVENT-TYPE BADGE ONLY
   Prevents "Related Events" info text from inheriting 
   the background / text color of the event-type badge.
========================================================= */

/* 1️⃣ Reset general .qodef-e-info color inside related events */
body.single-event .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e-info {
  color: #fff !important;                /* Restore default white text */
  background: transparent !important;    /* No unwanted tint */
}

/* 2️⃣ Ensure inner elements (date, title, location) stay white */
body.single-event .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e-info * {
  color: #fff !important;
}

/* 3️⃣ Apply highlight color only to the bottom event-type tag */
body.single-event 
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-info--event-types .qodef-e-info-content-link {
  background-color: var(--qode-main-color, #8963e5) !important;
  color: #fff !important;
  border: none !important;
  padding: 4px 8px;
  border-radius: 2px;
  font-weight: 500;
  display: inline-block;
  transition: background-color 0.3s ease;
}

/* 4️⃣ Optional hover for event-type */
body.single-event 
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-info--event-types .qodef-e-info-content-link:hover {
  background-color: rgba(255,255,255,0.2) !important;
}

.qodef-m-filter{
  border-top: none;
  border-bottom: none;
}

.qodef-m-filter .qodef-m-filter-item.qodef--active, .qodef-m-filter .qodef-m-filter-item:hover{
	background-color: #fff;
	color: #1c2122;
}

.qodef-m-filter .qodef-m-filter-item{
	margin: 0 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

/* =========================================================
   🎯 FIX: COLOR ISOLATION + CORRECT BACKGROUND FOR CARDS
   Ensures only individual related-event cards get background
   — not the entire section.
========================================================= */

/* Reset all info boxes inside related events */
body.single-event .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e-info {
  color: #fff !important;
  background: transparent !important;
}

body.single-event .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e-info * {
  color: #fff !important;
}

/* Keep the color only on the event-type badge */
body.single-event 
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-info--event-types .qodef-e-info-content-link {
  background-color: var(--qode-main-color, #8963e5) !important;
  color: #fff !important;
  border: none !important;
  padding: 4px 8px;
  border-radius: 2px;
  font-weight: 500;
  display: inline-block;
  transition: background-color 0.3s ease;
}

body.single-event 
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-info--event-types .qodef-e-info-content-link:hover {
  background-color: rgba(255,255,255,0.2) !important;
}

/* =========================================================
   🧹 FINAL CLEANUP — REMOVE SECTION-LEVEL PURPLE GLOW
   Keeps card backgrounds intact (#252a2b) and removes
   the global box-shadow from the parent section.
========================================================= */

/* Remove inline box-shadow that theme injects */
body.single-event-item .qodef-page-content-section.qodef-col--content {
  box-shadow: none !important;
  filter: none !important;
  background: transparent !important;
  transition: none !important;
}

/* Ensure no shadow leaks into the related-events section */
body.single-event-item #qodef-event-single-related-items {
  box-shadow: none !important;
  filter: none !important;
  background: transparent !important;
  position: relative;
  z-index: 1;
}

/* Retain dark background on individual cards only */
body.single-event-item 
  #qodef-event-single-related-items .qodef-grid-inner > .qodef-grid-item {
  background-color: #252a2b !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}

/* Subtle hover lift for cards */
body.single-event-item 
  #qodef-event-single-related-items .qodef-grid-inner > .qodef-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-date-info:after {
    content: ",";
    display: none;
}

/* 🎨 Purple Info Box – Scoped Padding Fix */

/* Only this event page (body has .postid-1234) */
article.qodef-event-item .qodef-e-inner > .qodef-e-info.qodef-e-info{
  padding: 20px 15px 0 15px !important;
}

.qodef-events .qodef-event-item .qodef-e-inner>.qodef-e-info .qodef-e-info-item.qodef-e-tickets-link{
	display: none;
}

.qodef-events .qodef-event-item .qodef-e-inner .qodef-e-content .qodef-e-info .qodef-e-time:after
 {
    content: "h";
	 display: none;
}

.qodef-content-bottom-subscribe input[type=date], .qodef-content-bottom-subscribe input[type=email], .qodef-content-bottom-subscribe input[type=number], .qodef-content-bottom-subscribe input[type=password], .qodef-content-bottom-subscribe input[type=search], .qodef-content-bottom-subscribe input[type=tel], .qodef-content-bottom-subscribe input[type=text], .qodef-content-bottom-subscribe input[type=url], .qodef-content-bottom-subscribe select, .qodef-content-bottom-subscribe textarea{
	COLOR: #FFF;
}

.qodef-content-bottom-subscribe .wpcf7-submit{
	COLOR: #000;
	text-transform: uppercase;
}

.tri-heading{
	color: #3e4243!important;
}

#qodef-page-footer-top-area-inner .qodef-grid .qodef-grid-item {
    padding: 40px;
}


/* 🎨 TRI Key Details Sidebar – Final with MVOffice Font */

.tri-event-sidebar {
  background: #3e3e43;
  color: #fff;
  padding: 28px 25px;
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
  font-family: "MVOffice", sans-serif;
  box-sizing: border-box;
  border-top: 6px solid var(--qode-main-color, #8963e5);
}

/* Title */
.tri-event-sidebar .qodef-e-label {
  font-family: "MVOffice", sans-serif;
  font-size: 19px;
  font-weight: 700;
	margin: 0px 0;
  margin-bottom: 18px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 6px;
  letter-spacing: 0.3px;
}

/* Each item */
.tri-event-sidebar .qodef-e-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  line-height: 1.5;
}

/* Icon beside label */
.tri-event-sidebar .qodef-e-info-item i.elegant-icon {
  font-size: 17px;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Label text */
.tri-event-sidebar .qodef-e-info-item strong {
  font-family: "MVOffice", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Value text */
.tri-event-sidebar .qodef-e-info-item span {
  font-family: "MVOffice", sans-serif;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #f5f5f5;
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
  .tri-event-sidebar {
    margin-top: 30px;
    padding: 22px 20px;
  }
  .tri-event-sidebar .qodef-e-label {
    font-size: 17px;
  }
  .tri-event-sidebar .qodef-e-info-item strong,
  .tri-event-sidebar .qodef-e-info-item span {
    font-size: 14px;
  }
}

body.single-event .qodef-e-info--event-types { display:none !important; }

body.single-event .qodef-e-excerpt {
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* 🧭 Make single-event content full-width below gallery */
body.single-event .qodef-content-grid,
body.single-event .qodef-grid-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Optional: keep gallery section constrained but full viewport below */
body.single-event .qodef-event-item .qodef-e-top {
  max-width: 1300px !important; /* Keep gallery neat */
  margin: 0 auto !important;
}

/* Optional visual alignment fix for Elementor sections under events */
body.single-event .elementor-section.elementor-top-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.qodef-info-section{
    border-top: 1px solid #3e4243!important;
}

.related-events-card .elementor-image-box-title{
		font-family: "MVOffice", sans-serif !important;
	padding-left: 15px;
    color: #FFFFFF;
}

.related-events-card .elementor-image-box-description{
		font-family: "MVOffice", sans-serif !important;
	padding: 15px;
    color: #FFFFFF;
}

body.single-event-item #qodef-page-inner {
    padding: 0 0 0px;
}

.qodef-events-fullscreen-slider .swiper-button-next svg, .qodef-events-fullscreen-slider .swiper-button-prev svg{
	height: 40px;
}
	

.qodef-events-fullscreen-slider.qodef-item-layout--info-below .swiper-button-prev{
	right: 160px !important;
}

/* === Fullscreen slider: color .qodef-e-info by event-type === */

/* Visual Arts */
.qodef-events-fullscreen-slider article.event-types-visual-arts .qodef-e-info,
.qodef-events-fullscreen-slider article.event-types-visual-arts .qodef-e-info *,
.qodef-events-fullscreen-slider article.event-types-visual-arts .qodef-e-date-info,
.qodef-events-fullscreen-slider article.event-types-visual-arts .qodef-e-time {
  color: #8963e5 !important;
}

/* Performance Arts */
.qodef-events-fullscreen-slider article.event-types-performance-arts .qodef-e-info,
.qodef-events-fullscreen-slider article.event-types-performance-arts .qodef-e-info *,
.qodef-events-fullscreen-slider article.event-types-performance-arts .qodef-e-date-info,
.qodef-events-fullscreen-slider article.event-types-performance-arts .qodef-e-time {
  color: #f884f1 !important;
}

/* Literary Arts */
.qodef-events-fullscreen-slider article.event-types-literary-arts .qodef-e-info,
.qodef-events-fullscreen-slider article.event-types-literary-arts .qodef-e-info *,
.qodef-events-fullscreen-slider article.event-types-literary-arts .qodef-e-date-info,
.qodef-events-fullscreen-slider article.event-types-literary-arts .qodef-e-time {
  color: #d3cd05 !important;
}

/* Social Practice */
.qodef-events-fullscreen-slider article.event-types-social-practice .qodef-e-info,
.qodef-events-fullscreen-slider article.event-types-social-practice .qodef-e-info *,
.qodef-events-fullscreen-slider article.event-types-social-practice .qodef-e-date-info,
.qodef-events-fullscreen-slider article.event-types-social-practice .qodef-e-time {
  color: #0cc479 !important;
}

/* Research Practice */
.qodef-events-fullscreen-slider article.event-types-research-practice .qodef-e-info,
.qodef-events-fullscreen-slider article.event-types-research-practice .qodef-e-info *,
.qodef-events-fullscreen-slider article.event-types-research-practice .qodef-e-date-info,
.qodef-events-fullscreen-slider article.event-types-research-practice .qodef-e-time {
  color: #30c5d8 !important;
}

/* Culinary Arts */
.qodef-events-fullscreen-slider article.event-types-culinary-arts .qodef-e-info,
.qodef-events-fullscreen-slider article.event-types-culinary-arts .qodef-e-info *,
.qodef-events-fullscreen-slider article.event-types-culinary-arts .qodef-e-date-info,
.qodef-events-fullscreen-slider article.event-types-culinary-arts .qodef-e-time {
  color: #e5805c !important;
}

/* The small bar uses currentColor; ensure it picks our color */
.qodef-events-fullscreen-slider article .qodef-e-info-separator-end:after {
  background-color: currentColor !important;
}

/* (Optional) smooth transition between slides */
.qodef-events-fullscreen-slider article .qodef-e-info,
.qodef-events-fullscreen-slider article .qodef-e-info * {
  transition: color .25s ease;
}

.home-banner.qodef-banner.qodef-layout--link-overlay .qodef-m-content {
    border: 0px solid var(--qode-main-color) !important;
}

.home-banner.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
	padding: 50px 50px 50px 40px;
}

.home-banner.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-e-banner-bottom-holder{
    width: 70%;
}


/* 🎯 Fix event-type box position at bottom of card */

/* 🎨 TRI FIX: Equal Height Cards + Accent Border on Top */

/* 1️⃣ Make grid rows uniform height */
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-grid-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* stretch cards to same height */
  gap: 30px; /* optional: consistent spacing between cards */
}

/* 2️⃣ Make each card stretch fully */
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e.qodef-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 calc(33.333% - 30px); /* 3-column layout with gap */
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.04);
  border: none !important;
  border-top: 10px solid transparent; /* placeholder for dynamic color */
  border-radius: 0 !important;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Hover effect stays consistent */
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e.qodef-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

/* 3️⃣ Ensure internal layout consistency */
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e.qodef-grid-item .qodef-e-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* 4️⃣ Move event-type badge to top (optional if still used) */
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-e.qodef-grid-item .qodef-info--event-types,
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-e.qodef-grid-item .qodef-e-info--event-types {
  order: -1; /* move to top */
  width: 100% !important;
  align-self: stretch !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  box-sizing: border-box;
  background: transparent !important;
}

/* 5️⃣ Dynamic accent border colors per event-type */
.qodef-grid-item.visual-arts { border-top-color: #8963e5 !important; }
.qodef-grid-item.performance-arts { border-top-color: #f884f1 !important; }
.qodef-grid-item.literary-arts { border-top-color: #d3cd05 !important; }
.qodef-grid-item.social-practice { border-top-color: #0cc479 !important; }
.qodef-grid-item.research-practice { border-top-color: #30c5d8 !important; }
.qodef-grid-item.culinary-arts { border-top-color: #e5805c !important; }

/* 6️⃣ Responsive adjustments */
@media (max-width: 1024px) {
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e.qodef-grid-item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e.qodef-grid-item {
    flex: 1 1 100%;
  }
}

.qodef-events-list.qodef-item-layout--info-top .qodef-e-info{
    margin-bottom: 13px;
    cursor: auto !important;
    display: none !important;
}

.qodef-events-list.qodef-item-layout--info-top .qodef-info--event-types{
    display: none !important;	
}


/* 🔻 Push badge to bottom & make it span full width */
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-e.qodef-grid-item .qodef-info--event-types,
.qodef-shortcode.qodef-events-list.qodef-item-layout--info-below 
  .qodef-e.qodef-grid-item .qodef-e-info--event-types {
  margin-top: auto !important;
  width: 100% !important;         /* full width */
  align-self: stretch !important; /* ensures full stretch in flex context */
  text-align: left;             /* optional – center label text */
  border-radius: 0 !important;    /* make it flush with card edges */
  padding: 10px 0px 20px 20px !important;     /* consistent height */
  box-sizing: border-box;
}

.qodef-events .qodef-e-content-text p {
    padding: 15px;
}

.press-cards.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img{
	margin: 0 auto;
}

.press-cards .qodef-m-text{
    text-align: left !important;
}

.main-home-slider.qodef-events-fullscreen-slider .qodef-e-info-holder .qodef-info-separator-end:after{
	display:none !important;
}


.main-home-slider .qodef-e-date-info{
	display:none !important;
}

@media only screen and (max-width: 1512px) {
    .qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
        font-size: 38px;
    }
}

/* Example: only inside event item links */
.qodef-m-item-link svg path {
  fill: #fff !important;
}

svg line {
  stroke: #fff !important;
}



/* 🚫 Remove default side padding from Elementor containers */
.e-con > .e-con-inner {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

/* Optional: Also remove internal widget spacing if needed */
.e-con > .e-con-inner > .elementor-element {
  margin-left: 0 !important;
  margin-right: 0 !important;
	padding-left: 0 !important;
  padding-right: 0 !important;
}


.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text {
        font-size: 32px;
    }


.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link svg {
    width: 36px;
    margin-top: 5px;
    margin-left: 27px;
    --qode-x: 6px;
    transform: translateX(0);
    transition: transform .5s 
cubic-bezier(.41, .88, .28, 1.01), color .2s 
ease-out;
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a{
	font-weight: bold;
}

.qodef-header-navigation>ul>li>a>.qodef-menu-item-text:after{
	display: none;
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li.current-menu-ancestor>a .qodef-menu-item-text:after, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li.current-menu-item>a .qodef-menu-item-text:after, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li:hover>a .qodef-menu-item-text:after{
	display: none;
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a{
	font-weight: bold;	
}

.qodef-header-navigation> ul > li > a{
	font-weight: 100;
}

/* TRI – Alternating Background Patterns + Title Hide on Hover */
/* DESKTOP ONLY – completely disabled on mobile */
@media (min-width: 1025px) {
  
  /* === 1. Container Setup === */
  .header-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 425px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* === 2. Pattern Overlay Layers === */
  .header-container .tri-pattern1,
  .header-container .tri-pattern2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.15s linear;
    pointer-events: none;
  }

  /* === 3. Animation Keyframes === */
  @keyframes triPatternBlink {
    0% { opacity: 1; }
    49.9% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
  }

  /* === 4. Default state === */
  .header-container .tri-pattern1,
  .header-container .tri-pattern2 {
    animation: none;
  }
  .header-container .event-header-title {
    position: relative;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  /* === 5. Hover: animate patterns + hide title === */
  .header-container:hover .tri-pattern1 {
    animation: triPatternBlink 1s infinite steps(1, end);
  }
  .header-container:hover .tri-pattern2 {
    animation: triPatternBlink 1s infinite steps(1, end) reverse;
  }
  .header-container:hover .event-header-title {
    opacity: 0;
  }
}

/* MOBILE: kill patterns completely (saves bandwidth + no hover bugs) */
@media (max-width: 1024px) {
  .header-container .tri-pattern1,
  .header-container .tri-pattern2 {
    display: none !important;
  }
}

#menu-tri-nav-4{
	background-color: #1C2122;
}

/* === 6️⃣ Safety Fix for Elementor Wrappers === */
.header-container > .elementor-widget,
.header-container > .elementor-container,
.header-container > .elementor-widget-wrap {
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
}

/* === 7️⃣ Image Display Fix === */
.header-container img {
  display: block;
}

.swiper-horizontal>.swiper-pagination-bullets{
	display: none;
}


.qodef-e-info-content-link{
	display: none !important;
}

.tri-page-padding{
	padding-left: 103px;
	padding-right: 103px;	
}

.events-home{
	padding-left: 103px;
	padding-right: 103px;	
}

.events-content{
	padding-left: 103px;
	padding-right: 103px;	
}

.disciplines-home{
	padding-left: 103px;
	padding-right: 103px;	
}
/* 🖼️ Make SINGLE EXHIBITION pages full-width with 50px gutters */
body.single-exhibition-item #qodef-page-inner.qodef-content-grid,
body.single-exhibition-item .qodef-content-grid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0px !important;   /* consistent gutter */
  padding-right: 0px !important;  /* consistent gutter */
}

/* Stretch all Elementor sections edge-to-edge */
body.single-exhibition-item .elementor-section.elementor-top-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Optional: keep hero/gallery container centered and neat */
body.single-exhibition-item .qodef-exhibition-item .qodef-e-top {
  max-width: 1300px !important;
  margin: 0 auto !important;
}

.page-button{
	margin-right: 10px !important;
}

.artist-name{
		font-weight: 300;	
    font-size: 30px !important;
    font-family: 'MVOffice', sans-serif !important;
}

.artist-name p span{
		font-weight: 200 !important;	
}


.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-text{
		font-family: 'MVOffice', sans-serif !important;
		font-weight: 500;
    letter-spacing: 0.1px;
    font-size: 30px;
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap .qodef-m-item-link svg{
	display: none !important;
}

.artists-box{
	padding-left: 103px;
	padding-right: 103px;	
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) .qodef-m-item-content {
    padding: 0 6px 0 54px;
}

.qodef-interactive-link-carousel>.qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) .qodef-m-item-content{
    padding: 0 6px 0 54px;	
}

/* 🎯 FIX: Restore padding for exhibition page header only */
body.single-exhibition-item #qodef-page-header-inner.qodef-content-grid {
  width: 100% !important;
  max-width: 1300px !important;       /* keep same grid width as events */
  margin: 0 auto !important;          /* center align */
  padding-left: 0px !important;      /* consistent gutter */
  padding-right: 0px !important;     /* consistent gutter */
  box-sizing: border-box;
}

/* Optional — if header logo or nav sticks to edge on smaller screens */
@media (max-width: 1024px) {
  body.single-exhibition-item #qodef-page-header-inner.qodef-content-grid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}


.forminator-ui#forminator-module-10623.forminator-design--material .forminator-button-submit {
    background-color: #1c2122;
    color: #ffffff;
    border: 1px solid #fff;
}

.forminator-ui#forminator-module-10623.forminator-design--material .forminator-button-submit
 {
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    padding: 10px 20px;
}

/* 🎨 Convert Happy Addons Circular Items into Triangles */
.ha-cig-item img,
.ha-cig-item .fw-svg-wrap {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%) !important; /* triangle shape */
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%) !important;
  border-radius: 0 !important;          /* remove circle */
  overflow: hidden !important;
}

/* keep border, size, color, transitions intact */
.ha-cig-item img {
  border: 3px solid currentColor !important;
  background: inherit !important;

  object-fit: cover !important;
  transition: all .4s cubic-bezier(.165, .84, .44, 1) !important;
}

.forminator-ui#forminator-module-10623.forminator-design--material .forminator-error-message {
    font-weight: 600;
}

/* ============================================================
 * 🎨 TRI — Exhibition Cards: Equal Height Fix (All Devices)
 * ============================================================ */

/* 1️⃣ Core equal-height setup */
.elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Ensure image and content areas stretch properly */
.elementor-image-box-img {
  flex: 0 0 auto; /* image keeps its aspect ratio */
}

.elementor-image-box-content {
  flex: 1 1 auto; /* content fills remaining space */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  gap: 2px;
}

/* 2️⃣ Make all boxes in a row have equal height */
.elementor-element.elementor-widget-image-box {
  height: 100%;
}

.elementor-column,
.elementor-container {
  align-items: stretch !important;
}

/* 3️⃣ Responsive fine-tuning */
@media (max-width: 1024px) {
  .elementor-widget-image-box .elementor-image-box-wrapper {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-widget-image-box .elementor-image-box-wrapper {
    height: auto; /* stacks naturally on smaller screens */
  }
}

#qodef-page-footer .widget.widget_nav_menu ul li a{
	font-family: 'MVOffice', sans-serif !important;
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover, .qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
    font-weight: bold;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow .qodef-drop-down-second ul li a:hover{
    font-weight: bold;	
}

.tri-footer-copyright-desktop{
		display:block;
	  padding-left: 50px;
	}

.tri-footer-copyright-mobile{
		display:none;
	  padding-left: 0px;	
	}

/* =========================================================
   📱 TRI Responsive Fixes — Safe Overrides (Keep Desktop Same)
   ========================================================= */

/* === Tablet (≤1024px) === */
@media (max-width: 1024px) {
  .tri-page-padding,
  .events-home,
  .events-content,
  .disciplines-home,
  .artists-box {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .home-banner.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
    padding: 40px 30px !important;
  }

  .tri-event-sidebar {
    padding: 20px 18px !important;
    margin-top: 25px !important;
  }

  .footer-quixotic {
    text-align: left !important;
    padding-right: 0 !important;
  }
	
	#block-11{
		padding-left: 0px;
	}

  #qodef-page-footer-top-area-inner .qodef-grid .qodef-grid-item {
    padding: 20px !important;
  }

  .artist-name {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
	

  .qodef-events-fullscreen-slider .qodef-e-title a {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

/* === Mobile Landscape (≤767px) === */
@media (max-width: 767px) {
  .tri-page-padding,
  .events-home,
  .events-content,
  .disciplines-home,
  .artists-box {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  #qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    width: 60px !important;
  }

  .tri-event-sidebar {
    padding: 18px 16px !important;
  }

    #qodef-page-footer-top-area .qodef-content-full-width .qodef-grid{
        padding: 30px 0;
    }

  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-grid-inner {
    gap: 20px !important;
  }

  .qodef-shortcode.qodef-events-list.qodef-item-layout--info-below .qodef-e.qodef-grid-item {
    flex: 1 1 100% !important;
    margin-bottom: 25px !important;
  }

  .home-banner.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
    padding: 30px 20px !important;
  }

  .qodef-events-fullscreen-slider .qodef-e-title a {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .artist-name {
    font-size: 22px !important;
  }

  .related-events-card .elementor-image-box-description {
    padding: 10px !important;
  }
	
}

/* === Mobile Portrait (≤480px) === */
@media (max-width: 480px) {
  .tri-page-padding,
  .events-home,
  .events-content,
  .disciplines-home,
  .artists-box {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .tri-event-sidebar {
    padding: 15px 14px !important;
    margin-bottom: 30px !important;
  }

  .qodef-events-fullscreen-slider .qodef-e-title a {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .artist-name {
    font-size: 20px !important;
    text-align: center !important;
  }

  .home-banner.qodef-banner.qodef-layout--link-overlay .qodef-m-content .qodef-m-content-inner {
    padding: 25px 18px !important;
  }

  #qodef-page-footer-top-area-inner .qodef-grid .qodef-grid-item {
    padding: 15px !important;
  }

  .footer-quixotic {
    text-align: left !important;
    padding: 0 !important;
  }

  .qodef-events .qodef-e-info,
  .qodef-e-heading {
    padding: 10px !important;
  }

  .qodef-e-content .qodef-e-info {
    padding: 0 10px !important;
  }

  .qodef-events .qodef-event-item .qodef-e-top .qodef-e-image {
    margin-bottom: 25px !important;
  }

#qodef-page-footer-bottom-area-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#qodef-page-footer .widget:not(.widget_kahlo_core_title_widget) {
    margin: 0 0 0px;
}


  .slick-slider, .ha-slick-slider {
    touch-action: none !important;
    pointer-events: none !important;
  }
  .slick-slider button,
  .ha-slick-slider button {
    pointer-events: auto !important; /* keep arrows clickable */
  }

.qodef-mobile-header-navigation ul li{
    padding: 6px 0px;
}

.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow {
    height: 15px;
}	

.tri-footer-copyright-desktop{
		display:none;
	}

.tri-footer-copyright-mobile{
		display:block;
	}

}

/* 🔚 FINAL OVERRIDE — Exhibition header alignment (103px gutters) */
@media (min-width: 1025px) {
  /* Single Exhibition */
  body.single-exhibition-item #qodef-page-header-inner.qodef-content-grid,
  body.single-exhibition-item .qodef-header-sticky-inner.qodef-content-grid,
  /* Exhibition archive */
  body.tax-exhibition-types #qodef-page-header-inner.qodef-content-grid,
  body.tax-exhibition-types .qodef-header-sticky-inner.qodef-content-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 103px !important;
    padding-right: 103px !important;
    box-sizing: border-box;
  }
}

/* =========================================================
   MOBILE UX FIXES FOR EVENTS PAGE
   Covers:
   1) Elementor Nested Tabs (Past / Upcoming)
   2) Core base Event Filters (All, Visual Arts, etc.)
   ========================================================= */

/* =========================================================
   1️⃣ MOBILE: ELEMENTOR NESTED TABS (PAST / UPCOMING)
   - Tabs always ABOVE content
   - Side-by-side buttons
   - RECTANGULAR corners (no rounding)
   ========================================================= */
@media (max-width: 768px){

  /* Keep tab headings before content */
  .elementor-widget-n-tabs .e-n-tabs-heading{
    order: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    margin-bottom: 14px !important;
  }

  /* Content always after tabs */
  .elementor-widget-n-tabs .e-n-tabs-content{
    order: 1 !important;
    width: 100% !important;
  }

  /* Individual tab buttons */
  .elementor-widget-n-tabs .e-n-tabs-heading > .e-n-tab-title{
    order: 0 !important;               /* prevents 2nd tab dropping below cards */
    flex: 1 1 0 !important;
    max-width: 50% !important;
    white-space: nowrap !important;
    text-align: center !important;
    padding: 12px 10px !important;
    margin: 0 !important;
    line-height: 1.1 !important;

    /* IMPORTANT: keep rectangular */
    border-radius: 0 !important;
  }

  /* Ignore Elementor inline order styles */
  .elementor-widget-n-tabs .e-n-tab-title[style*="--n-tabs-title-order"]{
    order: 0 !important;
  }
}


/* =========================================================
   2️⃣ MOBILE: THEME EVENT FILTER TAGS
   - ALL filters visible
   - NO horizontal scroll
   - Wrap into 2 lines (or more if needed)
   - Centered, clean layout
   ========================================================= */
@media (max-width: 768px){

  .qodef-m-filter .qodef-m-filter-items{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;        /* ✅ allows multiple rows */
    overflow: visible !important;      /* ✅ no scroll */
    justify-content: center !important;
    align-items: center !important;
    gap: 10px 10px !important;
    padding: 6px 0 10px !important;
  }

  .qodef-m-filter .qodef-m-filter-item{
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }
}
