
:root {
    --color-blue: #3029D7;
    --color-yellow: #FACD01;
    --roc: "roc-grotesk",sans-serif;;
    --proxima: "proxima-nova",sans-serif;
    --light-yellow: #FFF6DC;
}
.bg-light-yellow {
    background: var(--light-yellow) !important;
}
.color-yellow {
    color: var(--color-yellow);
}
.h2 {
    font-weight: 600;
}
body {
    color: #000;
}
.roc-condensed {
    font-family: "roc-grotesk-condensed", sans-serif;
    font-weight: 600;
}
.roc {
    font-family: var(--roc) !important;
    font-weight: 700;
    line-height: .83542em;
}
.roc.bold {
    font-weight: 800;
}
.proxima {
    font-family: var(--proxima) !important;
}
.proxima.bolder {
    font-weight: 800;
}
.italic {
    font-style: italic;
}

.btn {
    display: block;
    max-width: fit-content;
}
.btn:hover,
.btn.btn-ghost:hover {
    color: #000;
}
.btn.yellow {
    background: var(--color-yellow);
    color: #000;
}
.btn.yellow::before ,
.btn.parent-yellow::before,
.btn.black-ghost::before {
    background: #000;
}

.btn.yellow.black-parent::before {
    background: var(--color-blue);
}
.btn.yellow:hover,
.btn.black-ghost:hover,
.btn.parent-yellow:hover {
    color: #fff;
}
.p.md {
    font-size: 21px;
}
.btn.lg {
    font-size: 21px;
    height: 4em;
    line-height: 4em;
}
.btn.black-ghost {
    background: none;
    border: 2px solid #000;
    color: #000;
}
.btn.white-ghost {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
.icon {
    width: .5em;
    margin-left: .25em;
}
.btn.white-ghost::before {
    background: #fff;
}
.btn.white-ghost:hover {
    color: #000;
}
.btn.white-ghost:hover .icon {
    filter: brightness(0);
}

.btn.black-ghost .icon {
    transition: 500ms;
}
.btn.black-ghost:not(:hover) .icon {
    filter: brightness(0);
}
/* 280 px */
.btn.size-sm {
    min-width: 13.33em; 
}
/* 310 px */
.btn.size-md {
    min-width: 14.76em; 
}
/* 390 px */
.btn.size-lg {
    min-width: 18.57em; 
}


.list {
    list-style: disc;
}
.list li {
    font-size: 1em;
}

.color-yellow {
    color: var(--color-yellow);
}



.banner {
    padding: 74px 0 80px;
}
.banner p {
    margin-bottom: 2em;
}
.btn-group {
    gap: 20px;
}
.banner .btn-group .btn {
    min-width: 8.334em;
}
.banner .btn-group .btn span {
    padding: 1.334em 0;
}

/*---- Book Section ----*/
.book-section {
    background: var(--color-yellow);
    padding: 164px 0 120px;
}
.book-details .h1 {
    letter-spacing: -.01em;
    margin-bottom: .10em;
}
.book-details .p {
    margin-bottom: 1.2em;
}

.section-arts {
    pointer-events: none;
}
.recognitions {
    margin-top: 40px;
}
.recognitions p span {
    display: block;
    font-weight: bold;
    font-size: 6.67em;
    line-height: .9em;
}
.recognitions p span:nth-child(2) {
    font-size: 1.67em;
    text-transform: uppercase;
}


.book-image {
    margin-top: -5.7em;
    position: relative;
}
.book-image img {
    width: 42.77em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


.dots-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20.11em;
}
.dots-shape2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 38.1em;
}
.dots-shape3 {
    position: absolute;
    bottom: 9.1em;
    right: 0;
    width: 10.6em;
}
.menu-book_btns {
    display: flex;
    padding: 10px 0;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 500ms;
}
.book_page .navigation.sticky .header .logo, 
.book_page .navigation.sticky .header .primary-nav-desktop,
.book_page.menu-active .navigation.sticky .menu-book_btns,
.masterclass_page .navigation.sticky .header .logo, 
.masterclass_page .navigation.sticky .header .primary-nav-desktop,
.masterclass_page.menu-active .navigation.sticky .menu-book_btns {
    opacity: 0;
    pointer-events: none;
}
.book_page .navigation.sticky .menu-book_btns,
.masterclass_page .navigation.sticky .menu-book_btns {
    opacity: 1;
    pointer-events: auto;
}

