/*
Theme Name: Ozarks Foundation
Theme URI: https://www.ozarks.edu/
Description: Child theme for the Ozarks theme, customized for the Foundation site.
Author: Aaron Wright / Ozarks Tech Web Team
Author URI: https://www.ozarks.edu/
Template: ozarks
Text Domain: ozarks-foundation
Version: 1.0.0
*/

/* -----------------------------------------
   Global overrides
   ----------------------------------------- */

:root {
  --arrow-yellow: url('/wp-content/themes/ozarks-foundation/assets/images/up-right-arrow-gold.svg');
}

.wp-block-separator {
  background: var(--silver) !important;
}

/**/
.wp-block-custom-container.container.is-style-after-contact
{
  margin-top:-64px;
}

.section_Nav button:after {
  background: url(./assets/images/icon-x.svg) no-repeat right center;
}

.filebird-block-filebird-gallery li {
  background: none !important;
  padding: initial !important;
}

.home_Banner
{
text-align:center;
}

/* Foundation CTA strip background overlay */
.CTA_Strip .container .CTA_Strip_inner {
  position: relative;       /* make it a positioning context */
  overflow: hidden;         /* in case the overlay bleeds a bit */
}

/* Transparent-ish image layer behind the text */
.CTA_Strip .container .CTA_Strip_inner::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: url('./assets/images/Foundation-Web-Bar.webp')
              no-repeat center center;
  background-size: cover;
  opacity: 0.60;           /* <-- adjust this: lower = more transparent */
  pointer-events: none;    /* don’t block clicks */
  z-index: 0;
}

/* Keep the existing content above the overlay */
.CTA_Strip .container .CTA_Strip_inner > * {
  position: relative;
  z-index: 1;
}


@media (min-width: 1200px) {
  .navbar-expand-xl.MainMenu ul.navbar-nav.foundation-nav li.nav-item a.nav-link {
    pointer-events: auto;
  }
}

