@media (min-width: 992px) {
  .d-mobile {
    display: none !important; } }

@media (max-width: 991px) {
  .d-desktop {
    display: none !important; } }

.page-template-page-book {
  max-width: 100vw;
  overflow-x: hidden; }
  .page-template-page-book #primary,
  .page-template-page-book #content {
    max-width: 100%;
    width: 100%; }
    .page-template-page-book #primary *,
    .page-template-page-book #content * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .page-template-page-book #main {
    overflow: visible; }
    @media (max-width: 991px) {
      .page-template-page-book #main {
        padding: 0; } }
  .page-template-page-book #page {
    max-width: 1090px;
    overflow: visible; }
    @media (max-width: 991px) {
      .page-template-page-book #page {
        margin-top: 0 !important;
        padding-top: 30px; } }

.book-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 40px;
  border: 1px solid #edb194;
  position: relative; }
  @media (max-width: 991px) {
    .book-intro {
      padding: 0;
      border: none;
      margin-top: 40px; } }
  .book-intro__thumb {
    padding-top: 100%;
    background-size: cover;
    background-position: center; }
  .book-intro__thumb-wrapper {
    padding-right: 60px;
    margin-top: -70px; }
    @media (max-width: 991px) {
      .book-intro__thumb-wrapper {
        padding-right: 0;
        margin-top: 0; } }
  .book-intro__left {
    width: 50%; }
  .book-intro__right {
    width: 50%;
    padding: 40px 40px 40px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 991px) {
      .book-intro__right {
        padding: 30px; } }
  .book-intro__title {
    font-family: 'League Gothic';
    font-size: 36px;
    text-transform: uppercase;
    color: #f0c530;
    line-height: 1.1;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .book-intro__title {
        font-size: 28px;
        margin-bottom: 0; } }
    .book-intro__title span {
      display: block;
      font-size: 28px; }
      @media (max-width: 991px) {
        .book-intro__title span {
          font-size: 20px;
          margin-top: 10px;
          line-height: 1.3; } }
  .book-intro__cta-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    @media (max-width: 991px) {
      .book-intro__cta-wrapper {
        text-align: right; } }
  .book-intro__cta {
    background: #edb194;
    padding: 8px 22px;
    text-transform: uppercase;
    color: white;
    font-family: 'League Gothic';
    font-size: 24px; }
    .book-intro__cta:hover {
      color: white;
      background-color: #f0c530; }
    @media (min-width: 992px) {
      .book-intro__cta {
        margin-left: 137px; } }
    @media (max-width: 991px) {
      .book-intro__cta {
        margin-right: -20px;
        font-size: 17px; } }
  @media (max-width: 991px) {
    .book-intro__content {
      padding: 0 30px;
      margin-top: 50px; } }

.book-video {
  margin: 100px 0;
  border: 1px solid #f0c530;
  padding: 10px;
  text-align: center; }
  @media (max-width: 991px) {
    .book-video {
      border: none;
      padding: 0;
      margin: 40px 0; } }
  .book-video__wrapper {
    position: relative;
    padding-top: 56.6%; }
  .book-video__preview {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center; }
    .book-video__preview.hide {
      display: none; }
  .book-video__video,
  .book-video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .book-video__play {
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    @media (max-width: 991px) {
      .book-video__play {
        height: 50px;
        width: 50px; } }
    .book-video__play.hide {
      display: none; }
    .book-video__play img {
      width: 22px; }
      @media (max-width: 991px) {
        .book-video__play img {
          width: 16px; } }
  .book-video__title {
    margin: 20px 0 10px;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'League Gothic';
    color: #edb194;
    padding: 0 20px; }
    @media (max-width: 991px) {
      .book-video__title {
        font-size: 20px; } }

.book-included {
  padding: 65px 0;
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
  margin: 100px 0 140px; }
  @media (max-width: 991px) {
    .book-included {
      padding-left: 30px;
      padding-right: 30px;
      margin: 40px 0 0; } }
  .book-included::before {
    content: '';
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #f7f7f7;
    z-index: -1; }
  .book-included__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .book-included__image {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    outline: 1px solid #f0c530;
    border: 10px solid white;
    margin-right: 1px; }
  .book-included__left {
    width: 50%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 991px) {
      .book-included__left {
        width: 100%;
        padding-right: 0; } }
  .book-included__right {
    width: 50%;
    padding-left: 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .book-included__image-wrapper {
    margin-bottom: -110px; }
  .book-included__title {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #f0c530;
    font-family: 'League Gothic';
    margin-bottom: 1.8em; }
    @media (max-width: 991px) {
      .book-included__title {
        font-size: 28px; } }
  .book-included__item {
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    max-width: 440px; }
  .book-included__item-title {
    font-size: 30px;
    font-family: 'League Gothic';
    color: #9c9c9c;
    text-transform: uppercase;
    padding-left: 35px;
    background-image: url(./images/check.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center; }
    @media (max-width: 991px) {
      .book-included__item-title {
        font-size: 22px; } }
  .book-included__item-content {
    padding-left: 35px;
    line-height: 20px; }
  .book-included__cta {
    font-family: 'League Gothic';
    font-size: 17px;
    color: white;
    background-color: #f0c530;
    text-transform: uppercase;
    padding: 4px 30px;
    margin-left: 30px;
    margin-top: 30px;
    display: inline-block; }
    .book-included__cta:hover {
      color: white;
      background-color: #edb194; }
    @media (max-width: 991px) {
      .book-included__cta {
        margin-left: 36px; } }

.book-press {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #edb194;
  padding: 20px; }
  @media (max-width: 991px) {
    .book-press {
      border: none; } }
  .book-press__left {
    width: 40%; }
    @media (max-width: 991px) {
      .book-press__left {
        display: none; } }
  .book-press__right {
    width: 60%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      .book-press__right {
        padding-left: 60px; } }
    @media (max-width: 991px) {
      .book-press__right {
        width: 100%;
        padding: 0; } }
  .book-press__image-wrapper {
    margin-top: -45px; }
  .book-press__image {
    padding-top: 100%;
    background-size: cover;
    background-position: center; }
  .book-press__title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #edb194;
    font-family: 'League Gothic';
    margin-bottom: 45px; }
    @media (max-width: 991px) {
      .book-press__title {
        font-size: 28px; } }
  .book-press .swiper-next {
    position: absolute;
    top: 50%;
    width: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 1;
    cursor: pointer; }
  .book-press .swiper-prev {
    position: absolute;
    top: 50%;
    width: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 1;
    cursor: pointer; }
  .book-press .swiper-slide {
    padding: 0 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .book-press .swiper-slide {
        padding: 0 50px; } }
  .book-press .swiper-container {
    width: 100%; }
  .book-press .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 40px; }
  .book-press .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px; }
  .book-press .swiper-pagination-bullet-active {
    background: #edb194; }

.book-signup {
  margin: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0c530;
  position: relative;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .book-signup {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 92%;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 80px 30px;
      margin: 40px auto; } }
  .book-signup::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 1px solid #f0c530;
    z-index: -1; }
    @media (max-width: 991px) {
      .book-signup::before {
        left: 7px;
        top: 7px; } }
  .book-signup__left {
    margin-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 300px; }
    @media (max-width: 991px) {
      .book-signup__left {
        margin-right: 0;
        margin-bottom: 10px; } }
  .book-signup__center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px; }
    @media (max-width: 991px) {
      .book-signup__center {
        margin-right: 0;
        margin-bottom: 30px; } }
  .book-signup__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 991px) {
      .book-signup__right {
        width: 100%;
        max-width: 300px; } }
  .book-signup__title {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'League Gothic'; }
    @media (max-width: 991px) {
      .book-signup__title {
        font-size: 28px; } }
  .book-signup__copy {
    color: white;
    font-size: 15px; }
    .book-signup__copy p {
      margin-bottom: 0; }
    @media (max-width: 500px) {
      .book-signup__copy {
        max-width: 250px; } }
  .book-signup form {
    position: relative; }
  .book-signup input[type="email"],
  .book-signup input[type="text"] {
    padding: 8px;
    width: 100%;
    border: 1px solid #edb194;
    height: auto;
    margin-bottom: 10px;
    line-height: 1.74; }
    .book-signup input[type="email"]:active, .book-signup input[type="email"]:focus,
    .book-signup input[type="text"]:active,
    .book-signup input[type="text"]:focus {
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .book-signup input[type="submit"] {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(40%, -25%);
            transform: translate(40%, -25%);
    background: #edb194;
    color: transparent;
    background-image: url(./images/submit-2.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat; }
    .book-signup input[type="submit"]:hover {
      background-color: #f0c530; }

.book-wheretobuy {
  margin: 100px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  position: relative;
  padding: 70px 0 50px; }
  @media (max-width: 991px) {
    .book-wheretobuy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: transparent;
      margin-bottom: 0;
      margin: 40px 0;
      padding: 50px 0; } }
  .book-wheretobuy::before {
    content: '';
    position: absolute;
    height: 100%;
    left: -100%;
    width: 300%;
    background-color: #f7f7f7;
    top: 0; }
    @media (max-width: 991px) {
      .book-wheretobuy::before {
        content: none; } }
  .book-wheretobuy__left {
    width: 220px;
    margin-right: 30px; }
    @media (max-width: 991px) {
      .book-wheretobuy__left {
        margin-right: 0;
        text-align: center;
        margin-bottom: 40px; } }
  .book-wheretobuy__right {
    width: calc(100% - 220px); }
    @media (max-width: 991px) {
      .book-wheretobuy__right {
        width: 100%;
        padding: 0 30px; } }
  .book-wheretobuy__title {
    color: #edb194;
    font-size: 40px;
    font-family: 'League Gothic';
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    top: -10px; }
    @media (max-width: 991px) {
      .book-wheretobuy__title {
        font-size: 28px;
        top: 0; } }
  .book-wheretobuy .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .book-wheretobuy .swiper-next {
    position: absolute;
    top: 50%;
    width: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 1;
    cursor: pointer; }
    @media (min-width: 992px) {
      .book-wheretobuy .swiper-next {
        display: none; } }
  .book-wheretobuy .swiper-prev {
    position: absolute;
    top: 50%;
    width: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 1;
    cursor: pointer; }
    @media (min-width: 992px) {
      .book-wheretobuy .swiper-prev {
        display: none; } }
  .book-wheretobuy .swiper-slide {
    padding: 0 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .book-wheretobuy .swiper-slide {
        padding: 0 50px; } }
  .book-wheretobuy .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 40px; }
    @media (min-width: 992px) {
      .book-wheretobuy .swiper-pagination {
        display: none; } }
  .book-wheretobuy .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px; }
  .book-wheretobuy .swiper-pagination-bullet-active {
    background: #edb194; }

.book-testimonials {
  margin: 100px 0; }
  @media (max-width: 991px) {
    .book-testimonials {
      margin: 0 auto 40px;
      border-top: 1px solid #f0c530;
      border-bottom: 1px solid #f0c530;
      padding: 50px 0 40px; } }
  .book-testimonials__title {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #f0c530;
    font-family: 'League Gothic';
    margin-bottom: 1em; }
    @media (max-width: 991px) {
      .book-testimonials__title {
        font-size: 28px;
        margin-bottom: -15px; } }
  .book-testimonials__description {
    font-size: 12px;
    font-style: italic;
    color: #afafaf;
    line-height: 20px; }
    @media (max-width: 991px) {
      .book-testimonials__description {
        font-size: 13px; } }
    .book-testimonials__description p {
      font-style: italic;
      margin-bottom: 0; }
  .book-testimonials__arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    @media (max-width: 599px) {
      .book-testimonials__arrows {
        display: none; } }
    .book-testimonials__arrows .swiper-prev {
      position: absolute;
      left: -40px;
      top: 50%;
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%);
      width: 30px;
      padding: 10px;
      cursor: pointer; }
    .book-testimonials__arrows .swiper-next {
      position: absolute;
      right: -40px;
      top: 50%;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%);
      width: 30px;
      padding: 10px;
      cursor: pointer; }
  .book-testimonials__author {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'League Gothic';
    color: #edb194;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .book-testimonials__author {
        font-size: 22px; } }
  .book-testimonials__content {
    color: #afafaf;
    line-height: 20px;
    margin-top: 15px;
    position: relative; }
    @media (max-width: 991px) {
      .book-testimonials__content {
        font-size: 16px; } }
    .book-testimonials__content.more .arrow {
      display: inline-block; }
    .book-testimonials__content.more::after {
      content: '';
      position: absolute;
      top: 100px;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
    .book-testimonials__content p:last-of-type {
      margin-bottom: 0; }
  .book-testimonials__content-inner {
    max-height: 200px;
    overflow: scroll;
    padding: 0 18px;
    height: 99%; }
  .book-testimonials__icon {
    font-family: 'League Gothic';
    color: #f0c530;
    font-size: 60px;
    line-height: 1; }
    @media (min-width: 992px) {
      .book-testimonials__icon {
        line-height: 60px;
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        background: white;
        width: 60px;
        margin: auto; } }
  .book-testimonials .swiper-slide__inner {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #f0c530;
    padding: 50px 18px;
    text-align: center;
    height: 98%; }
    @media (max-width: 991px) {
      .book-testimonials .swiper-slide__inner {
        border: none;
        margin-top: 0; } }
  .book-testimonials .swiper-slide {
    height: auto; }
  .book-testimonials .swiper-container {
    width: 100%; }
  .book-testimonials .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .book-testimonials .swiper-pagination {
        margin-top: 0; } }
  .book-testimonials .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px; }
  .book-testimonials .swiper-pagination-bullet-active {
    background: #f0c530; }
  .book-testimonials .arrow {
    border: solid #afafaf;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    display: none;
    position: absolute;
    bottom: -8px;
    cursor: pointer; }
  .book-testimonials .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .book-testimonials .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .book-testimonials .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .book-testimonials .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .book-testimonials ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff; }
  .book-testimonials ::-webkit-scrollbar {
    width: 5px; }

