/*
Theme Name: Family Matters
Theme URI: 
Version: 1.0
Description: Family Matters Child Theme
Author: Online With You
Author URI: https://onlinewithyou.nl
template: bb-theme
*/

*, *:active, *:focus {
   outline: none!important;
}

.top-menu-button #menu-top-account,
.top-menu-button #menu-top-account:hover{
    border-radius: 100px;
    transition: all 0.3s ease;
}

.top-menu-button #menu-top-account:hover{
    background-color: var(--fl-global-color-2);
}

.top-menu-button #menu-top-account i{
    margin-right: 10px;
}

.fl-builder-content-157 .fl-node-u8ahpbzndlr6 {
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.fl-builder-content-157 .fl-node-sd35mpcwjgvu {
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.fl-builder-content-157 .fl-node-u8ahpbzndlr6 > .fl-module-uabb-advanced-menu,
.fl-builder-content-157 .fl-node-u8ahpbzndlr6 > .top-menu-button,
.fl-builder-content-157 .fl-node-sd35mpcwjgvu > .fl-module-uabb-advanced-menu,
.fl-builder-content-157 .fl-node-sd35mpcwjgvu > .top-menu-button {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

.fl-builder-content-157 .fl-node-u8ahpbzndlr6 > .top-menu-button,
.fl-builder-content-157 .fl-node-sd35mpcwjgvu > .top-menu-button {
    flex-basis: 124px !important;
    width: 124px !important;
    min-width: 124px !important;
}

.top-menu-button #menu-top-account {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 44px;
    width: max-content !important;
    min-width: max-content !important;
}

.top-menu-button #menu-top-account > li,
.top-menu-button #menu-top-account > li > a {
    min-height: 44px;
}

.top-menu-button #menu-top-account > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}

.top-menu-button #menu-top-account i,
.top-menu-button #menu-top-account span {
    line-height: 1 !important;
}

.fm-heading-family {
    color: var(--fl-global-color-1);
}

.fm-heading-matters {
    color: var(--fl-global-color-2);
}

.home-couses .learn-press-courses .course {
    width: 33.33%!important; /* desktop: 3 per row */
}

/* Tablet: 2 per row */
@media (max-width: 992px) {
    .home-couses .learn-press-courses .course {
        width: 50%!important;
    }
}

/* Mobile: 1 per row */
@media (max-width: 600px) {
    .home-couses .learn-press-courses .course {
        width: 100%!important;
    }
}

.learn-press-courses .course-readmore a {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.learn-press-courses .course-readmore a:hover,
.learn-press-courses .course-readmore a:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

.learn-press-courses .course-item {
    border-color: var(--fl-global-color-2) !important;
    border-radius: 10px !important;
}

.lp-archive-courses .learn-press-courses .course-permalink:hover,
.lp-archive-courses .learn-press-courses .course-permalink:focus,
.lp-archive-courses .learn-press-courses .course-permalink:hover .course-title,
.lp-archive-courses .learn-press-courses .course-permalink:focus .course-title {
    color: var(--fl-global-color-1) !important;
}

.lp-archive-courses .learn-press-courses .course-instructor a:hover,
.lp-archive-courses .learn-press-courses .course-instructor a:focus,
.lp-archive-courses .learn-press-courses .course-instructor a:hover .instructor-display-name,
.lp-archive-courses .learn-press-courses .course-instructor a:focus .instructor-display-name,
.lp-archive-courses .course-instructor a:hover,
.lp-archive-courses .course-instructor a:focus,
.lp-archive-courses .course-instructor a:hover .instructor-display-name,
.lp-archive-courses .course-instructor a:focus .instructor-display-name {
    color: var(--fl-global-color-1) !important;
}

body.page-id-9 .learn-press-courses .course-permalink:hover,
body.page-id-9 .learn-press-courses .course-permalink:focus,
body.page-id-9 .learn-press-courses .course-permalink:hover .course-title,
body.page-id-9 .learn-press-courses .course-permalink:focus .course-title {
    color: var(--fl-global-color-1) !important;
}

body.page-id-9 .learn-press-courses .course-item:hover,
body.page-id-9 .learn-press-courses li.course:hover .course-item {
    box-shadow: none !important;
}

#fl-to-top {
    right: 22px !important;
    bottom: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border: 2px solid rgba(255, 255, 255, 0.78) !important;
    border-radius: 50% !important;
    background: var(--fl-global-color-1) !important;
    color: #fff !important;
    opacity: 0.78 !important;
    box-shadow: 0 10px 22px rgba(245, 115, 130, 0.28) !important;
    line-height: 1 !important;
    text-align: center !important;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
}

#fl-to-top:hover,
#fl-to-top:focus {
    background: var(--fl-global-color-2) !important;
    color: #fff !important;
    opacity: 1 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(61, 186, 161, 0.28) !important;
    outline: none !important;
}

#fl-to-top i {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

@media (max-width: 600px) {
    #fl-to-top {
        right: 16px !important;
        bottom: 16px !important;
        width: 44px !important;
        height: 44px !important;
    }
}

.fm-pricing-table .pp-pricing-table-colset > .pp-pricing-table-col:nth-child(2) .pp-pricing-table-column {
    border-color: #f1a243 !important;
}

.fm-pricing-table .pp-pricing-table-colset > .pp-pricing-table-col:nth-child(3) .pp-pricing-table-column {
    border-color: #f57382 !important;
}

.fm-pricing-table .pp-pricing-package-button {
    border-radius: 100px !important;
}

.fm-faqs .uabb-faq-module {
    max-width: 760px;
}

.fm-faqs .uabb-faq-item {
    overflow: hidden;
    margin-bottom: 12px !important;
    border: 1px solid rgba(61, 186, 161, 0.22);
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.fm-faqs .uabb-faq-item-active {
    border-color: rgba(61, 186, 161, 0.65);
    background: #fbfffe;
    box-shadow: none;
}

.fm-faqs .uabb-faq-questions-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 17px 18px !important;
    cursor: pointer;
}

.fm-faqs .uabb-faq-question-label {
    display: block !important;
    flex: 1 1 auto;
    margin: 0 !important;
    padding: 0 18px 0 0 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
}

.fm-faqs .uabb-faq-icon-wrap {
    display: inline-flex !important;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f9f9;
    color: #101010;
}

.fm-faqs .uabb-faq-item-active .uabb-faq-icon-wrap {
    background: var(--fl-global-color-1);
    color: #fff;
}

