@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
  font-family: 'Athletics Black';
  font-weight: 900;
  font-style: normal;
  src: url('/wp-content/themes/tailwind/fonts/Athletics-Black.woff2')
    format('woff2');
}

@font-face {
  font-family: 'Athletics Black';
  font-weight: 900;
  font-style: normal;
  src: url('https://mydaymaker.eggsmedia.dev/wp-content/themes/tailwind/fonts/Athletics-Black.woff2')
    format('woff2');
}

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: 'Figtree', ui-sans-serif, system-ui, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

select,
option {
  font-family: 'Figtree', ui-sans-serif, system-ui, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 400;
  -moz-appearance: none; /* Added for Mozilla compatibility */
  appearance: none; /* Ensures consistent styling across browsers */
}

body {
  margin: 0; /* 1 */
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  line-height: 1.5 !important;
  font-weight: 400;
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Figtree', sans-serif;
  font-weight: 500 !important;
  color: #000;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
  cursor: poFigtree;
}

/*
Make sure disabled buttons don't get the poFigtree cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root {
  --containerPadding: 100px;
  --primary: #6b559e;
  --secondary: #677b3c;
  --gray: #f8f8f8;
  --darkGray: #393939;
  --pink: #ffa7dc;
}

html {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: var(--containerPadding) !important;
  padding-right: var(--containerPadding) !important;
}

@media screen and (max-width: 1600px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 990px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --containerPadding: 25px;
  }
}

/* article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
} */

.bg-black {
  background-color: #000000;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 767px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media screen and (min-width: 783px) {
  .adminFixedHeader {
    top: 32px !important;
  }
}
@media screen and (max-width: 783px) {
  .adminFixedHeader {
    top: 46px !important;
  }
}
@media screen and (max-width: 1200px) {
  .navBase {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 400px;
    align-items: center;
    padding: 0 25px;
    opacity: 1;
    --tw-bg-opacity: 1;
    background-color: #333;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    z-index: 9999;
  }

  .navHandler {
    visibility: hidden;
    right: -350px;
    opacity: 0;
  }
}
.baseTransition {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.baseH1 {
  font-size: 60px;
  line-height: 70px;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1600px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 767px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.entry-content h1,
.block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2,
.block-editor-block-list__layout h2 {
  font-size: 1.25rem;
}
.entry-content h3,
.block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout
  ul:not(.block-editor-block-variation-picker__variations)
  li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

/* CUSTOM CSS */
/* 
ul#menu-main-menu a {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

ul#menu-main-menu a:hover {
  opacity: 70%;
}

ul#menu-main-menu li:last-child a {
  padding: 10px 35px;
  background: var(--primary);
  color: #fff;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul#menu-main-menu li {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul#menu-main-menu {
  background: #ffffff;
} */

@media screen and (min-width: 1200px) {
  ul.sub-menu {
    box-shadow: 0 0 5px #00000047;
  }
  ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 90px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    padding: 15px 25px;
  }

  ul.sub-menu li {
    padding: 0;
    margin: 0 0 8px 0;
  }

  ul.sub-menu li:last-child {
    padding: 0;
    margin: 0;
  }

  ul#menu-main-menu > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.baseH1,
.editor h1 {
  font-size: 85px;
  line-height: 1.05;
}

.editorWhite > * {
  color: #fff;
}

.baseH2,
.editor h2 {
  font-size: 40px;
  line-height: 1.05;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-bottom: 1.25rem;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.editor h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}

.editorWhite h1,
.editorWhite h2,
.editorWhite h3,
.editorWhite h4,
.editorWhite h5,
.editorWhite h6 {
  color: #fff;
}

/* .slick-dots {
  position: absolute;
  bottom: 5rem;
  left: 0;
  display: flex;
  gap: 10px;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 1px;
  padding: 0px;
  cursor: poFigtree;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50px;
  opacity: 50%;
  transition: all 0.5s ease-in-out;
}

.slick-dots li.slick-active button {
  opacity: 100%;
} */

ul.slick-dots > li {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

ul.slick-dots > li:not(.slick-active) .line {
  width: 0% !important;
}

ul.slick-dots > li.slick-active {
  visibility: visible;
  opacity: 1;
  position: unset;
}

.editor p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.editor strong {
  font-weight: 600;
}

.editor table:not(:last-child) {
  margin-bottom: 1.25rem;
}

.editor a {
  transition: all 0.3s ease-in-out;
  color: var(--primary);
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.editor a::after {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: var(--primary);
}

.editor a:hover::after {
  width: 100%;
}

.baseLinkWhite {
  transition: all 0.3s ease-in-out;
  color: #fff;
  position: relative;
  display: inline-block;
}

.baseLinkWhite::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.baseLinkWhite:hover::after {
  width: 0%;
}

.baseLinkWhite:hover {
  opacity: 70%;
}

.editor h2 {
  margin-bottom: 1.25rem;
}

.baseGradientLink {
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}

.baseGradientLink::after {
  content: '';
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.baseGradientLink:hover::after {
  width: 0;
}

.strokeText {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--primary);
  -webkit-text-fill-color: transparent;
}

.quform-edit-form {
  display: none;
}

ul#menu-main-menu > li.menu-item-has-children > a::after {
  content: '>';
  width: 18px;
  height: 18px;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -21px;
  top: 1px;
  display: block;
}

ul#menu-main-menu > li a {
  position: relative;
}

.baseTransition1000 {
  transition: all 1s ease-out;
}

.linkPrimary {
  position: relative;
}

.linkPrimary::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--primary);
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.linkPrimary:hover::after {
  width: 0;
}

.editor ul:not(:last-child) {
  margin-bottom: 1.25rem;
}

.editor ul li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
}

