/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@media (max-width: 767px) {
    .single-navigation {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {

    .ld-featured-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

@media (max-width: 767px) {

    .featured-image-content {
        display: block;
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {

    .ld-item-list-item-preview {
        display: block !important;
    }

    .ld-item-components {
        display: block !important;
    }

    .ld-expand-button {
        margin-left: 10px !important;
    }

    .ld-item-component {
        margin-left: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .navigation-column-left {
        padding-left: initial !important;
    }
    .navigation-column-right{
      padding-left: initial !important;
    }
}

.ld-lesson-status {
    display: none !important;
}

.ld-status-complete {
    display: none !important;
}



.sfwd-mark-complete {
    display: none !important;
}


.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    display: none !important;
}

.ld-table-list-lesson-details {
    display: none !important;
}

.ld-item-name {
    gap: 25px !important;
}

.ld-item-details {
    display: inline-block !important;
}

.ld-topic-status{
    display: none !important;
}

.single-navigation{
    margin:auto !important;
}

.navigation-column-left{
    text-align: left !important;
}

.navigation-column-right{
    text-align: right !important;
}

.navigation-button-link{
    color:white !important;
}

.navigation-button-link::before {
    color: #fff !important;
}

.navigation-button-link::after {
    color: #fff !important;
}

.ld-login-modal-helptext {
    margin:10px 0 !important;
    border: 1px solid #e5e5e5 !important;
}

.lesson-featured-image {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 10%;
}

.ld-topic-title {
    font-size: 1.1em;
    margin-left:5px;
}

.ld-topic-title:hover {
    color: #1fcb99 !important;
}

.ld-status-incomplete, .ld-status-icon {
    display: none !important;
}

.ld-main-course-page-link-container {
    height:40px;
    margin-bottom:10px;
}

.ld-main-course-page-link {
    align-items: center;
    background-color: rgb(31 203 153 / 85%);
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 285px;
    opacity: 1;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    transition: opacity .3s ease;
    white-space: normal;
    width: 100%;
}

.ld-lesson-button > a {
    align-items: center;
    background-color: rgb(31 203 153 / 85%);
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 285px;
    opacity: 1;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    transition: opacity .3s ease;
    white-space: normal;
    width: 100%;
}

.ld-lesson-button > a:hover {
    color: #ccc;
}


.ld-main-course-page-link:hover {
    color: #000 !important;
}

.ld-progress, .ld-content-action  {
    display: none !important;
}

