.header-home-lp_nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 999;
}
.admin-bar .header-home-lp_nav {
    top: 30px;
}

.header-home-lp_nav .header-top {
    max-width: 1140px;
    margin: 0 auto;
}

.header-home-lp_nav nav {
    display: block;
}

.header-home-lp_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.header-home-lp_nav li a {
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
}

.header-top-mobile {
    display: none;
    position: relative;
    padding: 5px 20px;
}

.header__nav__logo {
    display: block;
    width: 50px;
}

.header__nav__button {
    position: absolute;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.header__nav__button .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background: #666;
    margin-bottom: 3px;
    margin-top: 3px;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s,-webkit-transform .9s;
}

.header__nav__mobile {
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 8;
    top: 0;
    height: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header__nav__mobile.active {
    height: auto;
}

.nav-toggle {
    position: absolute;
    display: block;
    cursor: pointer;
    right: 20px;
    top: 10px;
    z-index: 9;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
    outline: 0
}

.nav-toggle span {
    display: block
}

.nav-toggle__bottom,
.nav-toggle__middle,
.nav-toggle__top {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: #060f31;
    will-change: transform
}

.nav-toggle__top {
    top: -4px
}

.nav-toggle__middle {
    top: 0
}

.nav-toggle__bottom {
    top: 4px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.nav-toggle__middle,
.nav-toggle__top {
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s
}

.nav-toggle.active .nav-toggle__top {
    top: .1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-toggle.active .nav-toggle__middle {
    top: .02em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-toggle.active .nav-toggle__bottom {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0
}

.header-home-lp_nav .header__nav__mobile ul {
    display: block;
    padding: 13px 70px 13px 0;
}

.header-home-lp_nav .header__nav__mobile li {
    display: block;
}

.header-home-lp_nav .header__nav__mobile li a {
    display: block;
    padding: 7px 20px;
}

.header-home-lp {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-width: none;
    margin: 30px -50px 0;
    padding: 100px 30px;
}

.header-home-lp h1 {
    font-size: 67px;
    margin-bottom: 40px;
}

.header-home-lp .wrapper-btn,
.home_lp_block .wrapper-btn {
    width: 270px;
    height: 75px;
    margin-top: 30px;
}

.home_lp_block .wrapper-btn {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.convertkit {
    max-width: 300px;
    margin: 0 auto;
}

.convertkit button span {
    display: none !important;
}

.convertkit .formkit-fields .formkit-field:nth-child(2) {
    display: none !important;
}

.fiddlehed-free-lp-btn,
.convertkit button {
    display: block;
    /*transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: absolute;*/
    background: url('/wp-content/themes/saga-child/assets/images/free_lp_lesson_btn.png') 0 0 no-repeat;
    background-color: unset !important;
    background-size: 100% auto;
    width: 270px;
    height: 76px;
    overflow: hidden;
}

.fiddlehed-free-lp-btn:hover,
.convertkit button:hover {
    background-position: 0 -76px;
}

.formkit-input {
    font-family: Karla,sans-serif !important;
}

.footer-home-lp {
    text-align: center;
}

.footer-home-lp img {
    display: block;
    margin: 40px auto;
}

.footer-home-lp .wrapper-btn {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 270px;
}


/**
 * Blocks
 */
.home_lp_block {
    padding: 50px 0;
}
.home_lp_block h2 {
    font-family: obsoleteregular;
    font-size: 49px;
    text-align: center;
    color: #1c1c1c;
    max-width: 900px;
    margin: 0 auto;
}

.home_lp_block h3 {
    font-family: obsoleteregular;
    color: #990034;
    font-size: 30px;
    margin-bottom: 20px;
}

.home_lp_block h6 {
    font-size: 20px;
    text-transform: uppercase;
}

.home_lp_block .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home_lp_block__content {
    display: flex;
    align-items: center;
}

.home_lp_block__content .html-block {
    position: relative;
}

.home_lp_block__white {
    background: #fff;
    padding: 80px 100px;

}

.home_lp_block__bgcolor {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 100px;
    padding-right: 100px;
}



.home_lp_block__default .home_lp_block__content .image {
    width: 40%;
    padding: 30px;
}
.home_lp_block__default .home_lp_block__content .text {
    width: 60%;
    padding: 30px;
    font-size: 21px;
    line-height: 28px;
}

.home_lp_block__video .home_lp_block__content > div {
    width: 50%;
    padding: 30px;
}
.home_lp_block__video .home_lp_block__content .text,
.home_lp_block__video .home_lp_block__content .text ul li {
    font-size: 21px;
    line-height: 28px;
}

.home_lp_block__quote .home_lp_block__content > div {
    padding: 0 30px;
    width: 50%;
}



.home_lp_block__quote {
    margin-right: -50px;
    margin-left: -50px;
    padding: 10px 0;
}
.home_lp_block__quote .text {
    text-align: right;
}
.home_lp_block__quote .text em {
    font-size: 36px;
    max-width: 450px;
    line-height: 1.3;
    color: #1c1c1c;
    letter-spacing: -1pt;
    margin-bottom: 20px;
}



.home_lp_block__promo {
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
}
.home_lp_block__promo h2 {
    margin-bottom: 40px;
}
.home_lp_block__promo .text {
    font-size: 28px;
    color: #1c1c1c;
}



.home_lp_block__learn .home_lp_block__content {
    display: block;
}
.home_lp_block__learn h2 {
    margin-bottom: 70px;
    text-align: center;
}
.home_lp_block__learn .sub-title {
    text-align: center;
}
.home_lp_block__learn .home_lp_block__item {
    display: flex;
    padding: 30px 0;
}
.home_lp_block__learn .home_lp_block__item:nth-child(2n) {
    flex-direction: row-reverse;
}
.home_lp_block__learn .home_lp_block__item > div {
    padding: 0 30px;
    width: 50%;
}
.home_lp_block__learn .text {
    padding: 20px 0;
    font-size: 21px;
    line-height: 28px;
}
.home_lp_block__learn .text h3:after {
    display: block;
    content: '';
    height: 1px;
    width: 130px;
    background: #b8b8b8;
    margin: 20px 0;
}

.home_lp_block__learn .home_lp_block__item.tbd .html-block {
    width: 60%;
}
.home_lp_block__learn .home_lp_block__item.tbd .text {
    width: 40%;
}
.home_lp_block__learn .home_lp_block__item.tbd img.comments {
    position: absolute;
    top: -20px;
    right: 0;
    width: 420px;
}
.home_lp_block__learn .home_lp_block__item.tbd .mbMiniPlayer {
    position: relative;
    z-index: 9;
    background: #fff;
}


.home_lp_block__testimonials .home_lp_block__content {
    display: block;
}
.home_lp_block__testimonials h2 {
    margin-bottom: 10px;
    text-align: center;
}
.home_lp_block__testimonials .sub-title {
    text-align: center;
}
.home_lp_block__testimonials .home_lp_block__item {
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #b8b8b8;
}
.home_lp_block__testimonials .image {
    padding: 0 30px 0 0;
    width: 40%;
}
.home_lp_block__testimonials .text {
    padding: 10px 0 0;
    width: 60%;
}
.home_lp_block__testimonials .text {
    font-size: 25px;
    color: #333333;
    line-height: 1.2;
}
.home_lp_block__testimonials .text .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #8c8c8c;
}


.home_lp_block__results .home_lp_block__content {
    display: block;
}
.home_lp_block__results h2 {
    margin-bottom: 40px;
    text-align: center;
}
.home_lp_block__results .sub-title {
    text-align: center;
    margin-bottom: 40px;
}
.home_lp_block__results .home_lp_block__item {
    display: flex;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #b8b8b8;
}
.home_lp_block__results .home_lp_block__item:last-child {
    border: none;
    padding-bottom: 0;
}
.home_lp_block__results .image {
    width: 20%;
    padding-right: 30px;
}
.home_lp_block__results .text {
    width: 80%;
    font-family: obsoleteregular;
    color: #333333;
    font-size: 26px;
    line-height: 32px;
}


.home_lp_block__pricing .home_lp_block__content {
    display: block;
    padding: 0 50px;
    font-size: 21px;
    line-height: 28px;
}
.home_lp_block__pricing h2 {
    margin-bottom: 40px;
    text-align: center;
}


.home_lp_block__text .home_lp_block__content {
    display: block;
    font-size: 21px;
    line-height: 28px;
}
.home_lp_block__text h2 {
    margin-bottom: 40px;
    text-align: center;
}

#started_today .text {
    font-size: 21px;
    line-height: 28px;
    color: #595959;
}

.convertkit_block_title {
    font-family: Karla,sans-serif;
    color: #666;
    font-size: 22px;
    text-align: center;
}


@media (max-width: 1200px) {
    .home_lp_block__learn .home_lp_block__item.tbd img.comments {
        display: none !important;
    }
}


@media (max-width: 992px) {
    .wrap.container {
        padding: 0;
    }
    .wrap.container > .content.row {
        display: block;
        margin: 0;
    }
    .main {
        padding: 0;
        margin: 0;
    }
    .header-home-lp_nav {
        position: static;
    }
    .header-home-lp_nav .header-top {
        display: none;
    }
    .header-top-mobile {
        display: block;
    }
    .header-home-lp {
        margin: 0;
        padding: 40px 20px;
    }
    .home_lp_blocks {
        padding: 0 15px;
    }
    .header-home-lp h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .home_lp_block h2 {
        font-size: 21px;
    }
    .home_lp_block__content {
        display: block;
    }
    .home_lp_block__bgcolor {
        margin: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .home_lp_block__video .home_lp_block__content > div {
        width: 100% !important;
        padding: 10px 0 !important;
    }

    .home_lp_block__quote {
        padding: 10px 30px;
        margin: 0 -15px;
    }
    .home_lp_block__quote .home_lp_block__content > div,
    .home_lp_block__default .home_lp_block__content .image,
    .home_lp_block__default .home_lp_block__content .text,
    .home_lp_block__learn .home_lp_block__item.tbd .html-block,
    .home_lp_block__learn .home_lp_block__item.tbd .text,
    .home_lp_block__learn .home_lp_block__item > div,
    .home_lp_block__testimonials .image,
    .home_lp_block__testimonials .text,
    .home_lp_block__results .image,
    .home_lp_block__results .text {
        width: 100%;
        padding: 0;
    }
    .home_lp_block__promo {
        padding: 20px;
        margin: 0 -15px;
    }
    .home_lp_block__learn .home_lp_block__item {
        display: block;
    }
    .home_lp_block__learn .home_lp_block__item.tbd img.comments {
        width: 200px;
    }
    .home_lp_block__learn .image img {
        margin-top: 0 !important;
    }
    .home_lp_block__testimonials .home_lp_block__item {
        display: block;
    }
    .home_lp_block__testimonials .home_lp_block__item {
        padding: 20px 0;
    }
    .home_lp_block__testimonials {
        margin: 0 -15px;
    }
    .home_lp_block__results {
        margin: 0 -15px;
    }
    .home_lp_block__white {
        padding: 20px;
    }
    .home_lp_block__results .home_lp_block__item {
        display: block;
    }
    .home_lp_block__pricing .home_lp_block__content {
        padding: 0;
    }
    #faq {
        margin: 0 -15px;
    }
}

@media (max-width: 375px) {
    .home_lp_block__learn .home_lp_block__item.tbd img.comments {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .formkit-form .formkit-fields {
        display: block !important;
    }
    .fiddlehed-free-lp-btn, .convertkit button {
        width: 170px;
        height: 48px;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