.editor ul li::before {
  content: '';
  background: transparent;
  background-size: contain;
  height: 1px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(1px);
  background: var(--primary);
  position: absolute;
  left: -25px;
  transform: translateY(12px);
}

.editor ul {
  padding-left: 25px;
}

.editor ul ul {
  padding-left: 25px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.editor > ul li::before {
  content: '';
  width: 10px;
  height: 1px;
  background: var(--primary);
  display: inline-block;
  margin-right: 10px;
  transform: translateY(12px);
}

.editor > ul ul li::before {
  content: '';
  width: 10px;
  height: 1px;
  background: var(--primary);
  display: inline-block;
  margin-right: 10px;
  opacity: 50%;
  transform: translateY(12px);
}

.editorSinglePost img {
  width: auto;
  height: auto;
  margin-bottom: 1.25rem;
}

/* .editorSinglePost iframe {
  margin: 0 auto 1.25rem auto;
} */

.editorSinglePost hr {
  margin-bottom: 1.25rem;
}

.editorSinglePost h1,
.editorSinglePost h2,
.editorSinglePost h3,
.editorSinglePost h4,
.editorSinglePost h5,
.editorSinglePost h6 {
  text-transform: uppercase;
}

.hoverLinkUnderline {
  position: relative;
  display: inline-block;
}

.hoverLinkUnderline::after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.hoverLinkUnderline:hover::after {
  width: 100%;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: poFigtree;
}
.video:after {
  content: '';
  position: absolute;
  display: block;
  top: 45%;
  left: 45%;
  width: 46px;
  height: 36px;
  z-index: 30;
  cursor: poFigtree;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* image poster clicked, player class added using js */
.video.player img {
  display: none;
}
.video.player:after {
  display: none;
}

.editorSinglePost h1 {
  font-size: 52px;
  margin-bottom: 1rem;
  line-height: 1.05;
}

.editorSinglePost h2 {
  font-size: 42px;
  margin-bottom: 1rem;
  line-height: 1.05;
}

.editor ol,
.editorSinglePost ol {
  padding-left: 30px;
  margin-bottom: 1.25rem;
  list-style: decimal;
}

.editor ol li,
.editorSinglePost ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0.5rem;
}

.editor ol ol,
.editorSinglePost ol ol {
  margin-top: 0.5rem;
}

.editorMedia h2 {
  font-size: 32px;
  line-height: 1.05;
}

.underlineWhite a {
  position: relative;
  display: inline-block;
}

.underlineWhite a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
}

