body {
  font-family: 'Myriad Pro Regular'; }


body footer.page-footer.original-version * {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body footer.page-footer.original-version {
  font: 16px "myriad-pro", sans-serif;
}

h1 {
  font-size: 60px; }

a {
  outline: none;
}

.sticky-text {
  color: #ffffff;
}

.sm-text__title .sm-text__text-container,
p {
  font-family: Myriad Pro Regular, sans-serif;
  line-height: 1.4;
}

.banner-top .text-container { max-width: 75%; padding: 50px 10px 10px 10px !important; }  


.wrapper {
  width: 100%;
  max-width: 968px;
  /*min-width: 320px;*/
  display: flex;
  margin: 0 auto; }

.gutter {
  padding: 0 7px; }

  
.burger-active {
  /* right: 155px; */
  position: fixed !important;
  left: 300px;
  top: 50px !important;
  z-index: 999999999999999;
}

/* POPUP */
/* ----------------- */
#video-popup {
  display: none;
}
#video-popup.active {
  display: block;
  position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.75);
    z-index: 9999999999;
}

.video-popup-cls {
  position: fixed;
  top: 25px;
  right: 50px;
  color: #fff;
  fill: #fff;
  font-size: 50px;
  cursor: pointer;
}

.video-popup-cls svg {
  height: 35px;
  width: 35px;
}

#video-popup iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 70%;
  transform: translate(-50%, -50%);
}

/*header*/
header {
  display: flex;
  justify-content: space-between;
  /*background-color: #8d3351;*/
  /*margin: 40px 0;*/
  padding-top: 15px;
  padding-bottom: 45px;
  position: relative;
  top: 15px;
  z-index: 9999;
}
  header .wrapper {
    justify-content: space-between; }
    header .wrapper .left-box .logo {
      margin: 0 0 0 87px; }
    header .wrapper .left-box .menu {
      position: relative; }
    header .wrapper .right-box > div {
      margin: 0 15px; }
    header .wrapper .right-box {
      display: flex; }
      header .wrapper .right-box .cart {
        position: relative; }
        header .wrapper .right-box .cart .cart__total {
          position: absolute;
          font-size: 12px; 
background: #b1d750;
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    right: -6px;
    top: -4px;
        }

.basket-btn__label {
  display: block;
  position: relative;
  height: 34px;
  width: 38px;
}

header .logo img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 9999;
}

#menu-burger {
  top: 17px;
  width: 43px;
  height: 43px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 11000; }

#menu-burger .menu-icon {
  display: block;
  height: 5px;
  width: 40px;
  background: #8d3351;
  position: absolute;
  right: -20px;
    top: 5px;
}

body.single-landing_page #menu-burger .menu-icon {
    right: 0;
    top: 0;
    height: 40px;
    background: no-repeat;
    border-top: 5px solid #8d3351;
}
body.single-landing_page #menu-burger .menu-icon:after {
    top: 9px;
}
body.single-landing_page #menu-burger .menu-icon:before {
    top: 24px;
}
body.single-landing_page #menu-burger.open {
    top: 30px !important;
}
body.single-landing_page #menu-burger.open .menu-icon:after {
    top: -10px;
}

#menu-burger .menu-icon:after {
  content: '';
  display: block;
  height: 5px;
  width: 40px;
  background: #8d3351;
  position: absolute;
  top: -15px;
  left: 0;
  transition: .1s; }

#menu-burger .menu-icon:before {
  content: ' ';
  display: block;
  height: 5px;
  width: 40px;
  background: #8d3351;
  position: absolute;
  left: 0;
  top: 15px;
  transition: .1s; }

#menu-burger .menu-icon.open:before {
	top: 18px;
  transform: rotate(45deg);
  margin: -15px 0px;
  background: #fff; }
.user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 34px;
  align-items: center;
}
.user > a {
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
  display: block;
}
/*.user img:hover {
   box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.45); 
  cursor: pointer;
  transition: 0.3s; }

.cart img:hover {
   box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.45); 
  cursor: pointer;
  transition: 0.3s; }*/

#menu-burger .menu-icon.open:after {
	top: -18px;
  transform: rotate(-45deg);
  margin: 20px 0px;
  background: #fff; }

#menu-burger.open {
  background: transparent; }

#menu-burger .menu-icon.open {
	/*right: 110px;*/
	top: -3px;
  background: transparent; }

