/*!
Theme Name: The Book
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: The Book theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the_book
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: the_book
Template Id: prod-25518
*/

#toTop {
	cursor: pointer;
}


.ie .custom-book {
  display: none;
}

.custom-book {
  -webkit-font-smoothing: subpixel-antialiased;
  /* basic grid, only for this demo */
  /*
  	1. container
  */
  /* HARDCOVER FRONT */
  /* HARDCOVER back */
  /* thickness of cover */
  /* page */
  /*
  	3. opening cover, back cover and pages
  */
  /*
  	4. position, transform & transition
  */
  /* BOOK SPINE */
  /* thickness of book spine */
  /*
  	5. events
  */
  /* figcaption */
  /* Media Queries */
}
@media (max-width: 767px) {
  .custom-book {
    display: none;
  }
}
.custom-book *, .custom-book *:after, .custom-book *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-book * {
  margin: 0;
  padding: 0;
}
.custom-book ::before,
.custom-book ::after {
  content: "";
}
.custom-book ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-book .button-block {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
}
.custom-book .page-button {
  position: absolute;
  top: 28%;
}
.custom-book .align {
  clear: both;
  width: 100%;
  max-width: 1170px;
  /*text-align: center;*/
}
.custom-book .align > li {
  width: 100%;
  min-height: 100%;
  display: inline-block;
  padding: 0 0 0 60px;
  vertical-align: top;
}
.custom-book .book {
  position: relative;
  width: 364px;
  height: 463px;
  -webkit-perspective: 1900px;
  perspective: 1900px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 0;
}

.custom-book .book_spine li:first-child, .custom-book .hardcover_back, .custom-book .hardcover_front {
    background: #e1ddd8 !important;
}

.custom-book .page > li {
    background: #fffbf6;
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%) !important;
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%) !important;
    background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%) !important;
}


.custom-book .hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-book .hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px);
}
.custom-book .hardcover_front li:last-child:before {
  width: 0px;
  height: 300px;
  -webkit-transform: rotateX(90deg) rotateZ(94deg) translateZ(-314px) translateX(-2px) translateY(-170px);
  transform: rotateX(90deg) rotateZ(94deg) translateZ(-314px) translateX(-2px) translateY(-170px);
  -webkit-box-shadow: 5px -4px 139px 40px #666;
  box-shadow: 5px -4px 139px 40px #666;
}
.custom-book .hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
}
.custom-book .hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
}
.custom-book .hardcover_back li:last-child:before,
.custom-book .book_spine li:first-child:after,
.custom-book .book_spine li:first-child:before,
.custom-book .book_spine li:last-child:after,
.custom-book .book_spine li:last-child:before {
  background: #999;
}
.custom-book .hardcover_front li:last-child:after,
.custom-book .hardcover_front li:last-child:before,
.custom-book .hardcover_back li:first-child:after,
.custom-book .hardcover_back li:first-child:before,
.custom-book .hardcover_back li:last-child:before,
.custom-book .book_spine li:first-child:after,
.custom-book .book_spine li:first-child:before,
.custom-book .book_spine li:last-child:after {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-book .hardcover_back li:first-child:after,
.custom-book .hardcover_back li:first-child:before {
  width: 6px;
  height: 342px;
}
.custom-book .hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.custom-book .hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}
.custom-book .hardcover_back li:last-child:before {
  width: 0px;
  height: 401px;
}
.custom-book .hardcover_back li:last-child:before {
  -webkit-box-shadow: 22px -1px 80px 22px #666;
  box-shadow: 22px -1px 80px 22px #666;
  -webkit-transform: rotateX(69deg) rotateZ(98deg) translateZ(-267px) translateX(10px) translateY(-153px);
  transform: rotateX(69deg) rotateZ(98deg) translateZ(-267px) translateX(10px) translateY(-153px);
}
.custom-book .page > li {
  -webkit-box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}
.custom-book .hardcover_front {
  -webkit-transform: rotateY(-33deg) translateZ(20px);
  transform: rotateY(-33deg) translateZ(20px);
  z-index: 100;
}
.custom-book .hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px);
}
.custom-book .page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
  transform: rotateY(-28deg);
}
.custom-book .page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}
.custom-book .page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
}
.custom-book .page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
}
.custom-book .page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
  transform: rotateY(-36deg);
}
.custom-book .hardcover_front,
.custom-book .hardcover_back,
.custom-book .book_spine,
.custom-book .hardcover_front li,
.custom-book .hardcover_back li,
.custom-book .book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom-book .hardcover_front,
.custom-book .hardcover_back {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.custom-book .hardcover_back {
  height: 100%;
  width: 91%;
}
.custom-book .hardcover_front {
  -webkit-transition: all 1.2s ease, z-index 1.5s;
  transition: all 1.2s ease, z-index 1.5s;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
}
.custom-book .hardcover_front img {
  position: absolute;
  width: 100%;
  height: 463px !important;
}
.custom-book .book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0;
  height: 100%;
}
.custom-book .book_spine li:first-child {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
}
.custom-book .book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
}
.custom-book .book_spine li:first-child:after,
.custom-book .book_spine li:first-child:before {
  width: 4px;
  height: 100%;
}
.custom-book .book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  background: transparent;
}
.custom-book .book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px);
  background: transparent;
}
.custom-book .book_spine li:last-child:after {
  width: 4px;
  height: 16px;
}
.custom-book .book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}
.custom-book .page,
.custom-book .page > li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom-book .page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 0;
}
.custom-book .page .tm_pb_text {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  padding: 26px;
}
.custom-book .page .tm_pb_text .alignleft {
  margin: 5px 15px 5px 0 !important;
}
.custom-book .page .tm_pb_text .alignright {
  margin: 5px 0 5px 15px !important;
}
.custom-book .page > li {
  width: 96%;
  height: 455px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.custom-book .page > li:nth-child(1) {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.custom-book .page > li:nth-child(2) {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.custom-book .page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.custom-book .page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.custom-book .page > li:nth-child(5) {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.custom-book .book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}
.custom-book .book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg) translateZ(-7px);
  transform: rotateY(-28deg) translateZ(-7px);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.custom-book .book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}
.custom-book .book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}
.custom-book .book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}
.custom-book .book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.custom-book figcaption {
  padding-left: 40px;
  text-align: left;
  position: absolute;
  top: 0%;
  left: 160px;
  width: 310px;
}
.custom-book figcaption h1 {
  margin: 0;
}
.custom-book figcaption span {
  padding: 0.6em 0 1em 0;
  display: block;
}
.custom-book figcaption p {
  line-height: 1.3;
}
@media screen and (max-width: 37.8125em) {
  .custom-book .align > li {
    width: 100%;
    min-height: 440px;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .custom-book .book {
    margin: 0 auto;
  }
  .custom-book figcaption {
    text-align: center;
    width: 320px;
    top: 250px;
    padding-left: 0;
    left: -80px;
    font-size: 90%;
  }
}

body.page .elementor-jet-single-tabs{
  display: none;
}

body.page .jet-woo-slick-control-thumbs{
	display: none;
}

.elementor-1485 .jet-sticky-section--stuck .elementor-element.elementor-element-341a77c > .elementor-element-populated{
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}