/*
Theme Name: GALA
Theme URI: https://gala.mcmichael.com/
Description: Child theme for the Total WordPress Theme
Author: McMichael
Author URI: https://gala.mcmichael.com/
Template: Total
Version: 1.0.0
Text Domain: gala
*/

/* =Theme Custom CSS
-------------------------------------------------------------- */


@font-face {
  font-family: "McMichaelSansRegular";
  src: url("https://mcmichael.com/_fonts/McMichaelSansRegular.woff2")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "McMichaelSansRegularItalic";
  src: url("https://mcmichael.com/_fonts/McMichaelSansItalic.woff2")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "McMichaelSansMedium";
  src: url("https://mcmichael.com/_fonts/McMichaelSansMedium.woff2")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "McMichaelSansMediumItalic";
  src: url("https://mcmichael.com/_fonts/McMichaelSansMediumItalic.woff2")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "McMichaelSansRegular", sans-serif;
  /*line-height: 1.6;
  color: #000;
  background: #fff;*/
  zoom: 100%;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "McMichaelSansRegular";
  font-weight: 400 !important;
  /*line-height: 0.9 !important;
  letter-spacing: -0.05em !important;
  text-transform: uppercase !important;*/
}

h1 span span:not(.c),
h2 span span:not(.c),
h3 span span:not(.c),
h4 span span:not(.c),
h5 span span:not(.c),
h6 span span:not(.c),
.g {
  color: rgba(0, 0, 0, 0.7) !important;
  display: block;
}

strong {
  font-family: "McMichaelSansMedium";
  font-weight: 500;
}

p {
  margin-bottom: 1.5rem;
}

.uppercase {
  text-transform: uppercase;
}

.c {
  text-transform: lowercase !important;
}

hr {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  margin: 50px 0;
  width: 100%;
}

.container a:not(.theme-button):not(.wcex-button):not(:has(img, svg)):not(.post-edit a):not(.entry-title a):not(.no-deco a):not(.no-deco) {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

/* base underline */
.container a:not(.theme-button):not(.wcex-button):not(:has(img, svg)):not(.post-edit a):not(.entry-title a):not(.no-deco a):not(.no-deco):not(.mobile-menu-toggle)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background: #000000;
  pointer-events: none;
}

/* animated underline */
.container a:not(.theme-button):not(.wcex-button):not(:has(img, svg)):not(.post-edit a):not(.entry-title a):not(.no-deco a):not(.no-deco):not(.mobile-menu-toggle)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.container a:not(.theme-button):not(.wcex-button):not(:has(img, svg)):not(.post-edit a):not(.entry-title a):not(.no-deco a):not(.no-deco):not(.mobile-menu-toggle):hover::before,
.container a:not(.theme-button):not(.wcex-button):not(:has(img, svg)):not(.post-edit a):not(.entry-title a):not(.no-deco a):not(.no-deco):not(.mobile-menu-toggle):focus::before {
  width: 100%;
}

#footer-inner .container a::after,
#footer-inner .container a::before,
#footer-bottom .container a::after,
#footer-bottom .container a::before {
  background: #ffffff !important;
}

#top-bar a::before {
	background: #ffffff !important;
}

.menu-item a::after,
.top-bar-item a::after {
	display: none !important;
}

.post-edit a {
  background: #ec6747 !important; 
}

ul,
ol {
  margin-bottom: var(--space-l);
  padding-left: var(--space-l);
  line-height: 1.6;
  font-size: var(--font-m);
  color: inherit;
}

ul li,
ol li {
  margin-bottom: var(--space-xs);
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
  margin-top: var(--space-xs);
  padding-left: var(--space-m);
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
  margin-top: var(--space-xs);
  padding-left: var(--space-m);
}

.list--unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list--unstyled li {
  margin-bottom: var(--space-xs);
}

.list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list--inline li {
  display: inline-block;
  margin-right: var(--space-s);
}

.list--inline li:last-child {
  margin-right: 0;
}

dl {
  margin-bottom: var(--space-l);
}

dl dt {
  font-family: "McMichaelSansMedium";
  font-weight: 500;
  margin-bottom: var(--space-xxs);
}

dl dd {
  margin-bottom: var(--space-s);
  margin-left: var(--space-m);
}

.artist-statement {
    
}
.artist-statement .paired-images {
    background: transparent;
    max-width: 900px;
}
.artist-statement .paired-images h6 {
    color: #ffffff;
}

#site-header-sticky-wrapper,
#site-header {
	transition: all .6s ease;
}

/*
@media only screen and (min-width: 960px) {
	#top-bar-wrap #top-bar {
		position: relative;
		z-index: 1060;
	}

	#top-bar-wrap {
		margin-bottom: -20px !important;
	}

	#top-bar {
		padding-bottom: 0 !important;
	}
}
*/