#overlay-menu2 {
  position: fixed;
  background: #8d3351;
  height: 100%;
  opacity: 1;
  z-index: 1;
  left: -132%;
  top: 0;
  max-height: 600px;
  transition: ease-in-out .2s;
  z-index: 10000;
}

#overlay-menu2.open {
  left: 0%; }

.bottom-box {
  flex-flow: column;
  display: flex;
  border-top: 2px solid #fff;
  width: calc(100% - 30px);
  margin: 30px auto; }

#overlay-menu2 nav a:first-child {
  margin-top: 30px; }

.menu #overlay-menu2 .bottom-box > a {
  margin: 0 65px 0 45px; }

.menu #overlay-menu2 .bottom-box > :first-child {
  margin-top: 30px; }

#overlay-menu2 nav {
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  font-size: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 35px; }
  #overlay-menu2 nav a {
    margin: 0 60px;
    color: #fff;
    text-decoration: none; }
  #overlay-menu2 nav a:hover {
    font-weight: 900; }

#overlay-menu2 nav ul {
  display: inline-block;
  margin: auto;
  height: 100%; }

#overlay-menu2 nav ul li {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  list-style: none; }

#overlay-menu2 nav ul li a {
  color: #fff; }

#overlay-menu2 nav ul li a:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 124%;
  left: 0;
  height: 3px;
  width: 0%;
  background: #fff;
  transition: .5s; }

#overlay-menu2 nav ul li a:hover:after {
  width: 100%; }

.container.wrap_header:after,
.container.wrap_header:before {
  display: none; }

#overlay-menu2 nav ul li:first-child {
  margin-left: 29px; }

/**/
.medium-text .medium-title {
  color: #880032;
  text-align: center;
  font-size: 28px;
  line-height: normal;
  margin: 22px auto;
  font-weight: 900; }

.medium-text .text-container {
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px; }

.medium-text .text-container:last-child {
  margin-bottom: 50px; }

section {
  width: 100%; }

