/*!
 * 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]!./blocks/MegaMenu/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1024px) {
  .fndry-custom-mega-menu__link {
    position: relative;
    z-index: 2;
    padding: 0.5rem 1rem;
  }
}
.fndry-custom-mega-menu .fndry-nav__submenu-toggle {
  z-index: 2;
}
.fndry-custom-mega-menu__img {
  background: lightgray;
  flex: 1 1 auto;
  display: flex;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .fndry-custom-mega-menu__img {
    display: none;
  }
}
.fndry-custom-mega-menu__img > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .fndry-custom-mega-menu__nav {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fndry-custom-mega-menu__nav--two-columns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .fndry-custom-mega-menu__submenu {
    position: absolute;
    top: 0;
    left: -0.5rem;
    right: -0.5rem;
    z-index: 1;
    background: white;
    border-radius: 6px;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem 2rem 1rem;
    display: flex;
    width: auto !important;
    max-width: unset !important;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/MegaMenuLink/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.fndry-custom-mega-link {
  display: flex;
  padding: 0.5rem 1rem !important;
  gap: 1rem;
  border-radius: 1rem;
  align-items: center;
}
.fndry-custom-mega-link:hover {
  background: #F5F7FC;
}
.fndry-custom-mega-link__label, .fndry-custom-mega-link__desc {
  max-width: 210px;
}
.fndry-custom-mega-link__icon {
  height: 60px;
  width: 60px;
  display: flex;
  margin-right: 1rem;
}
.fndry-custom-mega-link__chevy {
  margin-left: auto;
}

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