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

.bg-blur-5 {
  backdrop-filter: blur(5px);
}

.display-none {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .width-auto--mobiles img {
    width: auto;
  }
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

body {
  position: relative;
}

footer .footer-copyrights-column {
  flex-wrap: wrap;
}
footer .footer-copyrights-column .fndry-nav__container {
  gap: 4px;
}
footer .footer-copyrights-column .link-underline-none a {
  text-decoration: none;
}
footer .footer-copyrights-column .margin-right-4 {
  margin-right: 4px;
}
footer .footer-copyrights-column .opacity-50 {
  opacity: 50%;
}
@media screen and (max-width: 720px) {
  footer .border-none--phone {
    border-right: 0 !important;
  }
  footer .margin-top-4--phone {
    margin-top: 4px;
  }
}

@media (max-width: 1024px) {
  .logged-in header {
    top: 46px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin-top: 0 !important;
  }
}
.fndry-statistics {
  justify-content: center;
}
.fndry-statistics-block__stat-wrapper {
  color: var(--fndry-color-white);
  justify-content: center;
}
.fndry-statistics-block__stat-wrapper span:has(svg) {
  display: flex;
  align-items: center;
}
.fndry-statistics-block__stat-wrapper span:has(svg) svg {
  height: 18px;
  color: var(--fndry-color-firetruck);
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .fndry-statistics-block__stat-wrapper span:has(svg) svg {
    margin-bottom: 0;
  }
}
.fndry-statistics-block__body {
  margin-bottom: 0;
}
.fndry-statistics-block__body p {
  text-align: center;
  margin-bottom: 0;
  padding-top: 12px;
}
@media (max-width: 1024px) {
  .fndry-statistics {
    justify-content: center;
  }
  .fndry-statistics-block__wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.fndry-statistics-block__stat-wrapper {
  margin-bottom: 0;
}

.fndry-list--15px-icons {
  padding-left: 20px;
}
.fndry-list--15px-icons span {
  font-size: 15px;
  left: -25px;
}
.fndry-list--4px-margin li {
  margin-bottom: 4px;
}
.fndry-list--4px-margin li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .fndry-slider--gallery {
    overflow: hidden;
    position: relative;
  }
  .fndry-slider--gallery::before {
    content: "";
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    width: calc((100vw - 1200px) / 2);
    height: 100%;
    z-index: 2;
  }
  .fndry-slider--gallery::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1200px) / 2);
    height: 100%;
    z-index: 2;
  }
  .fndry-slider--gallery .fndry-slider__track {
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  .fndry-slider--gallery .fndry-slider__nav {
    margin-top: 3rem;
  }
}
.fndry-slider--gallery .fndry-slider__ctrl {
  height: 48px;
  width: 48px;
  border: 2px solid var(--fndry-color-embers);
}
.fndry-slider--gallery .fndry-slider__ctrl-icon {
  margin-top: 3px;
}
.fndry-slider--gallery .fndry-slider__ctrl:hover {
  background-color: var(--fndry-color-firetruck);
  border: 2px solid var(--fndry-color-firetruck);
}
.fndry-slider--gallery .fndry-slider__ctrl:hover .fndry-slider__ctrl-icon {
  fill: var(--fndry-color-white);
}
.fndry-slider--gallery .fndry-slider__ctrl-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M495 273l17-17-17-17L359 103l-17-17L308.1 120l17 17 95 95L24 232 0 232l0 48 24 0 396.1 0-95 95-17 17 33.9 33.9 17-17L495 273z'/%3E%3C/svg%3E") !important;
}
.fndry-slider--gallery .fndry-slider__ctrl-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M17 239L0 256l17 17L153 409l17 17L203.9 392l-17-17-95-95L488 280l24 0 0-48-24 0L91.9 232l95-95 17-17L169.9 86.1l-17 17L17 239z'/%3E%3C/svg%3E") !important;
}

.fndry-video-popup {
  display: block;
}
.fndry-video-popup__play {
  background: var(--fndry-color-charcoal40);
  border: 2px solid var(--fndry-color-white);
  height: 180px;
  width: 180px;
  backdrop-filter: blur(5px);
  top: calc(50% - 100px);
  left: calc(50% - 100px);
}
.fndry-video-popup__play::after {
  border-width: 20px 0 20px 30px;
}
.fndry-video-popup:hover, .fndry-video-popup:focus {
  --fndry-video-pop-bg: none;
}
.fndry-video-popup:hover .fndry-video-popup__play, .fndry-video-popup:focus .fndry-video-popup__play {
  background: var(--fndry-color-firetruck);
  border: 2px solid var(--fndry-color-firetruck);
}
.fndry-video-popup:after {
  background: none;
}

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