/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

a.post-more-link:hover {
    color: #3A74F6 !important;
}

.page-content form.search-form label {
    display: block;
}

.page-content form.search-form .search-submit {
    height: 45px;
}

.page-content form.search-form .kadence-search-icon-wrap {
    height: 45px;
}

.aside-col .search-field input {
    padding-right: 40px;
}

/* Sign in | Sign out icon starts*/
.nav-login-link a {
    display: flex;
    align-items: center;
}

.nav-login-link a::before {
    content: "\f2bd";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-size: 24px;
    padding-right: 10px;
}

/* Sign in | Sign out icon ends*/

/* memberpress login form style starts*/
.lms-login-outer {
    background: none;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: none !important;
}

.lms-login-outer .entry-content-wrap {
    padding: 0;
    background-color: #fff;
}

.lms-login-wrapper {
    background: white;
    border: 1px solid #9F9F9F;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.mp_login_form .submit {
    text-align: center;
}

.lms-rememberme {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lms-rememberme label {
    margin-bottom: 0;
    width: auto !important;
}

/* memberpress login form style ends*/

/* single lesson page style fixes  starts*/
.lms-lesson-wrapper .learndash-shortcode-wrap {
    display: none;
}

.learndash-wrapper .ld-focus .ld-focus-header {
    height: auto;
}

#masthead {
    width: 100%;
}

.learndash-cpt-sfwd-lessons {
    padding-top: 111px !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
    padding-top: 111px !important;
}

@media(max-width:786px) {
    .learndash-cpt-sfwd-lessons {
        padding-top: 0 !important;
    }

    .learndash-wrapper .ld-focus .ld-focus-sidebar {
        padding-top: 0 !important;
    }
}

.lms-lesson-title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lms-lesson-title a {
    color: #000;
    font-weight: 700;
    min-width: 190px;
    text-align: right;
    line-height: 1;
}

.lms-lesson-title a:hover {
    color: #3A74F6;
}

.lms-lesson-title h1 {
    margin-bottom: 0 !important;
}

@media(max-width:992px) {
    .lms-lesson-title a {
        font-size: 14px
    }
}

@media(max-width:992px) {
    .lms-lesson-title {
        flex-direction: column;
    }

    .lms-lesson-title a {
        margin-top: 25px
    }
}

.learndash-wrapper .ld-lesson-list {
    max-width: 1170px;
    padding: 2em 20px;
    margin: auto !important;
}

/* single lesson page style fixes ends*/

/* learn page and course category page style starts */
.sfwd-courses a {
    color: inherit;
    text-decoration: none;
}

.sfwd-courses a.post-more-link {
    width: 100%;
    background: #cccc;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    text-transform: unset;
    color: #fff;
    background: #3A74F6;
    text-decoration: none;
}

.sfwd-courses a.post-more-link:hover {
    color: #fff !important;
    background: #244BD0;
}

.sfwd-courses .entry-header a:hover {
    text-decoration: none;
    color: #244BD0;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    max-width: 100% !important;
}

.sfwd-courses a {
    font-weight: 700;
}

.sfwd-courses .entry-header .entry-title {
    font-size: 18px;
    line-height: 22px;
    min-height: 90px;
}

.single .entry-title {
    min-height: auto !important;
}

.single .ld-course-status-enrolled {
    margin-top: 20px;
}




.wp-container-5.wp-block-columns.lr-tiles-container {
    display: none;
}

.wisdm-learndash-reports-revenue-from-courses.front {
    display: none;
}

.wp-block-wisdm-learndash-reports-daily-enrollments {
    display: none;
}

.wisdm-ld-reports-title .report-title h2 {
    display: none;
}

.page-template-default .status-publish {
    background: none !important;
    box-shadow: none !important;
}

.summary-amount,
.course-report-by label,
.wisdm-learndash-reports-chart-block .react-tabs__tab {
    color: #3A74F6;
}

.quiz-report-types label {
    color: #3A74F6;
}

.apply-filters button,
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #3A74F6;
}