.book_page .navigation.sticky .menu-icon,
.masterclass_page .navigation.sticky .menu-icon {
    display: flex !important;
}

/*---- Podcasts Section ----*/
.home_page .podcasts {
    background: #fff;
    padding-bottom: 90px;
}
.home_page .podcast-overview .podcasts {
    padding: 3.2em 0 0;
}
.home_page .podcasts-row {
    margin-top: 1.2em;
    position: relative;
    z-index: 2;
}
.home_page .podcast-img {
    border-radius: 0.4em 0.4em 0 0;
    position: relative;
}
.home_page .card-block {
    border-radius: 0 0 0.4em 0.4em;
    background: #FFF;
    box-shadow: 0 0 2.3em 0 rgba(36, 36, 36, 0.06);
    padding: .7em 0.66em 3.5em;
    position: relative;
}
.home_page .podcasts-row .read-more {
    bottom: 1em;
    padding: 0 0.66em;
}
.home_page .podcasts .blog-title {
    margin-top: 0;
}
.home_page .podcasts-row .card {
    padding-bottom: 0;
}
.home_page .episode-title {
    background: var(--color-yellow);
    position: relative;
}
.home_page .episode-title .p {
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: .15em;
    color: var(--color-blue);
    line-height: 1em;
    padding: .42em 0 .3em;
}


/*---- MasterClass ----*/
.masterclass-sec {
    background: #000;
    padding: 8.6em 0 4.5em;
    position: relative;
    font-size: 20px;
}
.masterclass-sec .h1 span:first-child {
    font-size: .4148em;
    line-height: 1em;
}

.masterclass-sec .h1 span:nth-child(2) {
    font-size: .9148em;
    line-height: 1em;
}

.masterclass-content .p {
    margin: 1.2em 0 0.9em;
}
.masterclass-content ul.p.md {
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.masterclass-content li {
    color: #fff;
}
.masterclass-sec .recognitions {
    margin-bottom: 2.65em;
}

.masterclass-content ul.p.md li:not(:last-child) {
    margin-bottom: .75em;
}
.ipad-img {
    position: absolute;
    top: 11%;
    right: 58.5%;
    width: 52em;
    z-index: 10;
    pointer-events: none;
}
.yellow-shape-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 16.35em;
}
.yellow-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19.5em;
}

/*---- Meet Our Experts ----*/
.experts-row {
    font-size: 20px;
    margin: 1.8em -0.75em 0;
    position: relative;
    z-index: 2;
}
.experts-row .col-oneThird {
    padding: 0 0.75em;
}
.single-expert {
    position: relative;
}
.expert-img {
    border-radius: 0.6em;
}
.expert-info {
    position: absolute;
    width: 100%;
    text-align: center;
    transition: 400ms ease;
    top: 0;
    opacity: 1;
    height: 100%;
    padding-bottom: 2.1em;
    border-radius: 0.6em;
    box-shadow: unset;
}
.single-expert:hover .expert-info {
    box-shadow: 2px 1px 5.75em #1A11FB inset;
}
.expert-name {
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
}
.expert-designation {
    color: #fff;
    font-size: 1.2em;
    margin: 0.4em 0 0.35em;
    font-weight: 500;
}
.expert-link {
    color: var(--color-yellow);
    font-size: 0.9em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    opacity: 0;
    transition: 500ms;
}
.single-expert:hover .expert-link {
    opacity: 1;
}
.expert-link img {
    width: 1.35em;
    margin-left: 0.5em;
}
.view-team {
    margin-top: 3.5em;
}

.art-4 {
    background: url(../images/art-4.svg);
    width: 653px;
    height: 179px;
    right: 0;
    left: auto;
}
/*---- Newsletter ----*/
.newsletter-sec {
    position: relative;
}