.fm-faqs .uabb-faq-button-icon {
    display: block !important;
    width: auto !important;
    height: auto !important;
    color: #101010 !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.fm-faqs .uabb-faq-item-active .uabb-faq-button-icon {
    color: #fff !important;
}

.fm-faqs .uabb-faq-content {
    padding: 0 18px 18px !important;
    color: #202020;
}

.fm-faqs .uabb-faq-content p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.65;
}

.fm-cta-column .fl-col-content {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.18) 0 95px, transparent 96px),
        linear-gradient(135deg, #f57382 0%, #f86f85 52%, #f1a243 100%) !important;
    padding: 70px 32px !important;
}

.fm-cta-column .fl-col-content::before,
.fm-cta-column .fl-col-content::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 999px;
}

.fm-cta-column .fl-col-content::before {
    right: -80px;
    top: -95px;
    width: 250px;
    height: 250px;
    border: 28px solid rgba(255, 255, 255, 0.18);
}

.fm-cta-column .fl-col-content::after {
    left: -65px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    background: rgba(61, 186, 161, 0.24);
}

.fm-cta-column .fl-module,
.fm-cta-column .fl-module-content {
    position: relative;
    z-index: 1;
}

.fm-cta-column .uabb-heading-text {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}

.fm-cta-column .uabb-subheading {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.fm-cta-column .fl-button {
    min-width: 258px;
    box-shadow: 0 10px 24px rgba(16, 16, 16, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.fm-cta-column .fl-button:hover,
.fm-cta-column .fl-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(16, 16, 16, 0.16);
}

@media (max-width: 768px) {
    .fm-faqs .uabb-faq-questions-button {
        padding: 15px 16px !important;
    }

    .fm-faqs .uabb-faq-question-label {
        font-size: 17px !important;
    }

    .fm-faqs .uabb-faq-content {
        padding: 0 16px 16px !important;
    }

    .fm-cta-column .fl-col-content {
        border-radius: 16px !important;
        padding: 48px 22px !important;
    }

    .fm-cta-column .fl-col-content::before {
        right: -105px;
        top: -110px;
        width: 220px;
        height: 220px;
        border-width: 22px;
    }

    .fm-cta-column .fl-col-content::after {
        left: -95px;
        bottom: -105px;
        width: 190px;
        height: 190px;
    }

    .fm-cta-column .fl-button {
        width: 100%;
        min-width: 0;
        max-width: 290px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .fm-pricing-table .pp-pricing-table-colset {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 28px !important;
    }

    .fm-pricing-table .pp-pricing-table-colset > .pp-pricing-table-col {
        float: none !important;
        width: calc(50% - 14px) !important;
        max-width: 360px !important;
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .fm-pricing-table .pp-pricing-table-colset {
        display: flex !important;
        flex-direction: column !important;
        gap: 22px !important;
    }

    .fm-pricing-table .pp-pricing-table-colset > .pp-pricing-table-col {
        float: none !important;
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .fm-pricing-table .pp-pricing-table-column {
        max-width: 620px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .fm-pricing-table .pp-pricing-table-price .pp-pricing-table-duration {
        display: block !important;
        margin-top: 6px !important;
        line-height: 1.25 !important;
    }

    .fm-pricing-table .pp-pricing-table-features {
        max-width: 420px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: left !important;
    }

    .fm-pricing-table .pp-pricing-table-features li {
        text-align: left !important;
    }

    .fm-pricing-table .pp-pricing-table-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        text-align: left !important;
    }

    .fm-pricing-table .pp-pricing-item-icon-wrapper {
        flex: 0 0 18px !important;
        width: 18px !important;
        margin-top: 3px !important;
        text-align: center !important;
    }

    .fm-pricing-table .pp-pricing-table-item-text {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
}

.lp-archive-courses .lp-content-area,
.lp-single-course .lp-content-area,
.learn-press-breadcrumb {
    max-width: 1200px !important;
}

body.post-type-archive-lp_course .learn-press-breadcrumb {
    display: none !important;
}

body.single-lp_course .learn-press-breadcrumb {
    display: none !important;
}

body.single-lp_course .lp-single-course__header {
    margin-right: 20px !important;
    margin-left: 20px !important;
    border-radius: 20px !important;
    background-color: #fdf7e9 !important;
    overflow: hidden;
}

body.single-lp_course .lp-single-course__header p,
body.single-lp_course .lp-single-course__header .course-description,
body.single-lp_course .lp-single-course__header .lp-course-description {
    color: #101010 !important;
    font-weight: 500 !important;
}

body.post-type-archive-lp_course .search-courses button,
body.post-type-archive-lp_course .search-courses button i,
body.post-type-archive-lp_course .search-courses .lp-icon-search {
    color: #fff !important;
}

body.page-id-10 .fl-post-header {
    display: none !important;
}

body.page-id-5 .fl-post-header {
    display: none !important;
}

body.page-id-6 .fl-post-header {
    display: none !important;
}

body.page-id-6 #learn-press-profile {
    max-width: 1200px;
    margin: 0 auto 70px;
    font-family: Montserrat, sans-serif;
}

body.page-id-6 #learn-press-profile .lp-content-area {
    max-width: 1200px !important;
    padding: 0;
}

body.page-id-6 #learn-press-profile .wrapper-profile-header {
    margin-bottom: 32px !important;
    padding: 24px !important;
    border: 1px solid rgba(61, 186, 161, 0.35);
    border-radius: 20px;
    background-color: #f3f9f9;
}

body.page-id-6 #learn-press-profile .lp-profile-content-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

body.page-id-6 #learn-press-profile .lp-profile-left {
    float: none !important;
    width: auto !important;
}

body.page-id-6 #learn-press-profile .user-avatar,
body.page-id-6 #learn-press-profile .user-avatar img {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50% !important;
}

body.page-id-6 #learn-press-profile .user-avatar {
    overflow: hidden;
    background-color: #fff;
}

body.page-id-6 #learn-press-profile .user-avatar img {
    object-fit: cover;
}

body.page-id-6 #learn-press-profile .lp-btn-to-edit-avatar,
body.page-id-6 #learn-press-profile .lp-btn-to-edit-cover-image {
    display: none !important;
}

body.page-id-6 #learn-press-profile .lp-profile-right {
    float: none !important;
    width: auto !important;
}

