/*
	Theme Name: Josh Nichols
	Version: 1
	Author: Jack Caslake
*/

@import "assets/css/bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');


@font-face {
  font-family: Degular;
  src: url("/wp-content/themes/fit-for-golf-new-24/assets/fonts/Degular-Bold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: Degular;
  src: url("/wp-content/themes/fit-for-golf-new-24/assets/fonts/Degular-Medium.otf") format("opentype");
  font-weight: 500;
}

:root {
    --headings-font: 'Inter', sans-serif;
    --headings-font-weight: 600;

    --text-white: #fff;
    --text-black: #000;
    --text-light: #B2B2B2;

    --body-font: 'Inter', sans-serif;
    --body-font-weight: 400;

    --font-x-large: 4rem;
    --font-large: 3.2rem;

    --light-bg: #eeece8;
    --dark-bg: #4B4B4B;
    --black-bg: #000;
    --white-bg: #fff;

    --fade-transition: all .3s ease-in-out;

    --radius-large: 20px;
    --radius-medium: 12px;
    --radius-small: 6px;
}


body:not(.menu-open) {
	overflow-x: hidden;
}

html, body {
    max-width: 100%;
}

/** general **/
body:not(.modal-open) {
    max-width: 100%;
    overflow-x: hidden;
}
body.overlay {
    margin: 0;
    height: 100%;
    overflow: hidden
}
body{
    font-size: 18px;
    letter-spacing: 0em;
    font-family: var(--body-font);
    font-weight: var(--body-font-weight);
    color: var(--text-black);
    background: #eeece8;
    overflow-x: hidden;
    text-rendering: geometricPrecision;
}

a, a:hover, a:focus{
	color: inherit;
	text-underline-offset:  2px;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}
@media (max-width: 768px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}




/** Button **/
.btn,.wpforms-submit {
    font-weight: 600!important;
    padding: 12px 22px!important;
    border-radius: 8px!important;
    color: #fff!important;
    font-size: 15px!important;
    background: #1f301c!important;
    outline: none!important;
}
.btn.light {
    color: #000000!important;
    background: #d1ff71!important;
}
a.btn.large {
    padding: 18px 30px;
    font-size: 18px;
}
.btn svg {
    width: 15px !important;
    transform: rotate(315deg);
    left: 2px;
    top: -1px;
    position: relative;
}
.btn:hover,.wpforms-submit:hover {
    color: #fff;
}
a.btn span {
    position: relative;
}
a.btn span:after {
    width: 100%;
    height: 2px;
    background: #ed0101;
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    transform: rotate(15deg);
}

u {
	text-underline-offset:  2px;	
}
h1,h2,h5 {
    font-family: var(--headings-font);
    font-weight: var(--headings-font-weight);
}
h1 {
    font-size: var(--font-large);
    letter-spacing: -0.1rem;
    font-family: Big Shoulders Display;
    font-weight: 900;
    text-transform: uppercase;
}
h2 {
    font-size: 3.4rem;
    line-height: 2.8rem;
    letter-spacing: -0.3rem;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
}
h3 {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-family: 'Big Shoulders Display' !important;
    font-weight: 900;
    text-transform: uppercase;
}
.single-post h3 {
    font-size: 2.7rem;
    letter-spacing: -0.03em;
    margin: 48px 0 28px;
}
.single-post {
    border-bottom: 1px solid #d5d5d5;
    padding: 16px 0;
}
.single-post.link {
    font-weight: 600;
    border-bottom: none;
}

.articles-home .category-title a {
    text-underline-offset: 3px;
    background: #0f170f;
    padding: 10px 14px;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
}
.single-post .blog-content a:hover {
    text-decoration-thickness: 3px;
    font-weight: 500;
}
.single-post .blog-content a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
a {
    text-underline-offset: 2px;
    color: inherit;
    text-decoration: none;
}
@media (max-width: 1200px) {
    h2 {
        font-size: 3rem;
        line-height: 2.2rem;
    }
}
@media (max-width: 992px) {
    h2 {
        font-size: 2.8rem;
        line-height: 2rem;
    }
}
@media (max-width: 768px) {
    h2 {
        font-size: 2.5rem;
        line-height: 2rem;
    }
    h3 {
        font-size: 3rem;
    }
}



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


/** Hamburger Menu **/
.hamburger div {
    width: 22px;
    height: 2px;
    background: #ffffff;
    margin: 4px 0px;
}
.menu-container {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    border-radius: 10px;
}
.change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  transform: translate(0, -7px) rotate(45deg);
}

/** Menu Overlay **/
body.menu-open .menu-overlay {
    visibility: visible;
    opacity: 1;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: var(--fade-transition);
}
.menu-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 64%;
    height: 100%;
    display: block;
}
.menu-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 36%;
    height: 100%;
    background: #10170f;
    transition: var(--fade-transition);
    padding: 80px;
    display: flex;
    align-items: center;
}
.menu-close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    cursor: pointer;
}
body.menu-open .menu-list {
    right: 0;
}
@media (max-width: 768px) {
    .menu-list {
        width: 100%;
    }

}


/** Top Bar **/
.top-bar {
    background: #b2ff01;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 10px 10px;
}
.top-bar p {
    margin: 0;
}


/** Top Menu **/
ul.top-menu li {
    display: inline-block;
}
ul.top-menu li a {
    padding: 16px;
}
ul.top-menu li:hover .menu-dropdown-outer {
    z-index: 10000;
    display: block;
}
.menu-dropdown-outer {
    position: absolute;
    z-index: -1;
    display: none;
    left: 0;
    width: 100%;
    background: transparent;
    padding-top: 41px;
}
.menu-dropdown-inner {
    background: #fff;
    min-height: 300px;
    border-radius: 20px;
    margin: auto;
    padding: 30px;
    max-width: 900px;
    overflow: hidden;
}
.menu-dropdown-inner .container {
    max-width: 100%;
}


/** Header **/
a.logo {
    text-decoration: none;
}
.logo h5 {
    font-size: 18px;
    position: relative;
    left: -6px;
}
.header {
    position: relative;
    background: #0f170f;
    color: #fff;
    width: 100%;
    height: 130px;
    transition: var(--fade-transition);
    z-index: 1;
}
.header.header-grey {
    background: #242624;
}
.header.header-fixed {
    position: absolute;
    background: transparent;
    border-bottom: none;
}
.menu {
    z-index: 9999;
    cursor: pointer;
    padding: 8px 20px 7px;
    border-radius: 100px;
    font-family: Big Shoulders Display;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    border: 1px solid white;
}
.menu.menufill {
    background: #1f301c;
}
.header .right-menu {
    position: relative;
}

