/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* $font-bold: 'Raleway-Bold';
$font-regular: 'Raleway';
$font-light: 'Raleway-Light';
$font-curly: 'Pacifico';
$font-heavy: 'Raleway-Bold'; */

/* line 4, stdin */

.book-direct h1,
.book-direct h2,
.book-direct h3,
.book-direct h4,
.book-direct h5,
.book-direct h6 {
  margin-bottom: 25px;
}

/* line 13, stdin */

.book-direct .site-button {
  margin-top: 20px;
}

@media (max-width: 767.5px) {
  /* line 13, stdin */

  .book-direct .site-button {
    margin-bottom: 45px;
  }

  /* line 19, stdin */

  .book-direct .site-button.inline {
    display: block;
  }
}

/* line 24, stdin */

.book-direct .perks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  /* line 24, stdin */

  .book-direct .perks-container {
    margin-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 36, stdin */

.book-direct .perk {
  text-align: center;
}

/* line 39, stdin */

.book-direct .perk img {
  margin-bottom: 15px;
}

/* line 43, stdin */

.book-direct .perk:nth-child(4) {
  margin-top: 20px;
}

/* line 53, resources/assets/styles/common/_mixins.scss */

body.wp-admin .book-direct * {
  display: none;
}

/* line 58, resources/assets/styles/common/_mixins.scss */

body.wp-admin .book-direct {
  background: none !important;
  background-color: #EEEEEE !important;
  text-align: left;
  padding: 16px 20px;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* line 61, resources/assets/styles/common/_mixins.scss */

body.wp-admin .book-direct:before {
  content: "Book Direct";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  color: #444 !important;
}


/*# sourceMappingURL=book-direct.css.map*/