body.page-id-6 #learn-press-profile .lp-profile-username {
    margin: 0 !important;
    color: #101010;
    font-weight: 700;
}

body.page-id-6 #profile-sidebar {
    width: 270px !important;
}

body.page-id-6 #profile-nav {
    overflow: hidden;
    border: 1px solid rgba(61, 186, 161, 0.35) !important;
    border-radius: 10px;
    background-color: #fff;
}

body.page-id-6 #profile-nav .lp-profile-nav-tabs,
body.page-id-6 #profile-nav .profile-tab-sections {
    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-6 #profile-nav .lp-profile-nav-tabs > li > a,
body.page-id-6 #profile-nav .profile-tab-sections li a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 18px !important;
    border-color: rgba(61, 186, 161, 0.18) !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

body.page-id-6 #profile-nav .lp-profile-nav-tabs > li.active > a,
body.page-id-6 #profile-nav .lp-profile-nav-tabs > li:hover > a {
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
}

body.page-id-6 #learn-press-profile .lp-profile-nav-tabs > li.active {
    background-color: var(--fl-global-color-1) !important;
}

body.page-id-6 #profile-nav a i {
    color: var(--fl-global-color-2);
}

body.page-id-6 #profile-nav .lp-profile-nav-tabs > li.active > a i,
body.page-id-6 #profile-nav .lp-profile-nav-tabs > li:hover > a i {
    color: #fff !important;
}

body.page-id-6 #profile-content {
    width: calc(100% - 300px) !important;
}

body.page-id-6 #profile-content table,
body.page-id-6 #profile-content .lp-list-table {
    width: 100% !important;
    overflow: hidden;
    border: 1px solid var(--fl-global-color-2) !important;
    border-radius: 10px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background-color: #fff;
}

body.page-id-6 #profile-content table th,
body.page-id-6 #profile-content table td {
    padding: 14px 18px !important;
    border-color: rgba(61, 186, 161, 0.25) !important;
    color: #101010;
    vertical-align: middle;
}

body.page-id-6 #profile-content table th {
    background-color: #f3f9f9 !important;
    font-weight: 700;
}

body.page-id-6 #profile-content table a {
    color: var(--fl-global-color-2) !important;
    font-weight: 600;
}

body.page-id-6 #profile-content input[type="text"],
body.page-id-6 #profile-content input[type="password"],
body.page-id-6 #profile-content input[type="email"],
body.page-id-6 #profile-content textarea {
    width: 100% !important;
    min-height: 48px;
    padding: 12px 16px !important;
    border: 2px solid rgba(61, 186, 161, 0.35) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    box-shadow: none !important;
}

body.page-id-6 #profile-content input[type="text"]:focus,
body.page-id-6 #profile-content input[type="password"]:focus,
body.page-id-6 #profile-content input[type="email"]:focus,
body.page-id-6 #profile-content textarea:focus {
    border-color: var(--fl-global-color-1) !important;
    box-shadow: 0 0 0 3px rgba(61, 186, 161, 0.16) !important;
}

body.page-id-6 #profile-content button,
body.page-id-6 #profile-content .lp-button,
body.page-id-6 #profile-content input[type="submit"] {
    min-height: 48px;
    padding: 12px 22px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body.page-id-6 #profile-content button:hover,
body.page-id-6 #profile-content .lp-button:hover,
body.page-id-6 #profile-content input[type="submit"]:hover {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.page-id-6 #profile-content .learn-press-form,
body.page-id-6 #profile-content .learn-press-subtab-content {
    margin-bottom: 30px;
}

body.page-id-6 #learn-press-profile.lp-user-profile.guest {
    margin-bottom: 48px;
}

body.page-id-6 #learn-press-profile .learn-press-form-login,
body.page-id-6 #learn-press-profile .learn-press-form-register {
    width: min(100%, 560px);
    margin: 0 auto 24px;
    padding: 38px 40px 34px !important;
    border: 1px solid rgba(61, 186, 161, 0.3);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 16, 16, 0.08);
}

body.page-id-6 #learn-press-profile .learn-press-form-login h3,
body.page-id-6 #learn-press-profile .learn-press-form-register h3 {
    margin: 0 0 24px !important;
    color: #101010;
    font-family: Montserrat, sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.page-id-6 #learn-press-profile .learn-press-form-login .form-fields,
body.page-id-6 #learn-press-profile .learn-press-form-register .form-fields {
    display: grid;
    gap: 18px;
    margin: 0 0 18px !important;
    padding: 0 !important;
    list-style: none;
}

body.page-id-6 #learn-press-profile .learn-press-form-login .form-field,
body.page-id-6 #learn-press-profile .learn-press-form-register .form-field {
    margin: 0 !important;
    list-style: none;
}

body.page-id-6 #learn-press-profile .learn-press-form-login label,
body.page-id-6 #learn-press-profile .learn-press-form-register label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    color: #101010;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

body.page-id-6 #learn-press-profile .learn-press-form-login .required,
body.page-id-6 #learn-press-profile .learn-press-form-register .required {
    color: var(--fl-global-color-1);
}

body.page-id-6 #learn-press-profile .learn-press-form-login input[type="text"],
body.page-id-6 #learn-press-profile .learn-press-form-login input[type="password"],
body.page-id-6 #learn-press-profile .learn-press-form-register input[type="text"],
body.page-id-6 #learn-press-profile .learn-press-form-register input[type="password"],
body.page-id-6 #learn-press-profile .learn-press-form-register input[type="email"] {
    width: 100% !important;
    min-height: 48px;
    padding: 12px 16px !important;
    border: 2px solid rgba(61, 186, 161, 0.28) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

body.page-id-6 #learn-press-profile .learn-press-form-login input[type="text"]:focus,
body.page-id-6 #learn-press-profile .learn-press-form-login input[type="password"]:focus,
body.page-id-6 #learn-press-profile .learn-press-form-register input[type="text"]:focus,
body.page-id-6 #learn-press-profile .learn-press-form-register input[type="password"]:focus,
body.page-id-6 #learn-press-profile .learn-press-form-register input[type="email"]:focus {
    border-color: var(--fl-global-color-1) !important;
    box-shadow: 0 0 0 3px rgba(61, 186, 161, 0.16) !important;
}

body.page-id-6 #learn-press-profile .learn-press-form-login p,
body.page-id-6 #learn-press-profile .learn-press-form-register p {
    margin: 0 0 16px !important;
}