/** Hero **/
.hero {
    position: relative;
    min-height: 80vh;
}
.hero.hero-blog {
    min-height: auto;
}
.hero.hero-padding {
    padding: 120px 0;
    position: relative;
    min-height: auto;
}
.hero.hero-small {
    padding: 90px 0;
    min-height: auto;
}
.hero--inner {
    padding-bottom: 70px;
}
.hero--bottom--text {
    position: absolute;
    bottom: 40px;
}
.hero--inner.pt-large {
    padding-top: 250px;
}
.hero--inner.pt-medium {
    padding-top: 70px;
}
.hero .page-sub-title {
    margin-bottom: 30px;
    color: #fff;
}
.hero h1 {
    color: #b2ff01;
    font-size: 170px;
    line-height: 1;
    margin-bottom: 50px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.hero h1.small-text {
    font-size: 100px;
}
.hero h1.medium-text {
    font-size: 110px;
}
.hero-text h6 {
    color: #b2ff01;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
}
.hero-text p {
    color: #fff;
}
.hero-bg-color {
    position: absolute;
    left: 0;
    width: 100%;
    top:0;
    height: 100%;
    background: #10170f;
}
.hero-image-wrapper {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    overflow: hidden;
    align-items: center;
}
.hero-image-wrapper img {
    object-fit: cover;
    flex: 1;
    height: 100%;
    opacity: .9;
    border-radius: 0!important;
    box-shadow: none!important;
}
@media (max-width: 768px) {
    .hero {
        min-height: 70vh;
    }
    .hero.hero-padding {
        padding: 70px 0;
    }
    .hero h1 {
        font-size: 70px;
    }
    .hero.mental-game-assessment h1 {
        font-size: 60px;
    }
    .hero h1.medium-text {
        font-size: 60px;
    }
    .hero br {
        display: none;
    }
    .hero--inner.pt-medium {
        padding-top: 90px;
    }
    .hero--inner {
        padding-bottom: 20px;
    }
    .hero .page-sub-title {
        margin-bottom: 20px;
        font-size: 18px;
    }
    body {
        font-size: 18px;
    }
    .hero.hero-small {
        padding: 40px 0;
    }
    .menu {
        width: 60px;
        height: 60px;
        align-content: center;
        justify-content: center;
    }
}


/** podcast **/
body.single-podcast {
    padding: 0;
}
.page-sub-title.back-button {
}
.hero-podcast {
    background: #242624!important;
    color: #fff;
    min-height: auto;
}
.podcast--icon img {
    width: 380px;
    border-radius: 30px;
    box-shadow: 0 0 60px 10px rgb(0 0 0 / 24%);
}
.hero-podcast h1 {
    margin-top: 20px;
    color: #fff;
}
.podcast--list a {
    transition: var(--fade-transition);
}
.podcast-list a:first-child .single-podcast {
    padding-top: 0;
}
.podcast-list a:last-child .single-podcast {
    border-bottom: none;
}
.podcast-list a:hover .podcast-link {
    left: 10px;
}
.single-podcast {
    padding: 30px 0;
    border-bottom: 1px dashed #cdcdcd;
}
.podcast-content.single-podcast:first-child {
    padding-top: 0;
}
.podcast-content.single-podcast:last-child {
    border-bottom: none!important;
}
.podcast-image {
    width: 20%;
}
.podcast-image img {
    border-radius: 20px;
}
.podcast-info {
    width: 90%;
}
.podcast-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 1.2;
}
.podcast-meta {
    font-size: 14px;
    margin-bottom: 8px;
    opacity: .4;
    font-size: 14px;
    font-family: Poppins;
}
.results-type {
    font-size: 16px;
}
.podcast-date {
    margin-right: 12px;
}
.podcast--links a {
    border: 1px solid #e0dcd3;
    border-radius: 40px;
    padding: 6px 14px;
    font-size: 15.5px;
    margin-right: 7px;
    background: #e0dcd3;
    text-decoration: none;
    cursor: pointer;
}
.podcast--links a:hover {
    background: black;
    color: #fff;
}
.podcast--links h5 {
    font-size: 22px;
    letter-spacing: -0.02em;
}

.podcast-link {
    width: 10%;
    position: relative;
    transition: var(--fade-transition);
}
.podcast--video iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
    border-radius: 7px;
}
.podcast-hero-meta {
    font-size: 14px;
    margin-top: 30px;
    font-family: Poppins;
}
.podcast-type {
    background: #dcf264;
    color: #000;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 13px;
}
@media (max-width: 768px) {
    .podcast-image {
        width: 25%;
    }
    .podcast-info {
        width: 75%;
        padding: 0 20px;
    }
    .podcast-meta {
        font-size: 14px;
    }
    .podcast-title {
        font-size: 18px;
    }
}

.podcast--inner {
    border: 2px solid #000;
    border-radius: 15px;
    padding: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.episode--number {
    font-family: 'Poppins';
    opacity: .4;
    font-size: 16px;
}
.episode--title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 10px;
}
.episode--button {
    margin-top: auto;
}