.newsletterForm {
    font-size: 20px;
    padding-left: 3.55em;
    padding-right: 3.55em;
}
.newsletter-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 52vw;
    border-top-left-radius: 1em;
    background: #1A11FB;
}
.newsletter-shape {
    position: absolute;
    top: -2.1em;
    right: -0.7em;
    z-index: 0;
    opacity: 0.07;
    width: 70%;
    pointer-events: none;
    mix-blend-mode: color;
}
.newsletterForm .p.lg span {
    display: block;
    color: var(--color-yellow);
    font-size: 2em;
    margin-bottom: .75em;
    font-weight: bold;
}

.form-field {
    margin-bottom: 1.5em;
}
.form-field .xm-tooltip {
    background: var(--color-yellow);
}
.form-field .xm-tooltip::after {
    border-top-color: var(--color-yellow);
}
.form-field input {
    font-size: 1.25em;
    color: #292929;
    text-align: center;
    padding: 0.42em;
    width: 100%;
    border: none;
    border-bottom: 0.15em solid var(--color-yellow);
}
.newsletterForm input::-moz-placeholder {
    color: #292929;
    opacity: 0.7;
}
.newsletterForm input::-ms-placeholder {
    color: #292929;
    opacity: 0.7;
}
.newsletterForm input::-webkit-input-placeholder {
    color: #292929;
    opacity: 0.7;
}
.newsletterForm .btn::before {
    background: #000;
}


/*---- Footer -----*/
.footer {
    font-size: 18px;
}
.footer-logo {
    width: 6.5em;
    height: 6.5em;
}
.footer-top {
    background: #000;
}
.podcast-links .h2 {
    color: var(--color-yellow);
    font-size: 1.3em;
    margin-bottom: 1em;
}
.footer-links {
    padding: 0 2em 0 4em;
}
.footer-links ul {
    column-count: 2;
}
.footer-links li {
    width: 100%;
    font-size: unset;
    margin-bottom: 0.65em;
}
.footer-links li a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
}
.footer-links li:last-child {
    margin-bottom: 0;
}


.podcast-links-row a img {
    width: 2.5em;
    height: 2.5em;
    margin-right: 1.9em;
}
.home_page .podcast-links-row a img {
    width: 2.5em;
    height: 2.5em;
    margin-right: 1.9em;
}
.home_page .a2a_menu_container {
    top: 0;
    position: relative;
    right: auto;
    display: flex !important;
    justify-content: space-between;
    height: auto !important;
    width: auto;
}
.share-it {
    font-size: .55em;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: .23em;
    line-height: 1em;
    display: block;
    pointer-events: auto;
}
.home_page .a2apage_dropdown {
    position: relative;
    bottom: auto !important;
    top: auto !important;
    right: auto;
    left: auto;
    padding: 0;
    opacity: 1;
    box-shadow: none;
    background: none !important;
    transform: none;
}
.home_page .a2apage_dropdown::before {
    display: none;
}
.home_page .share-parent a.a2a_i {
    opacity: 1;
    transform: none;
    margin-left: 0;
    margin-right: .5em;
    pointer-events: auto;
}
.home_page .a2a_mini_services {
    justify-content: flex-start;
}


.the-star-review {
    background: var(--light-yellow);
    padding: 3.67em 0;
}
.the-star-review_row .quote {
    width: 12.8em;
    left: 0;
    top: -1.25em;
    position: absolute;
}
.the-star-review_row {
    padding-left: 12em;
}
.the-star-review_row .stars {
    width: auto;
    height: 2em;
    margin-bottom: 1.5em;
}
.the-star-review_row h2 {
    font-size: 2.6em;
    line-height: 1.18em;
    letter-spacing: -.01em;
    margin-bottom: 1em;
}
.the-star-review_row h3 {
    font-size: 1.61em;
    line-height: 1em;
    letter-spacing: -.01em;
    margin: 0;
}
.the-star-review_row h3 span {
    font-size: .85em;
}


.primary-nav-desktop {
    position: relative;
    display: flex;
    justify-content: flex-end;
    top: .1em;
}
.primary-nav-desktop ul {
    gap: 5em;
}
.menu-active .primary-nav-desktop {
    display: none !important;
}
.sticky .primary-nav-desktop ul li a {
    color: #fff;
}
.primary-nav-desktop ul li a {
    display: block;
    font-size: 1em;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: var(--color-blue);
    position: relative;
    padding: 0 .25em;
    overflow: hidden;
}
.primary-nav-desktop ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-yellow);
    width: 100%;
    height: 3px;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease, transform-origin 0s linear 0.3s; 
}
.primary-nav-desktop ul li a.active::before{
    transform-origin: left !important;
    transform:  scaleX(1) !important;
}
.primary-nav-desktop ul li a:hover::before{
    transform-origin: left;
    transform:  scaleX(1);
    transition: transform 0.3s ease;
}
.primary-nav-desktop ul li a:not(:hover)::before {
    transform: scaleX(0);
    transform-origin: right; 
    transition: transform 0.3s ease;
}