body.page-id-6 #learn-press-profile .learn-press-form-login p:has(input[name="rememberme"]) {
    margin-bottom: 18px !important;
}

body.page-id-6 #learn-press-profile .learn-press-form-login input[name="rememberme"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--fl-global-color-1);
}

body.page-id-6 #learn-press-profile .learn-press-form-login button[type="submit"],
body.page-id-6 #learn-press-profile .learn-press-form-register button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 22px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

body.page-id-6 #learn-press-profile .learn-press-form-login button[type="submit"]:hover,
body.page-id-6 #learn-press-profile .learn-press-form-login button[type="submit"]:focus,
body.page-id-6 #learn-press-profile .learn-press-form-register button[type="submit"]:hover,
body.page-id-6 #learn-press-profile .learn-press-form-register button[type="submit"]:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

body.page-id-6 #learn-press-profile .learn-press-form-login a,
body.page-id-6 #learn-press-profile .learn-press-form-register a {
    color: var(--fl-global-color-1) !important;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

body.page-id-6 #learn-press-profile .learn-press-form-login a:hover,
body.page-id-6 #learn-press-profile .learn-press-form-login a:focus,
body.page-id-6 #learn-press-profile .learn-press-form-register a:hover,
body.page-id-6 #learn-press-profile .learn-press-form-register a:focus {
    color: var(--fl-global-color-2) !important;
    text-decoration: underline;
}

@media (max-width: 600px) {
    body.page-id-6 #learn-press-profile.lp-user-profile.guest {
        margin-bottom: 32px;
    }

    body.page-id-6 #learn-press-profile .learn-press-form-login,
    body.page-id-6 #learn-press-profile .learn-press-form-register {
        padding: 28px 24px 26px !important;
    }

    body.page-id-6 #learn-press-profile .learn-press-form-login h3,
    body.page-id-6 #learn-press-profile .learn-press-form-register h3 {
        margin-bottom: 20px !important;
        font-size: 24px !important;
    }
}

body.page-id-6 #profile-content .lp-order-recover {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
}

body.page-id-6 #learn-press-profile .learn-press-filters li a.active,
body.page-id-6 #learn-press-profile .learn-press-filters li a:hover,
body.page-id-6 #learn-press-profile .learn-press-filters li span.active,
body.page-id-6 #learn-press-profile .learn-press-filters li span:hover,
body.page-id-6 #learn-press-profile .learn-press-filters li.active a,
body.page-id-6 #learn-press-profile .learn-press-filters li.active span {
    color: var(--fl-global-color-1) !important;
}

body.page-id-6 #learn-press-profile .learn-press-filters li a.active::after,
body.page-id-6 #learn-press-profile .learn-press-filters li a:hover::after,
body.page-id-6 #learn-press-profile .learn-press-filters li span.active::after,
body.page-id-6 #learn-press-profile .learn-press-filters li span:hover::after,
body.page-id-6 #learn-press-profile .learn-press-filters li.active a::after,
body.page-id-6 #learn-press-profile .learn-press-filters li.active span::after {
    background: var(--fl-global-color-1) !important;
}

body.page-id-6 #learn-press-profile .learn-press-course-builder-link {
    color: var(--fl-global-color-1) !important;
}

body.page-id-6 #learn-press-profile .learn-press-course-builder-link:hover,
body.page-id-6 #learn-press-profile .learn-press-course-builder-link:focus {
    border-color: var(--fl-global-color-1) !important;
    background: var(--fl-global-color-1) !important;
    color: #fff !important;
}

body.page-id-6 #learn-press-profile .review-stars-rated,
body.page-id-6 #learn-press-profile .review-stars-rated .review-star,
body.page-id-6 #learn-press-profile .lp-review-svg-star,
body.page-id-6 #learn-press-profile .course-count,
body.page-id-6 #learn-press-profile .course-meta__pull-left i,
body.page-id-6 #learn-press-profile [class^="lp-icon-"],
body.page-id-6 #learn-press-profile [class*=" lp-icon-"] {
    color: var(--fl-global-color-1) !important;
}

body.page-id-6 #profile-content .lp-order-recover input[type="text"] {
    flex: 1 1 auto;
}

body.page-id-6 #profile-content .lp-order-recover .button-recover-order {
    flex: 0 0 auto;
    min-width: 130px;
}


#learn-press-profile .learn-press-form-login,
#learn-press-profile .learn-press-form-register{
	margin: 0 10px 24px!important;
}

@media (max-width: 900px) {
    body.page-id-6 #profile-sidebar,
    body.page-id-6 #profile-content {
        float: none !important;
        width: 100% !important;
    }

    body.page-id-6 #profile-sidebar {
        margin-bottom: 24px !important;
    }

    body.page-id-6 #profile-content .lp-order-recover {
        display: block;
    }

    body.page-id-6 #profile-content .lp-order-recover .button-recover-order {
        width: 100% !important;
        margin-top: 10px !important;
    }

    body.page-id-6 #learn-press-profile .lp-profile-content-area {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 14px;
    }

    body.page-id-6 #learn-press-profile .lp-profile-right {
        align-items: center !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    body.page-id-6 #learn-press-profile .lp-profile-user-bio {
        display: block !important;
        width: 100% !important;
        max-width: 270px;
        margin: 8px auto 0 !important;
        color: #101010;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
    }
}

body.page-id-9 .fl-post-header {
    display: none !important;
}

body.page-id-8 .fl-post-header {
    display: none !important;
}

body.page-id-5 .learn-press-breadcrumb,
body.page-id-5 .lp-archive-courses > h1.lp-content-area,
body.page-id-5 .entry-title {
    display: none !important;
}

body.page-id-5 #learn-press-checkout-form input[type="text"],
body.page-id-5 #learn-press-checkout-form input[type="password"],
body.page-id-5 #learn-press-checkout-form input[type="email"],
body.page-id-5 #learn-press-checkout-form input[type="tel"],
body.page-id-5 #learn-press-checkout-form textarea {
    width: 100% !important;
    min-height: 54px;
    padding: 14px 18px !important;
    border: 2px solid var(--fl-global-color-2) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

body.page-id-5 #learn-press-checkout-form textarea {
    min-height: 140px;
    resize: vertical;
}

