@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: 600px) {
  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: 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;
}

.custom-header-absolute,
header {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
  width: 100%;
  padding: 0 10px;
  z-index: 99;
}
@media (max-width: 600px) {
  .custom-header-absolute,
  header {
    padding: 0 5px;
  }
}

.custom-header-absolute {
  top: 40px;
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.d-flex {
  display: flex;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.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;
  }
  .cta-book img {
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cta-book {
    padding-inline: 20px;
  }
  .cta-book img {
    max-width: 100%;
    height: auto !important;
  }
}
.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);
}

.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,
#gform_2 .gfield_required {
  display: none;
}
#gform_1 input,
#gform_2 input {
  font-size: 20px;
  border-radius: 999px;
  height: 100% !important;
  line-height: 1.6;
}
#gform_1 input[type=email], #gform_1 input[type=text],
#gform_2 input[type=email],
#gform_2 input[type=text] {
  border: 2px solid var(--wp--preset--color--foreground-1);
}
@media (min-width: 640px) {
  #gform_1 .gform_fields,
  #gform_2 .gform_fields {
    row-gap: var(--wp--preset--spacing--40) !important;
  }
}
#gform_1 .gform_button,
#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;
}

#gform_1 input {
  padding: 8px 24px;
}
#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;
}
#gform_1 .gform_button {
  padding: 15px 24px;
}

#gform_2 input {
  padding: 5px 24px;
}
#gform_2 input[type=submit] {
  font-size: 14px;
}
#gform_2 .gform-field-label {
  display: none;
}
#gform_2 .gform-footer {
  margin-top: 12px !important;
}
#gform_2 .gform_button {
  padding: 5px 16px;
}

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

.author-card figure {
  margin: 0;
}

.hero-home .hero-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 942px;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 1400px) {
  .hero-home .hero-image {
    max-width: 65%;
  }
}
.hero-home .hero-left {
  z-index: 0;
}
.hero-home .has-quote-icon em:first-child {
  position: relative;
}
.hero-home .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-home .hero-right {
  z-index: 4;
}
.hero-home .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;
  }
}

.events-hero {
  display: flex;
  width: 100%;
  margin-top: auto;
  align-items: flex-end;
}
.events-hero > div {
  width: 100%;
}

.mission-hero {
  width: calc(100% + var(--wp--style--root--padding-right) * 2);
}

.is-image-rotated {
  transform: rotateZ(-3deg);
}
.is-image-rotated img {
  box-shadow: 0 5px 0 0 rgba(17, 15, 14, 0.05), 0 60px 90px 0 rgba(17, 15, 14, 0.1);
}

@media (max-width: 781px) {
  .newsletter-mobile-form {
    padding-left: var(--wp--preset--spacing--30) !important;
  }
  .newsletter-mobile-title {
    padding-left: var(--wp--preset--spacing--30);
    padding-right: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--40);
  }
  .mobile-no-border {
    border: 0;
  }
}
@media (min-width: 781px) {
  .column-nav:after {
    content: "";
    background: linear-gradient(90deg, #E7E3DD 30%, rgba(231, 227, 221, 0) 100%);
    width: 50px;
    height: 200%;
    position: absolute;
    right: -50px;
    top: -50%;
    z-index: 1;
  }
  .column-nav:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 300%;
    height: 200%;
    background-color: var(--wp--preset--color--background-4);
    transform: translateY(-50%);
  }
}
.safe-svg-cover .safe-svg-inside {
  display: flex;
}

.is-style-clickable-card {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.is-style-clickable-card a {
  position: relative;
  text-decoration: none;
}
.is-style-clickable-card a[href] {
  position: static;
  z-index: 4;
}
.is-style-clickable-card a[href]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
}

.wp-block-group.mt-auto {
  margin-top: auto;
}

.post-cat-title {
  font-style: italic;
}
.post-cat-title a {
  text-decoration: none !important;
}

.podcast-video-block {
  position: relative;
  top: -170px;
  margin-bottom: -170px;
}

