/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/lnip-cover/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* Links */
.lnip-cover-block {
  /* &.lnip-background-opacity {
      .lnip-cover {
          .lnip-cover-text__copy {

              max-width: 100%;
              @include mq('tablet') {
                  max-width: 50%;
              }

              @include mq('desktop-medium') {
         padding-left: var(--wp--custom--lnip--padding--large);
         padding-right: var(--wp--custom--lnip--padding--large);
        }		
          }
      }

  } */
}
.lnip-cover {
  width: 100%;
  height: 100vh;
  padding: 0px;
}
.lnip-cover .wp-block-cover__inner-container {
  display: block !important;
}
.wp-block-cover__inner-container {
  display: block !important;
  font-family: var(--wp--custom--lnip--font-family);
}
.wp-block-cover__inner-container h2 {
  font-size: var(--wp--custom--lnip--font-size--header-four);
  line-height: var(--wp--custom--lnip--line-height--header-four);
  font-weight: var(--wp--custom--lnip--font-weight--default);
}
@media only screen and (min-width: 768px) {
  .wp-block-cover__inner-container h2 {
    font-size: var(--wp--custom--lnip--font-size--header-six);
    line-height: var(--wp--custom--lnip--line-height--header-six);
  }
}
.wp-block-cover__inner-container h3 {
  font-size: var(--wp--custom--lnip--font-size--header-three);
  line-height: var(--wp--custom--lnip--line-height--header-three);
  font-weight: var(--wp--custom--lnip--font-weight--default);
}
.wp-block-cover__inner-container h4 {
  font-size: var(--wp--custom--lnip--font-size--header-four);
  line-height: var(--wp--custom--lnip--line-height--header-four);
  font-weight: var(--wp--custom--lnip--font-weight--default);
}
.wp-block-cover__inner-container .card__text strong {
  color: var(--wp--custom--lnip--pallete--white);
  font-size: var(--wp--custom--lnip--font-size--text-one);
  line-height: var(--wp--custom--lnip--line-height--medium-one);
  font-weight: var(--wp--custom--lnip--font-weight--bolder);
}
.wp-block-cover__inner-container .card__content p {
  color: var(--wp--custom--lnip--pallete--white);
  font-size: var(--wp--custom--lnip--font-size--medium);
  line-height: var(--wp--custom--lnip--line-height--medium);
  font-weight: var(--wp--custom--lnip--font-weight--default);
}

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