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

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


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

@font-face {
  font-family: "McMichael Sans";
  src: url("https://mcmichael.com/_fonts/McMichaelSansLightItalic.woff2")
    format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "McMichael Sans";
  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: "McMichael Sans";
  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):not(.vcex-module)::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):not(.vcex-module)::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):not(.vcex-module):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):not(.vcex-module):focus::before {
  width: 100%;
}

.main-navigation-ul {
  font-weight: 400;
}

#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: "McMichael Sans";
  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;
}

.main-navigation-ul,
.main-navigation-ul .menu-item {
  transition: all .3s ease;
}

@media only screen and (max-width: 1199px) {
  .header-one-inner {
    /*
    display: flex;
    flex-direction: column;
    */
  }
  #site-logo .logo-img {
    transition: all .3s ease;
    max-width: 220px !important;
  }
  .navbar-style-one {
    /*
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    */
  }
  .main-navigation-ul>.menu-item:not(:last-child) {
    margin-inline-end: 20px !important;
  }
}

.site-breadcrumbs {
  /*
  width: var(--wpex-container-width);
  max-width: var(--wpex-container-max-width);
  margin: 30px auto;
  margin-bottom: 0;
  */
  width: 100%;
  padding-top: 30px;
  font-size: var(--wpex-text-xs) !important;
}

.site-breadcrumbs .breadcrumb-trail {
  display: block;
  width: 2000px;
  max-width: 90%;
  margin: 0 auto;
}

.voices-icon-box h2 {
  margin-bottom: 20px;
}

/*
.blue-grad {
  background: linear-gradient(0deg,rgba(1, 131, 163, 0.1) 0%, rgba(1, 131, 163, 0) 100%);*
}
*/

.wpex-badge {
  padding: .4em .75em
  border-radius: 100px;
}

.light-parallax .vc_parallax-inner {
  opacity: .25;
}

.blue-grad .wpb_wrapper {
  position: relative;
  z-index: 10;
}

.blue-grad {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    rgba(1, 131, 163, 0.05) 100%
  );
}

.blue-grad .wpb_wrapper {
  position: relative;
  z-index: 2;
}

.blue-grad::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 1;
  pointer-events: none;

  background:
    radial-gradient(circle at 20% 70%, rgba(1,131,163,0.35) 0%, transparent 60%),
    radial-gradient(circle at 50% 80%, rgba(255, 0, 38, 0.769) 0%, transparent 60%),
    radial-gradient(circle at 80% 75%, rgba(1,131,163,0.25) 0%, transparent 60%);

  background-size: 200% 100%;
  background-repeat: repeat-x;

  filter: blur(70px);
  opacity: 0.9;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 33%,
    black 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 33%,
    black 100%
  );

  animation: blobScroll 20s linear infinite;
}

@keyframes blobScroll {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}

.voices-banner .wpex-heading {
  margin-bottom: 30px;
}
.voices-banner .wpex-heading {
  margin-bottom: 30px;
}
.voices-banner .wpex-heading {
  margin-bottom: 30px;
}


.main-navigation .menu-item:hover .sub-menu {
  margin-left: -12px !important;
}

.main-navigation .menu-item .sub-menu a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.grad .link-inner {
  display: inline-block;
  background: linear-gradient(to right, #0183a3, #ec6747) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;

  color: transparent;
  -webkit-text-fill-color: transparent;
}


/* 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 #000000;
  background: transparent;
  padding: 14px 0 6px;
  font-size: 1em;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #000000;
  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: #000000;
  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: #000000;
  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 #000000;
  outline: none;
  box-shadow: none !important;
}

/* SUBMIT BUTTON */
.wpcf7 input[type="submit"] {
  background: #000000;
  color: #ffffff;
  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: #bb0000 !important;
  font-size: 0.75em !important;
}

.wpcf7 .wpcf7-not-valid {
  border-bottom: 1px solid #bb0000 !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: #000000;
  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: #000000;
}

/* 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 #000000;
  background: transparent;
  padding: 14px 0 6px;
  font-size: 1em;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #000000;
  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 #000000;
  background-color: transparent;
  padding: 14px 30px 6px 0; /* space for arrow */
  font-size: 1em;
  color: #000000;
  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 #000000;
}

/* DROPDOWN OPTIONS */
.wpcf7 select option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  color: #000000;
  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 #bb0000 !important;
}

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

/* VALIDATION SUCCESS STYLING */
.wpcf7 form.sent .wpcf7-response-output {
    color: #004400 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #bb0000 !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;
}