.banner-top {
  margin: -170px 0 0 0;
  padding: 60px 0 30px 0;
  /*background-image: url(../img/landing/banner-bg.png);*/
  background-image: url(/wp-content/uploads/2019/06/header_banner_lg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40px;
  background-size: cover; }
  .banner-top .text-container {
    margin: 0 0 0 auto;
    margin-top: 115px;
    display: flex;
    flex-direction: column;
    max-width: 55%;
    padding: 10px;
    padding-bottom: 0;
    background: rgba(47, 43, 41, 0.6);
    border-radius: 20px;
    color: #fff;
    font-size: 28px; }
    .banner-top .text-container h1 {
      text-align: center;
      font-size: 32px;
      line-height: 32px; }
    .banner-top .text-container .tagline {
      font-size: 21px;
      line-height: 21px; }
    .banner-top .text-container .banner-list {
      margin: 15px auto; }
      .banner-top .text-container .banner-list .banner-list-item {
        font-family: Myriad Pro Light;
        font-size: 18.5px;
        line-height: 21px; }
        .banner-top .text-container .banner-list .banner-list-item strong {
          font-weight: 600;
          font-style: italic;
        }
        .banner-top .text-container .banner-list .banner-list-item img {
          margin: 0 10px 0 0; }
    .banner-top .text-container .banner-text {
      flex-direction: column;
      text-align: center;
      font-size: 20px;
      line-height: 26px;
      padding-bottom: 30px; }
      .banner-top .text-container .banner-text b {
        font-weight: 900;
        line-height: 36px; }

.benefits > .wrapper > div {
  width: 50%; }

.adop-img {
  display: none; }

.lg-img {
  text-align: left;
  width: 100%; }

.lg-img img {
  /*max-width: 645px;*/
  max-width: 100%;
  height: 321px;
   }

.xs-img-container {
  display: flex; }

.xs-img {
  margin-top: 10px;
  cursor: pointer; }

.xs-img img {
  display: block;
    height: 95px;
    width: 115px;
}

.video-img-wrap {
  width: 115px;
}

.video-img-wrap img {
  width: 100%;
}

.video-img-wrap {
  position: relative;
}

.video-img-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-img-play-btn i {
  font-size: 42px;
  color: #fff;
}

.xs-img:not(:last-child) {
  margin-right: 10px;
}

.swiper-product {
  overflow: hidden; }

.features {
  /*padding-left: 80px;*/
   }
  .features .features-title h2 {
    font-size: 28px;
    line-height: 30px;
    color: #880032;
    font-weight: 900; }
  .features p.tagline {
    font-size: 22px;
    line-height: 40px; }
  .features p.tagline b {
    font-weight: 900; }
  .features .features-reviews {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #a1a1a1; }
    .features .features-reviews a {
      color: #880032;
      font-size: 20px;
      margin-left: 20px; }

.price-container {
  display: flex; }

.flex-column {
  display: flex;
  flex-direction: column; }

.img-column {
  margin-left: 45px;
}

.flex-wrap-social {
  justify-content: center;
}

.flex-row {
  display: flex; }

#adding_to_cart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.shoping_cart {
  box-sizing: border-box;
    border: 1px solid #a1a1a1;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 120px;
    flex-direction: column;
    height: 53px;
    opacity: .7;
    font-size: 18px;
    cursor: pointer;
}

.shoping_cart {
  margin-right: 10px;
}

.papervack .adding_box .woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

.papervack .adding_box .woocommerce-Price-amount.amount {
  font-size: 48px;
  color: #000;
  font-weight: 600;
}

.papervack {
  opacity: 0.7;
  font-size: 48px;
  width: 320px;
  margin: 30px 0 40px 0; }

.papervack p {
  opacity: .9;
  font-size: 15px; }

.papervack span {
  opacity: .9;
  font-size: 23px; }

.price-container .flex-column .flex-row > div {
  margin: 0 10px; }

.price-container > .flex-column > img {
  margin: auto 0 0px 0;
  height: 178px;
  width: 118px; }

/*.price-container > .flex-column > img:hover {
  box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.45); }*/

.hardcover {
  box-sizing: border-box;
  border: 1px solid #a1a1a1;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 160px;
  flex-direction: column;
  height: 70px;
  opacity: .7;
  font-size: 24px; }

.hardcover p {
  opacity: .9;
  font-size: 15px; }

.paperback {
  box-sizing: border-box;
  border: 1px solid #a1a1a1;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 160px;
  flex-direction: column;
  height: 70px;
  opacity: .7;
  font-size: 24px; }

.hardcover:hover,
.paperback:hover {
  border: 2px solid #880032;
  cursor: pointer; }

  .buy-active {
    border: 4px solid #880032;
    cursor: pointer;
  }

.features .toolbox-star-container {
  margin: 0; }

a.add-to-cart,
.btn-video {
  width: 188px;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #880032;
  color: #fff;
  font-weight: 900;
  text-decoration: none; }

a.add-to-cart {
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'Myriad Pro Bold';
  font-weight: 400;
}

.amazon,
.amazon img {
  width: 188px;
  height: 42px;
}

.order-container h2.order-container__title {
  font-size: 21px;
  color: #fff;
  margin: 15px 0; }

.order-container > .flex-column {
  width: 75%;
  align-items: center;
  justify-content: center; }

.mobile-video-container {
  margin-top: 40px;
  display: none;
}

.mobile-video-container iframe {
  width: 100%;
  height: 300px;
}

a.add-to-cart:hover,
a.btn-video:hover {
  box-shadow: inset 0px 1px 20px 5px rgba(0, 0, 0, 0.45); }

a.amazon:hover {
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.45); }

.btn-box {
  display: flex; }

.benefits .btn-box {
  margin: 41px 0 0 0;
  margin-right: -10px;
  margin-left: -10px;
}

.btn-box a {
  margin: 0 10px; }

.btn-video {
  height: 41px;
  width: 340px;
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase; }

a.order-btn {
  height: 41px;
  width: 382px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #880032;
  color: #fff;
  font-weight: 900;
  font-family: GillSans;
  text-decoration: none; }

a.order-btn:hover {
  box-shadow: inset 0px 1px 20px 5px rgba(0, 0, 0, 0.45); }

a.btn-video:before {
  content: "";
  height: 21px;
  width: 26px;
  background: url(../img/landing/play-button.png) no-repeat center;
  background-size: contain;
  padding-right: 20px;
  margin-left: -20px; }

.order-container {
  height: 195px;
  width: 100%;
  background-image: url(../img/landing/order-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  justify-content: flex-end;
  margin: 20px 0; }

.sm-text__title h2 {
  font-size: 28px;
    line-height: normal;    
    font-weight: 900;
  color: #880032;
   margin-top: 17px;
   margin-bottom: 22px;
   }

.sm-text__title .sm-text__text-container {
  margin: 0 0 22px 0;
  font-size: 18px;
  line-height: 26px; }

.swiper-product {
  display: none; }



@media (max-width: 1440px) {
  .banner-top .text-container { max-width: 75%; padding: 50px 10px 10px 10px; }  
  input#footer-email {
    width: 70%;
    max-width: 280px;
    font-size: 13px; } }

