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

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

:root {
}

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)::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)::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):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):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;
}

#site-header .menu-item a::before {
	bottom: .5em !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;
}

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

body.compensate-for-scrollbar {
    margin-right: 0 !important;
}