.boxzilla {
  padding: 0 !important;
  width: 100%;
  max-width: 640px;
  border: 1px solid #f0c530; }
  @media (max-width: 600px) {
    .boxzilla {
      height: 100vh;
      margin: 0 !important; } }
  .boxzilla * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .boxzilla .boxzilla-close-icon {
    background-image: url(./images/close.png);
    background-size: 11px;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat; }
  @media (max-width: 600px) {
    .boxzilla .boxzilla-content {
      height: 100%; } }

.book-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .book-popup {
      background: #ebebeb;
      height: 100%; } }
  .book-popup__left {
    width: 360px;
    margin-left: -60px;
    position: relative;
    padding: 20px; }
    @media (max-width: 600px) {
      .book-popup__left {
        display: none; } }
  .book-popup__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 40px; }
    @media (max-width: 600px) {
      .book-popup__right {
        padding: 0;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .book-popup__logo {
    width: 135px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%);
    z-index: 1; }
  .book-popup__image {
    padding-top: 150%;
    background-size: cover;
    background-position: center; }
  .book-popup__image-mobile {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 2rem; }
    @media (min-width: 601px) {
      .book-popup__image-mobile {
        display: none; } }
  .book-popup__title {
    font-size: 35px;
    color: #f0c530;
    text-transform: uppercase;
    font-family: 'League Gothic';
    margin-bottom: 18px; }
    @media (max-width: 600px) {
      .book-popup__title {
        color: #5a5959;
        text-align: center;
        font-size: 28px;
        margin-bottom: 10px; } }
  .book-popup__copy {
    margin-bottom: 15px;
    letter-spacing: 0.03em;
    max-width: 300px; }
    @media (max-width: 600px) {
      .book-popup__copy {
        text-align: center;
        max-width: 80%;
        margin: 0 auto; }
        .book-popup__copy p {
          margin-bottom: 0; } }
  .book-popup__logo-mobile {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 120px;
    z-index: -1;
    bottom: 0;
    position: absolute; }
    @media (min-width: 601px) {
      .book-popup__logo-mobile {
        display: none; } }
  .book-popup__form-wrapper {
    max-width: 280px; }
    @media (max-width: 600px) {
      .book-popup__form-wrapper {
        margin: auto;
        margin-bottom: 20px;
        width: 90%;
        margin-top: 20px; } }
    .book-popup__form-wrapper form {
      position: relative; }
    .book-popup__form-wrapper input[type="email"],
    .book-popup__form-wrapper input[type="text"] {
      padding: 8px;
      width: 100%;
      background-color: #f8e0d4;
      border: 1px solid #edb194;
      font-size: 13px;
      padding: 6px 10px;
      height: auto;
      margin-bottom: 10px;
      line-height: 1.74; }
      .book-popup__form-wrapper input[type="email"]:active, .book-popup__form-wrapper input[type="email"]:focus,
      .book-popup__form-wrapper input[type="text"]:active,
      .book-popup__form-wrapper input[type="text"]:focus {
        outline: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
      @media (max-width: 600px) {
        .book-popup__form-wrapper input[type="email"],
        .book-popup__form-wrapper input[type="text"] {
          border-color: #f0c530;
          background: white;
          text-align: center; } }
    .book-popup__form-wrapper input[type="submit"] {
      position: absolute;
      right: 0;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      -webkit-transform: translate(40%, -25%);
              transform: translate(40%, -25%);
      background: #edb194;
      color: transparent;
      background-image: url(./images/submit-2.png);
      background-size: 10px;
      background-position: center;
      background-repeat: no-repeat; }
      .book-popup__form-wrapper input[type="submit"]:hover {
        background-color: #f0c530; }
      @media (max-width: 600px) {
        .book-popup__form-wrapper input[type="submit"] {
          background: #f0c530;
          color: white;
          -webkit-transform: none;
                  transform: none;
          position: relative;
          width: 100%;
          height: auto;
          border-radius: 0;
          margin-top: 10px;
          text-transform: uppercase;
          padding: 7px;
          font-family: 'League Gothic'; } }

.banner-book {
  background-color: #dcdcdc;
  margin-bottom: -8px; }
  @media (max-width: 1180px) and (min-width: 992px) {
    .banner-book {
      padding: 0 20px; } }
  .banner-book__inner {
    max-width: 1080px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .banner-book__inner {
        max-width: 90%; } }
  .banner-book__image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px; }
  .banner-book__image {
    padding-top: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -40px; }
  .banner-book__content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .banner-book__content {
    font-size: 25px;
    color: #9c9c9c;
    font-family: 'League Gothic';
    text-transform: uppercase;
    line-height: 1.2; }
    @media (max-width: 991px) {
      .banner-book__content {
        font-size: 20px; } }
    .banner-book__content em {
      font-style: italic;
      font-size: 27px;
      font-family: 'GentiumBasicRegular';
      text-transform: lowercase; }
      @media (max-width: 991px) {
        .banner-book__content em {
          font-size: 20px; } }
  .banner-book__cta {
    color: #edb194;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-family: 'League Gothic';
    margin-top: 15px;
    font-size: 16px; }
    @media (max-width: 991px) {
      .banner-book__cta {
        font-size: 15px; } }
    @media (min-width: 992px) {
      .banner-book__cta {
        font-size: 28px;
        line-height: 1.2; } }
    .banner-book__cta:hover {
      color: #edb194; }
    .banner-book__cta::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #edb194;
      bottom: 0;
      left: 0; }
  .banner-book__right {
    width: 50%;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 13px; }
  .banner-book__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 380px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
    @media (max-width: 991px) {
      .banner-book__left {
        width: 100%; } }

@media (max-width: 991px) {
  #branding.with-banner {
    padding-top: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    #branding.with-banner #logo {
      margin: 20px auto -45px; }
    #branding.with-banner + #page {
      margin-top: 130px; } }

.book-cta {
  font-family: 'League Gothic';
  color: white !important;
  background-color: #f0c530;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  display: inline-block !important;
  width: 100%; }
  @media (min-width: 992px) {
    .book-cta {
      display: none !important; } }

@media (max-width: 991px) {
  body.home #branding.with-banner .menu-container .access {
    margin-top: 0;
    position: fixed;
    background: #edb194;
    z-index: 99; } }

@media (max-width: 991px) {
  body.home header#branding.with-banner .menu-container .close-menu {
    z-index: 999; } }

/*# sourceMappingURL=main.css.map */
