/** 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 3, stdin */

.book-direct-perks {
  background-color: #E9EAEE;
}

/* line 6, stdin */

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

/* line 11, stdin */

.book-direct-perks p:last-of-type {
  margin-bottom: 0;
}

/* line 16, stdin */

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

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

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

  /* line 22, stdin */

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

/* line 28, stdin */

.book-direct-perks .perk {
  border-radius: 10px;
  margin-bottom: 30px;
}

/* line 32, stdin */

.book-direct-perks .perk .perk-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

  .book-direct-perks .perk .perk-image {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}

/* line 46, stdin */

.book-direct-perks .perk .perk-copy {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 35px 30px;
  background-color: #FFFFFF;
}

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

  .book-direct-perks .perk .perk-copy {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 575.5px) {
  /* line 46, stdin */

  .book-direct-perks .perk .perk-copy {
    padding: 25px 20px;
  }
}

@media (max-width: 1179.5px) {
  /* line 63, stdin */

  .book-direct-perks .perk.perk-col-2 .perk-image,
  .book-direct-perks .perk.perk-col-4 .perk-image {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 1179.5px) {
  /* line 70, stdin */

  .book-direct-perks .perk.perk-col-2 .perk-copy,
  .book-direct-perks .perk.perk-col-4 .perk-copy {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

/* line 79, stdin */

.book-direct-perks .perk.perk-col-3 .perk-image {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
}

/* line 84, stdin */

.book-direct-perks .perk.perk-col-3 .perk-copy {
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}

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

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

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

body.wp-admin .book-direct-perks {
  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-perks:before {
  content: "Book Direct Perks";
  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-perks.css.map*/