/*!
 * Theme Name: Refoundry Blank Theme
 * Author: Refoundry Systems Inc
 * Author URI: https://refoundry.io
 * Description: Blank theme for Refoundry development
 * Version: 1.0.0
 *
 */
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./_src/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/*
README
All CSS that involves tag selectors, resets and would otherwise NOT fit in components, goes here.
Basically, anything that would be targeting an HTML tag and not a css class, should go here. Bear in mind that this
should only be for "reset" purposes.
*/
/*
README

All *reusable* CSS should be included within this folder and imported to this file.
This includes:
- buttons
- blocks
- forms
- banners
- basically anything that can appear in more than one place and uses a CSS class.
*/
.fndry-list--margin-0 li {
  margin-bottom: 0;
}

.fndry-accordion .fndry-accordion-block__icon-front,
.fndry-accordion .fndry-accordion-block__icon-back {
  color: var(--fndry-color-green);
}
.fndry-accordion .fndry-accordion-block__label--open .fndry-accordion-block__icon-front,
.fndry-accordion .fndry-accordion-block__label--open .fndry-accordion-block__icon-back {
  color: var(--fndry-color-accentGreen);
}
.fndry-accordion .fndry-accordion-block__icon-wrap {
  width: 16px;
  height: 18px;
}
.fndry-accordion .fndry-accordion-block__icon-wrap svg {
  height: 18px;
}
.fndry-accordion .fndry-accordion-block__label .fndry-accordion-block__label-heading {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .fndry-accordion .fndry-accordion-block__label {
    justify-content: space-between;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .fndry-accordion .fndry-accordion-block__label .fndry-accordion-block__label-container {
    max-width: 95%;
  }
}
@media screen and (max-width: 720px) {
  .fndry-accordion .fndry-accordion-block__label .fndry-accordion-block__label-container {
    max-width: 90%;
  }
  .fndry-accordion .fndry-accordion-block__label .fndry-accordion-block__label-heading {
    font-size: 18px;
  }
}

.feature-block-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
}

.feature-block-bg-image {
  position: relative;
}
.feature-block-bg-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}

.feature-block-zoom:hover {
  cursor: pointer;
}
.feature-block-zoom:hover .fndry-heading {
  color: var(--fndry-color-accentGreen) !important;
}
.feature-block-zoom:hover .feature-block-bg-image img {
  transform: scale(1.05);
}
.feature-block-zoom .feature-block-bg-image img, .feature-block-zoom .fndry-heading {
  transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 1024px) {
  header .header-logo {
    width: 150px;
    height: 150px;
  }
}
header .fndry-nav__toggle {
  width: 32px;
  height: 25px;
}
header .fndry-nav .nav-with-icon::after {
  bottom: 0;
}
header .fndry-nav .nav-with-icon::before {
  top: 0;
}
@media screen and (max-width: 1024px) {
  header .fndry-nav__responsive-close {
    background-color: var(--fndry-color-offWhite);
    padding: 20px;
    border-radius: 10px;
  }
}
header .fndry-nav__responsive-container--open {
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 1024px) {
  header .fndry-nav--overlay-md .fndry-nav__responsive-container {
    padding: 18px;
  }
}
@media screen and (min-width: 1024px) {
  header .fndry-nav-jumpTo {
    display: none;
  }
}
header .fndry-nav-jumpTo {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  header .fndry-nav__container {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .fndry-nav__item:last-of-type {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  header .fndry-nav__responsive-container-close {
    background-image: url("/wp-content/uploads/2026/02/header-close-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 24px;
    height: 24px;
  }
  header .fndry-nav__responsive-container-close svg {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  footer .fndry-h4-not-responsive {
    font-size: 22px !important;
  }
}
footer .fndry-social-list {
  gap: 10px;
}
footer .fndry-social-list a {
  padding: 0;
}
footer .col-copyrights {
  gap: 10px;
}
footer .forge-and-smith a {
  text-decoration: none;
}
footer .fndry-list {
  padding-left: 25px;
}
footer .fndry-list .fndry-list-item__icon {
  font-size: 15px;
  left: -30px;
}
footer .fndry-list a {
  text-decoration: none;
}
footer .fndry-list a:hover {
  color: var(--fndry-color-accentGreen);
}
footer .fndry-list li {
  margin-bottom: 8px;
}
footer .fndry-list li:last-of-type {
  margin-bottom: 0;
}
footer p:not(.fndry-paragraph) {
  margin: 0;
  color: var(--fndry-color-white);
  font-family: "degular", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .logged-in .header-sticky {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .logged-in .header-sticky .fndry-nav__responsive-container {
    top: 46px;
  }
}
.logged-in .header-non-sticky {
  top: 60px;
}
@media (max-width: 1024px) {
  .logged-in .header-non-sticky .fndry-nav__responsive-container {
    top: 46px;
  }
}

.header-non-sticky {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 13;
}

.header-sticky {
  position: sticky;
  left: 0;
  right: 0;
  z-index: 11;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .header-sticky {
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .entry-content {
    margin-top: -90.5px;
  }
}
@media screen and (max-width: 1024px) {
  .entry-content {
    margin-top: -90px;
  }
}

body:not(.home) .header-non-sticky {
  background-color: var(--fndry-color-green);
}
@media screen and (min-width: 1024px) {
  body:not(.home) .header-non-sticky .primary-nav {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) .header-non-sticky .primary-nav {
    padding-bottom: 38px;
    padding-top: 38px !important;
  }
}

@media screen and (max-width: 1024px) {
  .logged-in:not(.home) .header-non-sticky {
    top: 45px !important;
  }
}

.height-100 {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .relative-mobile {
    position: relative !important;
  }
}

@media (max-width: 1024px) {
  .overflow-x--scroll {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.overflow--hidden {
  overflow: hidden;
}
.overflow--scroll {
  overflow-x: scroll;
}

@media (max-width: 1024px) {
  .bg-none--mobile {
    background: none !important;
  }
}
@media (min-width: 1024px) {
  .bg-none--desktop {
    background: none !important;
  }
}

@media (max-width: 1024px) {
  .border--t-none-mobile {
    border-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--r-none-mobile {
    border-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--b-none-mobile {
    border-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--l-none-mobile {
    border-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--none-mobile {
    border: 0 !important;
  }
}

body:not(.wp-admin) .events--none {
  pointer-events: none;
}
body:not(.wp-admin) .events--all {
  pointer-events: all;
}

@media screen and (max-width: 720px) {
  .margin-bottom-10--phone {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .border-radius-10--mobile {
    border-radius: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .height-440--mobile {
    height: 440px;
  }
}

.bg-fixed {
  background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
  .padding-top-10--mobile {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .padding-top-20--mobile {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .padding-top-22 {
    padding-top: 22px !important;
  }
}
@media screen and (min-width: 1024px) {
  .padding-top-480--desktop {
    padding-top: 480px !important;
  }
}
@media screen and (max-width: 1024px) {
  .padding-top-500--mobile {
    padding-top: 500px !important;
  }
}
@media screen and (min-width: 1024px) {
  .padding-bottom-22 {
    padding-bottom: 22px !important;
  }
}

/* Attempt to override Lenis behavior */
.lenis-smooth {
  height: auto !important;
}

html.lenis {
  height: auto-fit !important;
  scroll-behavior: auto !important;
}

/*# sourceMappingURL=style.css.map*/