@media (max-width: 1024px) {
  #video-popup iframe {
    width: 90%;
  }
  header {
    position: relative;
    background-image: none;
    background-color: #fff;

    padding: 20px 0;
    margin: 0; }
  .section-wrapper,
  .wrapper {
    padding: 0 30px; }
  .adop-img > img {
    width: 100%; }
  section.banner-top {
    padding-top: 180px;
    padding-bottom: 0;
    background: none; }
    section.banner-top h1 {
      font-size: 54px; }
  .left-box {
    width: 100%; }
  #menu-burger {
    right: 50px; }
    .sm-text {
      margin-top: 40px;
    }
    .sm-text__title h2 {
      text-align: center;
    }
    .sm-text__title .sm-text__text-container {
      text-align: center;
      margin-bottom: 0;
    }
    .btn-video {
      margin: 0 auto;
      margin-top: 10px;
    }
  header .wrapper .right-box {
    display: none; }
  .banner-top > .wrapper {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .banner-top .text-container {
    max-width: 100%;
    /*background-color: #8d3351;*/
    border-radius: 0;
    margin-top: 0;
    padding: 15px 20px 10px;
  }
  .adop-img {
    display: flex;
    align-items: center; }
  .banner-top .text-container .banner-list {
    margin: 40px auto 40px 74px; }
  .order-container .img-container {
    margin: 25px 0 0 0; }
  section.benefits > .wrapper {
    flex-direction: column; }
    .benefits > .wrapper {
      flex-direction: row !important;
    }
  .benefits > .wrapper > div {
    /*margin: 0 auto;*/
    width: 100%; }
  .features {
    padding-left: 0; }
  .xs-img-container {
    justify-content: center;
  }
  .lg-img {
    text-align: center;
  }
  .price-container {
    justify-content: center;
  }
  .benefits .btn-box {
    justify-content: center;
  }
  .order-container {
    height: auto;
    background-position: center;
    background-size: cover; }
  .product-slider {
    margin-bottom: 40px; }
  .order-container a.order-btn {
    margin: 0 0 30px 0;
    /* background-size: contain; */ }
  .toolbox {
    display: none; }
  .review-container-box .review-item.with-gutter:not(:last-of-type) {
    border-bottom: 1px solid #c7c9cb;
  }
  .review-item.with-gutter {
    position: relative;
    margin-top: 30px; }
  .review-content .toolbox-star-container {
    position: absolute;
    left: 0;
    top: 50px; }
  .features-title {
    text-align: center; }
  .features-reviews {
    justify-content: center; }
    .footer-form form {
      flex-direction: column;
      align-items: center;
    }
  input#footer-email {
    width: 100%;
    max-width: 280px;
    font-size: 15px; }
  button.btn-footer {
    width: 100%;
    max-width: 280px;
    margin: 10px 0 0 0;
    /* width: 88%; */ }
  footer .flex-column {
    padding: 0 5px; } 
  #mc-embedded-subscribe {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .section-wrapper,
  .wrapper {
    padding: 0 10px;
    
  }
  #video-popup iframe {
    width: 90%;
    height: 50%;
  }
  header .wrapper .left-box .logo {
    margin: 0; }
  #menu-burger {
    right: 20px; 
    top: 7px;
  }
  .banner-top > .wrapper {
    padding: 0; }
  .medium-text .medium-title {
    margin: 35px auto 70px; }
  .medium-text .text-container:last-child {
    margin-bottom: 85px; }
  .swiper-product {
    display: block; }
  .swiper-product.swiper-container-initialized.swiper-container-horizontal.swiper-container-android {
    overflow: hidden; }
  .swiper-product-pagination.swiper-pagination-bullets {
    text-align: center;
    margin: 30px 0;
    /*margin-top: -30px;*/
     }
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #880032; }
    .benefits > .wrapper {
      flex-direction: column !important;
    }
  .price-container {
    justify-content: center; }
  .benefits .btn-box {
    justify-content: center;
  }
  .product-slider {
    display: none; }
    .mobile-play i{
      font-size: 95px;
      text-shadow: 0px 1px 7px #000;
    }

  .order-container h2.order-container__title {
    font-size: 28px;
    padding: 0 10px; }
  .order-container > .flex-column {
    width: 100%; }
  .order-container .img-container {
    margin: 400px 0 0 0; }
  section.sm-text > .wrapper {
    padding: 0; }
  .order-container {
    background-image: url(../img/landing/order-bg-adop.png); }
  a.order-btn {
    width: calc(100% - 50px); }
  a.btn-video {
    display: none; }
  p.about-author-txt img {
    width: 100%;
    margin: 0;
    margin-bottom: 40px; }
  .review-item.with-gutter {
    flex-direction: column; }
  .review-content {
    margin-top: 55px; }
  .sm-text__title {
    padding: 0 10px; }
  .reviews-see-all {
    display: none; }
    .sticky-footer {
      height: 130px;
    }
  .sticky-wrap {
    flex-direction: column;
    height: auto; }
  .sticky-wrap form {
    /*width: 60%;*/
    margin-top: 5px;
    /*flex-direction: column;*/
    margin-left: auto;
    margin-right: auto;
  }
  #sticky-email {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
  .btn.sticky-confirm {
    width: 100%;
    margin: 0;
  }
  .flex-row.lg-row {
    flex-direction: column; }
  .footer-form {
    display: none; }
  .flex-row.lg-row .text-container {
    margin: 30px 0; }
  footer .flex-row.copyright {
    margin: 0; }
  footer.page-footer > .wrapper {
    padding: 0;

  }
  footer .flex-row.lg-row {
        padding-right: 5px;
    padding-left: 5px;
  }
  footer .flex-column {
    padding: 0; }
  nav.footer-nav {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 18px 0;
    justify-content: center; }
  nav.footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 30px; }
  footer .logo {
    align-self: center;
    text-align: center;
  }
  

  .btn.sticky-confirm {
    height: 30px; 
    padding: 0;
  }

  #mc-embedded-subscribe {
    margin-top: 0;
  }
}