/*~~ Podcast Overview Page ~~*/
.card.hidden {
    display: none;
}
.podcast-overview .podcasts {
    padding-top: 60px;
}
.podcast-overview .experts-sec {
    padding-top: 0;
}
.episodes-loader {
    padding-top: 3em;
}
.episodes-loader img {
    width: 6em;
}
.overlay.video-overlay {
    background: rgba(0, 0, 0, 0.9);
}
.video-overlay .overlay-close {
    background-image: url(../images/close-video-popup.svg);
    height: 2.4em;
    width: 2.4em;
    border-radius: 0;
    right: 1em;
    top: 1em;
}

.video-wrapper {
    border: .5em solid var(--color-yellow);
    margin-bottom: 3.5em;
}


/*~~~ Buy Now ~~~*/
.buy-now-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0.7em 0 0.4em;
    max-height: 12.6em;
    overflow: auto;
    z-index: 999999;
    box-shadow: 0px 2px 15px 0px #565656;
    display: none;
}
.region {
    font-size: 1.2em;
    font-weight: 500;
    display: block;
    padding: 0 0.77em;
}
.buyNow {
    z-index: 10;
}
.buy-now-options ul {
    margin: 0.6em 0 1em;
}
.buy-now-options li {
    margin-bottom: 0.3em;
}
.buy-now-options li a {
    padding: 0 1.3em;
    display: block;
    line-height: 1.1em;
}
.buy-now-options ul li a:hover {
    background: #000;
    color: #fff;
}

/*~~ Free Chapter Lightbox ~~*/
.free-chapter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.90);
    z-index: 999999;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    pointer-events: none;
}
.free-chapter-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.free-chapter-overlay .cta-content {
    background: #ffffff;
    padding: 4em;
    width: 43em;
}
.free-chapter-overlay .cta-content .h2,
.free-chapter-overlay .cta-content .p {
    color: #000;
}
.free-chapter-overlay .book-form-field {
    border: 2px solid #000;
    max-width: 100%;
}
.free-chapter-overlay .free-chapter-form .book-form-field .btn {
    background: #000;
}
.close-chapter-box {
    position: absolute;
    top: 0.7em;
    right: 0.7em;
    background: #fff;
}
.close-chapter-box img {
    width: 2em;
    height: 2em;
    filter: brightness(0);
}
.free-chapter-overlay .cta-content .p {
    margin: 0.74em 0 1.3em;
}
.free-chapter-overlay .free-chapter-form .book-form-field .btn {
    min-width: 9.4286em;
}
.free-chapter-overlay .book-form-field input {
    width: calc(100% - 9em);
    text-align: left;
    color: #000;
    font-size: 22px;
    padding: 0 1.3181em;
    border: none;
    font-weight: 500;
}
.free-chapter-overlay  .book-form-field input::placeholder {
    color: #000;
}


@media screen and (max-width: 1599px) {
    .p.md,
    .btn.lg {
        font-size: 18px;
    }
    .banner {
        padding: 62px 0 66px;
    }
    .btn-group {
        gap: 17px;
    }
    .book-section {
        padding: 136px 0 99px;
    }
    .recognitions {
        margin-top: 33px;
    }
    .home_page .podcasts {
        padding-bottom: 75px;
    }
    .masterclass-sec,
    .experts-row,
    .newsletterForm {
        font-size: 17px;
    }
    .footer {
        font-size: 15px;
    }
    .art-4 {
        width: 539px;
        height: 148px;
    }
    .section-arts {
        font-size: 14px;
    }
    .book-image img {
        width: 41.25em;
    }
    .home_page .podcasts-row {
        font-size: 24px;
    }
    .the-star-review_row .quote {
        width: 12em;
        top: -.9em;
    }
    .the-star-review_row {
        padding-left: 11em;
    }
    .the-star-review_row h2 {
        font-size: 2.5em;
    }    

    .primary-nav-desktop ul {
        gap: 4em;
    }
    .podcast-overview .podcasts {
        padding-top: 50px;
    }
    .free-chapter-overlay .book-form-field input {
        width: calc(100% - 7.75em);
    }
}