#top-bar {
	padding-bottom: 10px !important;
}

/* .wpex-border-solid, */
.main-navigation-ul .sub-menu {
   border: none !important;
}

.page-header.wpex-border-solid {
	border-top: none !important;
}

#site-navigation-wrap {
	padding-top: 8px;
}

#footer .footer-copy {
	padding-right: 35%;
}
#footer p {
	font-size: 16px;
}

#footer .footer-copy p:last-of-type {
	margin-bottom: 0;
}

#footer .wpex-tiktok:hover,
#footer .wpex-x-twitter:hover {
	color: #999999 !important;
}

@media only screen and (min-width: 960px) {
	#footer .footer-four {
		position: relative;
		margin-top: -100px;
	}

	#footer .widget_wpex_fontawesome_social_widget {
		padding-block-end: 10px !important;
	}
}

.v-align-middle-row {
    display: flex;
}

.v-align-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reverse-row {
    justify-content: right !important;
}

.faq {
	padding-top: 15px;
	border-top: 1px solid #000000;
}

.faq .vcex-toggle__content {
    margin-top: 25px;
}

.faq .vcex-toggle__title {
	font-size: 22px;
}

.faq .vcex-toggle__icon,
.faq .wpex-items-center {
	align-items: flex-start !important;
}

#site-logo {
  justify-content: center;
}

#site-logo,
#site-navigation-wrap,
#site-navigation .menu-item > a,
#site-header, 
#site-header-inner {
  transition: all .5s ease;
}

#site-logo {
  margin-bottom: 20px;
}

#site-navigation .main-navigation-dev-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.4;
}

#site-navigation .menu-item {
  margin: 0 clamp(2px, 1vw, 10px);
}

#site-navigation .menu-item > a {
  font-size: clamp(20px, 1.6vw, 24px);
  text-transform: uppercase;
}

#site-header-sticky-wrapper.is-sticky #site-logo {
  margin-top: -80px;
}

#site-header-sticky-wrapper.is-sticky #site-navigation-wrap {
  padding-top: 12px;
}

#site-header-sticky-wrapper.is-sticky #site-header {
  background-color: var(--wpex-palette-2374-color);
}

html.html-noscroll {
    padding-right: 0 !important;
}

:root {
    --wpex-scrollbar-width: 0px !important;
}

@media only screen and (max-width: 959px) {

  #site-logo {
    margin-bottom: 0;
  }

  .wpex-responsive .container {
    max-width: calc(100% - 12vw) !important;
  }

  .wpex-mobile-menu .wpex-icon {
    font-size: 2em !important;
  }

  .full-screen-overlay-nav-close {
    margin-block-start: 22px !important;
    margin-inline-end: 22px !important;
  }

  #site-header-sticky-wrapper.is-fixed {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
  }

}

#site-header-sticky-wrapper {
  position: relative;
  transition: transform 0.3s ease;
}

#site-header-sticky-wrapper.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--wpex-palette-2374-color);
}

#site-header-sticky-wrapper.hide-header {
  transform: translateY(-100%);
}

#site-header-sticky-wrapper.is-sticky .has-sticky-dropshadow {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1) !important;
}

.wpex-vc-full-width-section,
.wpex-vc-full-width-row {
    --wpex-scrollbar-width: 0px !important;
    --wpex-vc-full-width-vp-offset: 0px !important;
}

/*
.wpex-vc-full-width-section .vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
*/

@media only screen and (max-width: 639px) {
  .mobile-align-center {
    align-items: center;
  }
  .mobile-align-center h2 {
    text-align: center;
  }
}

.multi-buttons-2026 a {
  color: var(--wpex-palette-2296-color);
  background-color: var(--wpex-palette-2374-color);
}

.invisi-line {
  position: relative;
}

.invisi-line::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid var(--wpex-palette-2373-color);
}

sup, 
sub {
    inset-block-start: -0.7em;
    font-size: 0.7em;
}

.gala-accordion h2 {
  font-size: 40px;
}

.gala-accordion h2 a {
  display: block;
  width: 100%;
  padding: 0 !important;
  border-bottom: 1px solid var(--wpex-palette-2296-color) !important;
}

.gala-accordion h2 a::before,
.gala-accordion h2 a::after {
  display: none;
}

.gala-accordion h2 a .vc_tta-controls-icon {
  right: 0 !important;
}

.gala-accordion h4 sup {
  color: var(--wpex-palette-2374-color);
  font-size: .5em;
  inset-block-start: -1.25em;
}

.gala-accordion .vc_tta-controls-icon {
  width: 24px !important;
  height: 24px !important;
}