@media (max-width: 629px) {
  .banner-top .text-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .btn-box {
    align-items: center;
    flex-direction: column; }
  .price-container > .flex-column > .flex-row {
    justify-content: space-evenly; }
  .price-container > .flex-column > .flex-row > div {
    width: 120px;
    margin: 0; }
  header > .wrapper {
    padding: 0;
    padding-left: 5px;
    padding-right: 5px; }
  .price-container {
    position: relative;
    justify-content: center; }
  .price-container .img-column {
    display: block;
    margin: 0; }
  .papervack {
    padding: 0 0 0 30px; }
  .btn-box a {
    margin: 0 0 15px; }
  .banner-top .text-container h1 {
    font-size: 38px;
    line-height: 38px; }
  .banner-top .text-container .tagline {
    margin: 0;
    font-size: 21px;
    line-height: 32px; }
  .banner-top .text-container .banner-list {
    font-size: 18px;
    margin: 20px 0 20px 20px; }
  .related-books .section-wrapper {
    padding: 0 0 0 2px; }
  .related-books .section-wrapper .section-title {
    padding: 0 0 0 10px; }
  .medium-text .medium-title {
    margin: 0 auto 25px;
    font-size: 36px;
    padding: 0 10px;
    line-height: 35px; }
  section.about-author {
    margin-bottom: 60px; }
  nav.footer-nav ul li {
    margin: 0px 23px; }
  .order-container h2.order-container__title {
    font-size: 20px; }
  .order-container a.order-btn {
          font-size: 19px;
          height: auto;
          padding: 10px 20px;
    
    } 
    .about-author-txt > img {
      margin-bottom: 20px;
    }
    .mobile-video-container {
      display: block;
    }
    a.order-btn {
      font-size: 20px;
    }
  }

/*# sourceMappingURL=main.css.map */



@media only screen and (min-width: 2000px) {
  header .wrapper .left-box .menu {
    position: absolute;
    z-index: 999999999;
  }
  #overlay-menu2.open {
    left: 50%;
    margin-left: -790px;
  }
  #menu-burger.open.burger-active {
    position: relative !important;
    left: 0;
    margin-top: -40px;
  }
}

