/*********************
 Prefix Module Content
 *********************/
/*********************
 BREAKPOINTS
 https://responsivedesign.is/develop/getting-started-with-sass-and-breakpoint-mixin/
 *********************/
/*********************
 Prefix Property Values
 https://css-tricks.com/snippets/sass/mixin-prefix-properties/
 *********************/
@media (min-width: 70em) {
  .align-right--destkop * {
    text-align: right;
  }
}
.drop-shadow--text * {
  text-shadow: 0 0 5px black;
}
.drop-shadow--box {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .25) inset;
}
.script--text {
  font-family: 'lobster';
}
.button--two-line {
  border-radius: 50px;
  background: #0e000a;
  border: none;
  padding: 0px 0px;
}
.button--two-line .fl-button-text {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}
.button--two-line:hover, .button--two-line:focus {
  background: #0e000a;
}
.button--two-line:hover .fl-button-text, .button--two-line:focus .fl-button-text {
  color: #fff;
}
.sans-serif {
  font-family: sans-serif;
}
.sans-serif--bold {
  font-weight: bolder;
}
html {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
a {
  transition: 300ms ease all;
}
/*
 a.fl-button {
 border-radius: 0;
 background: transparent;
 border: 2px solid $primary-color;
 .fl-button-text {
 color: $primary-color;
 }
 &:hover, &:focus {
 background: $primary-color;
 .fl-button-text {
 color: $white;
 }
 }
 }
 */
.decorative-separator {
  position: relative;
}
.decorative-separator img {
  position: absolute;
  top: -50%;
  left: -20%;
  transform: translateY(-50%);
}
.fl-builder-edit .decorative-separator img {
  z-index: -1;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fbb-child-theme-deluxe%5C%2Fscss%5C%2Fsrc%5C%2Fdeluxe-styles.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbb-child-theme-deluxe%5C%2Fscss%5C%2Fsrc%5C%2Fglobal%5C%2F_mixins.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbb-child-theme-deluxe%5C%2Fscss%5C%2Fsrc%5C%2Fglobal%5C%2F_helper-classes.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbb-child-theme-deluxe%5C%2Fscss%5C%2Fsrc%5C%2Fbase%5C%2F_body.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbb-child-theme-deluxe%5C%2Fscss%5C%2Fsrc%5C%2Fmodules%5C%2F_decorative-seperator.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3BuBAAA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3B%3B%3BuBAAA%3BACgBK%3BACdA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CwDAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAAOF%3BAAAA%2C0BAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAC7CF%3BAAAA%2CsCAAA%3BAAAA%3BAAIC%3BAAIE%3BAAAA%2CiDAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2C6BAAA%3BAAAA%3BAHbD%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAIAA%3BAAAA%2CqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAQD%3BAAAA%2CcAAA%3BAAAA%22%7D */