.underlineWhite a:hover::after {
  width: 0%;
}

.whiteUnderlineMenuLink a {
  position: relative;
  display: inline-block;
}

.whiteUnderlineMenuLink a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
}

.whiteUnderlineMenuLink a:hover::after {
  width: 100%;
}

img.custom-logo {
  max-width: 125px;
}

.btn,
.swpm-submit {
  padding: 20px 40px;
  font-size: 25px;
  font-weight: 500;
  border-style: solid;
  border-width: 2px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  font-family: 'Athletics Black', sans-serif !important;
}

.btn-pink {
  background: #fff;
  color: #ffa7dc;
  border-color: #ffa7dc;
  box-shadow: -7px 7px 0px 0px #ffa7dc;
}

.btn-pink:hover {
  background: #ffa7dc;
  color: #fff;
  border-color: #fff;
}

.btn-pink-full {
  background: #ffa7dc;
  color: #fff;
  border-color: var(--primary);
  box-shadow: -7px 7px 0px 0px var(--primary);
}

.btn-pink-full:hover {
  background: var(--primary);
  color: #fff;
  border-color: #fff;
}

.btn-pink-small,
.swpm-submit {
  padding: 0.45em 1em;
  line-height: 1;
  background: #ffa7dc;
  color: #fff;
  border-color: var(--primary);
  box-shadow: -7px 7px 0px 0px var(--primary);
  width: 150px;
  font-size: 21px;
  border-radius: 8px;
  border-width: 2px;
}

.btn-pink-small:hover,
.swpm-submit:hover {
  background: #fff;
  color: var(--primary);
  border-color: var(--primary);
}

.font-secondary {
  font-family: 'Athletics Black', sans-serif !important;
}

form#swpm-registration-form {
  margin-top: 16rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 15px 10px #f1f1f1;
  padding: 2.5rem;
}

/* form#swpm-login-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  background-color: var(--primary);
  border-radius: 15px;
} */

form#swpm-login-form > *,
form#swpm-pw-reset-form > * {
  color: #fff;
}

form#swpm-login-form input,
form#swpm-pw-reset-form input {
  color: #000 !important;
}

form#swpm-login-form input.swpm-login-form-submit.swpm-submit-btn-default-style,
form#swpm-pw-reset-form
  input.swpm-pw-reset-submit.swpm-submit-btn-default-style {
  padding: 0.45em 1em;
  font-size: 21px !important;
  border-radius: 8px;
  border-width: 2px;
  font-weight: 500;
  border-style: solid;
  transition: all 0.3s ease-in-out;
  font-family: 'Athletics Black', sans-serif !important;
  margin: 15px 0;
  color: var(--primary) !important;
}

form#swpm-login-form input.swpm-login-form-submit.swpm-submit-btn-default-style,
form#swpm-pw-reset-form
  input.swpm-pw-reset-submit.swpm-submit-btn-default-style {
  background: #fff;
  color: var(--primary) !important;
  border-color: #ffa7dc;
  box-shadow: -7px 7px 0px 0px #ffa7dc;
}

form#swpm-login-form
  input.swpm-login-form-submit.swpm-submit-btn-default-style:hover,
form#swpm-pw-reset-form
  input.swpm-pw-reset-submit.swpm-submit-btn-default-style:hover {
  background: #ffa7dc;
  color: #fff !important;
  border-color: #fff;
}

.swpm-payment-button {
  margin: auto;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-content: center;
}

a#forgot_pass:hover,
a#register:hover {
  transition: all 0.3s ease-in-out;
}

a#forgot_pass:hover,
a#register:hover {
  color: #f6cb58;
}

.swpm-text-field,
.swpm-form-field {
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 18px;
  line-height: 1;
}

.formEditor p {
  margin-bottom: 1.25rem;
  font-size: 22px;
  color: #6b559d;
  font-weight: 600;
}

.formEditor p strong {
  font-weight: 600;
  color: #64baad;
}