body.page-id-5 #learn-press-checkout-form input[type="text"]:focus,
body.page-id-5 #learn-press-checkout-form input[type="password"]:focus,
body.page-id-5 #learn-press-checkout-form input[type="email"]:focus,
body.page-id-5 #learn-press-checkout-form input[type="tel"]:focus,
body.page-id-5 #learn-press-checkout-form textarea:focus {
    border-color: var(--fl-global-color-1) !important;
    box-shadow: 0 0 0 3px rgba(61, 186, 161, 0.16) !important;
}

body.page-id-5 #learn-press-checkout-form .form-field {
    margin-bottom: 14px !important;
}

body.page-id-5 #learn-press-checkout-form label {
    margin-bottom: 6px !important;
    color: #101010;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

body.page-id-5 #learn-press-checkout-form #learn-press-checkout-place-order {
    display: block !important;
    width: 100% !important;
    min-height: 54px;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

body.page-id-5 #learn-press-checkout-form #learn-press-checkout-place-order:hover,
body.page-id-5 #learn-press-checkout-form #learn-press-checkout-place-order:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

/* Sign in / Sign up switch link block under checkout forms */
body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-up-link,
body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-in-link {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 6px;
    margin: 4px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 10px;
    background-color: #f3f9f9;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4;
}

body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-up-link a,
body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-in-link a {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 6px 14px !important;
    border-radius: 999px;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-up-link a:hover,
body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-up-link a:focus,
body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-in-link a:hover,
body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-in-link a:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-up-link label,
body.page-id-5 #learn-press-checkout-form .lp-checkout-sign-in-link label {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-weight: 700 !important;
    cursor: pointer;
}

