@charset "UTF-8";
/*
Theme Name: DannyMorel.com
Theme URI: https://8px.studio
Author: 8px.studio
Author URI: https://8px.studio
Description: A custom WordPress theme for DannyMorel.com
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 7.3
Version: 0.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: dannymorel
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, translation-ready, block-styles, template-editing, wide-blocks, global-styles
*/
/* Defaults
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

body {
  background-color: var(--wp--preset--color--background-3);
  padding: 10px;
}

@media (max-width: 768px) {
  body {
    padding: 5px;
  }
}

/* Adjust footer */
footer::before {
  clear: both;
  content: "";
  display: block;
}

header,
footer {
  margin-top: 0;
  margin-block-start: 0;
}

a,
button,
input:focus,
input[type=button],
input[type=submit],
textarea:focus,
.wp-element-button,
.wp-block-button__link {
  transition: all 0.3s ease-in-out;
}

/* Forms and Inputs */
input,
select,
textarea {
  background-color: var(--wp--preset--color--background-1);
  border: 1px solid var(--wp--preset--color--foreground-1);
  color: var(--wp--preset--color--foreground-1);
  font-family: var(--wp--preset--font-family--base);
  font-size: var(--wp--preset--font-size--small);
  font-weight: inherit;
  line-height: inherit;
  padding: 0.7rem clamp(1.5rem, 1.75vw, 3.5rem) 0.6rem clamp(1.5rem, 1.75vw, 3.5rem);
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--background-2);
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--foreground-3);
  font-size: var(--wp--preset--font-size--small);
}

/* Animations */
html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

html:not(.no-js) [data-aos=fade-right] {
  transform: translate3d(-30px, 0, 0);
}

html:not(.no-js) [data-aos=fade-left] {
  transform: translate3d(30px, 0, 0);
}

/* Utility Classes
--------------------------------------------- */
.has-balance-text-wrap {
  text-wrap: balance !important;
}

.has-overflow-y-auto {
  overflow-y: auto;
}

.has-min-width {
  min-width: var(--wp--style--global--wide-size);
}

.has-highlight-underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.has-highlight-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  border-radius: 5px;
  background-color: var(--wp--preset--color--primary);
  z-index: -1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

/* Hide Mobile / Desktop */
body .hide-desktop {
  display: none;
}

