

.bold {
  font-family: var(--font-bold) !important;
}

.btn-icon {
  align-items: center;
  display: inline-flex;
}
.btn-icon i {
  line-height: 0;
}

.btn-download-assets i {
  line-height: 0;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.btn-green {
  background-color: var(--success-green);
}

.book-cover {
  border-radius: 4px;
  border: 0px;
}

.position-relative.margin-top .herobgpricing {
  height: 450px;
}
@media (max-width: 768px) {
  .position-relative.margin-top .herobgpricing {
    height: 650px;
  }
}
@media (max-width: 768px) {
  .position-relative.margin-top .container.row .text.align-center {
    flex: 100%;
    margin-top: -40px;
    margin-bottom: 80px;
  }
  .position-relative.margin-top .container.row .text.align-center p {
    margin-top: -40px;
  }
}

.margin-top-sm.position-relative .container.row .text.align-center:hover .book-cover, .grid_6:hover .book-cover {
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 6px 16px #0A2C3D25;
}
@media (max-width: 768px) {
  .margin-top-sm.position-relative .container.row .text.align-center:hover .book-cover, .grid_6:hover .book-cover {
    transform: scale(0.95);
  }
}
.margin-top-sm.position-relative .container.row .text.align-center .book-cover, .grid_6 .book-cover {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .margin-top-sm.position-relative .container.row .text.align-center .book-cover, .grid_6 .book-cover {
    transform: scale(0.95);
  }
}

.text p {
  opacity: 0.72;
}

a {
  /*@include link;*/
  text-decoration: none;
  font-family: var(--font-regular);
  font-weight: 400;
  transition: all 220ms ease-in-out;
}
a:hover, a:active, a:visited {
  text-decoration: none;
}

.link {
  font-family: var(--font-bold);
  color: var(--info-blue);
}
.link:hover {
  color: var(--info-blue-hover);
}

.btn.download {
  background-color: var(--info-blue);
  color: var(--white);
  font-size: 1.25rem;
  font-family: var(--font-medium);
}
.btn.download:hover {
  background-color: var(--info-blue-hover);
}
.btn.download .saveicon {
  width: 25px;
  height: 25px;
  margin-bottom: -5px;
  margin-right: 7px;
}

.greybox {
  padding: 1rem;
  background: rgba(233, 237, 239, 0.52);
  border-radius: 4px;
}

.icons-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}

.icons-wrapper code {
  padding: 0.5rem;
  font-size: 0.9rem;
}

.icons-wrapper div {
  text-align: center;
}

.icons-wrapper i {
  font-size: 2rem;
}

.margin-top {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .margin-top {
    margin-top: 3rem;
  }
}

.margin-bottom {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}

.margin-bottom-sm {
  margin-bottom: 2rem;
}

.margin-top-sm {
  margin-top: 2rem;
}

.row.container.text-center p.pinktxt, .row.container.text-center p.text-center, .row.container.text-center h2 {
  display: none;
}

.main-container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.template-block {
  border: 1px solid var(--light-grey);
  padding: 1.5rem;
}
.template-block:hover {
  transform: none;
  border: 1px solid var(--info-blue);
}
.template-block.inactive {
  transform: none;
  opacity: 0.3;
  border: 1px solid var(--grey);
}
.template-block.inactive:hover {
  border: 1px solid var(--grey);
}

.legal-text-title {
  font-family: "Relativetheory Medium", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  max-width: 800px;
}

.legal-definition {
  font-size: 1.125em;
  font-weight: 300;
  font-family: "Relativetheory Medium", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
  line-height: 1.6em;
  border: 1px solid #2D74FF;
  color: var(--main-dark) !important;
  padding: 20px 15px 20px 25px;
  border-radius: 4px;
  width: 22%;
  margin-right: -30%;
  position: relative;
}

.legal-text {
  width: 63%;
  margin-left: 10%;
  margin-right: 2%;
}

.leftmargin {
  margin-left: 17.3%;
  font-size: 1.4em;
}

.list li {
  margin: 14px 0 14px 5px;
  list-style-type: none;
}
.list li i {
  margin-left: -32px;
  margin-right: 10px;
  color: var(--success-green);
  margin-bottom: -5px;
  margin-top: 5px;
}

.bglightblue {
  background-color: #2D74FF15;
  padding: 2.5rem 1rem;
}

.rounded-corner {
  border-radius: 8px;
}

.divider {
  border-top: 2px solid #C4CDD5;
  margin-top: 4rem;
  padding-top: 2rem;
}

ul.lista {
  padding-left: 1.5rem;
}

.ico-l {
  font-size: 1.2rem;
}
.textbox-emailsignup {
  padding: 15px;
  font-size: 1.05rem;
  font-weight: 300;
  border: 2px solid #A9B5CA;
  background: #FFF;
  outline: none;
  font-family: "Relativetheory", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
  text-align: left;
  width: 90%;
  margin: 0.5rem 0;
  color: #3B3D40;
}

.herobgpricing {
  background-color: var(--info-blue);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  z-index: -3;
  overflow: hidden;
}
.herobgpricing img {
  position: absolute;
  bottom: 0;
  max-width: 30%;
}
.herobgpricing img:first-of-type {
  right: 0;
}
@media (max-width: 768px) {
  .herobgpricing img:first-of-type {
    max-width: 140%;
    bottom: -23%;
  }
}
.herobgpricing img:last-of-type {
  left: 0;
}
@media (max-width: 768px) {
  .herobgpricing img:last-of-type {
    display: none;
  }
}

.herobgpricing.privacy {
  height: 350px;
}
@media (max-width: 768px) {
  .herobgpricing.privacy {
    height: 300px;
  }
}


.padding30box {
  padding: 1rem 1rem !important;
}

.templates-title {
  margin-top: 0 !important;
  font-family: var(--font-bold);
}

.desc {
  line-height: 1.6;
}
.desc strong {
  color: var(--blueish-grey);
}

.ctabutton {
  text-align: left;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .ctabutton {
    text-align: center;
  }

  .desktop-show {
    display: none;
  }
}
.tempbanner.singlerow {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .tempbanner.singlerow {
    margin-top: 0;
  }
}

.book-checklist-wrapper {
  display: flex;
}
.book-checklist-wrapper img {
  width: 70%;
  max-width: 600px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .book-checklist-wrapper {
    flex-direction: column;
  }
  .book-checklist-wrapper .book-img-wrapper {
    order: -1;
    text-align: center;
    margin-bottom: 0;
  }
  .book-checklist-wrapper .book-img-wrapper img {
    max-width: 250px;
  }
}

.colourful-form-wrapper {
  padding: 4rem 1rem;
  max-width: 991px;
}
.colourful-form-wrapper form {
  max-width: 720px;
  margin: auto;
}

.border-error {
  border: 1px solid #e8553e !important;
}

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