header.site-header {
    background: #fff !important;
}


.wisdm-learndash-reports-quiz-completion-rate-per-course {
    display: none;
}

.wisdm-learndash-reports-quiz-completion-time-per-course {
    display: none;
}

.wisdm-learndash-reports-average-quiz-attempts {
    display: none;
}

.imgLiquid {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.imgLiquid h1 {
    color: #fff !important;

}

.custom-banner {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.lms_resource-archive-title {
    display: none !important;
}



@media(max-width:767px) {
    .sfwd-courses .entry-header .entry-title {
        min-height: auto;
    }
}

/* learn page and course category page style ends */

.pagination .page-numbers {
    font-weight: 600 !important;
    font-family: "Inter", sans-serif !important;
}

.pagination a.page-numbers {
    color: black !important;
}


a.ld-primary-color.ld-course-step-back {
    margin-top: 10px !important;
}


.ld-progress-percentage.ld-secondary-color {
    margin-bottom: 10px;
}

.sfwd-courses-template-default .site-container {
    max-width: 1170px !important;
    padding: 0 24px !important;
}

.sfwd-lessons-template-default .ld-focus-content.lms-lesson-wrapper {
    padding-top: 0 !important;
}

.sfwd-lessons-template-default .ld-focus-content.lms-lesson-wrapper hr {
    display: none;
}


.sfwd-lessons-template-default .learndash-wrapper .ld-content-actions {
    border-top: 0;
}




@media (max-width:992px) {
    .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
        padding: 0 !important;
        justify-content: center !important;
    }

}

@media (max-width:800px) {
    .sfwd-lessons-template-default .ld-focus-content.lms-lesson-wrapper {
        padding-top: 7em !important;
    }

    .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1,
    .lms-lesson-title a {
        text-align: center;
    }

}

@media (max-width:767px) {
    .sfwd-lessons-template-default .ld-focus-content.lms-lesson-wrapper {
        padding-top: 5em !important;
    }
}

@media (max-width:640px) {
    .sfwd-lessons-template-default .ld-focus-content.lms-lesson-wrapper {
        padding-top: 5% !important;
    }
}


.completed-btn-text {
    display: inline-block;
    background: #58d144;
    padding: 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: initial;
}


/*Group page styles*/

.groups-template-default .learndash-wrapper .ld-item-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.learndash-wrapper .ld-item-list-items .grp-item-wrap {
    width: 33.33%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.learndash-wrapper .ld-item-list-items .grp-item {
    width: 30.33%;
    margin-bottom: 30px;
	margin-right:20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 15px 15px -10px rgb(0 0 0 / 5%);
}

.learndash-wrapper .ld-item-list-items .grp-item .grp-text {
    padding: 20px;
}

.learndash-wrapper .ld-item-list-items .grp-item .grp-text .seemore {
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    color: #fff;
    background: #3A74F6;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.learndash-wrapper .ld-item-list-items .grp-item .grp-text .seemore:hover {
    background: #244BD0;
}

.learndash-wrapper .ld-item-list-items .grp-item .grp-text .ld-progress-steps {
    color: #000;
    font-weight: 600;
}

@media (max-width: 767px) {
    .learndash-wrapper .ld-item-list-items .grp-item-wrap {
        width: 50%;
    }
}

@media (max-width: 547px) {
    .learndash-wrapper .ld-item-list-items .grp-item-wrap {
        width: 100%;
    }
}

.owner-resource button {
    background-color: #3a74f6 !important
}

.footer-widget-area-inner .widget h2 {
    display: none;
}

.footer-widget-area-inner .widget a {
    font-size: 13px !important;
    color: #D1D1D1 !important;
    font-family: 'Inter';
    margin: 1em 0;
}

@media(max-width:767px) {
    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-left-golden {
        grid-template-columns: 1fr !important;
    }

    .site-footer-section {
        width: 100%;
    }

    .footer-html-inner {
        text-align: center;
    }

    .widget-area .widget {
        text-align: center;
    }
}

.campaign-block label {
    display: inline;
}