@media (max-width: 1300px) {
  body .hide-1300 {
    display: none;
  }
}
@media (max-width: 781px) {
  body .hide-desktop {
    display: initial;
  }
  body .hide-mobile {
    display: none;
  }
}
/* Single Post
--------------------------------------------- */
/* Hide featured image if empty */
.single-post-featured-image:empty {
  display: none;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

body.admin-bar header {
  top: 42px;
}

.d-none {
  display: none !important;
}

.entry-content {
  margin-top: 0;
}

footer {
  margin-left: -10px;
  margin-bottom: -10px !important;
  margin-right: -10px;
}
footer a {
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #CCCAC7 !important;
  text-decoration-thickness: 6.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
footer .wp-block-social-links a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hide-reviews {
  position: relative;
  max-height: 140vh;
  overflow: hidden;
}
.hide-reviews::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(231, 227, 221, 0) 0%, #E7E3DD 100%);
  z-index: 99;
  width: 100%;
  height: 330px;
}

.cta-book {
  position: relative;
  bottom: -50px;
}
@media (max-width: 1199px) {
  .cta-book {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .cta-book {
    padding-inline: 20px;
  }
}
.cta-book img {
  box-shadow: 22px 22px 44px 0 rgba(0, 0, 0, 0.15), 44px 44px 102px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .cta-book img {
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cta-book img {
    max-width: 100%;
    height: auto !important;
  }
}

.home-book {
  transform: rotateZ(-6deg);
}
.home-book img {
  box-shadow: 13px 13px 26px 0 rgba(0, 0, 0, 0.15), 26px 26px 62px 0 rgba(0, 0, 0, 0.15);
}

.cta-book-2 {
  transform: rotateZ(-3deg);
}
.cta-book-2 img {
  box-shadow: 13px 13px 26px 0 rgba(0, 0, 0, 0.15), 26px 26px 62px 0 rgba(0, 0, 0, 0.15);
}

.no-underline,
.no-underline a {
  text-decoration: none !important;
}

#gform_1 .gfield_required {
  display: none;
}
#gform_1 input {
  font-size: 20px;
  border-radius: 999px;
  height: 100% !important;
  padding: 8px 24px;
  line-height: 1.6;
}
#gform_1 input[type=email], #gform_1 input[type=text] {
  border: 2px solid var(--wp--preset--color--foreground-1);
}
#gform_1 .gform-field-label {
  margin-bottom: 4px !important;
  font-size: var(--wp--preset--font-size--x-small);
  color: var(--wp--preset--color--foreground-4);
}
#gform_1 .gform-footer {
  margin-top: 32px !important;
}
@media (min-width: 640px) {
  #gform_1 .gform_fields {
    row-gap: var(--wp--preset--spacing--40) !important;
  }
}
#gform_1 .gform_button {
  background: linear-gradient(90deg, var(--color--mint, #7CE49E) 0%, var(--color--yellow, #E4D92E) 100%);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--wp--preset--color--foreground-1);
  font-weight: 700;
  padding: 15px 24px;
  width: 100%;
}

#gform_2 .gfield_required {
  display: none;
}
#gform_2 input {
  font-size: 20px;
  border-radius: 999px;
  height: 100% !important;
  padding: 5px 24px;
  line-height: 1.6;
}
#gform_2 input[type=submit] {
  font-size: 14px;
}
#gform_2 input[type=email], #gform_2 input[type=text] {
  border: 2px solid var(--wp--preset--color--foreground-1);
}
#gform_2 .gform-field-label {
  display: none;
}
#gform_2 .gform-footer {
  margin-top: 12px !important;
}
@media (min-width: 640px) {
  #gform_2 .gform_fields {
    row-gap: var(--wp--preset--spacing--40) !important;
  }
}
#gform_2 .gform_button {
  background: linear-gradient(90deg, var(--color--mint, #7CE49E) 0%, var(--color--yellow, #E4D92E) 100%);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--wp--preset--color--foreground-1);
  font-weight: 700;
  padding: 5px 16px;
}

@media (max-width: 1199px) {
  .img-fluid-mobile {
    width: 100%;
    height: auto;
  }
  .wrap-1199 {
    flex-wrap: wrap !important;
  }
  .wrap-1199 .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (max-width: 991px) {
  .mobile-w-100 {
    max-width: 100%;
    width: 100%;
  }
  .mobile-w-100 > * {
    max-width: 100%;
  }
}
.author-card {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--30);
}

.author-card figure {
  margin: 0;
}

.hero {
  position: relative;
  height: 100%;
  margin-top: auto;
  display: flex;
}
.hero .hero-inner {
  margin-top: auto;
  height: 100%;
  width: 100%;
}
.hero .hero-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 942px;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 1530px) {
  .hero .hero-image {
    max-width: 70%;
  }
}
.hero .hero-left {
  z-index: 0;
}
.hero .has-quote-icon em:first-child {
  position: relative;
}
.hero .has-quote-icon em:first-child:before {
  content: "“";
  position: absolute;
  left: -25px;
  top: -10px;
  color: #FFF;
  text-align: right;
  text-shadow: 0.7px 0.7px 0 rgba(0, 0, 0, 0.3);
  font-family: var(--font-family--accent, "Bethany Elingston");
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}
.hero .hero-right {
  z-index: 4;
}
.hero .hero-right h2 > mark {
  background: linear-gradient(to bottom right, #7CE49E 0%, #E4DB55 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-block-social-links .wp-social-link svg {
  width: 0.75em;
  height: 0.75em;
}

.has-foreground-1-background-color.hover-btn-foreground-2 {
  transition: background 0.3s ease, transform 0.3s ease;
}
.has-foreground-1-background-color.hover-btn-foreground-2:hover {
  background-color: var(--wp--preset--color--foreground-2) !important;
  transform: translate(0, -2px);
}

.is-video-wrapper video {
  border-radius: 20px;
}

.text-load span {
  transition: color 0.3s ease;
}
.text-load span.colored {
  color: var(--wp--preset--color--foreground-1);
}

@media (max-width: 1240px) {
  .numbers-single {
    padding-left: 0 !important;
    border-right: 0 !important;
    margin-top: 1rem !important;
  }
}

@media (max-width: 600px) {
  .wp-block-navigation-item__content {
    color: var(--wp--preset--color--foreground-1) !important;
  }
  .wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--primary) !important;
  }
}
@media (max-width: 600px) {
  ul.wp-block-navigation-submenu {
    padding-top: 0 !important;
  }
}
ul.wp-block-navigation-submenu li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--background-4) !important;
}
@media (max-width: 600px) {
  ul.wp-block-navigation-submenu li:not(:last-child) {
    border: 0 !important;
  }
}
ul.wp-block-navigation-submenu .wp-block-navigation-item__content {
  color: var(--wp--preset--color--foreground-1) !important;
  padding: var(--wp--preset--spacing--20) !important;
}
ul.wp-block-navigation-submenu .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--primary) !important;
}
@media (max-width: 600px) {
  ul.wp-block-navigation-submenu .wp-block-navigation-item__content {
    padding: 8px !important;
  }
}