/** New Mobile Menu **/
.menu-list ul li a:hover {
    color: #dcf264;
    text-decoration: none;
}
.menu-list ul li a {
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 3.8rem;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    font-family: Big Shoulders Display;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .menu-left {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .menu-left {
        width: 85%;
    }
    .menu-list ul li a {
        font-size: 2.4rem;
    }
}
.menu-left.menu-open {
	left: 0;
	transition: all .3s ease-in-out;
}
.menu-left .second-menu, .menu-left .social-menu {
    line-height: 2.3;
    padding-top: 2px;
}
.menu-left .main-menu {
    font-size: 20px;
    line-height: 2;
}
.menu-left .close {
    float: right;
    font-size: 1.2rem;
    line-height: 1;
    color: #000;
    opacity: .5;
    font-weight: normal!important;
    position: absolute;
    right: 20px;
    top: 10px;
}
.menu-left .close span {
    transform: rotate(45deg)!important;
    color: #000!important;
    display: inline-block;
    font-size: 30px;
    top: 2px;
    position: relative;
    padding-left: 3px;
}


/** Blog **/
.blog-image {
    aspect-ratio: 9 / 11;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 0 2px #000;
}
.blog-image img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transition: var(--fade-transition);
    height: 100%;
}
.blog-article a:hover .blog-title {
    text-decoration: underline;
}
.blog-article a:hover .blog-image img {
    opacity: .7;
}
.blog-article a {
    text-decoration: none;
}
.blog-date {
    font-size: 18px;
    display: none;
}
.blog-date span:after {
    content: ",";
}
.blog-date span:last-child:after {
    content: "";
}
.blog-title h4 {
    font-weight: 500;
    font-size: 22px;
}
.blog-title p {
    margin: 26px 0 0;
    line-height: 1.4;
    font-size: 16px;
}
.blog-read-time {
    position: absolute;
    padding: 0 20px;
    bottom: 20px;
    right: 30px;
    font-size: 14px;
    background: rgb(0 0 0 / 72%);
    border-radius: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Poppins;
}
.blog-categories {
    display: flex;
    overflow-x: scroll;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.blog-categories div:first-child {
    margin-left: 30px;
}
.blog-categories div:last-child {
    margin-right: 30px;
}
.blog-categories div {
    background: #d2d2d2;
    border-radius: 100px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin: 0 5px;
    flex-shrink: 0;
    font-size: 16px;
}
.aligncenter {
    margin: 30px auto;
}
.wp-caption-text {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
blockquote {
    padding-left: 20px;
    border-left: 3px solid #1f301c;
    font-weight: 500;
    margin: 30px 0;
}
iframe.youtube-embed {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}



.about-image img {
    border-radius: 30px;
}
.about-image {
    position: sticky;
    top: 50px;
}


/** Newsletter **/
.author-img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #000;
    margin-right: 16px;
    overflow: hidden;
}
.newsletter h2 {
    font-size: 48px;
    line-height: 1;
    padding-bottom: 30px;
    letter-spacing: 0;
    font-family: Big Shoulders Display;
    font-weight: 900;
    text-transform: uppercase;
}
.newsletter--image img {
    width: 80%;
}
.newsletter--form input[type="text"] {
    border-radius: 11px;
    border: 2px solid #d3d3d3;
    height: 50px;
    padding: 0 15px;
    width: 70%;
}
.newsletter--form input[type="button"] {
    padding: 0 15px;
    border-radius: 10px;
    border: 2px solid #0c987c;
    background: #0fb896;
    color: #fff;
    height: 50px;
    margin-left: 10px;
}


.card-inner {
    background: #fff;
    min-height: 500px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgb(159 143 111 / 14%);
}
.card-outer.one {
    position: sticky;
    top: 90px;
}
.card-outer.two {
    position: sticky;
    top: 150px;
}
.card-outer.three {
    position: sticky;
    top: 210px;
}


:root {
    --card-height: 440px;
    --card-margin: ;
    --card-top-offset: 20px;
    --outline-width: 0px;
}

/* h1 {
  font-family: 'Special Elite', cursive, serif; 
} */
#cards {
    /* Make place at bottom, as items will slide to that position*/
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
    margin-bottom: var(--card-margin);
}

#card_1 {
    --index: 1;
}

#card_2 {
    --index: 2;
}

#card_3 {
    --index: 3;
}

#card_4 {
    --index: 4;
}

.card {
    position: sticky;
    top: 100px;
    padding-top: calc(var(--index) * var(--card-top-offset));
}

.card__content {
    transform-origin: 50% 0%;
    will-change: transform;
}




#cards {
    list-style: none;
    outline: calc(var(--outline-width) * 10) solid hotpink;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--numcards), var(--card-height));
    gap: var(--card-margin);
    padding: 0;
}

.card {
    background: transparent;
    border: none;
}

.card__content {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    color: rgb(10, 5, 7);
    border-radius: 1em;
    overflow: hidden;
    height: 100%;
    align-items: stretch;
    padding: 30px;
}
.card__content img {
    border-radius: 20px;
}

@supports (animation-timeline: view()) {
    .card {
        --index0: calc(var(--index) - 1); /* 0-based index */
        --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
        --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
    }

    @keyframes scale {
        to {
            transform:
                scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
        }
    }

    #cards {
        --numcards: 3;
        view-timeline-name: --cards-element-scrolls-in-body;
    }

    .card__content {
        --start-range: calc(var(--index0) / var(--numcards) * 100%);
        --end-range: calc((var(--index)) / var(--numcards) * 100%);

        animation: linear scale forwards;
        animation-timeline: --cards-element-scrolls-in-body;
        animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
    }
}
.inner-image-wrap {
    background: #f3f3f3;
    border-radius: 30px;
}


/** subtitle **/
.subtitle-tag span {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 9px;
    font-size: 14px;
    font-weight: 500 !important;
}
.subtitle-tag.light span {
    border: 1px solid #b3ff13;
    color: #b3ff13;
}
.subtitle-tag {
    margin-bottom: 30px;
}


.section img {
    border-radius: 20px;
    box-shadow: 0 0 0 3px #000;
}



/** Callout Section **/
.callout-section {
    background: #b3ff13;
    padding: 100px 0;
}
.callout-section.style-3 {
    background: #b3ff13;
}
.callout-subtitle {
    text-transform: uppercase;
    font-size: 20px;
}
.style-2 .callout-subtitle {
    text-transform: none;
}
.style-3 .callout-subtitle {
    text-transform: none;
}
.callout-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 110px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    font-family: Big Shoulders Display;
}

@media (max-width: 768px) {
    .callout-section {
        padding: 60px 15px;
    }
    .callout-title {
        font-size: 60px;
        line-height: 1;
        padding-bottom: 30px;
    }
}

/** Footer **/
footer .socials ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #333;
}
footer .socials ul li {
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    margin: 0;
    flex-basis: 33.3333%;
}
footer .socials ul li:last-child {
    border-right: none;
}
footer .socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background-color: #000;
    overflow: hidden;
    color: #fff;
    position: relative;
    text-decoration: none;
    transition: var(--fade-transition);
}
footer .socials ul li a:hover {
    background: #1f301c;
}
footer .socials ul li a i {
    font-size: 40px;
}
footer .copyright {
    text-align: center;
    padding: 14px 0;
    font-size: 12px;
    background: #000;
    color: #fff;
}
@media (max-width: 768px) {
    footer .socials ul {
        flex-wrap: wrap;
    }
    footer .socials ul li:nth-child(3) {
        border-right: none;
    }
    footer .socials ul li a {
        height: 80px;
    }   
    footer .socials ul li a i {
        font-size: 30px;
    } 
}

.sharedaddy {
    display: none;
}


/** Pricing Plans **/
.pricing-plan {
    border: 1px solid #2f2f2f;
    border-radius: 30px;
    padding: 30px 30px 40px;
    height: 100%;
}
.section.pricing-plans {
    background: #000000;
    border-radius: 30px 30px 0 0;
    padding-top: 100px !important;
    color: #fff;
    padding-bottom: 100px !important;
}
.plan-name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.sale-price {
    margin-bottom: -20px;
}
.sale-price .plan-price {
    display: inline-block;
    position: relative;
    font-size: 45px;
    color: #4d4d4d;
}
.sale-price .plan-price:after {
    width: 100%;
    height: 5px;
    background: red;
    left: 0;
    position: absolute;
    top: 44%;
    content: "";
    transform: rotate(14deg);
    border-radius: 3px;
}
.plan-price {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Poppins';
    letter-spacing: -0.06em;
}
.plan-price span {
    font-size: 17px;
    font-family: Syne;
    letter-spacing: 0;
    position: relative;
    top: -4px;
}
.single-feature {
    display: flex;
    align-items: center;
    line-height: 24px;
    margin-top: 20px;
    font-size: 17px;
}
.single-feature span {
    background: #dcf264;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    min-width: 22px;
    margin-right: 10px;
    color: #1f301c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.single-feature a {
    text-decoration: underline;
}