.single-podcast-hero-title h1 {
  background: linear-gradient(170deg, var(--wp--preset--color--background-1) 25%, rgb(189, 222, 112) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.solid-dark-cover {
  position: relative;
  overflow: hidden;
}
.solid-dark-cover:after {
  background-color: var(--wp--preset--color--foreground-1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius--large, 20px);
  transition: opacity 1s ease;
  opacity: 0.75;
}
.solid-dark-cover > * {
  z-index: 3;
}

.shadow-green-cover,
.shadow-dark-cover {
  position: relative;
  transition: all 1s ease;
  box-shadow: inset 0px 0px 150px 0 rgba(183, 222, 95, 0);
}
@media (min-width: 980px) {
  .shadow-green-cover,
  .shadow-dark-cover {
    background-size: 100% !important;
  }
}
@media (min-width: 980px) {
  .shadow-green-cover:hover,
  .shadow-dark-cover:hover {
    background-size: 110% !important;
  }
}
.shadow-green-cover:hover:after,
.shadow-dark-cover:hover:after {
  opacity: 0.75;
}
.shadow-green-cover:hover,
.shadow-dark-cover:hover {
  transform: translate(0, -5px);
  box-shadow: inset 0px 0px 150px 0 rgba(183, 222, 95, 0.8);
}
.shadow-green-cover:after,
.shadow-dark-cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius--large, 20px);
  transition: opacity 1s ease;
  opacity: 1;
}
.shadow-green-cover > *,
.shadow-dark-cover > * {
  z-index: 3;
}

