@import url("https://fonts.googleapis.com/css?family=Prata:400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900&display=swap");
body {
  background-image: url("./assets/images/bg-mobile.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
  margin: 0; }
  @media (min-width: 768px) {
    body {
      background-image: url("./assets/images/bg.jpg"); } }
  body.lyrics-body {
    background-image: url("./assets/images/lyrics-bg.jpg");
    background-attachment: unset; }
  body.no-scroll {
    overflow: hidden; }

img {
  max-width: 100%; }

.prata-font {
  font-family: 'Prata', serif; }

.lato-font {
  font-family: 'Lato', sans-serif; }

.color-brown {
  color: #b26728; }

.yellow-font {
  color: #fbd110; }

.bg-text {
  background-color: rgba(0, 0, 0, 0.34); }

.font-15 {
  font-size: 15px; }

.middle-content {
  padding-bottom: 83px; }

.f8px {
  font-size: 8px; }

.f9px {
  font-size: 9px; }

.f10px {
  font-size: 10px; }

.f12px {
  font-size: 12px; }

.f13px {
  font-size: 13px; }

.f14px {
  font-size: 14px; }

.f16px {
  font-size: 16px; }

.f18px {
  font-size: 18px !important; }

.f20px {
  font-size: 20px !important; }

.f23px {
  font-size: 23px !important; }

.f24px {
  font-size: 24px !important; }

.f25px {
  font-size: 25px !important; }

.f28px {
  font-size: 28px; }

.f29px {
  font-size: 29px; }

.f32px {
  font-size: 32px !important; }

.f33px {
  font-size: 33px; }

.f39px {
  font-size: 39px; }

.f40px {
  font-size: 40px; }

.f50px {
  font-size: 50px; }

.f55px {
  font-size: 55px; }

.f59px {
  font-size: 59px; }

.f79px {
  font-size: 79px; }

.m-top-n-10px {
  margin-top: -11px !important; }

.mt-20px {
  margin-top: 20px !important; }

.mt-100px {
  margin-top: 100px; }

.mt-140px {
  margin-top: 160px; }

.mt-200px {
  margin-top: 200px; }

.mt-255px {
  margin-top: 255px; }

.mb-30px {
  margin-bottom: 30px; }

.mb-40px {
  margin-bottom: 40px; }

.mb-50px {
  margin-bottom: 50px; }

.mb-60px {
  margin-bottom: 60px; }

.mb-81px {
  margin-bottom: 81px; }

.mb-100px {
  margin-bottom: 100px; }

.ptb-26px {
  padding-top: 26px;
  padding-bottom: 26px; }

h1,
h2 {
  letter-spacing: 11px; }

.ls05px {
  letter-spacing: 0.5px; }

.ls4px {
  letter-spacing: 4px; }

.ls7px {
  letter-spacing: 7px; }

.ls8px {
  letter-spacing: 8px !important; }

.ls9px {
  letter-spacing: 9px; }

.ls13px {
  letter-spacing: 13px; }

.lh11px {
  line-height: 11px; }

.lh14px {
  line-height: 14px; }

.lh18px {
  line-height: 18px; }

.lh30px {
  line-height: 30px; }

.lh33px {
  line-height: 33px; }

.lh36px {
  line-height: 36px; }

.lh40px {
  line-height: 40px; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw700 {
  font-weight: 700; }

.fsi {
  font-style: italic; }

.w-49 {
  width: 49% !important; }

.w-48 {
  width: 48% !important; }

.w-50px {
  width: 50px; }

.cursor-pointer {
  cursor: pointer; }

.share-hover-wrapper {
  margin-left: 8px;
  background-color: rgba(18, 41, 27, 0.7);
  border-radius: 2rem;
  border: 1px solid rgba(178, 103, 40, 0.5);
  padding: 5.5px;
  cursor: pointer;
  position: relative; }
  .share-hover-wrapper .share-wrapper {
    background: #000;
    border-radius: 20px;
    padding: 6.158px 5.66px; }
    .share-hover-wrapper .share-wrapper .state-wrapper {
      display: flex; }
      .share-hover-wrapper .share-wrapper .state-wrapper.default {
        opacity: 1;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        transition: opacity 300ms ease-out 400ms; }
        .share-hover-wrapper .share-wrapper .state-wrapper.default i {
          -webkit-text-stroke: 1px #000; }
      .share-hover-wrapper .share-wrapper .state-wrapper.hover {
        max-width: 1rem;
        opacity: 0;
        padding: 0 0.5rem;
        transition: opacity 160ms ease-out, max-width 400ms ease-out; }
        .share-hover-wrapper .share-wrapper .state-wrapper.hover i {
          margin: 0 0.5rem; }
    .share-hover-wrapper .share-wrapper a {
      color: inherit;
      display: flex;
      text-decoration: none !important; }
    .share-hover-wrapper .share-wrapper i {
      font-size: 14px;
      font-smoothing: antialiased; }
  .share-hover-wrapper:hover .share-wrapper .state-wrapper.default {
    opacity: 0;
    transition: opacity 240ms ease-out; }
  .share-hover-wrapper:hover .share-wrapper .state-wrapper.hover {
    opacity: 1;
    max-width: 5.6rem;
    transition: opacity 300ms ease-out 240ms, max-width 300ms ease-out; }

.circle-button {
  display: inline-block;
  position: relative;
  padding-right: 2.6rem; }
  .circle-button .circle-button-wrapper {
    background-color: rgba(18, 41, 27, 0.7);
    border-radius: 50%;
    border: 1px solid rgba(178, 103, 40, 0.5);
    position: absolute;
    width: 41px;
    height: 41px;
    top: 50%;
    margin-top: -26px;
    right: -8px;
    transition: background-color 560ms ease-out; }
    .circle-button .circle-button-wrapper .icon-wrapper {
      position: absolute;
      width: 70%;
      height: 70%;
      top: 14%;
      left: 15%;
      overflow: hidden;
      background: black;
      border-radius: 100%;
      text-align: center;
      font-size: 13px;
      line-height: 27px;
      color: #fff; }
      .circle-button .circle-button-wrapper .icon-wrapper img {
        width: 50%;
        margin-top: -2px; }
        .circle-button .circle-button-wrapper .icon-wrapper img.audioIcon {
          width: 40%; }
  .circle-button:not(.no-hover):hover .circle-button-wrapper {
    background-color: #000;
    transition: background-color 320ms ease-out; }
  .circle-button:not(.no-hover):hover img {
    animation: buttonHover2 480ms ease-out 1; }

.new-home-button {
  width: 100%;
  margin: 5px 0;
  color: white !important;
  text-decoration: none !important; }
  @media (min-width: 768px) {
    .new-home-button {
      width: 50%;
      margin: 8px; } }
  .new-home-button .wrap {
    border: 1px solid rgba(178, 103, 40, 0.5);
    background-color: rgba(18, 41, 27, 0.7);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 6px 0;
    transition: background 300ms ease-out; }
    .new-home-button .wrap .inner {
      background: black;
      border-radius: 20px;
      width: calc(100% - 12px);
      padding: 6px 0; }
  .new-home-button:hover .wrap {
    background-color: black; }

.arrow-button {
  display: inline-block;
  position: relative;
  padding-right: 3.2rem;
  background: none;
  border: none; }
  .arrow-button .arrow-icon {
    background-color: rgba(18, 41, 27, 0.7);
    border-radius: 50%;
    border: 1px solid rgba(178, 103, 40, 0.5);
    position: absolute;
    width: 41px;
    height: 41px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    transition: background-color 560ms ease-out; }
    .arrow-button .arrow-icon .arrow-wrap {
      position: absolute;
      width: 70%;
      height: 70%;
      top: 14%;
      left: 15%;
      overflow: hidden;
      background: black;
      border-radius: 100%;
      text-align: center;
      font-size: 13px;
      line-height: 27px;
      color: #fff; }
  .arrow-button-alt .arrow-icon {
    width: 220px;
    border-radius: 20px;
    position: relative; }
    .arrow-button-alt .arrow-icon .arrow-wrap {
      position: relative;
      width: 90%;
      left: 5%;
      border-radius: 20px; }
  .arrow-button:hover .arrow-icon {
    background-color: #000;
    transition: background-color 320ms ease-out; }
  .arrow-button:hover img {
    animation: buttonHover1 480ms ease-out 1; }

@keyframes buttonHover {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(50px, 0); }
  50.1% {
    transform: translate(50px, 100px); }
  50.2% {
    transform: translate(-50px, 100px); }
  50.3% {
    transform: translate(-50px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes buttonHover2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5%; }
  100% {
    opacity: 1; } }
.lyrics-body h1, .lyrics-body h2 {
  letter-spacing: 0.33rem; }

.lyrics-content h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 80px;
  font-size: 31px;
  position: relative;
  letter-spacing: 0.6rem; }
  @media screen and (min-width: 768px) {
    .lyrics-content h1 {
      font-size: 62px;
      padding: 0 100px; }
      .lyrics-content h1:before {
        content: '';
        width: 95px;
        height: 121px;
        left: 0;
        top: -10px;
        position: absolute;
        background-image: url(./assets/images/lyrics-note-1.png);
        background-size: contain;
        background-repeat: no-repeat; }
      .lyrics-content h1:after {
        content: '';
        width: 93px;
        height: 119px;
        right: 0;
        top: -20px;
        position: absolute;
        background-image: url(./assets/images/lyrics-note-2.png);
        background-size: contain;
        background-repeat: no-repeat; } }
  .lyrics-content h1 span {
    display: block;
    font-size: 56%;
    letter-spacing: 0.33rem; }
.lyrics-content .lyrics-list {
  padding: 80px 0 120px; }
.lyrics-content .lyric-block {
  padding-top: 15px;
  padding-bottom: 15px; }
  .lyrics-content .lyric-block .lyric-wrap {
    padding-bottom: 100%;
    background: rgba(0, 42, 12, 0.5);
    mix-blend-mode: soft-light;
    border: 1px solid #dcb135;
    transition: background 400ms ease-out;
    cursor: pointer; }
    .lyrics-content .lyric-block .lyric-wrap:hover {
      background: #002a0c; }
  .lyrics-content .lyric-block .lyric-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003119;
    font-family: 'Prata';
    padding: 40px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.33rem; }

.lyrics-modal {
  display: flex; }
  .lyrics-modal .modal-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .lyrics-modal .modal-wrap {
    background-image: url("./assets/images/lyrics-bg.jpg");
    background-size: cover;
    border: 1px solid #ffff00;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .lyrics-modal .modal-wrap h2 {
      font-family: 'Prata';
      text-transform: uppercase;
      margin-top: 6vh;
      letter-spacing: 0.33rem;
      font-size: 27px; }
      @media screen and (min-width: 768px) {
        .lyrics-modal .modal-wrap h2 {
          font-size: 54px; } }
    .lyrics-modal .modal-wrap .lyrics-wrap {
      height: 70%;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .lyrics-modal .modal-wrap .lyrics-wrap .lyrics-scroller {
        align-self: flex-end;
        text-align: center;
        color: #fff;
        opacity: 0.5;
        font-size: 20px;
        width: 15px;
        line-height: 1; }
        @media screen and (min-width: 768px) {
          .lyrics-modal .modal-wrap .lyrics-wrap .lyrics-scroller {
            width: 29px;
            font-size: 40px; } }
    .lyrics-modal .modal-wrap .lyrics {
      height: 90%;
      overflow: scroll; }
      .lyrics-modal .modal-wrap .lyrics p {
        font-size: 19px;
        letter-spacing: 0.02rem; }
        @media screen and (min-width: 768px) {
          .lyrics-modal .modal-wrap .lyrics p {
            font-size: 39px; } }
    .lyrics-modal .modal-wrap span {
      font-size: 9px;
      letter-spacing: 0.02rem;
      margin-bottom: 8px; }
      @media screen and (min-width: 768px) {
        .lyrics-modal .modal-wrap span {
          font-size: 12px;
          margin-bottom: 16px; } }
  .lyrics-modal .modal-dialog {
    max-width: 1200px;
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lyrics-modal .modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media screen and (min-width: 768px) {
      .lyrics-modal .modal-dialog {
        width: 80%; } }
    .lyrics-modal .modal-dialog .modal-content {
      background: transparent;
      width: 100%;
      height: 75%; }
      @media screen and (min-width: 768px) {
        .lyrics-modal .modal-dialog .modal-content {
          height: calc(100% - 40px);
          margin-top: 20px; } }
  .lyrics-modal .simplebar-track.simplebar-vertical {
    width: 15px; }
    @media screen and (min-width: 768px) {
      .lyrics-modal .simplebar-track.simplebar-vertical {
        width: 29px; } }
    .lyrics-modal .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
      background: #fff;
      border-radius: 4px; }
    .lyrics-modal .simplebar-track.simplebar-vertical .simplebar-scrollbar .simplebar-visible {
      opacity: 0.34; }

.header .left-menu ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-family: "Lato";
  line-height: 19px;
  letter-spacing: .5px;
  margin-right: 25px;
  color: #FFF;
  text-decoration: none; }
  .header .left-menu ul li a.active, .header .left-menu ul li a:hover {
    color: #fbd110 !important; }
@media (min-width: 768px) {
  .header .main-logo {
    height: 4vw;
    background-image: url("./assets/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto; } }
.header .main-logo img {
  opacity: 1;
  width: 200px;
  margin-top: 2px; }
  @media (min-width: 768px) {
    .header .main-logo img {
      margin-top: 0;
      width: 75%;
      opacity: 0; } }
@media (min-width: 768px) {
  .header .social-item {
    width: 18px;
    margin-right: 3px !important; } }
.header .mobile-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
  outline: none;
  position: absolute;
  z-index: 4;
  height: 40px;
  left: 25px;
  top: 16px;
  z-index: 4; }
  @media (min-width: 768px) {
    .header .mobile-hamburger {
      left: 50px;
      top: 30px; } }
  .header .mobile-hamburger span {
    width: 25px;
    height: 2px;
    background: #C87531;
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 5px; }
    .header .mobile-hamburger span:nth-child(1) {
      transition: 250ms ease all; }
    .header .mobile-hamburger span:nth-child(2) {
      transition: 250ms ease all; }
    .header .mobile-hamburger span:nth-child(3) {
      transition: 250ms ease all; }
  .header .mobile-hamburger.open {
    position: fixed; }
    .header .mobile-hamburger.open span:nth-child(1) {
      transform: translate(-50%, -50%) rotate(45deg);
      position: absolute;
      left: 50%;
      top: 50%; }
    .header .mobile-hamburger.open span:nth-child(2) {
      visibility: hidden;
      opacity: 0; }
    .header .mobile-hamburger.open span:nth-child(3) {
      transform: translate(-50%, -50%) rotate(-45deg);
      position: absolute;
      left: 50%;
      top: 50%; }
.header .mobile-links {
  padding-top: 100px;
  width: 100%;
  background-image: url("./assets/menu-background.jpg");
  background-size: cover;
  display: none;
  position: absolute;
  text-align: center;
  left: 0;
  min-height: 100vh;
  overflow: auto; }
  @media (min-width: 768px) {
    .header .mobile-links {
      padding-top: 80px;
      width: 30vw;
      min-width: 500px; } }
  .header .mobile-links.open {
    display: flex;
    flex-direction: column;
    z-index: 2; }
  .header .mobile-links .mobile-links__separator {
    border-top: 1px solid #FFD200;
    margin-left: 50px; }
  .header .mobile-links .nav-link {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    font-style: italic;
    cursor: pointer;
    border-radius: 50rem !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
    font-family: "Lato", sans-serif;
    padding: 15px 20px; }
    @media (min-width: 768px) {
      .header .mobile-links .nav-link {
        font-size: 19px;
        padding: 25px 30px;
        font-family: "Lato", sans-serif; } }
    .header .mobile-links .nav-link a {
      display: flex;
      justify-content: space-between;
      width: 100%;
      text-decoration: none; }
      .header .mobile-links .nav-link a i {
        font-size: 20px; }
        @media (min-width: 768px) {
          .header .mobile-links .nav-link a i {
            font-size: 30px; } }
      .header .mobile-links .nav-link a.active i {
        color: #FFD200; }
  .header .mobile-links .footer-mobile {
    margin-top: auto !important; }

.mobile-nav {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3; }
  .mobile-nav.open {
    display: block; }

.mobile-nav-logo {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 15px; }
  .mobile-nav-logo.open {
    display: flex; }
  .mobile-nav-logo .nav-logo img {
    width: 200px;
    margin-top: 2px;
    z-index: 3; }
    @media (min-width: 768px) {
      .mobile-nav-logo .nav-logo img {
        margin-top: 0;
        width: 75%; } }

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow-x: hidden;
  -ms-flex-align: start;
  align-items: flex-start; }

.header-background {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  z-index: 9; }

.intro-landing {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url("./assets/images/intro-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: 9;
  font-size: 21px; }
  .intro-landing .landing-cta-button {
    color: #fff; }
  .intro-landing .intro-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    opacity: 0; }
    .intro-landing .intro-content h1 {
      text-align: center;
      line-height: 1.4;
      margin-bottom: 40px;
      font-size: 55px; }
    .intro-landing .intro-content .arrow-button {
      cursor: pointer;
      font-style: italic; }

.home {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .home {
      padding-bottom: 83px; } }
  .home .home-book-cover {
    width: 85%; }
    @media (min-width: 768px) {
      .home .home-book-cover {
        margin-left: 9%; } }
  .home .home-old-books {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-top: -10%;
    padding-bottom: 60px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .home .home-old-books {
        margin-left: 17%;
        padding: 0 60px; } }
    .home .home-old-books img {
      width: 19%;
      height: 100%; }
      @media (min-width: 768px) {
        .home .home-old-books img {
          width: 28%; } }
  .home .home-left-content {
    margin-top: 0; }
    @media (min-width: 768px) {
      .home .home-left-content {
        margin-top: -2%; } }
  .home .home-right-content {
    text-align: center; }
    @media (min-width: 992px) {
      .home .home-right-content {
        text-align: left; }
        .home .home-right-content #anim4 {
          margin-right: -10%; } }
    @media (min-width: 1220px) {
      .home .home-right-content {
         } }
    @media (min-width: 1400px) {
      .home .home-right-content #anim4 {
        margin-right: -20%; } }
  .home .release-date {
    font-size: 24px;
    letter-spacing: 5px; }
    @media (min-width: 768px) {
      .home .release-date {
        font-size: 38px;
        letter-spacing: 13px; } }
  .home h2 {
    margin-top: 20px;
    font-size: 40px;
    letter-spacing: 13px;
    font-weight: 400; }
  .home .counter h4 {
    margin-top: 14px; }
  .home .launch-time {
    font-size: 15px;
    letter-spacing: 5px;
    font-weight: 400; }
  .home .share-feature {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 18px;
    font-weight: 300;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .home .share-feature.new {
      justify-content: space-around; }
      @media (max-width: 767px) {
        .home .share-feature.new {
          flex-direction: column; } }
  .home .clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%; }
    .home .clock-item .inner .text .val {
      letter-spacing: 7px;
      font-weight: 400;
      display: block;
      font-size: 18px;
      line-height: 18px;
      margin: 10px 0 0 7px; }
      @media (min-width: 470px) {
        .home .clock-item .inner .text .val {
          font-size: 26px;
          line-height: 20px; } }
    .home .clock-item .inner .text .type-days,
    .home .clock-item .inner .text .type-hours,
    .home .clock-item .inner .text .type-minutes,
    .home .clock-item .inner .text .type-seconds {
      letter-spacing: 0px;
      font-weight: 300;
      margin: 0 0 7px 0;
      font-style: italic;
      font-size: 8px; }
      @media (min-width: 470px) {
        .home .clock-item .inner .text .type-days,
        .home .clock-item .inner .text .type-hours,
        .home .clock-item .inner .text .type-minutes,
        .home .clock-item .inner .text .type-seconds {
          font-size: 12px;
          margin: 6px 0 0; } }
  .home .clock-canvas {
    position: relative;
    background-image: url("./assets/images/test1.png");
    background-size: contain;
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%; }
  .home .text {
    color: #fff;
    font-weight: bold;
    /* margin-top: -50px; */
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .home .countdown .clock {
    display: flex;
    justify-content: space-between; }
    .home .countdown .clock .clock-item {
      flex: 0 0 24%;
      width: 24%; }
      @media (min-width: 768px) {
        .home .countdown .clock .clock-item {
          flex: 0 0 24%;
          width: 24%; } }
  .home .home-title {
    font-size: 15px;
    letter-spacing: 5px;
    line-height: 25px;
    color: #c37736;
    font-weight: 400; }
    @media (min-width: 768px) {
      .home .home-title {
        margin-top: 0px; } }
  .home .home-description {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 24px;
    margin-top: -5px;
    margin-bottom: 20px; }
  .home .home-cta-button {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 18px;
    color: #fbd110;
    font-weight: 700;
    font-style: italic;
    text-decoration: none; }
  .home .body-blackout {
    position: absolute;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: none; }
    .home .body-blackout.is-blacked-out {
      display: block; }
  .home .popup-trigger {
    cursor: pointer; }
  .home .popup-modal {
    position: fixed;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
    z-index: 1011;
    min-height: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .home .popup-modal {
        justify-content: flex-start; } }
    @media (min-width: 768px) {
      .home .popup-modal {
        padding: 45px 45px 20px 45px; } }
    .home .popup-modal .popup-modal-content {
      position: fixed;
      width: 500px;
      max-width: 90%;
      margin-top: 30px;
      margin-bottom: 30px;
      background-image: url("./assets/images/modal-bg.jpg");
      padding: 45px 20px 20px 20px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .home .popup-modal .popup-modal-content {
          left: calc(50% - 230px); } }
    .home .popup-modal .popup-modal-frame {
      position: absolute;
      top: -24px;
      left: -24px;
      height: calc(100% + 48px);
      width: calc(100% + 48px);
      z-index: -1; }
      .home .popup-modal .popup-modal-frame img {
        width: 100%;
        height: 100%; }
    .home .popup-modal .how-old-modal input {
      border: 1px solid rgba(178, 103, 40, 0.5);
      -webkit-box-shadow: inset 0px 0px 0px 10px #001A0B;
      -moz-box-shadow: inset 0px 0px 0px 10px #001A0B;
      box-shadow: inset 0px 0px 0px 10px #001A0B;
      background: black;
      padding: 18px;
      text-align: center;
      font-size: 13px;
      font-weight: 300;
      line-height: 18px;
      letter-spacing: .5px;
      font-style: italic;
      border-radius: 25px !important;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: white;
      width: 90px;
      outline: none; }
    .home .popup-modal .how-old-modal button {
      background: #b26728;
      color: white;
      border: none;
      padding: 6px 40px;
      border-radius: 15px;
      text-transform: uppercase;
      font-style: italic;
      font-size: 13px; }
    .home .popup-modal .how-old-modal span {
      margin-top: 3px;
      font-size: 13px;
      font-style: italic; }
    .home .popup-modal .now-leaving a:hover {
      color: #fbd110; }
    .home .popup-modal .not-allowed {
      padding-bottom: 100px;
      padding-top: 70px; }
    .home .popup-modal .icon {
      width: 19px;
      height: 19px; }
    .home .popup-modal .pre-link {
      border: 1px solid rgba(178, 103, 40, 0.5);
      -webkit-box-shadow: inset 0px 0px 0px 10px #001A0B;
      -moz-box-shadow: inset 0px 0px 0px 10px #001A0B;
      box-shadow: inset 0px 0px 0px 10px #001A0B;
      background: black;
      padding: 15px;
      text-align: center;
      font-size: 13px;
      font-weight: 300;
      line-height: 18px;
      letter-spacing: .5px;
      font-style: italic;
      cursor: pointer;
      border-radius: 17px !important;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: white; }
    .home .popup-modal.is--visible {
      opacity: 1;
      pointer-events: auto; }
    .home .popup-modal__close {
      position: absolute;
      font-size: 1.2rem;
      right: 10px;
      top: 10px;
      cursor: pointer;
      width: 15px;
      height: 15px;
      background-image: url("./assets/images/modal-close.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .home .popup-modal__separator {
      border-top: 1px solid #FFD200; }

.home-video {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: black; }
  .home-video .home-video-wrapper {
    height: 100%;
    width: 100%; }
  .home-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100vh;
    z-index: -1000;
    overflow: hidden;
    object-fit: cover; }

.books {
  padding-bottom: 0; }
  .books .section-title {
    margin: 15px 0 15px 0;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.25; }
    @media (min-width: 503px) {
      .books .section-title {
        padding: 0 20px;
        font-size: 24px; } }
    @media (min-width: 768px) {
      .books .section-title {
        font-size: 30px;
        letter-spacing: 13px;
        margin: 60px 0 40px 0;
        padding: 0; } }
    @media (min-width: 992px) {
      .books .section-title {
        font-size: 40px;
        padding: 0 40px; } }
    @media (min-width: 1200px) {
      .books .section-title {
        padding: 0 140px; } }
    .books .section-title span {
      display: block;
      margin-top: 35px; }
  .books .book-item {
    margin-bottom: 60px;
    width: 100%; }
    @media (min-width: 768px) {
      .books .book-item {
        width: 80%; } }
    @media (min-width: 888px) {
      .books .book-item {
        width: 34%; } }
    @media (min-width: 1176px) {
      .books .book-item {
        margin: 0;
        width: 25%; } }
    .books .book-item .previous-book-cover {
      width: 100%; }
  .books .order-now-button {
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 14px;
    font-weight: 300;
    color: #FFF;
    background: none;
    font-style: italic;
    text-decoration: none; }
    .books .order-now-button img {
      width: 38px; }
  .books .actions a:last-child {
    margin-right: 5px; }
  .books .body-blackout {
    position: absolute;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: none; }
    .books .body-blackout.is-blacked-out {
      display: block; }
  .books .popup-trigger {
    cursor: pointer; }
  .books .popup-modal {
    position: fixed;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
    z-index: 1011;
    min-height: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: center; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .books .popup-modal {
        justify-content: flex-start; } }
    @media (min-width: 768px) {
      .books .popup-modal {
        padding: 45px 45px 20px 45px; } }
    .books .popup-modal .popup-modal-content {
      position: fixed;
      width: 500px;
      max-width: 90%;
      margin-top: 30px;
      margin-bottom: 30px;
      background-image: url("./assets/images/modal-bg.jpg");
      padding: 45px 20px 20px 20px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .books .popup-modal .popup-modal-content {
          left: calc(50% - 230px); } }
    .books .popup-modal .popup-modal-frame {
      position: absolute;
      top: -24px;
      left: -24px;
      height: calc(100% + 48px);
      width: calc(100% + 48px);
      z-index: -1; }
      .books .popup-modal .popup-modal-frame img {
        width: 100%;
        height: 100%; }
    .books .popup-modal .how-old-modal input {
      border: 1px solid rgba(178, 103, 40, 0.5);
      -webkit-box-shadow: inset 0px 0px 0px 10px #001A0B;
      -moz-box-shadow: inset 0px 0px 0px 10px #001A0B;
      box-shadow: inset 0px 0px 0px 10px #001A0B;
      background: black;
      padding: 18px;
      text-align: center;
      font-size: 13px;
      font-weight: 300;
      line-height: 18px;
      letter-spacing: .5px;
      font-style: italic;
      border-radius: 25px !important;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: white;
      width: 90px;
      outline: none; }
    .books .popup-modal .how-old-modal button {
      background: #b26728;
      color: white;
      border: none;
      padding: 6px 40px;
      border-radius: 15px;
      text-transform: uppercase;
      font-style: italic;
      font-size: 13px; }
    .books .popup-modal .how-old-modal span {
      margin-top: 3px;
      font-size: 13px;
      font-style: italic; }
    .books .popup-modal .now-leaving a:hover {
      color: #fbd110; }
    .books .popup-modal .not-allowed {
      padding-bottom: 100px;
      padding-top: 70px; }
    .books .popup-modal .icon {
      width: 19px;
      height: 19px; }
    .books .popup-modal .pre-link {
      border: 1px solid rgba(178, 103, 40, 0.5);
      -webkit-box-shadow: inset 0px 0px 0px 10px #001A0B;
      -moz-box-shadow: inset 0px 0px 0px 10px #001A0B;
      box-shadow: inset 0px 0px 0px 10px #001A0B;
      background: black;
      padding: 15px;
      text-align: center;
      font-size: 13px;
      font-weight: 300;
      line-height: 18px;
      letter-spacing: .5px;
      font-style: italic;
      cursor: pointer;
      border-radius: 17px !important;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: white; }
    .books .popup-modal.is--visible {
      opacity: 1;
      pointer-events: auto; }
    .books .popup-modal__close {
      position: absolute;
      font-size: 1.2rem;
      right: 10px;
      top: 10px;
      cursor: pointer;
      width: 15px;
      height: 15px;
      background-image: url("./assets/images/modal-close.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .books .popup-modal__separator {
      border-top: 1px solid #FFD200; }
  .books .audio-player audio {
    width: 100%;
    margin-top: 15px; }

.main-section {
  min-height: calc(100vh - 80px);
  position: relative;
  padding-bottom: 100px; }
  .main-section .scroll-down-arrows {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 40px; }
    .main-section .scroll-down-arrows i {
      color: #FFF; }

.block-title {
  font-family: "Prata", serif;
  color: #c37736;
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px; }

.block-sub-title {
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0px; }
  .block-sub-title span {
    color: #c37736; }

.custom-paragraph {
  font-size: 14px;
  color: #FFF;
  font-family: "Lato", sans-serif; }

.question-list {
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 15px; }
  .question-list li {
    margin-top: 20px; }

.block-with-separator {
  position: relative;
  padding-bottom: 30px; }
  .block-with-separator .content-separator {
    height: 1px;
    width: calc(100% - 30px);
    background: #c37736;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

.terms-of-use .section-title {
  margin: 60px 0 50px 0;
  font-size: 28px;
  letter-spacing: 9px;
  line-height: 30px; }
.terms-of-use .section-content {
  font-size: 16px;
  line-height: 33px; }

.privacy-policy .section-title {
  margin: 60px 0 50px 0;
  font-size: 28px;
  letter-spacing: 9px;
  line-height: 30px; }
.privacy-policy .section-content {
  font-size: 16px;
  line-height: 33px; }

.reviews {
  padding-bottom: 50px; }
  .reviews .reviews-row {
    justify-content: center; }
  .reviews .praise-title {
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.16em;
    margin-top: 8.296460177vw;
    font-size: 4.4247787611vw; }
    @media (min-width: 768px) {
      .reviews .praise-title {
        margin-top: 5.2083333333vw;
        font-size: 2.7777777778vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .reviews .praise-title {
      margin-top: 8.296460177vh;
      font-size: 4.4247787611vh; } }

    @media screen and (min-width: 768px) {
      .reviews .praise-title {
        letter-spacing: 0.33em; } }
  .reviews .praise-subtitle {
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.16em;
    font-size: 2.7654867257vw; }
    @media (min-width: 768px) {
      .reviews .praise-subtitle {
        font-size: 1.7361111111vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .reviews .praise-subtitle {
      font-size: 2.7654867257vh; } }

    @media screen and (min-width: 768px) {
      .reviews .praise-subtitle {
        letter-spacing: 0.33em; } }
  .reviews .single-review {
    margin-bottom: 60px;
    padding: 4.4247787611vw; }
    @media (min-width: 768px) {
      .reviews .single-review {
        padding: 2.7777777778vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .reviews .single-review {
      padding: 4.4247787611vh; } }

    @media (min-width: 768px) {
      .reviews .single-review {
        margin-bottom: 0; } }
    .reviews .single-review img {
      height: 8.2300884956vw;
      width: auto; }
      @media (min-width: 768px) {
        .reviews .single-review img {
          height: 2.1527777778vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .reviews .single-review img {
      height: 3.4292035398vh; } }

    .reviews .single-review h2 {
      font-size: 4.5132743363vw; }
      @media (min-width: 768px) {
        .reviews .single-review h2 {
          font-size: 1.1805555556vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .reviews .single-review h2 {
      font-size: 1.8805309735vh; } }

    .reviews .single-review p {
      font-size: 3.3185840708vw;
      -webkit-font-smoothing: antialiased;
      letter-spacing: 0.02em; }
      @media (min-width: 768px) {
        .reviews .single-review p {
          font-size: 0.8680555556vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .reviews .single-review p {
      font-size: 1.3827433628vh; } }

  .reviews .last-review {
    margin-bottom: 0; }
  .reviews .share-hover-wrapper {
    display: inline-block;
    margin-left: 0; }

.bio {
  max-width: 1600px;
  /* width */
  /* Track */
  /* Handle on hover */ }
  .bio .text-scroll {
    max-height: 550px;
    overflow: scroll;
    overflow-x: hidden; }
    .bio .text-scroll p {
      padding: 10px 10px 10px 0; }
  .bio ::-webkit-scrollbar {
    width: 10px; }
  .bio ::-webkit-scrollbar-track {
    background-color: #fbd110;
    width: 2px; }
  .bio ::-webkit-scrollbar-track {
    background: #fbd110;
    border-left: 2px solid #33270F;
    border-right: 2px solid #33270F; }
  .bio ::-webkit-scrollbar-thumb {
    background: #fbd110; }
  .bio ::-webkit-scrollbar-thumb:hover {
    background: #fbd110; }

.first-read p {
  line-height: 1.8; }
.first-read .first-read-header {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .first-read .first-read-header {
      margin-bottom: 0; } }
  .first-read .first-read-header .first-read-book {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 5px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .first-read .first-read-header .first-read-book {
        margin-top: 100px;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 9px;
        margin-bottom: 30px; } }
  .first-read .first-read-header .first-read-title {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 34px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .first-read .first-read-header .first-read-title {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 9px;
        margin-bottom: .5rem; } }
  .first-read .first-read-header .first-read-subtitle {
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 14px; }
    @media (min-width: 768px) {
      .first-read .first-read-header .first-read-subtitle {
        font-size: 14px;
        letter-spacing: 9px;
        line-height: 30px; } }
.first-read .first-read-content {
  text-align: center;
  margin: 0 5vw; }
  @media (min-width: 768px) {
    .first-read .first-read-content {
      text-align: left;
      margin: 0; } }

.glossary {
  padding-bottom: 50px; }
  .glossary .glossary-title {
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.16em;
    cursor: pointer;
    margin-top: 8.296460177vw;
    font-size: 4.4247787611vw; }
    @media (min-width: 768px) {
      .glossary .glossary-title {
        margin-top: 5.2083333333vw;
        font-size: 2.7777777778vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .glossary .glossary-title {
      margin-top: 8.296460177vh;
      font-size: 4.4247787611vh; } }

    @media screen and (min-width: 768px) {
      .glossary .glossary-title {
        letter-spacing: 0.33em; } }

.glossary__separator {
  border-top: 1px solid #FFD200; }

.glossary__filters {
  display: flex;
  justify-content: center;
  margin: 15px 0; }
  .glossary__filters .glossary__filter {
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .glossary__filters .glossary__filter {
        font-size: 20px;
        margin: 0 13px; } }
    .glossary__filters .glossary__filter.active {
      color: #c37736; }

.glossary__items {
  margin: 70px 0; }
  .glossary__items .glossary__item {
    margin-bottom: 30px; }
    .glossary__items .glossary__item .glossary__item--title {
      font-size: 15px;
      letter-spacing: 2px;
      color: #c37736;
      font-weight: 400;
      text-transform: uppercase; }
    .glossary__items .glossary__item .glossary__item--description {
      font-weight: 300; }

.legal {
  font-family: 'Lato', sans-serif; }
  .legal h2 {
    color: #c37736;
    font-size: 16px;
    font-family: 'Prata', serif;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.33em; }
  .legal p {
    font-size: 14px; }
  .legal ol {
    margin-bottom: 120px; }

@keyframes blinker {
  50% {
    opacity: 0.3; } }
.trivia .answer-set {
  margin: 30px 0px; }
  .trivia .answer-set .AnswerItem {
    background: #0f2417;
    border: 1px solid #593f1f;
    color: #FFF;
    padding: 8px 8px;
    border-radius: 22px;
    position: relative;
    margin: 0px 30px 30px 30px;
    font-family: "Lato", sans-serif;
    font-weight: 200;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    min-width: 25%;
    outline: none;
    max-width: 90%; }
    .trivia .answer-set .AnswerItem span {
      background: #000;
      display: block;
      border-radius: 15px;
      padding: 10px 25px; }
    .trivia .answer-set .AnswerItem.correct {
      background: #0e5a19;
      animation: blinker 500ms linear 2; }
      .trivia .answer-set .AnswerItem.correct span {
        background: rgba(0, 0, 0, 0); }
    .trivia .answer-set .AnswerItem.wrong {
      background: #6b0000;
      animation: blinker 500ms linear 2; }
      .trivia .answer-set .AnswerItem.wrong span {
        background: rgba(0, 0, 0, 0); }
.trivia .global-controls {
  margin-bottom: 80px; }
.trivia .trivia-main-section {
  width: 100%;
  min-height: calc(100vh - 80px);
  padding-top: 70px; }
  @media (min-width: 768px) {
    .trivia .trivia-main-section {
      padding: 100px 0; } }
  .trivia .trivia-main-section .section-sub-title {
    margin-bottom: 30px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .trivia .trivia-main-section .section-sub-title {
        margin-bottom: 50px; } }
  .trivia .trivia-main-section .LevelItemSet {
    width: calc(100% - 30px);
    margin-bottom: 50px; }
    .trivia .trivia-main-section .LevelItemSet .LevelItem {
      margin-bottom: 30px;
      width: 90%;
      background: rgba(255, 162, 24, 0.25);
      border-radius: 100%;
      position: relative;
      border: none;
      padding: 0;
      outline: none;
      max-width: 350px; }
      .trivia .trivia-main-section .LevelItemSet .LevelItem:focus {
        outline: 0; }
      @media (min-width: 768px) {
        .trivia .trivia-main-section .LevelItemSet .LevelItem {
          width: 80%;
          margin: 20px;
          max-width: initial; } }
      @media (min-width: 888px) {
        .trivia .trivia-main-section .LevelItemSet .LevelItem {
          width: 34%; } }
      @media (min-width: 1176px) {
        .trivia .trivia-main-section .LevelItemSet .LevelItem {
          width: 25%;
          max-width: 350px; } }
      .trivia .trivia-main-section .LevelItemSet .LevelItem:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .trivia .trivia-main-section .LevelItemSet .LevelItem .LevelItem__wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .trivia .trivia-main-section .LevelItemSet .LevelItem .LevelItem__wrapper .LevelItem__title {
          font-family: "Prata", serif;
          text-transform: uppercase;
          color: #d2742c;
          font-size: 13px;
          letter-spacing: 5px; }
        .trivia .trivia-main-section .LevelItemSet .LevelItem .LevelItem__wrapper .LevelItem__subtitle {
          font-family: "Prata", serif;
          text-transform: uppercase;
          color: #FFF;
          font-size: 26px;
          letter-spacing: 5px;
          margin-top: 0px; }
.trivia .question-section {
  width: 100%;
  margin-top: 70px; }
  .trivia .question-section .section-title {
    padding-top: 30px; }
  .trivia .question-section .trivia-question {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 4px;
    margin: 20px 10px 0px 10px; }
  @media (min-width: 768px) {
    .trivia .question-section {
      margin-top: 50px; }
      .trivia .question-section .section-title {
        padding-top: 30px; }
      .trivia .question-section .trivia-question {
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 11px; } }
.trivia .results-section {
  width: 100%; }
  @media (min-width: 768px) {
    .trivia .results-section {
      width: calc(100% - 30px); } }
  .trivia .results-section #results-copy {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    max-width: 400px;
    margin: 20px auto 35px auto; }
  .trivia .results-section .share-feature {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 18px;
    font-weight: 300;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center; }
.trivia .section-title {
  letter-spacing: 4px;
  font-size: 13px;
  margin-bottom: 5px;
  background: #c48a5a;
  background: -moz-linear-gradient(top, #c48a5a 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c48a5a), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #c48a5a 0%, white 100%);
  background: -o-linear-gradient(top, #c48a5a 0%, white 100%);
  background: -ms-linear-gradient(top, #c48a5a 0%, white 100%);
  background: linear-gradient(to bottom, #c48a5a 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c48a5a', endColorstr='#ffffff', GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (min-width: 768px) {
    .trivia .section-title {
      font-size: 1.9vw;
      letter-spacing: .6vw;
      margin-bottom: 1vw; } }
.trivia .section-sub-title {
  font-family: "Prata", serif;
  text-transform: uppercase;
  color: #d2742c;
  letter-spacing: 2px;
  font-size: 8px; }
  @media (min-width: 768px) {
    .trivia .section-sub-title {
      font-size: 1.3vw;
      letter-spacing: 0.4vw;
      line-height: 1.3vw; } }
.trivia .arrow-button {
  display: inline-block;
  position: relative;
  padding-right: 2.6rem;
  background: none;
  border: none;
  color: #f1c813;
  outline: none; }
  .trivia .arrow-button .arrow-icon {
    background-color: rgba(18, 41, 27, 0.7);
    border-radius: 50%;
    border: 1px solid rgba(178, 103, 40, 0.5);
    position: absolute;
    width: 41px;
    height: 41px;
    top: 50%;
    margin-top: -22px;
    right: -8px;
    transition: background-color 560ms ease-out;
    color: #FFF; }
    .trivia .arrow-button .arrow-icon .arrow-wrap {
      position: absolute;
      width: 70%;
      height: 70%;
      top: 14%;
      left: 15%;
      overflow: hidden;
      background: black;
      border-radius: 100%;
      text-align: center;
      font-size: 13px;
      line-height: 27px;
      color: #fff; }
  .trivia .arrow-button:hover .arrow-icon {
    background-color: #000;
    transition: background-color 320ms ease-out; }
  .trivia .arrow-button:hover img {
    animation: buttonHover1 480ms ease-out 1; }
.trivia .trivia-main-section,
.trivia .question-section,
.trivia .results-section {
  min-height: calc(70vh - 80px);
  visibility: hidden;
  opacity: 0;
  transition: 1400ms ease-in-out opacity, 1400ms ease-in-out visibility; }
  .trivia .trivia-main-section.display-none,
  .trivia .question-section.display-none,
  .trivia .results-section.display-none {
    display: none !important; }
.trivia .show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 1400ms ease-in-out opacity, 1400ms ease-in-out visibility; }
.trivia .hide {
  display: none; }
.trivia #next-question {
  visibility: hidden;
  opacity: 0;
  transition: 1400ms ease-in-out all;
  position: absolute; }
  .trivia #next-question.show {
    position: relative; }
  .trivia #next-question:hover, .trivia #next-question:visited {
    outline: none !important; }
.trivia #see-results {
  visibility: hidden;
  opacity: 0;
  transition: 1400ms ease-in-out all;
  position: absolute; }
  .trivia #see-results.show {
    position: relative; }

.party-kit .party-row {
  justify-content: center; }
  .party-kit .party-row h2 {
    text-align: left;
    margin-top: 10px;
    font-size: 4.5132743363vw; }
    @media (min-width: 768px) {
      .party-kit .party-row h2 {
        font-size: 1.1805555556vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .party-kit .party-row h2 {
      font-size: 1.8805309735vh; } }

  .party-kit .party-row h5 {
    margin-top: 60px; }
  .party-kit .party-row ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0 1em; }
    .party-kit .party-row ul li {
      position: relative; }
    .party-kit .party-row ul p {
      line-height: 1.6;
      margin-bottom: 0.1rem;
      font-size: 3.982300885vw; }
      @media (min-width: 768px) {
        .party-kit .party-row ul p {
          font-size: 1.0416666667vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .party-kit .party-row ul p {
      font-size: 1.6592920354vh; } }

    .party-kit .party-row ul a {
      color: #fbd110;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .party-kit .party-row ul li p::before {
      content: "\2022";
      color: #fbd110;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
      position: absolute;
      top: -0.2em; } }
  .party-kit .party-row img {
    display: block;
    margin: 0 auto;
    height: 15.9292035398vw;
    width: auto; }
    @media (min-width: 768px) {
      .party-kit .party-row img {
        height: 4.1666666667vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .party-kit .party-row img {
      height: 6.6371681416vh; } }

  .party-kit .party-row .single-review {
    padding-left: 1.1061946903vw;
    padding-right: 1.1061946903vw;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .party-kit .party-row .single-review {
        padding-left: 0.6944444444vw;
        padding-right: 0.6944444444vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .party-kit .party-row .single-review {
      padding-left: 1.1061946903vh;
      padding-right: 1.1061946903vh; } }

  .party-kit .party-row .column-1 h2 {
    text-align: center; }
  .party-kit .party-row .column-3 {
    padding-left: 8.8495575221vw;
    padding-right: 8.8495575221vw; }
    @media (min-width: 768px) {
      .party-kit .party-row .column-3 {
        padding-left: 5.5555555556vw;
        padding-right: 5.5555555556vw; } }
  @media (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .party-kit .party-row .column-3 {
      padding-left: 8.8495575221vh;
      padding-right: 8.8495575221vh; } }

    @media (min-width: 1024px) {
      .party-kit .party-row .column-3 p {
        margin-right: 3.5398230088vw;
        margin-left: 3.5398230088vw; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .party-kit .party-row .column-3 p {
      margin-right: 2.2222222222vw;
      margin-left: 2.2222222222vw; } }

  @media (min-width: 1024px) and (min-width: 768px) and (min-aspect-ratio: 1440 / 904) {
    .party-kit .party-row .column-3 p {
      margin-right: 3.5398230088vh;
      margin-left: 3.5398230088vh; } }

  @media (max-width: 1023px) {
    .party-kit .party-row img {
      margin: 0 auto;
      margin-left: auto !important;
      margin-right: auto !important;
      display: block; } }

.morebooks {
  color: #fff; }
  .morebooks h1 {
    letter-spacing: .33em;
    margin-top: 4rem; }
    .morebooks h1 span {
      display: block;
      margin-top: 5rem;
      font-size: 60%; }
    @media (max-width: 767px) {
      .morebooks h1 {
        font-size: 5.4vw; }
        .morebooks h1 span {
          margin-top: 1rem; } }
  .morebooks h2 {
    font-family: 'Prata', serif;
    text-transform: uppercase;
    color: #fbd110;
    line-height: 1.38;
    font-size: 26px; }
    @media (max-width: 767px) {
      .morebooks h2 {
        font-size: 3.8vw; } }
  .morebooks .books-row-container .row {
    margin-top: 4rem; }
    .morebooks .books-row-container .row:nth-child(2n) {
      flex-direction: row-reverse; }
    .morebooks .books-row-container .row img {
      margin: -10% auto 2rem;
      position: relative;
      display: block;
      max-height: 300px; }

.footer {
  position: absolute;
  bottom: 0; }
  .footer .left-menu ul {
    display: flex;
    align-items: center; }
    .footer .left-menu ul li {
      display: flex;
      align-items: center; }
      .footer .left-menu ul li a {
        font-family: 'Lato', sans-serif;
        font-size: 8px;
        font-family: "Lato";
        line-height: 15px;
        font-weight: 500; }
        .footer .left-menu ul li a.bold {
          font-weight: 900;
          font-size: 11px; }
      .footer .left-menu ul li img.scholastic-logo {
        width: 120px; }
      .footer .left-menu ul li .copyrights {
        font-family: 'Lato', sans-serif;
        font-size: 8px;
        font-family: "Lato";
        line-height: 15px;
        font-weight: 900; }

.footer-mobile {
  background-color: #362513;
  padding: 20px 0; }
  .footer-mobile > div {
    margin-bottom: 25px; }
  .footer-mobile div:last-child {
    margin-bottom: 0; }
  .footer-mobile .scholastic-logo-mobile {
    width: 160px; }

.art-body {
  background-image: url(./assets/images/art/bg.jpg);
  background-size: auto 100%;
  background-position: center top;
  background-attachment: fixed; }
  @media screen and (min-aspect-ratio: 720 / 1123) {
    .art-body {
      background-size: cover;
      background-attachment: initial; } }
  .art-body img {
    display: block;
    margin: auto; }
  .art-body h1 {
    color: #dd6464;
    margin: 0 auto;
    font-size: 10.6vw; }
    @media screen and (min-width: 768px) {
      .art-body h1 {
        font-size: 63px; } }
  .art-body h1 img {
    max-height: 406px;
    padding: 40px 0 0px;
    margin-bottom: 40px; }
  .art-body h2 img {
    max-width: 922px;
    margin: 0 auto 60px;
    width: 100%; }
  .art-body h3 {
    color: #ffe5d4;
    text-transform: uppercase;
    font-size: 3.8vw;
    line-height: 1.875;
    letter-spacing: 0.14rem; }
    @media screen and (min-width: 768px) {
      .art-body h3 {
        font-size: 28px; } }
    @media screen and (min-width: 992px) {
      .art-body h3 {
        font-size: 44px; } }
  .art-body .social-list {
    color: #fff;
    font-family: "Lato";
    letter-spacing: 0.3rem;
    font-size: 3.1vw;
    display: flex;
    justify-content: center;
    align-self: baseline;
    margin: 8px 0; }
    @media screen and (min-width: 768px) {
      .art-body .social-list {
        font-size: 20px; } }
    .art-body .social-list i.fa {
      min-width: 6vw;
      font-size: 5.6vw;
      margin-right: 4px; }
      @media screen and (min-width: 768px) {
        .art-body .social-list i.fa {
          min-width: 45px;
          font-size: 42px; } }
  .art-body .social-block {
    display: inline-flex;
    flex-direction: column; }
  .art-body .divider {
    margin: 60px auto;
    width: 80%; }
    @media screen and (min-width: 768px) {
      .art-body .divider {
        width: 100%; } }
  .art-body .coming-soon {
    width: 100%;
    margin: 60px 0 80px; }
    @media screen and (max-width: 590px) {
      .art-body .coming-soon {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  .art-body .slider-gallery .slick-track {
    display: flex !important;
    align-items: center; }
  .art-body .slider-gallery--slide {
    text-align: left;
    transition: transform 400ms ease-out, transform-origin 400ms ease-out;
    transform: scale(0.75); }
    .art-body .slider-gallery--slide--content {
      border: 2px solid #dd6464; }
    .art-body .slider-gallery--slide span {
      margin-left: 15px;
      color: #fff;
      font-size: 12px;
      font-family: "Lato"; }
    .art-body .slider-gallery--slide.slick-active {
      transform-origin: 25% 50%; }
    .art-body .slider-gallery--slide.slick-center {
      transform: scale(1);
      transform-origin: 50% 50%; }
    .art-body .slider-gallery--slide.slick-center + .slick-active {
      transform-origin: 75% 50%; }
  .art-body .slider-gallery i {
    color: #fff; }
  .art-body .slider-gallery .slick-arrow {
    color: #dd6464;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    display: block;
    width: 42px;
    height: 48px;
    background-image: url(./assets/images/art/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none; }
    .art-body .slider-gallery .slick-arrow.slick-left {
      left: -55px;
      transform: scaleX(-1); }
    .art-body .slider-gallery .slick-arrow.slick-right {
      right: -55px; }
    @media screen and (max-width: 767px) {
      .art-body .slider-gallery .slick-arrow {
        width: 21px;
        height: 24px;
        margin-top: -12px; }
        .art-body .slider-gallery .slick-arrow.slick-left {
          left: -24px; }
        .art-body .slider-gallery .slick-arrow.slick-right {
          right: -24px; } }

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



.box-set-container{
  margin: 40px 0;
}

.box-set-container img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

.box-set-container p{
  text-align: center;
  color: #fbd110;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
}

@media screen and (min-width: 768px){
  .box-set-container img{
    /*width: 40%;*/
    padding-left: 10%;
    /*width: 40%;
    float: right;
    margin-right: 15%;*/
  }
  .home-book-cover-container
  {width: 130%; position: relative; left: -30%;}
}


@media (min-width: 1600px){
  .container{
    max-width: 1400px;
  }  
}