.step-number {
    font-family: Poppins;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 22px;
}
.line-divider {
    height: 80px;
    width: 1px;
    border: 1px dashed #000;
    margin: 30px auto;
}


/** Search Results **/
.search-results-list .blog-title h4 {
    font-family: 'Big Shoulders Display';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
}
.search-results-list .blog-meta {
    background: #c7c7c7;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1;
}
.search-results-list .blog-title {
    margin-top: auto;
}

/** Search Form **/
#searchwp-form-1 .swp-input {
    padding: 10px 15px;
}

form.searchwp-form input.swp-input--search {
    background-position: right 18px top 50%;
}
.searchwp-live-search-result--title {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .search-results-list .blog-meta {
        padding: 30px;
    }
    .search-results-list .blog-title h4 {
        font-size: 2rem;
    }
    .podcast--icon img {
        width: 80%;
    }
    .podcast-info {
        width: 100%;
        padding: 0;

    }
    .podcast--inner-wrap {
        position: relative!important;
        top: 0!important;
    }
    .newsletter h2 {
        font-size: 40px;
    }
}

/** optin monster forms **/
input#reno-field-emailInput {
    border-radius: 100px !important;
}
.reno-error.c9owtyyrawwcdttxlpib-reno-error.reno-error-header.c9owtyyrawwcdttxlpib-reno-error-header {
    display: none !important;
}
input#reno-field-emailInput {
    outline: none !important;
    background: #fff !important;
    font-family: 'Inter'!important;
}
button#reno-FieldsElementButton--BK1VUqsGW7WRr7euUyt1 {
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}
.newsletter-success-message p span {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 22px !important;
}
.optin-monster-form {
    margin-bottom: 30px;
}


/** Sale Banner **/
.sale-banner {
    background: #dcf264;
    padding: 20px 0;
}
.sale-banner h1 {
    font-size: 20px;
}



/** Highlights **/
span.lightgreen-highlight {
    background: #d1ff71;
    border-radius: 2px;
    padding: 2px 5px;
    color: #000;
    font-weight: 500;
}


/** Account **/
div#mepr-account-nav {
    text-align: center;
    margin-bottom: 40px;
}


/** Account Course List **/
.mp_wrapper.mpcs-course-list .grid .grid-pad:first-child {
    padding-right: 20px;
}
.mp_wrapper.mpcs-course-list .grid .grid-pad:last-child {
    padding-left: 20px;
}
.mp_wrapper.mpcs-course-list .grid .grid-pad {
    padding: 0;
}
.mp_wrapper.mpcs-course-list .grid {
    height: auto !important;
    background: #e0dcd3;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.user-progress {
    padding: 5px 0;
}
.course-progress {
    border-radius: 6px;
    overflow: hidden;
}


