/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://worthymarketinggroup.com
 Description:  Child Theme for Divi
 Author:       Jayme Johnson
 Author URI:   https://worthymarketinggroup.com
 Template:     Divi
 Version:      1.0.0
*/
/*****Add any custom CSS below this line*****/
/* --------------------------------------

MoneyZen custom styles 

--------------------------------------- */
*:root {
  --primary-color: #000000;
  --accent-color: #D8A05C;
  --heading-font: 'Playfair Display', serif;
  --body-font: 'Open Sans', sans-serif;
}
/* --------------------------------------

Global

--------------------------------------- */
html body.page-template-page-moneyzen {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body.page-template-page-moneyzen {
  font-family: var(--body-font);
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--primary-color);
}
.page-template-page-moneyzen .container {
  max-width: 1320px;
}
.page-template-page-moneyzen h1, .page-template-page-moneyzen h2, .page-template-page-moneyzen h3, .page-template-page-moneyzen h4, .page-template-page-moneyzen h5, .page-template-page-moneyzen h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.4;
  margin-bottom: 1em;
  padding-bottom: 0;
}
.page-template-page-moneyzen h2 {
  font-size: 2.375rem;
}
.page-template-page-moneyzen p {
  margin-bottom: 1.3em;
  padding-bottom: 0;
}
.text-orange {
  color: var(--accent-color);
}
strong {
  font-weight: 700;
}
.page-template-page-moneyzen section, .page-template-page-congrats section {
  padding: 4rem 0 4rem;
}
.light-gray-bground {
  background-color: #F8F8F8;
}
.accent-color-bground {
  background-color: var(--accent-color);
}
/* ----- Link styling ----- */
.page-template-page-moneyzen a:link, .page-template-page-moneyzen a:visited {
  color: var(--accent-color);
  text-decoration: underline;
}
.page-template-page-moneyzen a:hover, .page-template-page-moneyzen a:active, .page-template-page-moneyzen a:focus {
  color: var(--primary-color);
  text-decoration: none;
  opacity: 0.9;
}
/* ----- Buttons ----- */
.page-template-page-moneyzen .large-accent-btn {
  color: #ffffff !important;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--accent-color);
  padding: 0.5em 1.2em;
  text-decoration: none !important;
  word-break: break-word;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: fit-content;
}
.page-template-page-moneyzen .large-accent-btn:hover {
  background: var(--primary-color);
  text-decoration: none;
}
.page-template-page-moneyzen .preorder-section .large-accent-btn:hover {
  color: var(--primary-color) !important;
  background: #fff;
  text-decoration: none;
}
/* ----- Responsive videos ----- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------

MoneyZen book sales page

--------------------------------------- */
/* ----- Header ----- */
.page-template-page-moneyzen header h1 {
  font-size: 2.375rem;
}
.page-template-page-moneyzen header p {
  font-size: 1.875rem;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.book-page-header-content {
  padding-top: 1.5em;
}
.book-page-header-content .book-image {
  position: relative;
}
.book-image img {
  width: 400px;
  height: auto;
}
.look-inside-button {
  position: absolute;
  top: 12%;
  left: 16%;
}
.look-inside-button img {
  width: 138px;
  height: auto;
}
.look-inside-button a:hover, .look-inside-button a:active, .look-inside-button a:focus, .look-inside-button a:visited {
  opacity: 1;
}
.wave-shape-header {
  background-image: url(images/header-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
  width: 100%;
  height: 120px;
}
/* ----- About section ----- */
.wave-shape-top {
  background-image: url(images/about-section-top.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
  width: 100%;
  height: 120px;
}
/* ----- Preorder section ----- */
.preorder-section h2 {
  color: #fff;
  margin-bottom: 0.3em;
}
/*.preorder-section p {
  text-transform: uppercase;
}*/
.col-inner {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-left: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
}
[data-ff-el="root"].ff-64529e022597edecbb9924cc .ff-64529e022597edecbb9924cc__form {
  padding: 1.5em !important;
}
.social-links svg {
  color: #fff;
  width: 60px;
  height: 60px;
  margin: 0 0.3em;
}
.social-links a svg, .social-links a svg:focus, .social-links a svg:visited {
  color: #fff;
}
.social-links a svg:hover {
  color: var(--accent-color);
  cursor: pointer;
}
.store-logos .stores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-top: 2.5em;
}
.store-logos .stores img {
  height: auto;
  max-width: 100px;
  max-height: 40px;
}
.bonus {
  margin-bottom: 6em;
}
.bonus:last-child {
  margin-bottom: 0;
}
.bonus-image {
  position: relative;
}
.bonus-image .number {
  position: absolute;
  top: -1.7em;
  left: -2em;
}
.bonus-listing {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.bonus-listing strong em {
  font-size: 2.875rem;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #fff;
  display: block;
  font-style: normal;
}
.text-underline {
  background-image: url(images/GoldLine.png);
  background-position: 107% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 0.5em;
  display: inline-block;
}
.indie-text {
  position: absolute;
  top: -45%;
  left: -5em;
}
.indie-text img {
  max-width: 130px !important;
  max-height: 74px !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
/* ----- Store logos ----- */
.stores {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-top: 2em;
}
.stores img {
  height: 40px;
  width: auto;
  margin-left: 0.6em;
  margin-right: 0.6em;
  margin-bottom: 0.5em;
}
/* ----- Praise section ----- */
.white-container {
  border: 1px solid #707070;
  background-color: #fff;
  padding: 4em 2em 2em;
  margin-top: -80px;
  box-sizing: border-box;
}
.white-container p {
  font-size: 18px;
}
.praise-slider .white-container h3 {
  font-size: 1.375rem;
  margin-bottom: 0.3em;
}
.praise-slider ul.splide__pagination {
  display: none !important;
}
.praise-slider .splide__arrow {
  background: none !important;
}
.praise-slider .splide__arrow--prev {
  left: -2.3em;
}
.praise-slider .splide__arrow--next {
  right: -2.3em;
}
/* ----- Reach out section ----- */
.contact-info {
  display: grid;
  grid-template-columns: 38% 1fr;
  text-align: left;
  grid-column-gap: 2.5em;
}
.contact-info p:nth-child(odd) {
  text-align: right;
}
/* ----- MoneyZen modal ----- */
.moneyzen-modal .modal-content {
  border-radius: 0 !important;
  background-color: #000;
}
.moneyzen-modal h1.modal-title {
  color: #fff;
}
.moneyzen-modal .modal-header {
  border-bottom: 0;
}
.moneyzen-modal .modal-body {
  padding: 0 !important;
}
button.btn-close-white {
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}
/* --------------------------------------

MoneyZen book thank you page

--------------------------------------- */
.landing-page {
  padding: 4em 0 6.5em;
}
.landing-page h1 {
  font-size: 3.75rem;
  margin-bottom: 0.5em;
}
.landing-page h2 {
  font-size: 2.5rem;
  margin-bottom: 1em;
}
.animated-gif {
  margin-top: -6em;
}
/* --------------------------------------

Media queries

--------------------------------------- */
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .praise-slider .white-container {
    padding: 5em 1em 1em;
  }
  .look-inside-button {
    left: 9%;
  }
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .look-inside-button {
    left: 2%;
  }
  .indie-text {
    left: -6em;
  }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .author-photo img {
    width: 300px;
  }
  .praise-slider .splide__arrow--prev {
    left: -2em;
  }
  .praise-slider .splide__arrow--next {
    right: -2em;
  }
  .book-image img {
    width: 400px;
    height: auto;
    margin-top: 2.5em;
  }
  .look-inside-button img {
    width: 138px;
    height: auto;
  }
  .col-inner {
    padding-left: 0;
    padding-right: 0;
    border-left: 0px solid var(--accent-color);
    border-right: 0px solid var(--accent-color);
  }
  .bonus {
    margin-bottom: 3em;
  }
  .bonus-image .number {
    left: -1em;
  }
  .look-inside-button {
    left: 18%;
  }
  .indie-text {
    left: -2em;
  }
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .page-template-page-moneyzen header h1, .page-template-page-moneyzen h2, .bonus-listing strong em, .landing-page h2 {
    font-size: 2rem;
  }
  .landing-page h1 {
    font-size: 2.3rem;
  }
  .page-template-page-moneyzen header p {
    font-size: 1.5rem;
  }
  .contact-info {
    display: block;
  }
  .contact-info p:nth-child(odd) {
    text-align: left;
  }
  .book-image img {
    width: 300px;
    height: auto;
  }
  .look-inside-button img {
    width: 138px;
    height: auto;
  }
  .wave-shape-header, .wave-shape-top {
    background-size: 100% 60px;
    height: 60px;
  }
  .social-links svg {
    width: 40px;
    height: 40px;
    margin: 0 0.6em;
  }
  .number img {
    width: 100px;
    height: auto;
  }
  .look-inside-button {
    left: 10%;
  }
  .indie-text {
    left: -3.5em;
  }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body.page-template-page-moneyzen {
    font-size: 18px;
  }
  .page-template-page-moneyzen .large-accent-btn {
    font-size: 1.3rem;
  }
  .stores img {
    height: 30px;
  }
  .author-photo img, .praise-photo img {
    width: 150px;
    height: auto;
  }
  .praise-slider .white-container {
    padding: 5em 1em 1em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .look-inside-button {
    left: 3%;
  }
  .indie-text {
    display: none;
  }
  .page-template-page-moneyzen .container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .ff-642b0f0a8775122e26ba324e {
    display: none !important;
  }
  .praise-slider .splide__arrow--prev {
    left: -0.5em;
  }
  .praise-slider .splide__arrow--next {
    right: -0.5em;
  }
}
@media (min-width:576px) {
  .page-template-page-moneyzen .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .page-template-page-moneyzen .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .page-template-page-moneyzen .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .page-template-page-moneyzen .container {
    max-width: 1140px
  }
}
@media (min-width:1400px) {
  .page-template-page-moneyzen .container {
    max-width: 1320px
  }
}