@media screen and (max-width: 1279px) {
    .p.md {
        font-size: 16px;
    }
    .btn.lg {
        font-size: 15px;
    }
    .banner {
        padding: 48px 0 51px;
    }
    .btn-group {
        gap: 13px;
    }
    .book-section {
        padding: 105px 0 77px;
    }
    .recognitions {
        margin-top: 26px;
    }
    .home_page .podcasts {
        padding-bottom: 58px;
    }
    .masterclass-sec,
    .experts-row,
    .newsletterForm {
        font-size: 13px;
    }
    .footer {
        font-size: 12px;
    }
    .art-4 {
        width: 417px;
        height: 115px;
    }

    .section-arts {
        font-size: 9px;
    }
    .recognitions-item p,
    .book-image.p {
        font-size: 13px;
    }
    .home_page .podcasts-row,
    .episode-title .p {
        font-size: 12px;
    }
    .home_page .card-block {
        padding: 1em 1em 5.5em;
    }
    .home_page .podcasts-row .read-more {
        bottom: 1.5em;
        padding: 0 1em;
    }
    .dual-link .btn {
        min-width: 9em;
    }
    .share-it {
        font-size: .8em;
    }
    .home_page a.a2a_i .a2a_svg, .home_page a.a2a_more .a2a_svg {
        height: 28px;
        line-height: 28px;
        width: 28px;
    }
    .ipad-img {
        width: 71em;
    }

    .the-star-review_row .quote {
        width: 9.5em;
        top: 0;
    }
    .the-star-review_row {
        padding-left: 9em;
    }
    .the-star-review_row h2 {
        font-size: 2.05em;
    } 

    .primary-nav-desktop ul {
        gap: 3em;
    }
    .podcast-overview .podcasts {
        padding-top: 40px;
    }
    .free-chapter-overlay .book-form-field input {
        width: calc(100% - 6.5em);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home_page .podcasts .blog-title {
        font-size: 16px;
    } 

    .primary-nav-desktop ul {
        gap: 1.5em;
    }
}
@media screen and (max-width: 991px) {
    .container.md {
        max-width: 640px;
    }    
    .p.lg { 
        font-size: 14px;
    }
    .p.md {
        font-size: 14px;
    }
    .btn.lg {
        font-size: 13px;
    }
    .btn.size-sm {
        min-width: 11.5em; 
    }
    .btn.size-md {
        min-width: 12.5em; 
    }
    .btn.size-lg {
        min-width: 16em; 
    }
    .recognitions-item p,
    .book-image.p {
        font-size: 9px;
    }
    .section-arts {
        font-size: 8px;
    }
    .banner {
        padding: 36px 0 39px;
    }
    .btn-group {
        gap: 10px;
    }
    .book-section {
        padding: 79px 0 58px;
    }
    .recognitions {
        margin-top: 20px;
    }
    .home_page .podcasts {
        padding-bottom: 44px;
    }
    .masterclass-sec,
    .experts-row,
    .newsletterForm {
        font-size: 11px;
    }
    .footer {
        font-size: 9px;
    }
    .art-4 {
        width: 314px;
        height: 86px;
    }
    .view-team {
        margin-top: 30px;
    }
    .newsletter-row .col-49 {
        width: 47%;
    }
    .newsletterForm {
        padding-left: 20px;
        padding-right: 0;
    }
    .dual-link .btn {
        min-width: 12em;
    }

    .the-star-review_row .quote {
        width: 8em;
        top: 0;
    }
    .the-star-review_row {
        padding-left: 7.5em;
    }
    .the-star-review_row h2 br {
        display: none;
    } 
    .the-star-review {
        padding: 3em 0;
    }
    .podcast-overview .podcasts {
        padding-top: 30px;
    }
    .podcasts-row .card.marginB0 {
        margin-bottom: 2em !important;
    }
    .podcasts-row .card.marginB0:last-of-type {
        margin-bottom: 0 !important;
    }
    .free-chapter-overlay .book-form-field input {
        width: calc(100% - 5.6em);
    }
}

@media screen and (max-width: 767px) {
    
    .menu-icon > span {
        display: block;
    }
    .menu-book_btns .btn-group {
        gap: 0;
        justify-content: flex-start;
        width: 100%;
        padding: 0 15px;
    }
    .menu-book_btns .btn-group .btn {
        min-width: 1px;
        font-size: 11px !important;
        height: 3em;
        line-height: 3em;
        padding: 0 1em;
        margin-right: 1em;
    }
    .book_page .navigation.sticky .menu-book_btns {
        padding: 7px;
    }
    .banner h1 {
        font-size: 42px;
    }
    .h2 {
        font-size: 48px;
    }
    .p.lg,
    .p.md { 
        font-size: 18px;
    }
    .banner p {
        margin-bottom: 1.5em;
    }
    .banner .btn-group .btn {
        min-width: 100%;
    }
    .btn.lg {
        font-size: 15px;
        height: 54px;
        line-height: 56px;
        min-width: 100%;
    }
    .btn.black-ghost,
    .btn.white-ghost {
        line-height: 50px;
    }
    .section-arts {
        font-size: 8px;
    }
    .dots-shape1 {
        left: -3.2em
    }
    .btn.size-sm,
    .btn.size-md,
    .btn.size-lg {
        min-width: 100%; 
    }
    .recognitions-item p,
    .book-image.p {
        font-size: 9px;
    }
    .banner {
        padding: 40px 0;
    }
    .btn-group {
        gap: 14px;
    }
        
    .book-section {
        padding: 66px 0 70vw;
    }
    .recognitions {
        margin-top: 35px;
    }
    .book-image {
        margin-top: 3em;
        position: relative;
    }
    .book-image img {
        width: 41.25em;
        left: 29%;
    }
    .book-details .buy-now-wrapper {
        width: 100%;
    }
    .home_page .podcasts {
        padding-bottom: 44px;
        padding-top: 60vw;
    }
    .home_page .podcasts .h2 {
        font-size: 48px;
        padding-left: 15px;
    }
    .home_page .podcasts-row {
        font-size: 15px;
        margin: 2em 0 0;
    }
    .home_page .podcasts-row .card {
        padding: 0;
    }
    .home_page .podcasts .blog-title {
        font-size: 20px;
        margin-bottom: 1em;
    }
    .home_page .podcasts-row .read-more {
        bottom: 0;
        padding: 0;
    }
    .dual-link .btn {
        min-width: 55%;
    }
    .home_page .card-block {
        padding: 1em 1em 1.5em;
    }
    .episode-title .p {
        font-size: 15px;
    }
    .home_page a.a2a_i .a2a_svg, .home_page a.a2a_more .a2a_svg {
        height: 32px;
        line-height: 32px;
        width: 32px;
    }
    .share-it {
        font-size: .9em;
    }
    .view-episodes {
        padding: 0 20px;
    }

    .roc {
        line-height: 1.24em;
    }
    .ipad-img {
        position: relative;
        width: 100%;
        left: -3em;
        top: 0;
        right: auto;
        margin-top: -6em;
        z-index: 0;
        margin-bottom: 34px;
    }

    .masterclass-sec {
        font-size: 11px;
    }
    .masterclass-sec .h1 span:first-child {
        font-size: .5em;
        line-height: 1.58em;
    }

    .masterclass-sec .h1 span:nth-child(2) {
        font-size: .925em;
        line-height: 1.3em;
    }
    .masterclass-content .h1 {
        margin-bottom: 0;
    }
    .masterclass-content .p {
        margin: .65em 0 1.5em;
    }
    .masterclass-content ul.p.md {
        margin: 0 0 1.5em;
        padding-left: 1.23em;
    }
    .masterclass-sec .recognitions {
        margin-bottom: 4em;
    }
    .masterclass-content .btn-group {
        flex-direction: column-reverse;
    }

    /*~~ Experts ~~*/
    .experts-sec .h2 {
        font-size: 48px;
        padding: 0 0.5em;
        margin-bottom: 0;
    }
    .experts-sec {
        padding: 60px 0;
    }
    .experts-row {
        font-size: 24px;
        margin: 2.3em 0 0;
    }
    .experts-sec .container {
        padding: 0;
    }
    .experts-row .col-oneThird {
        padding: 0 0 .5em;
    }
    .expert-img {
        border-radius: 0;
    }
    .expert-name {
        font-size: 1.3em;
    }
    .expert-designation {
        font-size: 0.9em;
    }
    .expert-link {
        opacity: 1;
        font-size: .65em;
    }
    .expert-info {
        box-shadow: none !important;
        opacity: 1;
        padding-bottom: 1.5em;
    }
    .single-expert:hover .expert-info {
        padding-bottom: 1.9em;
    }
    .view-team {
        margin-top: 1.55em;
        padding: 0 1em;
    }
    .view-team a {
        font-size: 18px;
        width: 100%;
        height: 3.89em;
        line-height: 3.89em;
    }

    /*~~ Newsletter ~~*/
    .newsletter-sec {
        padding: 0
    }
    .newsletter-sec .container {
        padding: 0;
    }
    .newsletter-sec .h2 {
        font-size: 48px;
        margin-bottom: 0.4em;
    }
    .newsletter-sec .p {
        font-size: 15px;
    }
    .newsletter-row .col-50 {
        padding: 0 20px 40px;
    }
    .newsletter-row .col-49 {
        width: 100%;
    }
    .newsletterForm {
        padding: 3em 1em;
        border-radius: 0;
        width: 100%;
        font-size: 20px;
    }
    .form-field input {
        font-size: 1.2em;
    }

    .newsletter-shape {
        width: 100%;
        top: -2.4em;
        right: -53%;
    }

    .newsletter-bg {
        width: 100%;
        border-top-left-radius: 0;
        background: #1A11FB;
    }
    .newsletterForm .p.lg span {
        margin-bottom: 1em;
    }

    
    .footer {
        font-size: 20px;
    }
    .footer-logo {
        width: 3.1em;
        height: 3.1em;
        margin: 0 auto;
    }
    .footer-links {
        padding: 0;
        margin: 1.8em 0 1.7em;
    }
    .footer-links ul {
        justify-content: space-between;
    }
    .footer-links li {
        margin-bottom: 0;
    }
    .footer-links li a {
        font-size: 0.8em;
    }
    .podcast-links-row a img {
        width: 1.6em;
        height: 1.6em;
        margin-right: 1.3em;
    }
    .podcast-links .h2 {
        text-align: left;
        font-size: 0.9em;
    }


    .the-star-review {
        padding: 40px 0 40px;
    }
    .the-star-review .container {
        padding: 0;
    }
    .the-star-review_row .quote {
        width: 5em;
        transform: translateX(-60%);
        top: -.75em;
    }
    .the-star-review_row .stars {
        height: 1.55em;
        margin-bottom: .75em;
    }
    .the-star-review_row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .the-star-review_row h2 {
        font-size: 2em;
        line-height: 1.36em;
        margin-bottom: .35em;
    } 
    .the-star-review_row h3 {
        font-size: 1em;
    }

    /*~~ Podcast Overview ~~*/
    .podcast-overview.home_page .podcasts {
        padding: 50px 0 60px !important;
    }
    .podcast-overview.home_page .podcasts .h2 {
        padding-left: 0;
    }
    .podcasts-row .card.marginB0 {
        margin-bottom: 38px !important;
    }
    .video-wrapper {
        border: 2px solid var(--color-yellow);
        margin-bottom: 2.5em;
    }
    .video-overlay .overlay-close {
        height: 2em;
        width: 2em;
        right: .5em;
        top: .5em;
    }
    .home_page .homepagePlayers .card:nth-child(4),
    .home_page .homepagePlayers .card:nth-child(5),
    .home_page .homepagePlayers .card:nth-child(6) {
        display: none;
    }
    .free-chapter-overlay .cta-content {
        width: 100%;
        padding: 3em 1em;
    }
    .free-chapter-overlay .free-chapter-form {
        margin-bottom: 0;
    }
    .free-chapter-overlay .book-form-field input {
        width: 100%;
        margin-bottom: 0.5em;
        border: 2px solid #000;
    }
    .free-chapter-overlay .book-form-field {
        border: none;
    }
    .buy-now-options {
        max-height: 9.94em;
    }
    .menu-book_btns .buy-now-options {
        width: 220px;
        right: 11px;
        left: unset;
    }
    .menu-book_btns .buy-now-options li a {
        padding: 0 1em;
    }
    .menu-book_btns .region {
        padding: 0 0.5em;
    }
    .cta-content .p {
        margin: 16px 0 30px;
    }
    .book-form-field input {
        font-size: 18px !important;
        width: 100% !important;
        height: 61px;
        line-height: 61px;
        text-transform: uppercase;
        padding: 0 13px !important;
        margin-bottom: 18px !important;
    }
    .book-form-field {
        max-width: 100%;
    }
    .free-chapter-form .book-form-field .btn {
        min-width: 100% !important;
        height: 61px;
        line-height: 61px;
        font-size: 18px;
    }
    .menu-icon.visible-xs {
        display: flex !important;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {

    .banner h1 {
        font-size: 61px;
    }
    .h2 {
        font-size: 70px;
    }
    .p.lg,
    .p.md { 
        font-size: 26px;
    }
    .btn.lg {
        font-size: 22px;
        height: 78px;
        line-height: 81px;
    }
    .btn.black-ghost,
    .btn.white-ghost {
        line-height: 72px;
    }
    .section-arts {
        font-size: 12px;
    }
    .recognitions-item p,
    .book-image.p {
        font-size: 13px;
    }
    .banner {
        padding: 58px 0;
    }
    .btn-group {
        gap: 21px;
    }
    .menu-book_btns .btn-group {
        gap: 11px;
    }
    .menu-book_btns .btn {
        font-size: 21px;
    }
    .book_page .navigation.sticky .menu-book_btns {
        padding: 11px;
    }
    .book-section {
        padding: 96px 0 70vw;
    }
    .recognitions {
        margin-top: 51px;
    }
    .home_page .podcasts {
        padding-bottom: 64px;
    }
    .home_page .podcasts .h2 {
        font-size: 70px;
        padding-left: 22px;
    }
    .home_page .podcasts-row {
        font-size: 22px;
    }
    .home_page .podcasts .blog-title {
        font-size: 29px;
    }
    .episode-title .p {
        font-size: 22px;
    }
    .home_page a.a2a_i .a2a_svg, .home_page a.a2a_more .a2a_svg {
        height: 47px;
        line-height: 47px;
        width: 47px;
    }
    .view-episodes {
        padding: 0 29px;
    }
    .ipad-img {
        margin-bottom: 49px;
    }

    .masterclass-sec {
        font-size: 16px;
    }
    .experts-sec .h2 {
        font-size: 70px;
    }
    .experts-sec {
        padding: 87px 0;
    }
    .experts-row {
        font-size: 35px;
    }
    .view-team a {
        font-size: 26px;
    }
    .newsletter-sec .h2 {
        font-size: 70px;
    }
    .newsletter-sec .p {
        font-size: 22px;
    }
    .newsletter-row .col-50 {
        padding: 0 29px 58px;
    }
    .newsletterForm {
        font-size: 29px;
    }
    .footer {
        font-size: 29px;
    }
    .share-parent a.a2a_i {
        width: 47px;
    }    
    .the-star-review {
        padding: 58px 0 58px;
    }
    .the-star-review_row {
        padding-left: 29px;
        padding-right: 29px;
    }
    .podcast-overview.home_page .podcasts {
        padding: 72px 0 87px !important;
    }
    .podcasts-row .card.marginB0 {
        margin-bottom: 55px !important;
    }
    .menu-book_btns .btn-group .btn {
        font-size: 16px !important;
    }
    .menu-book_btns .buy-now-options {
        width: 310px;
        right: 16px;
    }
    .cta-content .p {
        margin: 24px 0 44px;
    }
    .book-form-field input {
        font-size: 26px !important;
        height: 88px;
        line-height: 88px;
        padding: 0 19px !important;
        margin-bottom: 26px !important;
    }
    .free-chapter-form .book-form-field .btn {
        height: 88px;
        line-height: 88px;
        font-size: 26px;
    }
}