/** Course Overview **/
.course-homepage .row {
    background: #10170f;
    border-radius: 30px;
    padding: 40px 24px;
    color: #fff;
}
.page-template-template-course-overview .header {
    background: #10170f;
}
.course-overview {
    background: #10170f;
    color: #fff;
}
.course-overview.audio {
    height: calc(100vh - 298px);
}
.course-overview .hero h1 {
    color: #fff;
    font-size: 74px;
    text-shadow: none;
}
.course-overview.audio h1 {
    font-size: 104px;
}
.course-overview .btn {
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-weight: 700;
    font-family: Inter;
}
.course-overview .btn.btn-fill {
    background: #b3ff00 !important;
    color: #000 !important;
    box-shadow: 0 0 40px -11px #b3ff00;
}
.course-overview .btn.btn-fill:hover {
    box-shadow: 0 0 16px -1px #b3ff00;
}
.course-overview .btn.btn-outline {
    box-shadow: 0 0 0 2px;
    margin-left: 10px;
}
.course-overview h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #b2ff01;
    text-transform: uppercase;
}
h6.offer span {
    background: #b3ff13;
    color: #000;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 18px;
    text-transform: none;
}
.course-overview .course-buttons {
    margin-top: 35px;
}
.magicpattern { 
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2560 1440%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask id=%22b%22 x=%220%22 y=%220%22 width=%222560%22 height=%221440%22%3E%3Cpath fill=%22url(%23a)%22 d=%22M0 0h2560v1440H0z%22%2F%3E%3C%2Fmask%3E%3Cpath fill=%22%2310170f%22 d=%22M0 0h2560v1440H0z%22%2F%3E%3Cg style=%22transform-origin:center center%22 stroke=%22%231c281a%22 stroke-width=%221.792%22 fill=%22none%22 mask=%22url(%23b)%22%3E%3Cpath d=%22M0 0h85.333v85.333H0zM85.333 0h85.333v85.333H85.333zM170.667 0H256v85.333h-85.333zM256 0h85.333v85.333H256zM341.333 0h85.333v85.333h-85.333zM426.667 0H512v85.333h-85.333zM512 0h85.333v85.333H512zM597.333 0h85.333v85.333h-85.333zM682.667 0H768v85.333h-85.333zM768 0h85.333v85.333H768zM853.333 0h85.333v85.333h-85.333zM938.667 0H1024v85.333h-85.333zM1024 0h85.333v85.333H1024zM1109.333 0h85.333v85.333h-85.333zM1194.667 0H1280v85.333h-85.333zM1280 0h85.333v85.333H1280zM1365.333 0h85.333v85.333h-85.333zM1450.667 0H1536v85.333h-85.333zM1536 0h85.333v85.333H1536zM1621.333 0h85.333v85.333h-85.333zM1706.667 0H1792v85.333h-85.333zM1792 0h85.333v85.333H1792zM1877.333 0h85.333v85.333h-85.333zM1962.667 0H2048v85.333h-85.333zM2048 0h85.333v85.333H2048zM2133.333 0h85.333v85.333h-85.333zM2218.667 0H2304v85.333h-85.333zM2304 0h85.333v85.333H2304zM2389.333 0h85.333v85.333h-85.333zM2474.667 0H2560v85.333h-85.333zM0 85.333h85.333v85.333H0zM85.333 85.333h85.333v85.333H85.333zM170.667 85.333H256v85.333h-85.333zM256 85.333h85.333v85.333H256zM341.333 85.333h85.333v85.333h-85.333zM426.667 85.333H512v85.333h-85.333zM512 85.333h85.333v85.333H512zM597.333 85.333h85.333v85.333h-85.333zM682.667 85.333H768v85.333h-85.333zM768 85.333h85.333v85.333H768zM853.333 85.333h85.333v85.333h-85.333zM938.667 85.333H1024v85.333h-85.333zM1024 85.333h85.333v85.333H1024zM1109.333 85.333h85.333v85.333h-85.333zM1194.667 85.333H1280v85.333h-85.333zM1280 85.333h85.333v85.333H1280zM1365.333 85.333h85.333v85.333h-85.333zM1450.667 85.333H1536v85.333h-85.333zM1536 85.333h85.333v85.333H1536zM1621.333 85.333h85.333v85.333h-85.333zM1706.667 85.333H1792v85.333h-85.333zM1792 85.333h85.333v85.333H1792zM1877.333 85.333h85.333v85.333h-85.333zM1962.667 85.333H2048v85.333h-85.333zM2048 85.333h85.333v85.333H2048zM2133.333 85.333h85.333v85.333h-85.333zM2218.667 85.333H2304v85.333h-85.333zM2304 85.333h85.333v85.333H2304zM2389.333 85.333h85.333v85.333h-85.333zM2474.667 85.333H2560v85.333h-85.333zM0 170.667h85.333V256H0zM85.333 170.667h85.333V256H85.333zM170.667 170.667H256V256h-85.333zM256 170.667h85.333V256H256zM341.333 170.667h85.333V256h-85.333zM426.667 170.667H512V256h-85.333zM512 170.667h85.333V256H512zM597.333 170.667h85.333V256h-85.333zM682.667 170.667H768V256h-85.333zM768 170.667h85.333V256H768zM853.333 170.667h85.333V256h-85.333zM938.667 170.667H1024V256h-85.333zM1024 170.667h85.333V256H1024zM1109.333 170.667h85.333V256h-85.333zM1194.667 170.667H1280V256h-85.333zM1280 170.667h85.333V256H1280zM1365.333 170.667h85.333V256h-85.333zM1450.667 170.667H1536V256h-85.333zM1536 170.667h85.333V256H1536zM1621.333 170.667h85.333V256h-85.333zM1706.667 170.667H1792V256h-85.333zM1792 170.667h85.333V256H1792zM1877.333 170.667h85.333V256h-85.333zM1962.667 170.667H2048V256h-85.333zM2048 170.667h85.333V256H2048zM2133.333 170.667h85.333V256h-85.333zM2218.667 170.667H2304V256h-85.333zM2304 170.667h85.333V256H2304zM2389.333 170.667h85.333V256h-85.333zM2474.667 170.667H2560V256h-85.333zM0 256h85.333v85.333H0zM85.333 256h85.333v85.333H85.333zM170.667 256H256v85.333h-85.333zM256 256h85.333v85.333H256zM341.333 256h85.333v85.333h-85.333zM426.667 256H512v85.333h-85.333zM512 256h85.333v85.333H512zM597.333 256h85.333v85.333h-85.333zM682.667 256H768v85.333h-85.333zM768 256h85.333v85.333H768zM853.333 256h85.333v85.333h-85.333zM938.667 256H1024v85.333h-85.333zM1024 256h85.333v85.333H1024zM1109.333 256h85.333v85.333h-85.333zM1194.667 256H1280v85.333h-85.333zM1280 256h85.333v85.333H1280zM1365.333 256h85.333v85.333h-85.333zM1450.667 256H1536v85.333h-85.333zM1536 256h85.333v85.333H1536zM1621.333 256h85.333v85.333h-85.333zM1706.667 256H1792v85.333h-85.333zM1792 256h85.333v85.333H1792zM1877.333 256h85.333v85.333h-85.333zM1962.667 256H2048v85.333h-85.333zM2048 256h85.333v85.333H2048zM2133.333 256h85.333v85.333h-85.333zM2218.667 256H2304v85.333h-85.333zM2304 256h85.333v85.333H2304zM2389.333 256h85.333v85.333h-85.333zM2474.667 256H2560v85.333h-85.333zM0 341.333h85.333v85.333H0zM85.333 341.333h85.333v85.333H85.333zM170.667 341.333H256v85.333h-85.333zM256 341.333h85.333v85.333H256zM341.333 341.333h85.333v85.333h-85.333zM426.667 341.333H512v85.333h-85.333zM512 341.333h85.333v85.333H512zM597.333 341.333h85.333v85.333h-85.333zM682.667 341.333H768v85.333h-85.333zM768 341.333h85.333v85.333H768zM853.333 341.333h85.333v85.333h-85.333zM938.667 341.333H1024v85.333h-85.333zM1024 341.333h85.333v85.333H1024zM1109.333 341.333h85.333v85.333h-85.333zM1194.667 341.333H1280v85.333h-85.333zM1280 341.333h85.333v85.333H1280zM1365.333 341.333h85.333v85.333h-85.333zM1450.667 341.333H1536v85.333h-85.333zM1536 341.333h85.333v85.333H1536zM1621.333 341.333h85.333v85.333h-85.333zM1706.667 341.333H1792v85.333h-85.333zM1792 341.333h85.333v85.333H1792zM1877.333 341.333h85.333v85.333h-85.333zM1962.667 341.333H2048v85.333h-85.333zM2048 341.333h85.333v85.333H2048zM2133.333 341.333h85.333v85.333h-85.333zM2218.667 341.333H2304v85.333h-85.333zM2304 341.333h85.333v85.333H2304zM2389.333 341.333h85.333v85.333h-85.333zM2474.667 341.333H2560v85.333h-85.333zM0 426.667h85.333V512H0zM85.333 426.667h85.333V512H85.333zM170.667 426.667H256V512h-85.333zM256 426.667h85.333V512H256zM341.333 426.667h85.333V512h-85.333zM426.667 426.667H512V512h-85.333zM512 426.667h85.333V512H512zM597.333 426.667h85.333V512h-85.333zM682.667 426.667H768V512h-85.333zM768 426.667h85.333V512H768zM853.333 426.667h85.333V512h-85.333zM938.667 426.667H1024V512h-85.333zM1024 426.667h85.333V512H1024zM1109.333 426.667h85.333V512h-85.333zM1194.667 426.667H1280V512h-85.333zM1280 426.667h85.333V512H1280zM1365.333 426.667h85.333V512h-85.333zM1450.667 426.667H1536V512h-85.333zM1536 426.667h85.333V512H1536zM1621.333 426.667h85.333V512h-85.333zM1706.667 426.667H1792V512h-85.333zM1792 426.667h85.333V512H1792zM1877.333 426.667h85.333V512h-85.333zM1962.667 426.667H2048V512h-85.333zM2048 426.667h85.333V512H2048zM2133.333 426.667h85.333V512h-85.333zM2218.667 426.667H2304V512h-85.333zM2304 426.667h85.333V512H2304zM2389.333 426.667h85.333V512h-85.333zM2474.667 426.667H2560V512h-85.333zM0 512h85.333v85.333H0zM85.333 512h85.333v85.333H85.333zM170.667 512H256v85.333h-85.333zM256 512h85.333v85.333H256zM341.333 512h85.333v85.333h-85.333zM426.667 512H512v85.333h-85.333zM512 512h85.333v85.333H512zM597.333 512h85.333v85.333h-85.333zM682.667 512H768v85.333h-85.333zM768 512h85.333v85.333H768zM853.333 512h85.333v85.333h-85.333zM938.667 512H1024v85.333h-85.333zM1024 512h85.333v85.333H1024zM1109.333 512h85.333v85.333h-85.333zM1194.667 512H1280v85.333h-85.333zM1280 512h85.333v85.333H1280zM1365.333 512h85.333v85.333h-85.333zM1450.667 512H1536v85.333h-85.333zM1536 512h85.333v85.333H1536zM1621.333 512h85.333v85.333h-85.333zM1706.667 512H1792v85.333h-85.333zM1792 512h85.333v85.333H1792zM1877.333 512h85.333v85.333h-85.333zM1962.667 512H2048v85.333h-85.333zM2048 512h85.333v85.333H2048zM2133.333 512h85.333v85.333h-85.333zM2218.667 512H2304v85.333h-85.333zM2304 512h85.333v85.333H2304zM2389.333 512h85.333v85.333h-85.333zM2474.667 512H2560v85.333h-85.333zM0 597.333h85.333v85.333H0zM85.333 597.333h85.333v85.333H85.333zM170.667 597.333H256v85.333h-85.333zM256 597.333h85.333v85.333H256zM341.333 597.333h85.333v85.333h-85.333zM426.667 597.333H512v85.333h-85.333zM512 597.333h85.333v85.333H512zM597.333 597.333h85.333v85.333h-85.333zM682.667 597.333H768v85.333h-85.333zM768 597.333h85.333v85.333H768zM853.333 597.333h85.333v85.333h-85.333zM938.667 597.333H1024v85.333h-85.333zM1024 597.333h85.333v85.333H1024zM1109.333 597.333h85.333v85.333h-85.333zM1194.667 597.333H1280v85.333h-85.333zM1280 597.333h85.333v85.333H1280zM1365.333 597.333h85.333v85.333h-85.333zM1450.667 597.333H1536v85.333h-85.333zM1536 597.333h85.333v85.333H1536zM1621.333 597.333h85.333v85.333h-85.333zM1706.667 597.333H1792v85.333h-85.333zM1792 597.333h85.333v85.333H1792zM1877.333 597.333h85.333v85.333h-85.333zM1962.667 597.333H2048v85.333h-85.333zM2048 597.333h85.333v85.333H2048zM2133.333 597.333h85.333v85.333h-85.333zM2218.667 597.333H2304v85.333h-85.333zM2304 597.333h85.333v85.333H2304zM2389.333 597.333h85.333v85.333h-85.333zM2474.667 597.333H2560v85.333h-85.333zM0 682.667h85.333V768H0zM85.333 682.667h85.333V768H85.333zM170.667 682.667H256V768h-85.333zM256 682.667h85.333V768H256zM341.333 682.667h85.333V768h-85.333zM426.667 682.667H512V768h-85.333zM512 682.667h85.333V768H512zM597.333 682.667h85.333V768h-85.333zM682.667 682.667H768V768h-85.333zM768 682.667h85.333V768H768zM853.333 682.667h85.333V768h-85.333zM938.667 682.667H1024V768h-85.333zM1024 682.667h85.333V768H1024zM1109.333 682.667h85.333V768h-85.333zM1194.667 682.667H1280V768h-85.333zM1280 682.667h85.333V768H1280zM1365.333 682.667h85.333V768h-85.333zM1450.667 682.667H1536V768h-85.333zM1536 682.667h85.333V768H1536zM1621.333 682.667h85.333V768h-85.333zM1706.667 682.667H1792V768h-85.333zM1792 682.667h85.333V768H1792zM1877.333 682.667h85.333V768h-85.333zM1962.667 682.667H2048V768h-85.333zM2048 682.667h85.333V768H2048zM2133.333 682.667h85.333V768h-85.333zM2218.667 682.667H2304V768h-85.333zM2304 682.667h85.333V768H2304zM2389.333 682.667h85.333V768h-85.333zM2474.667 682.667H2560V768h-85.333zM0 768h85.333v85.333H0zM85.333 768h85.333v85.333H85.333zM170.667 768H256v85.333h-85.333zM256 768h85.333v85.333H256zM341.333 768h85.333v85.333h-85.333zM426.667 768H512v85.333h-85.333zM512 768h85.333v85.333H512zM597.333 768h85.333v85.333h-85.333zM682.667 768H768v85.333h-85.333zM768 768h85.333v85.333H768zM853.333 768h85.333v85.333h-85.333zM938.667 768H1024v85.333h-85.333zM1024 768h85.333v85.333H1024zM1109.333 768h85.333v85.333h-85.333zM1194.667 768H1280v85.333h-85.333zM1280 768h85.333v85.333H1280zM1365.333 768h85.333v85.333h-85.333zM1450.667 768H1536v85.333h-85.333zM1536 768h85.333v85.333H1536zM1621.333 768h85.333v85.333h-85.333zM1706.667 768H1792v85.333h-85.333zM1792 768h85.333v85.333H1792zM1877.333 768h85.333v85.333h-85.333zM1962.667 768H2048v85.333h-85.333zM2048 768h85.333v85.333H2048zM2133.333 768h85.333v85.333h-85.333zM2218.667 768H2304v85.333h-85.333zM2304 768h85.333v85.333H2304zM2389.333 768h85.333v85.333h-85.333zM2474.667 768H2560v85.333h-85.333zM0 853.333h85.333v85.333H0zM85.333 853.333h85.333v85.333H85.333zM170.667 853.333H256v85.333h-85.333zM256 853.333h85.333v85.333H256zM341.333 853.333h85.333v85.333h-85.333zM426.667 853.333H512v85.333h-85.333zM512 853.333h85.333v85.333H512zM597.333 853.333h85.333v85.333h-85.333zM682.667 853.333H768v85.333h-85.333zM768 853.333h85.333v85.333H768zM853.333 853.333h85.333v85.333h-85.333zM938.667 853.333H1024v85.333h-85.333zM1024 853.333h85.333v85.333H1024zM1109.333 853.333h85.333v85.333h-85.333zM1194.667 853.333H1280v85.333h-85.333zM1280 853.333h85.333v85.333H1280zM1365.333 853.333h85.333v85.333h-85.333zM1450.667 853.333H1536v85.333h-85.333zM1536 853.333h85.333v85.333H1536zM1621.333 853.333h85.333v85.333h-85.333zM1706.667 853.333H1792v85.333h-85.333zM1792 853.333h85.333v85.333H1792zM1877.333 853.333h85.333v85.333h-85.333zM1962.667 853.333H2048v85.333h-85.333zM2048 853.333h85.333v85.333H2048zM2133.333 853.333h85.333v85.333h-85.333zM2218.667 853.333H2304v85.333h-85.333zM2304 853.333h85.333v85.333H2304zM2389.333 853.333h85.333v85.333h-85.333zM2474.667 853.333H2560v85.333h-85.333zM0 938.667h85.333V1024H0zM85.333 938.667h85.333V1024H85.333zM170.667 938.667H256V1024h-85.333zM256 938.667h85.333V1024H256zM341.333 938.667h85.333V1024h-85.333zM426.667 938.667H512V1024h-85.333zM512 938.667h85.333V1024H512zM597.333 938.667h85.333V1024h-85.333zM682.667 938.667H768V1024h-85.333zM768 938.667h85.333V1024H768zM853.333 938.667h85.333V1024h-85.333zM938.667 938.667H1024V1024h-85.333zM1024 938.667h85.333V1024H1024zM1109.333 938.667h85.333V1024h-85.333zM1194.667 938.667H1280V1024h-85.333zM1280 938.667h85.333V1024H1280zM1365.333 938.667h85.333V1024h-85.333zM1450.667 938.667H1536V1024h-85.333zM1536 938.667h85.333V1024H1536zM1621.333 938.667h85.333V1024h-85.333zM1706.667 938.667H1792V1024h-85.333zM1792 938.667h85.333V1024H1792zM1877.333 938.667h85.333V1024h-85.333zM1962.667 938.667H2048V1024h-85.333zM2048 938.667h85.333V1024H2048zM2133.333 938.667h85.333V1024h-85.333zM2218.667 938.667H2304V1024h-85.333zM2304 938.667h85.333V1024H2304zM2389.333 938.667h85.333V1024h-85.333zM2474.667 938.667H2560V1024h-85.333zM0 1024h85.333v85.333H0zM85.333 1024h85.333v85.333H85.333zM170.667 1024H256v85.333h-85.333zM256 1024h85.333v85.333H256zM341.333 1024h85.333v85.333h-85.333zM426.667 1024H512v85.333h-85.333zM512 1024h85.333v85.333H512zM597.333 1024h85.333v85.333h-85.333zM682.667 1024H768v85.333h-85.333zM768 1024h85.333v85.333H768zM853.333 1024h85.333v85.333h-85.333zM938.667 1024H1024v85.333h-85.333zM1024 1024h85.333v85.333H1024zM1109.333 1024h85.333v85.333h-85.333zM1194.667 1024H1280v85.333h-85.333zM1280 1024h85.333v85.333H1280zM1365.333 1024h85.333v85.333h-85.333zM1450.667 1024H1536v85.333h-85.333zM1536 1024h85.333v85.333H1536zM1621.333 1024h85.333v85.333h-85.333zM1706.667 1024H1792v85.333h-85.333zM1792 1024h85.333v85.333H1792zM1877.333 1024h85.333v85.333h-85.333zM1962.667 1024H2048v85.333h-85.333zM2048 1024h85.333v85.333H2048zM2133.333 1024h85.333v85.333h-85.333zM2218.667 1024H2304v85.333h-85.333zM2304 1024h85.333v85.333H2304zM2389.333 1024h85.333v85.333h-85.333zM2474.667 1024H2560v85.333h-85.333zM0 1109.333h85.333v85.333H0zM85.333 1109.333h85.333v85.333H85.333zM170.667 1109.333H256v85.333h-85.333zM256 1109.333h85.333v85.333H256zM341.333 1109.333h85.333v85.333h-85.333zM426.667 1109.333H512v85.333h-85.333zM512 1109.333h85.333v85.333H512zM597.333 1109.333h85.333v85.333h-85.333zM682.667 1109.333H768v85.333h-85.333zM768 1109.333h85.333v85.333H768zM853.333 1109.333h85.333v85.333h-85.333zM938.667 1109.333H1024v85.333h-85.333zM1024 1109.333h85.333v85.333H1024zM1109.333 1109.333h85.333v85.333h-85.333zM1194.667 1109.333H1280v85.333h-85.333zM1280 1109.333h85.333v85.333H1280zM1365.333 1109.333h85.333v85.333h-85.333zM1450.667 1109.333H1536v85.333h-85.333zM1536 1109.333h85.333v85.333H1536zM1621.333 1109.333h85.333v85.333h-85.333zM1706.667 1109.333H1792v85.333h-85.333zM1792 1109.333h85.333v85.333H1792zM1877.333 1109.333h85.333v85.333h-85.333zM1962.667 1109.333H2048v85.333h-85.333zM2048 1109.333h85.333v85.333H2048zM2133.333 1109.333h85.333v85.333h-85.333zM2218.667 1109.333H2304v85.333h-85.333zM2304 1109.333h85.333v85.333H2304zM2389.333 1109.333h85.333v85.333h-85.333zM2474.667 1109.333H2560v85.333h-85.333zM0 1194.667h85.333V1280H0zM85.333 1194.667h85.333V1280H85.333zM170.667 1194.667H256V1280h-85.333zM256 1194.667h85.333V1280H256zM341.333 1194.667h85.333V1280h-85.333zM426.667 1194.667H512V1280h-85.333zM512 1194.667h85.333V1280H512zM597.333 1194.667h85.333V1280h-85.333zM682.667 1194.667H768V1280h-85.333zM768 1194.667h85.333V1280H768zM853.333 1194.667h85.333V1280h-85.333zM938.667 1194.667H1024V1280h-85.333zM1024 1194.667h85.333V1280H1024zM1109.333 1194.667h85.333V1280h-85.333zM1194.667 1194.667H1280V1280h-85.333zM1280 1194.667h85.333V1280H1280zM1365.333 1194.667h85.333V1280h-85.333zM1450.667 1194.667H1536V1280h-85.333zM1536 1194.667h85.333V1280H1536zM1621.333 1194.667h85.333V1280h-85.333zM1706.667 1194.667H1792V1280h-85.333zM1792 1194.667h85.333V1280H1792zM1877.333 1194.667h85.333V1280h-85.333zM1962.667 1194.667H2048V1280h-85.333zM2048 1194.667h85.333V1280H2048zM2133.333 1194.667h85.333V1280h-85.333zM2218.667 1194.667H2304V1280h-85.333zM2304 1194.667h85.333V1280H2304zM2389.333 1194.667h85.333V1280h-85.333zM2474.667 1194.667H2560V1280h-85.333zM0 1280h85.333v85.333H0zM85.333 1280h85.333v85.333H85.333zM170.667 1280H256v85.333h-85.333zM256 1280h85.333v85.333H256zM341.333 1280h85.333v85.333h-85.333zM426.667 1280H512v85.333h-85.333zM512 1280h85.333v85.333H512zM597.333 1280h85.333v85.333h-85.333zM682.667 1280H768v85.333h-85.333zM768 1280h85.333v85.333H768zM853.333 1280h85.333v85.333h-85.333zM938.667 1280H1024v85.333h-85.333zM1024 1280h85.333v85.333H1024zM1109.333 1280h85.333v85.333h-85.333zM1194.667 1280H1280v85.333h-85.333zM1280 1280h85.333v85.333H1280zM1365.333 1280h85.333v85.333h-85.333zM1450.667 1280H1536v85.333h-85.333zM1536 1280h85.333v85.333H1536zM1621.333 1280h85.333v85.333h-85.333zM1706.667 1280H1792v85.333h-85.333zM1792 1280h85.333v85.333H1792zM1877.333 1280h85.333v85.333h-85.333zM1962.667 1280H2048v85.333h-85.333zM2048 1280h85.333v85.333H2048zM2133.333 1280h85.333v85.333h-85.333zM2218.667 1280H2304v85.333h-85.333zM2304 1280h85.333v85.333H2304zM2389.333 1280h85.333v85.333h-85.333zM2474.667 1280H2560v85.333h-85.333zM0 1365.333h85.333v85.333H0zM85.333 1365.333h85.333v85.333H85.333zM170.667 1365.333H256v85.333h-85.333zM256 1365.333h85.333v85.333H256zM341.333 1365.333h85.333v85.333h-85.333zM426.667 1365.333H512v85.333h-85.333zM512 1365.333h85.333v85.333H512zM597.333 1365.333h85.333v85.333h-85.333zM682.667 1365.333H768v85.333h-85.333zM768 1365.333h85.333v85.333H768zM853.333 1365.333h85.333v85.333h-85.333zM938.667 1365.333H1024v85.333h-85.333zM1024 1365.333h85.333v85.333H1024zM1109.333 1365.333h85.333v85.333h-85.333zM1194.667 1365.333H1280v85.333h-85.333zM1280 1365.333h85.333v85.333H1280zM1365.333 1365.333h85.333v85.333h-85.333zM1450.667 1365.333H1536v85.333h-85.333zM1536 1365.333h85.333v85.333H1536zM1621.333 1365.333h85.333v85.333h-85.333zM1706.667 1365.333H1792v85.333h-85.333zM1792 1365.333h85.333v85.333H1792zM1877.333 1365.333h85.333v85.333h-85.333zM1962.667 1365.333H2048v85.333h-85.333zM2048 1365.333h85.333v85.333H2048zM2133.333 1365.333h85.333v85.333h-85.333zM2218.667 1365.333H2304v85.333h-85.333zM2304 1365.333h85.333v85.333H2304zM2389.333 1365.333h85.333v85.333h-85.333zM2474.667 1365.333H2560v85.333h-85.333z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CradialGradient id=%22a%22%3E%3Cstop offset=%220%22 stop-color=%22%23fff%22 stop-opacity=%22.7%22%2F%3E%3Cstop offset=%2275%25%22 stop-color=%22%23fff%22 stop-opacity=%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.course-intro-video-play {
    position: absolute;
    background: rgb(178 255 1);
    color: #000000;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 0 33px 10px rgb(0 0 0 / 30%);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.course-intro-video-play.mobile {
    width: 65px;
    height: 65px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.course-intro-video-play.mobile i {
    position: relative;
    left: 1px;
}
.course-intro-video-outer video {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    display: block;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
}
.toggle-outline {
    background: #1f301c;
    text-align: left;
    padding: 21px;
    border-radius: 10px;
    font-family: 'Inter';
    margin-bottom: 16px;
}
.toggle-body .card {
    padding: 17px 0 0 0;
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
}
.toggle-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.toggle-header span {
    color: #b2ff01;
    padding-right: 6px;
}
.toggle-header[aria-expanded="true"] .arrow-toggle i {
    transform: rotate(180deg);
}
.arrow-toggle {
    padding-left: 30px !important;
}
.arrow-toggle i {
    transition: all .3s ease-in-out;
}
.toggle-body p:last-child {
    margin-bottom: 0;
}
.course-feature-list .col-md-4 {
    margin-bottom: 30px;
}
.course-feature {
    background: #1f301c;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.josh-image {
    aspect-ratio: 3/3.5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.josh-image img {
    border-radius: 10px;
    min-width: 100%;
    object-fit: cover;
    min-height: 100%;
    aspect-ratio: 3/3.5;
    height: 100%;
}

.new-course h1 {
    font-size: 52px;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .course-overview .hero h1 {
        font-size: 50px;
        letter-spacing: -0.01em!important;
    }
    .course-overview .btn {
        width: 100%;
    }
    .course-intro-video-outer video {
        aspect-ratio: 16 / 11;
    }
    .toggle-header span {
        display: block;
        font-size: 12px;
        margin-top: 3px;
    }
    .josh-image {
        aspect-ratio: 1/1;
    }
    .course-overview.audio {
        height: auto;
    }
    .mp_wrapper.mpcs-course-list .grid .grid-pad:first-child {
        padding-right: 0px;
    }
    .mp_wrapper.mpcs-course-list .grid .grid-pad:last-child {
        padding-left: 0px;
        margin-top: 5px;
    }
    .mp_wrapper.mpcs-course-list .grid {
        display: block;
    }
}




/** audio player **/
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #6e6e6e;
    border-radius: 100px;
}



/** css tabs **/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}


.new-course .magicpattern {
    border-radius: 30px;
}


/** categories **/
.post-categories div {
    margin: 6px;
    padding: 5px 16px;
    font-size: 16px;
    border-radius: 40px;
}
.post-type {
    background: #b3ff13;
    color: #000;
}
.post-categories .category {
    background: #283926;
}
span.divider {
    padding: 0 20px;
    opacity: .5;
}
@media (max-width: 768px) {
    .post-categories {
        flex-wrap: wrap;
    }
    span.divider {
        padding: 0 6px;
    }
    .blog-title {
        flex-direction: column-reverse;
        align-items: start!important;
    }
}


/** Sidebar signup **/
.sidebar-signup {
    width: 100%;
    background: #dfdbd2;
    border-radius: 30px;
    padding: 50px;
}
.sidebar-signup h4 {
    font-family: 'Big Shoulders Display';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 68px;
    line-height: 0.95;
    margin: 10px 0 20px;
}
.sidebar-signup .sub {
    margin-bottom: 0;
    font-size: 27px;
}
.sticky-30 {
    position: sticky;
    top: 30px;
}
@media (max-width: 768px) {
    .sidebar-signup {
        padding: 32px;
    }
}