body.page-id-5 .learnpress > .lp-content-area > p {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    color: #101010;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

body.page-id-5 .learnpress > .lp-content-area > p:first-child {
    margin-bottom: 8px;
    font-weight: 600;
}

body.page-id-5 .order_details {
    width: 100% !important;
    max-width: 1200px;
    margin: 18px auto 60px !important;
    overflow: hidden;
    border: 1px solid var(--fl-global-color-2) !important;
    border-radius: 10px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
}

body.page-id-5 .order_details th,
body.page-id-5 .order_details td {
    padding: 16px 18px !important;
    border-color: rgba(61, 186, 161, 0.28) !important;
    color: #101010;
    vertical-align: middle !important;
}

body.page-id-5 .order_details th {
    width: 250px;
    background-color: #f3f9f9;
    font-weight: 700;
}

body.page-id-5 .order_details td a:not(:has(button)) {
    color: var(--fl-global-color-2) !important;
    font-weight: 600;
}

body.page-id-5 .order_details .course-btn-continue {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-left: 12px !important;
    padding: 10px 22px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

body.page-id-5 .order_details .course-btn-continue:hover,
body.page-id-5 .order_details .course-btn-continue:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

@media (max-width: 700px) {
    body.page-id-5 .order_details th,
    body.page-id-5 .order_details td {
        display: block;
        width: 100% !important;
    }

    body.page-id-5 .order_details .course-btn-continue {
        width: 100% !important;
        margin-top: 12px !important;
        margin-left: 0 !important;
    }
}

body.page-id-8 .lp-list-instructors .item-instructor {
    border-color: var(--fl-global-color-2) !important;
    border-radius: 10px !important;
}

body.page-id-8 .lp-list-instructors .instructor-btn-view {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

body.page-id-8 .lp-list-instructors .instructor-btn-view:hover,
body.page-id-8 .lp-list-instructors .instructor-btn-view:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.single-lp_course .lp-section-instructor {
    padding: 10px !important;
    border-radius: 10px !important;
    background-color: #f3f9f9 !important;
}

body.single-lp_course .lp-section-instructor .instructor-avatar {
    flex: 0 0 130px !important;
    width: 130px !important;
}

body.single-lp_course .lp-section-instructor .instructor-avatar img {
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

body.single-lp_course .fl-comment-form {
    width: 100% !important;
}

body.single-lp_course .fl-comment-form label {
    margin-bottom: 4px !important;
    color: #101010;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

body.single-lp_course .fl-comment-form .form-control {
    width: 100% !important;
    min-height: 54px;
    margin-bottom: 4px !important;
    padding: 14px 18px !important;
    border: 2px solid var(--fl-global-color-2) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

body.single-lp_course .fl-comment-form textarea.form-control {
    height: 110px !important;
    min-height: 110px !important;
    resize: vertical;
}

body.single-lp_course .fl-comment-form br {
    display: none !important;
}

body.single-lp_course .fl-comment-form .comment-form-cookies-consent {
    margin-top: 6px !important;
    margin-bottom: 18px !important;
}

body.single-lp_course .fl-comment-form .form-control:focus {
    border-color: var(--fl-global-color-1) !important;
    box-shadow: 0 0 0 3px rgba(61, 186, 161, 0.16) !important;
}

body.single-lp_course .fl-comment-form .form-submit,
body.single-lp_course .fl-comment-form .form-submit input[type="submit"] {
    width: 100% !important;
}

body.single-lp_course .fl-comment-form input[type="submit"] {
    display: block !important;
    width: 100% !important;
    min-height: 54px;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

body.single-lp_course .fl-comment-form input[type="submit"]:hover,
body.single-lp_course .fl-comment-form input[type="submit"]:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.single-lp_course .lp-single-course-main__right__inner {
    overflow: hidden;
    border: 1px solid rgba(61, 186, 161, 0.35) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
}

@media (min-width: 1025px) {
    body.single-lp_course .lp-single-course .lp-single-course-main__right {
        margin-top: -249px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    body.single-lp_course .lp-single-course .lp-single-course-main__right {
        margin-top: 0 !important;
    }
}

body.single-lp_course .lp-single-course-main__right .course-img img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

body.single-lp_course .lp-single-course-main__right .course-price,
body.single-lp_course .lp-single-course-main__right .free {
    color: var(--fl-global-color-2) !important;
    font-weight: 600 !important;
}

body.single-lp_course .lp-single-course-main__right .info-meta-left i,
body.single-lp_course .lp-single-course-main__right .social-swapper i,
body.single-lp_course .lp-single-course-main__right [class^="lp-icon-"],
body.single-lp_course .lp-single-course-main__right [class*=" lp-icon-"] {
    color: var(--fl-global-color-2) !important;
}

body.single-lp_course .lp-single-course-main__right .info-meta-item {
    color: #101010;
}

body.single-lp_course .lp-single-course-main__right .course-buttons .lp-button,
body.single-lp_course .lp-single-course-main__right .button-enroll-course,
body.single-lp_course .lp-single-course-main__right .course-btn-continue {
    display: block !important;
    width: 100% !important;
    min-height: 54px;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

body.single-lp_course .lp-single-course-main__right .course-buttons .lp-button:hover,
body.single-lp_course .lp-single-course-main__right .course-buttons .lp-button:focus,
body.single-lp_course .lp-single-course-main__right .button-enroll-course:hover,
body.single-lp_course .lp-single-course-main__right .button-enroll-course:focus,
body.single-lp_course .lp-single-course-main__right .course-btn-continue:hover,
body.single-lp_course .lp-single-course-main__right .course-btn-continue:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.single-lp_course .lp-single-course-main__right .social-swapper {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

body.single-lp_course .lp-single-course-main__right .lp-button-wishlist-action,
body.single-lp_course .lp-single-course-main__right .share-toggle-icon {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

body.single-lp_course .lp-single-course-main__right .lp-button-wishlist-action:hover,
body.single-lp_course .lp-single-course-main__right .lp-button-wishlist-action:focus,
body.single-lp_course .lp-single-course-main__right .share-toggle-icon:hover,
body.single-lp_course .lp-single-course-main__right .share-toggle-icon:focus {
    color: var(--fl-global-color-2) !important;
}

body.single-lp_course .lp-single-course-main__right .lp-button-wishlist-action:hover i,
body.single-lp_course .lp-single-course-main__right .share-toggle-icon:hover i {
    color: var(--fl-global-color-2) !important;
}

body.single-lp_course .lp-single-course-main__right .course-progress__line__active {
    background-color: var(--fl-global-color-1) !important;
}

body.single-lp_course .learnpress-course-review .course-rate__summary-value {
    font-size: 58px !important;
    line-height: 1 !important;
}

@media (max-width: 600px) {
    body.single-lp_course .learnpress-course-review .course-rate__summary-value {
        font-size: 48px !important;
    }
}

body.single-lp_course .lp-single-course-main__right .info-learning {
    margin-bottom: 24px !important;
    color: #101010;
}

body.single-lp_course .lp-single-course-main__right .learn-press-message.warning {
    margin: 20px 0 14px !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(241, 162, 67, 0.28) !important;
    border-radius: 8px !important;
    background-color: rgba(241, 162, 67, 0.10) !important;
    color: #101010 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

body.single-lp_course .lp-single-course-main__right .lp-user-item.graduation {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    margin: 0 0 14px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background-color: rgba(61, 186, 161, 0.14) !important;
    color: var(--fl-global-color-2) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

body.single-lp_course .lp-single-course-main__right .course-progress {
    margin: 0 0 14px !important;
}

body.single-lp_course .lp-single-course-main__right .course-progress__label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 10px 0 6px !important;
    color: #101010 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body.single-lp_course .lp-single-course-main__right .course-progress__number {
    flex: 0 0 auto !important;
    color: var(--fl-global-color-2) !important;
    font-weight: 600 !important;
}

body.single-lp_course .lp-single-course-main__right .course-progress__line,
body.single-lp_course .lp-single-course-main__right .course-progress__line__active {
    height: 7px !important;
    border-radius: 999px !important;
}

body.single-lp_course .lp-single-course-main__right .course-progress__line {
    overflow: hidden !important;
    background-color: #f3f9f9 !important;
}

body.single-lp_course .lp-single-course-main__right .start-date,
body.single-lp_course .lp-single-course-main__right .end-date,
body.single-lp_course .lp-single-course-main__right .item-completed {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 7px !important;
    padding-top: 7px !important;
    border-top: 1px solid rgba(61, 186, 161, 0.14) !important;
    color: #101010 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body.single-lp_course .lp-single-course-main__right .item-completed {
    margin-bottom: 0 !important;
}

body.single-lp_course .lp-single-course-main__right .start-date span,
body.single-lp_course .lp-single-course-main__right .end-date span,
body.single-lp_course .lp-single-course-main__right .item-completed span:last-child {
    flex: 0 0 auto !important;
    font-weight: 600 !important;
}

@media (min-width: 601px) and (max-width: 1024px) {
    body.single-lp_course .lp-single-course-main__right__inner {
        position: static !important;
        max-width: 640px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.single-lp_course .lp-single-course-main__right .course-img img {
        height: auto !important;
    }
}

@media (max-width: 600px) {
    body.single-lp_course .lp-single-course-main__right__inner {
        position: static !important;
    }
}

body.course-item-popup #popup-header,
body.course-item-popup #popup-header .items-progress,
body.course-item-popup #popup-header .lp-button,
body.course-item-popup #popup-header .popup-close {
    background-color: var(--fl-global-color-2) !important;
}

body.course-item-popup #popup-header .course-title,
body.course-item-popup #popup-header .items-progress,
body.course-item-popup #popup-header .popup-close,
body.course-item-popup #popup-header i {
    color: #fff !important;
}

body.course-item-popup #popup-course .back-course {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 44px !important;
    height: 70px !important;
    padding: 0 18px !important;
    background: rgba(255, 255, 255, 0.10) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.course-item-popup #popup-course .back-course::after {
    content: "Terug naar cursus";
}

body.course-item-popup #popup-course .back-course:hover,
body.course-item-popup #popup-course .back-course:focus {
    background: rgba(255, 255, 255, 0.24) !important;
    color: #fff !important;
}

@media (max-width: 1024px) {
    body.course-item-popup #popup-course .back-course {
        width: 44px !important;
        padding: 0 !important;
    }

    body.course-item-popup #popup-course .back-course::after {
        content: none;
    }
}

body.course-item-popup .course-item.current {
    border-left-color: var(--fl-global-color-1) !important;
}

body.course-item-popup .course-item.current .course-item-title,
body.course-item-popup .course-item.current .course-item-ico,
body.course-item-popup .course-item.current .course-item__status,
body.course-item-popup .course-item:hover .course-item-title,
body.course-item-popup .course-item:hover .course-item-ico {
    color: var(--fl-global-color-1) !important;
}

body.course-item-popup .lp-modal-dialog .lp-modal-header {
    background-color: var(--fl-global-color-1) !important;
}

body.course-item-popup .lp-modal-dialog .lp-modal-header h3 {
    color: #fff !important;
}

body.course-item-popup .lp-modal-dialog .btn-yes,
body.course-item-popup .lp-modal-dialog .lp-button.btn-yes {
    border: none !important;
    border-radius: 6px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
}

body.course-item-popup .lp-modal-dialog .btn-yes:hover,
body.course-item-popup .lp-modal-dialog .lp-button.btn-yes:hover {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.course-item-popup .lp-modal-dialog .btn-no,
body.course-item-popup .lp-modal-dialog .lp-button.btn-no {
    border: 1px solid rgba(61, 186, 161, 0.35) !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    color: #101010 !important;
}

body.course-item-popup .content-item-description .wp-block-pdfp-pdf-poster,
body.course-item-popup .content-item-description .pdfp_wrapper {
    clear: both;
    width: 100% !important;
    margin: 16px 0 28px !important;
}

body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 0 16px !important;
    text-align: left !important;
}

body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper a,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper .pdfp_download_btn,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper .pdfp_download button {
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
}

body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper > a.button:not(.pdfp_download_btn),
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper > button:not(.pdfp_download_btn) {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper a:hover,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper a:focus,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper button:hover,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper button:focus {
    color: #fff !important;
    transform: translateY(-1px);
}

body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper .pdfp_download_btn:hover,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper .pdfp_download_btn:focus,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper .pdfp_download button:hover,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper .pdfp_download button:focus {
    background-color: var(--fl-global-color-2) !important;
}

body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper > a.button:not(.pdfp_download_btn):hover,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper > a.button:not(.pdfp_download_btn):focus,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper > button:not(.pdfp_download_btn):hover,
body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper > button:not(.pdfp_download_btn):focus {
    background-color: var(--fl-global-color-1) !important;
}

body.course-item-popup .content-item-description .pdfp_wrapper iframe {
    overflow: hidden;
    border: 1px solid rgba(61, 186, 161, 0.26) !important;
    border-bottom-width: 1px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: 0 18px 44px rgba(16, 16, 16, 0.08);
}

@media (max-width: 576px) {
    body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper {
        align-items: stretch !important;
        gap: 10px !important;
    }

    body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper a,
    body.course-item-popup .content-item-description .pdfp_wrapper .cta_wrapper button {
        width: 100% !important;
    }
}

body.course-item-popup .button-complete-lesson,
body.course-item-popup .lp-btn-complete-item {
    min-height: 44px;
    padding: 12px 28px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

body.course-item-popup .button-complete-lesson:hover,
body.course-item-popup .button-complete-lesson:focus,
body.course-item-popup .lp-btn-complete-item:hover,
body.course-item-popup .lp-btn-complete-item:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.course-item-popup .learn-press-progress .progress-active,
body.course-item-popup .learn-press-progress .learn-press-progress__active {
    background-color: var(--fl-global-color-1) !important;
}

body.page-id-10 .fl-post-content form[name="become-teacher-form"] {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

body.page-id-10 #learn-press-become-teacher-form {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.page-id-10 #fl-post-10 .fl-post-content > form[name="become-teacher-form"],
body.page-id-10 #fl-post-10 form[name="become-teacher-form"] {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.page-id-10 .become-teacher-form__description {
    margin-bottom: 24px !important;
    color: #202020;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

body.page-id-10 .become-teacher-fields {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.page-id-10 .become-teacher-fields .form-field {
    margin-bottom: 20px !important;
    list-style: none !important;
}

body.page-id-10 .become-teacher-fields label {
    margin-bottom: 8px !important;
    color: #101010;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

body.page-id-10 .become-teacher-fields input,
body.page-id-10 .become-teacher-fields textarea {
    width: 100% !important;
    min-height: 54px;
    padding: 14px 18px !important;
    border: 2px solid var(--fl-global-color-2) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
}

body.page-id-10 .become-teacher-fields textarea {
    min-height: 140px;
    resize: vertical;
}

body.page-id-10 .become-teacher-fields input:focus,
body.page-id-10 .become-teacher-fields textarea:focus {
    border-color: var(--fl-global-color-1) !important;
    box-shadow: 0 0 0 3px rgba(61, 186, 161, 0.16);
}

body.page-id-10 form[name="become-teacher-form"] button[type="submit"] {
    display: block !important;
    width: 100% !important;
    min-height: 54px;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

body.page-id-10 form[name="become-teacher-form"] button[type="submit"]:hover,
body.page-id-10 form[name="become-teacher-form"] button[type="submit"]:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

body.page-id-342 .fl-post-header {
    display: none !important;
}


}

.fm-contact-page {
    max-width: 1200px;
    margin: 0 auto 60px;
    font-family: Montserrat, sans-serif;
}

.fm-contact-hero {
    margin-bottom: 40px;
    padding: 60px 20px;
    border-radius: 20px;
    background-color: #fdf7e9;
    text-align: center;
}

.fm-contact-hero h1 {
    margin: 0;
    color: #101010;
    font-weight: 700;
}

.fm-contact-hero p {
    max-width: 760px;
    margin: 20px auto 0;
    color: #101010;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.fm-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    gap: 32px;
    align-items: start;
}

.fm-contact-info,
.fm-contact-card {
    border: 2px solid rgba(61, 186, 161, 0.22);
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 18px 42px rgba(16, 16, 16, 0.06);
}

.fm-contact-info {
    padding: 32px;
}

.fm-contact-info h2,
.fm-contact-card h2 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #101010;
    font-size: 30px;
    font-weight: 700;
}

.fm-contact-info p,
.fm-contact-intro {
    color: #202020;
    font-size: 16px;
    line-height: 1.7;
}

.fm-contact-list {
    display: grid;
    gap: 18px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.fm-contact-list li {
    padding: 18px;
    border-radius: 16px;
    background-color: #f3f9f9;
}

.fm-contact-list strong {
    display: block;
    margin-bottom: 6px;
    color: #101010;
    font-size: 15px;
}

.fm-contact-list span {
    display: block;
    color: #202020;
    font-size: 15px;
    line-height: 1.6;
}

.fm-contact-card {
    padding: 32px;
}

.fm-contact {
    margin-top: 24px;
}

.fm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.fm-span-2 {
    grid-column: 1 / -1;
}

.fm-field {
    min-width: 0;
}

.fm-label {
    display: block;
    margin-bottom: 8px;
    color: #101010;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.fm-req {
    color: var(--fl-global-color-1);
}

.fm-muted {
    color: rgba(16, 16, 16, 0.62);
    font-weight: 400;
}

.fm-contact .wpcf7-form-control-wrap {
    display: block;
}

.fm-input,
.fm-select,
.fm-textarea {
    width: 100% !important;
    min-height: 54px;
    padding: 14px 18px !important;
    border: 2px solid var(--fl-global-color-2) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #101010 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.fm-select {
    appearance: auto;
}

.fm-textarea {
    height: 110px !important;
    min-height: 110px;
    resize: vertical;
}

.fm-input:focus,
.fm-select:focus,
.fm-textarea:focus {
    border-color: var(--fl-global-color-1) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(61, 186, 161, 0.16) !important;
}

.fm-consent {
    color: #202020;
    font-size: 14px;
    line-height: 1.6;
}

.fm-consent label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
    font-weight: 400;
}

.fm-consent input[type="checkbox"] {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    accent-color: var(--fl-global-color-1);
}

.fm-actions {
    margin-top: 4px;
}

.fm-btn {
    display: block !important;
    width: 100% !important;
    min-height: 54px;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 100px !important;
    background-color: var(--fl-global-color-1) !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.fm-btn:hover,
.fm-btn:focus {
    background-color: var(--fl-global-color-2) !important;
    color: #fff !important;
}

.fm-contact .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

.fm-contact .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.fm-contact .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.fm-courses-hero {
    background-color: #fdf7e9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 268px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 60px 20px;
    border-radius: 20px;
}

.fm-courses-hero__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fm-courses-hero h1 {
    margin: 0;
    color: #101010;
    font-weight: 700;
}

.fm-courses-hero-title__accent {
    color: #f57382;
}

.fm-courses-hero__text {
    max-width: 720px;
    margin-top: 20px !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    color: #101010;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .fm-courses-hero {
        min-height: 240px;
        margin-right: 20px;
        margin-left: 20px;
        padding: 56px 20px;
    }

    .fm-courses-hero__text {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .fm-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .fm-contact-hero {
        padding: 56px 20px;
    }

    .fm-contact-hero p {
        font-size: 16px;
    }

    .fm-contact-info,
    .fm-contact-card {
        padding: 24px 20px;
    }

    .fm-grid {
        grid-template-columns: 1fr;
    }

    .fm-span-2 {
        grid-column: auto;
    }
}

@media (max-width: 992px) {
    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 50% !important;
        background: var(--fl-global-color-1) !important;
        box-shadow: none !important;
    }

    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger:hover,
    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger:focus,
    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger.uabb-active {
        background: var(--fl-global-color-1) !important;
        outline: none !important;
    }

    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container {
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        line-height: 1 !important;
    }

    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger svg.hamburger-menu {
        display: block !important;
        width: 18px !important;
        height: 18px !important;
    }

    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu rect {
        x: 7px;
        width: 36px;
        height: 5px;
        rx: 2.5px;
        fill: #fff !important;
    }

    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu .uabb-hamburger-menu-top {
        y: 9px;
    }

    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu .uabb-hamburger-menu-middle {
        y: 22.5px;
    }

    .fl-builder-content .uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu .uabb-hamburger-menu-bottom {
        y: 36px;
    }

    .fl-builder-content .fl-menu-mobile-toggle.hamburger {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        padding: 0 !important;
        border: none !important;
        border-radius: 50% !important;
        background: var(--fl-global-color-1) !important;
        box-shadow: none !important;
    }

    .fl-builder-content .fl-menu-mobile-toggle.hamburger:hover,
    .fl-builder-content .fl-menu-mobile-toggle.hamburger:focus,
    .fl-builder-content .fl-menu-mobile-toggle.hamburger.fl-active {
        background: var(--fl-global-color-1) !important;
        outline: none !important;
    }

    .fl-builder-content .fl-menu-mobile-toggle.hamburger .fl-menu-icon {
        display: block;
        width: 18px;
        height: 18px;
        line-height: 1;
    }

    .fl-builder-content .fl-menu-mobile-toggle.hamburger svg {
        width: 18px;
        height: 18px;
        fill: #fff !important;
    }

    .fl-builder-content .fl-menu-mobile-toggle.hamburger .hamburger-menu rect,
    .fl-builder-content .fl-menu-mobile-toggle.hamburger:hover .hamburger-menu rect,
    .fl-builder-content .fl-menu-mobile-toggle.hamburger:focus .hamburger-menu rect,
    .fl-builder-content .fl-menu-mobile-toggle.hamburger.fl-active .hamburger-menu rect,
    .fl-node-i4tq08ajpcbz .fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect,
    .fl-node-i4tq08ajpcbz .fl-menu .fl-menu-mobile-toggle.hamburger:hover .hamburger-menu rect,
    .fl-node-i4tq08ajpcbz .fl-menu .fl-menu-mobile-toggle.hamburger.fl-active .hamburger-menu rect {
        fill: #fff !important;
    }

    .fl-builder-content .fl-menu-mobile-toggle.hamburger:hover svg,
    .fl-builder-content .fl-menu-mobile-toggle.hamburger:focus svg,
    .fl-builder-content .fl-menu-mobile-toggle.hamburger.fl-active svg {
        fill: #fff !important;
    }
}

@media (max-width: 560px) {
    .fl-builder-content-157 .fl-node-u8ahpbzndlr6 > .top-menu-button,
    .fl-builder-content-157 .fl-node-sd35mpcwjgvu > .top-menu-button {
        flex-basis: 44px !important;
        width: 44px !important;
        min-width: 44px !important;
    }

    .top-menu-button #menu-top-account {
        width: 44px !important;
        min-width: 44px !important;
    }

    .top-menu-button #menu-top-account > li,
    .top-menu-button #menu-top-account > li > a {
        width: 44px !important;
        min-width: 44px !important;
    }

    .top-menu-button #menu-top-account > li > a {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-radius: 50% !important;
    }

    .top-menu-button #menu-top-account span {
        display: none !important;
    }

    .top-menu-button #menu-top-account i {
        margin-right: 0 !important;
    }
}


.uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn:before, .uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn:after{
    background-color: var(--fl-global-color-1)!important;
}


.learn-press-courses[data-layout=list] .course{
    border-bottom: none !important;
}

body.single-lp_course .lp-button-wishlist-action,
body.single-lp_course .course-button-wishlist__wrapper-no-css {
    display: none !important;
}