.vcex-image-caption {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

.vc_section.mobile-padding-box {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.font-line-fix,
.font-line-fix .wpex-heading {
  margin-top: .25em !important;
}





/* FIELD WRAPPERS & ROWS */
.wpcf7 .field {
  position: relative;
  margin-bottom: 0;
}

.wpcf7 .form-row {
  display: flex;
  gap: 20px;
}

.wpcf7 .field.half {
  flex: 0 0 calc(50% - 10px);
}

.wpcf7 .field.full {
  flex: 0 0 100%;
}

/* Responsive stack on small screens */
@media (max-width: 768px) {
  .wpcf7 .form-row {
    flex-direction: column;
  }
  .wpcf7 .field.half {
    flex: 100%;
  }
}

/* INPUTS & TEXTAREA BASE STYLES */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 14px 0 6px;
  font-size: 1em;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Textarea height ~3 rows */
.wpcf7 textarea {
  height: auto !important;
  min-height: 6em !important; /* ~3 rows */
  max-height: 6em !important;
  line-height: 1.2em;
  resize: none;
  overflow-y: auto !important;
  padding-top: 18px; /* space for label */
}

/* LABELS */
.wpcf7 label {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 1em;
  color: #000;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* FLOATING LABELS */
/* Float label if input or textarea has any value */
.wpcf7 input[value]:not([value=""]) ~ label,
.wpcf7 textarea:not(:empty) ~ label,
.wpcf7 .field:focus-within label,
.wpcf7 .wpcf7-not-valid label,
.wpcf7 input:focus ~ label,
.wpcf7 textarea:focus ~ label,
.wpcf7 input.has-value ~ label,
.wpcf7 textarea.has-value ~ label {
  top: -8px;
  font-size: 0.75em;
}

/* Float label if field is focused or has value */
.wpcf7 .field:focus-within label,
.wpcf7 .field.has-value label {
  top: -8px;
  font-size: 0.75em;
  color: #000;
  transition: all 0.3s ease;
}

/* Reset default label position */
.wpcf7 .field label {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 1em;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* FOCUS STYLING */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-bottom: 1px solid #000;
  outline: none;
  box-shadow: none !important;
}

/* SUBMIT BUTTON */
.wpcf7 input[type="submit"] {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 0 !important;
  box-shadow: none !important;
  appearance: none;
  transition: opacity 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
  opacity: 0.85;
}

/* VALIDATION ERROR STYLING */
.wpcf7-not-valid-tip {
  color: #ff0000 !important;
  font-size: 0.75em !important;
}

.wpcf7 .wpcf7-not-valid {
  border-bottom: 1px solid #ff0000 !important;
}

/* AUTOFILL RESET */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7 input:-moz-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -moz-text-fill-color: #000 !important;
}

/* FIELD WRAPPER & FLOATING LABELS */
.wpcf7 .field {
  position: relative;
  margin-bottom: 1rem;
}

.wpcf7 .field label {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 1em;
  pointer-events: none;
  color: #000;
  transition: all 0.3s ease;
}

/* Float label if focused or has value */
.wpcf7 .field:focus-within label,
.wpcf7 .field.has-value label {
  top: -8px;
  font-size: 0.75em;
  color: #000;
}

/* INPUTS & TEXTAREA */
.wpcf7 .field input[type="text"],
.wpcf7 .field input[type="email"],
.wpcf7 .field input[type="tel"],
.wpcf7 .field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 14px 0 6px;
  font-size: 1em;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #000;
  appearance: none;
}

/* Textarea sizing */
.wpcf7 .field textarea {
  min-height: 6em;
  max-height: 6em;
  resize: none;
  overflow-y: auto;
  line-height: 1.2em;
  padding-top: 18px; /* space for label */
}

/* Select styling */
.wpcf7 select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  padding: 14px 30px 6px 0; /* space for arrow */
  font-size: 1em;
  color: #000;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* CUSTOM SVG ARROW */
.wpcf7 select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px;
  background-size: 30px;
}

/* REMOVE DEFAULT ARROW (IE/EDGE OLD) */
.wpcf7 select::-ms-expand {
  display: none;
}

/* FOCUS STATE */
.wpcf7 select:focus {
  border-bottom: 1px solid #000;
}

/* DROPDOWN OPTIONS */
.wpcf7 select option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #1a94b5;
  color: #000;
  border: transparent !important;
  cursor: pointer;
  box-shadow: none;
}

/* VALIDATION ERROR STYLING */
.field input.wpcf7-not-valid,
.field textarea.wpcf7-not-valid,
.field select.wpcf7-not-valid {
  border-bottom: 1px solid #ff0000 !important;
}

.wpcf7-not-valid-tip {
  color: #ff0000 !important;
  font-size: 0.75em !important;
}

/* VALIDATION SUCCESS STYLING */
.wpcf7 form.sent .wpcf7-response-output {
    color: #00ff00 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #ff0000 !important;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0 !important;
    margin: 1rem 0 0 0 !important;
    font-size: 15px !important;
    background: none !important;
    border: none !important;
}