.shadow-green-cover:after {
  background: linear-gradient(204deg, rgba(176, 222, 102, 0) 38.3%, rgba(176, 222, 102, 0.3) 88.96%), linear-gradient(209deg, rgba(17, 15, 14, 0) 2.77%, #110F0E 88.88%) no-repeat, transparent;
}

.shadow-dark-cover:after {
  background: linear-gradient(180deg, rgba(17, 15, 14, 0) 15%, #110F0E 69%) no-repeat, transparent;
}

.zoom-in-hover {
  transition: transform 0.3s ease;
}
.zoom-in-hover:hover {
  transform: scale(1.05);
}

.logo-shadow {
  filter: drop-shadow(0 12.358px 23.765px rgba(0, 0, 0, 0.3));
}

@media (min-width: 1024px) {
  .slider-events {
    margin-left: -4rem !important;
  }
}
.column-nav {
  z-index: 9;
  position: relative;
}

/*body.wp-theme-dannymorel:not(.home) .show-homepage {
    display: none;
}*/
.promo-bar a {
  color: inherit !important;
}
@media (max-width: 600px) {
  .promo-bar .alignfull {
    border-radius: 20px !important;
    text-align: center;
    line-height: 1.2;
  }
}

.wp-block-accordion-item {
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) var(--wp--preset--spacing--30) 0;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle {
  padding: 0;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  position: relative;
  width: 38px !important;
  height: 38px !important;
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon:before {
  content: "";
  position: relative;
  width: 12px;
  height: 21px;
  mask-image: url(../../assets/images/chevron-right.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #110F0E;
}
.wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  transform: rotate(90deg);
}
.wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon:before {
  background-color: var(--wp--preset--color--primary);
}

.hero > *,
.hero-landing > * {
  padding-top: 60px;
}

.hero-boxes {
  position: relative;
  margin-top: -100px;
  z-index: 5;
}
@media (max-width: 991px) {
  .hero-boxes {
    margin-top: -250px;
  }
}
@media (max-width: 720px) {
  .hero-boxes {
    margin-top: -280px;
  }
}

.single-event .hero-boxes {
  margin-top: -120px !important;
}
@media (max-width: 991px) {
  .single-event .hero-boxes {
    margin-top: -50px !important;
  }
}
@media (max-width: 720px) {
  .single-event .hero-boxes {
    margin-top: -20px !important;
  }
}

.hero-box-single {
  box-shadow: 0 50px 80px 0 rgba(17, 15, 14, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.hero-box-single:hover {
  transform: scale(1.05);
  box-shadow: 0 50px 80px 0 rgba(17, 15, 14, 0.1);
}

.hero-event-single {
  position: relative;
  overflow: hidden;
}
.hero-event-single .hero-featured-image {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.hero-event-single .hero-featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-event-single .hero-featured-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%), linear-gradient(142deg, rgb(124, 228, 158) 0%, rgb(228, 219, 85) 100%);
  mix-blend-mode: multiply;
}
.hero-event-single .hero-featured-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  border-radius: 1815px;
  opacity: 0.5;
  background: linear-gradient(90deg, #7CE49E 0%, #E4DB55 100%), #110F0E;
  filter: blur(200px);
}
.hero-event-single .hero-event-content {
  z-index: 9;
  position: relative;
}

.event-item-features-vip {
  border: 5px solid rgba(79, 74, 69, 0.2);
  box-shadow: 0 50px 80px 0 rgba(17, 15, 14, 0.1);
}

body.single-event .event-content {
  position: relative;
  z-index: 9;
}

.event-single-newsletter {
  box-shadow: 0 50px 80px 0 rgba(17, 15, 14, 0.1);
}

body.admin-bar .show-homepage {
  margin-top: -0.5rem !important;
}
@media (max-width: 768px) {
  body.admin-bar .show-homepage {
    margin-top: 0.25rem !important;
  }
}
body.admin-bar .custom-header-absolute {
  top: 4rem !important;
}

@media (min-width: 991px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
/* neutralize the wp default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (max-width: 861px) {
  .nav-default {
    padding-left: var(--wp--preset--spacing--50) !important;
    padding-right: var(--wp--preset--spacing--50) !important;
    padding-top: var(--wp--preset--spacing--50) !important;
  }
}

@media (max-width: 768px) {
  .mobile-dark-overlay {
    position: relative;
  }
  .mobile-dark-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
  }
  .mobile-dark-overlay > * {
    z-index: 1;
    position: relative;
  }
  .mobile-min-h-500 {
    min-height: 500px !important;
  }
  .list-mobile-single-features {
    padding-left: 60px !important;
  }
  .hero-padding-top-mobile {
    padding-top: 80px !important;
  }
  .margin-mobile-big {
    margin-block-start: var(--wp--preset--spacing--80);
  }
}
.event-single-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.event-single-box-slide {
  position: relative;
  overflow: hidden;
}
.event-single-box-slide > * {
  z-index: 4;
  position: relative;
}

.program-single-box-slide {
  min-height: 650px;
}
@media (max-width: 800px) {
  .program-single-box-slide {
    min-height: 400px;
  }
}

.coaching-single-box-slide {
  min-height: 620px;
}
@media (max-width: 1200px) {
  .coaching-single-box-slide {
    min-height: 500px;
  }
}
@media (max-width: 960px) {
  .coaching-single-box-slide {
    min-height: auto;
  }
}

.column-justify-center {
  justify-content: center;
}

.logo-cta img {
  filter: drop-shadow(0 12.799px 24.614px rgba(0, 0, 0, 0.3));
}

.grow-on-scroll {
  transform: scale(0.9);
  transform-origin: top;
  will-change: transform;
  transition: width 0.3s ease;
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax-inner {
  position: absolute;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  max-width: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.parallax > *:not(.parallax-inner) {
  position: relative;
  z-index: 1;
}

@media (max-width: 1440px) {
  .testimonial-title-wrapper {
    padding-left: var(--wp--preset--spacing--30) !important;
  }
}
.the-one-logo-bg {
  background-position: 50% 104% !important;
  background-size: 102% !important;
}

.hero-the-one h1 > mark {
  background: linear-gradient(to bottom right, #7CE49E 0%, #E4DB55 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 960px) {
  div.wp-block-columns.break-960 {
    flex-wrap: wrap !important;
  }
  div.wp-block-columns.break-960 > div {
    flex-basis: 100% !important; /* Ensures they stack as single columns */
  }
  h1 > br, h2 > br, h3 > br, h4 > br, h5 > br, h6 > br {
    display: none;
  }
  .gform-theme--foundation .gform_fields {
    row-gap: 16px !important;
  }
}
