@import "https://fonts.freemius.com/default.css";

/* src/bfcm-sticky-banner/style.scss */
html body {
  padding-top: 0;
  transition: padding-top .2s ease-in-out;
  will-change: padding-top;
}
html.has-bfcm-sticky-banner body {
  padding-top: 48px;
}
html.has-bfcm-sticky-banner body .bfcm-banner {
  height: 51px;
}
.bfcm-banner {
  background: #0e0e0e;
  background-size: auto 100%;
  color: #fff;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: height .2s ease-in-out;
  width: 100%;
  will-change: height;
  z-index: 100;
}
.bfcm-banner,
.bfcm-banner > * {
  font-size: 14px !important;
  line-height: 1 !important;
}
.bfcm-banner,
.bfcm-banner *,
.bfcm-banner :after,
.bfcm-banner :before {
  box-sizing: border-box;
}
.bfcm-banner__svg-container {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.bfcm-banner__svg {
  height: 40px;
  left: 0;
  position: absolute;
  width: auto;
}
.bfcm-banner__svg--shape-0 {
  left: -10px;
  top: 22px;
}
.bfcm-banner__svg--shape-1 {
  bottom: -40%;
  left: 50%;
  opacity: .5;
  top: auto;
}
.bfcm-banner__svg--shape-2 {
  left: auto;
  right: 0;
  top: 16px;
}
.bfcm-banner__inner {
  height: 51px;
  justify-content: center;
  max-width: 100%;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}
.bfcm-banner__inner,
.bfcm-banner__link {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.bfcm-banner__link {
  font-size: 16px;
}
.bfcm-banner__link--button {
  background-color: #922af5 !important;
  color: #fff !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.bfcm-banner__link--button {
  border-radius: 5px;
  display: block;
  font-family: Freemius, sans-serif;
  font-size: 16px;
  font-weight: 500;
  min-width: 123px;
  padding: 10px 9px 9px;
  text-align: center;
  transition: background-color .2s ease-in-out;
  will-change: background-color;
}
.bfcm-banner__link--button:hover {
  background-color: #9e42f6 !important;
}
.bfcm-banner__message {
  color: #fff !important;
}
.bfcm-banner__message {
  display: block;
  font-family: Freemius, sans-serif;
  font-weight: 500;
  padding: 0 30px 0 0;
}
.bfcm-banner__subtitle {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media screen and (min-width:601px) {
  .bfcm-banner__inner {
    padding: 5px 30px 5px 10px;
  }
  .bfcm-banner__message {
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width:800px) {
  .bfcm-banner__inner {
    padding: 5px 30px;
  }
  .bfcm-banner__subtitle {
    clip: auto;
    color: #b7ffe1;
    display: inline-block;
    flex: 0 1 auto;
    font-family: Freemius, sans-serif;
    font-weight: 500;
    height: auto;
    margin: 0 0 0 30px;
    overflow: visible;
    padding: 0;
    position: static;
    white-space: normal;
    white-space: nowrap;
    width: auto;
  }
}
html.has-bfcm-sticky-banner .navbar-fixed.pop-down,
html.has-bfcm-sticky-banner .navbar-fixed.pop-down.floating {
  top: 51px;
}
@media screen and (min-width:601px) {
  html.has-bfcm-sticky-banner body.admin-bar .bfcm-banner {
    top: 46px;
  }
  html.has-bfcm-sticky-banner body.admin-bar .navbar-fixed.pop-down,
  html.has-bfcm-sticky-banner body.admin-bar .navbar-fixed.pop-down.floating {
    top: 95px;
  }
}
@media screen and (min-width:783px) {
  html.has-bfcm-sticky-banner body.admin-bar .bfcm-banner {
    top: 32px;
  }
  html.has-bfcm-sticky-banner body.admin-bar .navbar-fixed.pop-down,
  html.has-bfcm-sticky-banner body.admin-bar .navbar-fixed.pop-down.floating {
    top: 81px;
  }
}
html.has-bfcm-sticky-banner .fsblog__header {
  top: 45px;
}
@media screen and (min-width:1260px) {
  html.has-bfcm-sticky-banner .fsblog__header {
    top: calc(var(--fs-blog-logo-height)*-2 + 45px);
  }
}
html.has-bfcm-sticky-banner .bfcm-banner {
  z-index: 10000;
}