.stepContainer,
.stepContainer * {
  transition: opacity 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.stepActive,
.stepActive * {
  visibility: visible;
  opacity: 1;
  position: unset;
}

.input-field {
  min-block-size: 7.2rem;
  border: 1px solid #333;
  font-size: 18px;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  overflow: hidden;
}

.input-field:focus {
  border-color: #ffa7dc;
  outline: none;
}

.finishButton,
.backToDashboardButton,
.formNavigation {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  inset: 0;
}

.finishButton {
  transition: opacity 2s ease-in-out;
}

.finishButton.active {
  position: absolute;
  visibility: visible;
  opacity: 1;
  display: grid;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 7vh;
}

.activeButtons {
  visibility: visible;
  position: unset;
  opacity: 1;
}

#clickImageTree,
#finishDayImageTree {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 1;
  height: 91vh;
  transition: opacity 2s ease-in-out;
}

#to-image-tree {
  height: 91vh;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

#to-image-tree.active {
  visibility: visible;
  opacity: 1;
}

.swpm-edit-profile-form input[type='text'],
.swpm-edit-profile-form input[type='password'] {
  width: 100%;
  position: relative;
}

.swpm-form-row.swpm-membership-level-row {
  display: none;
}

.stepContainer {
  padding: 0 0.68rem;
  height: 100%;
}

#myDayForm {
  height: calc(100vh - 84px);
  width: calc(100vh - 100px);
}

#myDayFormContainer {
  width: calc(100vh - 100px);
}

form#swpm-profile-form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}

form#swpm-profile-form > div > div:nth-child(1) {
  order: 1;
  grid-column: span 2;
}

form#swpm-profile-form > div > div:nth-child(2) {
  order: 2;
}

form#swpm-profile-form > div > div:nth-child(3) {
  order: 6;
}

form#swpm-profile-form > div > div:nth-child(4) {
  order: 7;
}

form#swpm-profile-form > div > div:nth-child(5) {
  order: 4;
}

form#swpm-profile-form > div > div:nth-child(6) {
  order: 5;
}

form#swpm-profile-form > div > div:nth-child(7) {
  order: 3;
}

form#swpm-profile-form > div > div:nth-child(8) {
  order: 8;
}

form#swpm-profile-form > div > div:nth-child(9) {
  order: 9;
}

form#swpm-profile-form > div > div:nth-child(10) {
  order: 10;
}

form#swpm-profile-form > div > div:nth-child(11) {
  order: 11;
}

form#swpm-profile-form > div > div:nth-child(12) {
  order: 12;
}

form#swpm-profile-form > div > div:nth-child(13) {
  order: 13;
}

#videoContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

#videoFirstStep {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top;
  width: 100%;
}

button#prevStep,
button#nextStep,
button#finishDayButton {
  font-size: 26px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border-width: 1px !important;
  min-width: 140px !important;
  width: auto !important;
}

.swpm-form-row.swpm-submit-section.swpm-edit-profile-submit-section {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr !important;
}

@media screen and (min-height: 1200px) {
  button#prevStep,
  button#nextStep,
  button#finishDayButton {
    font-size: 32px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-width: 1px !important;
    min-width: 160px !important;
    width: auto !important;
  }
}

@media screen and (min-height: 1000px) {
  .formEditor p {
    font-size: 26px;
  }
}

@media screen and (max-height: 850px) {
  .formEditor p {
    font-size: 20px;
  }

  button#prevStep,
  button#nextStep,
  button#finishDayButton {
    font-size: 20px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-width: 1px !important;
    min-width: 120px !important;
    width: auto !important;
  }

  .svg-heading img {
    max-width: 350px;
    margin: auto;
  }
}

@media screen and (max-height: 800px) {
  .formEditor p {
    font-size: 19px;
  }

  button#prevStep,
  button#nextStep,
  button#finishDayButton {
    font-size: 19px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-width: 1px !important;
    min-width: 120px !important;
    width: auto !important;
  }

  .svg-heading img {
    max-width: 350px;
    margin: auto;
  }

  .input-field {
    min-block-size: 6.2rem;
    font-size: 16px;
  }

  #myDayFormContainer label.font-secondary.mb-2.block {
    font-size: 20px !important;
  }

  .stepContainer label img {
    scale: 1.3;
  }
}

