/*
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 #menu-main-menu {
  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;
}

.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;
}