@media only screen and (max-width: 767px) {
    .close-sticky-popup {
      position: absolute;
      right: 5px;
      top: 5px;
      width: 30px;
      height: 30px;
      z-index: 200;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzU3cHgiIGhlaWdodD0iMzU3cHgiIHZpZXdCb3g9IjAgMCAzNTcgMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTcgMzU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNsb3NlIj48cG9seWdvbiBwb2ludHM9IjM1NywzNS43IDMyMS4zLDAgMTc4LjUsMTQyLjggMzUuNywwIDAsMzUuNyAxNDIuOCwxNzguNSAwLDMyMS4zIDM1LjcsMzU3IDE3OC41LDIxNC4yIDMyMS4zLDM1NyAzNTcsMzIxLjMgMjE0LjIsMTc4LjUgIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) center center no-repeat;
          background-size: 20px auto;
      border: none;
      outline: none !important;
    }


}
@media only screen and (max-width: 450px) {
  /* CENTERED FOR MOBILES */
  section {
    text-align: center;
  }
  section.accordion-wrapper {
    text-align: left;
  }
  .review-content {
    margin-top: 15px;
  }
  .review-content .toolbox-star-container {
    position: static;
  }
  /* ------------ */

  nav.footer-nav ul li {
    margin: 0;
  }
  nav.footer-nav ul li:not(:last-child) {
    margin-right: 10px;
  }

  #overlay-menu2.open {
    max-height: 100%;
    width: 100%;
  }
  .lg-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 225px;
  }
  .lg-img img {
    /*width: 150px;
    height: auto;*/
    width: auto;
    height: 225px;
    max-width: 100%;

  }
  .yt-preview {
    width: 90% !important;
  }
  .features .features-reviews a {
    font-size: 18px;
  }
  span.star img {
    height: 20px;
    width: 20px;
  }
  .papervack {
    padding: 0;
    text-align: left;
    margin-bottom: 105px;
  }
  .img-column img{
    position: absolute;
    right: 9%;
    top: 7px;
    height: 160px;
    width: 125px;
  }
  .btn-box a {
    width: 88%;
    height: 70px;
  }
  .amazon img {
    width: 100%;
    height: 70px;
  }
  .medium-text .medium-title {
    font-size: 28px;
  }
  .medium-text .text-container {
    font-size: 18px;
  }
  .banner-top .text-container .banner-list .banner-list-item {
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-top: 15px;
    line-height: unset;
  }
  .banner-top .text-container .banner-list .banner-list-item img {
    margin-right: 15px;
  }
  .medium-text .text-container:last-child {
    margin-bottom: 35px;
  }
  .shoping_cart {
    margin-right: 0;
  }
  .shoping_cart:first-child {
    margin-right: 10px;
  }
  .benefits .btn-box {
    margin-top: 20px;
  }
  .sticky-footer {
    height: 160px;
  }
  .sticky-wrap {
    height: auto;
  }
  .sticky-items-wrap {
    flex-direction: column;
    text-align: center;
  }
  .sticky-text {
    margin: 0 0 10px 0;
  }
  .sticky-wrap form {
    width: 85%;
  }
  #video-popup iframe {
    width: 100%;
    height: 30%;
  }


  .sticky-footer.fixed .sticky-text .sticky-text-light {
      font-size: 14px;
      padding-top: 5px;
  }


  

}

@media only screen and (max-width: 320px) {
  #menu-burger {
    right: 10px;
  }
  #menu-burger .menu-icon,
  #menu-burger .menu-icon:before,
  #menu-burger .menu-icon:after {
    height: 5px;
    width: 50px;
  }
  .burger-active {
    left: 260px;
  }

  #overlay-menu2 nav a {
    font-size: 18px;
    line-height: 45px;
  }
  .shoping_cart{
    width: 133px;
  }
  .papervack {
    padding-left: 30px;
  }
  .btn-box a {
    width: 86%;
  }
}

.taptap-menu-button-wrapper {
  /*display: none;*/
}

.taptap-search-button-right {
  /*display: none;*/
}

.taptap-search-wrapper {
  /*display: none;*/
}

.taptap-logo-wrapper {
  /*display: none;*/
}

.taptap-logo {
  /*display: none*/
}

.sticky-letter-img img {
    width: 30px;
    height: auto;
}