.stepContainer:not(.stepActive) {
  height: 0;
  width: 0;
  overflow: hidden;
}

@media screen and (max-height: 750px) {
  .formEditor p {
    font-size: 18px;
  }

  button#prevStep,
  button#nextStep,
  button#finishDayButton {
    font-size: 18px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-width: 1px !important;
    min-width: 120px !important;
    width: auto !important;
  }

  .svg-heading img {
    max-width: 330px;
    margin: auto;
  }

  .input-field {
    min-block-size: 6.2rem;
    font-size: 16px;
  }

  #myDayFormContainer label.font-secondary.mb-2.block {
    font-size: 20px !important;
  }

  .stepContainer label img {
    scale: 1.3;
  }
}

@media screen and (max-height: 720px) {
  .formEditor p {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  button#prevStep,
  button#nextStep,
  button#finishDayButton {
    font-size: 16px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-width: 1px !important;
    min-width: 120px !important;
    width: auto !important;
  }

  .svg-heading img {
    max-width: 200px;
    margin: auto;
  }

  .input-field {
    min-block-size: 5rem;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .input-field::placeholder {
    font-size: 16px;
  }

  #myDayFormContainer label.font-secondary.mb-2.block {
    font-size: 16px !important;
  }

  .stepContainer label img {
    scale: 1.2;
  }
}

@media screen and (max-width: 990px) {
  .finishButton.active {
    padding-bottom: 11vh;
  }

  #clickImageTree,
  #finishDayImageTree {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    pointer-events: none;
    opacity: 1;
    height: 91vh;
    transition: opacity 2s ease-in-out;
  }

  #to-image-tree {
    height: 91vh;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }
  #myDayForm {
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: 650px;
    max-height: calc(100vh - 100px);
  }

  #myDayFormContainer {
    width: 100%;
    height: calc(100vh - 10px);
    overflow: hidden !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .stepContainer {
    height: auto;
  }

  .stepContainer:not(.stepActive) {
    height: 0;
    width: 0;
    overflow: hidden;
  }

  .activeButtons {
    padding-bottom: 50px !important;
  }

  .input-field {
    min-block-size: 6.2rem;
    font-size: 16px;
  }

  #myDayFormContainer label.font-secondary.mb-2.block {
    font-size: 20px !important;
  }

  #myDayFormContainer {
    width: 100%;
  }

  #myDayForm {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .formEditor p {
    font-size: 16px;
  }

  button#prevStep,
  button#nextStep,
  button#finishDayButton {
    font-size: 18px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-width: 1px !important;
    min-width: 120px !important;
    width: auto !important;
  }

  .svg-heading img {
    max-width: 300px;
    margin: auto;
  }

  .stepContainer label img {
    scale: 1.3;
  }

  .btn,
  .swpm-submit {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
  }

  div#menu-sidebar {
    overflow-y: auto;
  }

  form#swpm-profile-form > div,
  form#swpm-profile-form > div > div:nth-child(1),
  form#swpm-profile-form > div > div:nth-child(2),
  form#swpm-profile-form > div > div:nth-child(3),
  form#swpm-profile-form > div > div:nth-child(4),
  form#swpm-profile-form > div > div:nth-child(5),
  form#swpm-profile-form > div > div:nth-child(6),
  form#swpm-profile-form > div > div:nth-child(7),
  form#swpm-profile-form > div > div:nth-child(8),
  form#swpm-profile-form > div > div:nth-child(9) {
    grid-template-columns: 1fr !important;
    order: unset !important;
    grid-column: unset !important;
    grid-row: unset !important;
  }
}

#step6 *,
#step7 * {
  transition: none !important;
}

@media screen and (max-width: 767px) {
  html body main #myDayForm {
    height: 100%;
    min-height: auto !important;
    max-height: calc(100vh) !important;
  }

  .activeButtons {
    padding-bottom: 65px !important;
  }

  img#canBeforeClick {
    bottom: 8rem;
    left: 12rem;
    max-width: 75px;
  }

  img#canAfterClick {
    max-width: 75px;
  }
}