@media screen and (max-width: 767px) {
  .sticky-letter-img img {
      margin-bottom: 10px;
  }

  .swiper-product .swiper-wrapper {
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .swiper-product .swiper-wrapper .swiper-slide {
    height: auto;
  }
}




/* =================================== */
/* =================================== */
/* Original footer layout */

.page-footer.original-version .wrapper {
    width: 100%;
    max-width: 1180px;
}
.page-footer.original-version .footer-left {
    float: left;
    width: 33%;
    text-align: left;
}
  .page-footer.original-version .footer-left .logo {
      margin-bottom: 15px;
  }
  .page-footer.original-version .footer-left p {
      font: 12px/1.3 "myriad-pro", sans-serif;
      margin: 0;
      color: rgb(104, 100, 101);
  }
.page-footer.original-version .footer-middle {
    float: left;
    width: 35%;
    margin-left: 3%;
    text-align: left;
}
.page-footer.original-version .footer-middle .footer-form form {
  justify-content: flex-start;
}

.page-footer.original-version .footer-right {
    float: right;
    width: 25%;
    margin-left: auto;
}



.page-footer.original-version .flex-row.lg-row {
    margin: 30px 0 40px 0;
    text-align: center;
}
.page-footer.original-version .footer-navigation {
    background: #880032;
    border-top: 1px solid #690127;
    text-align: center;
    padding: 23px 0 0;
    margin: 0 0 0;
}
.page-footer.original-version .footer-navigation li {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    margin: 0 27px;
}
.page-footer.original-version .footer-navigation a {
    color: #fff;
}
.page-footer.original-version .flex-row.copyright {
   margin-top: 0;
   padding: 29px 14px 13px;
    font-family: "myriad-pro", sans-serif;
}
.page-footer.original-version .flex-row.copyright p {
    font-family: "myriad-pro", sans-serif;
}
.page-footer.original-version #footer-social li a {
    display: block;
    width: 52px;
    height: 60px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background-image: url(../../images/social-icons.png);
    background-repeat: no-repeat;
}
.page-footer.original-version #footer-social li.twitter a {
    background-position: -64px 0;
}
.page-footer.original-version #footer-social li.pinterest a {
    background-position: -127px 0;
}
.page-footer.original-version #footer-social li.googleplus a {
    background-position: -189px 0;
}
.page-footer.original-version #footer-social {
    margin: 20px 0 0 -5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}
.page-footer.original-version #footer-social li {
    list-style-type: none;
    margin-right: 5px;
}
.page-footer.original-version .footer-middle .footer-title,
.page-footer.original-version .footer-right h3 {
    font: 18px/1.3 "myriad-pro", sans-serif;
    font-weight: normal;
    color: #880032;
    padding: 0;
    margin: 0;
}
.page-footer.original-version .footer-right h3 {
    color: #4d494b;
    text-align: left;
}
.page-footer.original-version .footer-middle p {
    font: 12px "myriad-pro", sans-serif;
    margin: 15px 0 0;
    color: #686465;
    padding-bottom: 15px;
}

.page-footer.original-version footer .flex-row.copyright {
    font-size: 12px;
}


.cart_totals a.go-back-link {
    background-color: #e1e1e1;
    color: #656466;
    padding: 11px 30px;
    display: block;
    text-align: center;
    text-decoration: none;
}
  .cart_totals a.go-back-link:hover {
      background-color: #e1e1e1;
  } 


@media only screen and (max-width: 1000px) {
    .page-footer.original-version .footer-left,
    .page-footer.original-version .footer-middle,
    .page-footer.original-version .footer-right {
        float: none;
        width: auto;
        margin: 15px 0 !important;
        text-align: center;
    }

    .page-footer.original-version .flex-row.lg-row {
        display: block;
    }

    .page-footer.original-version .logo {
        align-self: center;
        margin: 0 0 25px;
        text-align: center;
    }

    .page-footer.original-version .footer-left p {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .page-footer.original-version .footer-right {
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

    .page-footer.original-version .logo a img {
        max-width: 100%;
        width: 200px;
    }

    .page-footer.original-version nav.footer-nav {
        padding: 0;
        background: none;
        
    }
}

@media screen and (max-width: 767px) {
    .sticky-items-wrap {
      margin-bottom: 15px;
    }
}
@media screen and (max-width: 479px) {
    .page-footer.original-version nav.footer-nav ul {
        flex-direction: column;
    }
    .page-footer.original-version nav.footer-nav ul li {
        line-height: 1.45
    }
    .sticky-items-wrap {
      margin-bottom: 0;
    }

}

@media screen and ( max-width: 999px) {
    body.single-landing_page #header-bar #header-bar-content {
      display: none;
  }  
}