@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

.sfwd-courses-template-default #fl-main-content,
.sfwd-courses-template-default #fl-main-content h1 {
    font-family: 'Poppins', sans-serif;
}

.ld-item-list-section-heading{
    text-transform: uppercase;
}

/* TLZ Accordion */
.sfwd-courses-template-default #fl-main-content .tlz__panel{ 
    padding: 0 2rem;
    background-color: white;
    max-height:0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: 0px 3px 15px 0px #bfbfbf;
    margin-bottom:2em;
}
.tlz__panel .ld-item-title{
    text-transform: none;
}

.learndash-wrapper .ld-item-list .ld-item-list-section-heading.open + .tlz__panel{
    display:block;
    overflow: initial;
}

.learndash-wrapper .ld-item-list .ld-item-list-item{
    border:0;
    margin:0;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{
    padding:0;
}

.sfwd-courses-template-default #fl-main-content .tlz__panel .ld-status-icon {
    flex-basis: 20px;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

/* END TLZ */


/* Helper Classes */
.tlz-bordered-radius{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bg-white{
    background-color: #ffffff;
}

.bg-tlz-blue{
    background-color:#14cee5;
}

.flatten-border-bottom{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.learndash-wrapper .ld-item-list .ld-item-list-section-heading.open,
.learndash-wrapper .ld-item-list .ld-item-list-section-heading:hover {
    background: #14cee5;
    color:#fff;
    cursor:pointer;
}

.tlz__content{
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 3px 15px 0px #bfbfbf;
    padding: 2em 1em;

}

/* learndash override */

.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading, 
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{
    font-size:18px;
    margin:0;
    outline: none;
    transition: 0.4s;
}


.learndash-wrapper .ld-item-list .ld-item-list-section-heading {
    border: 0px solid #e2e7ed;
    border-radius: 6px;
    margin: 0 0 0 0;
    padding:2rem 2rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 3px 15px 0px #bfbfbf;

    background-color:#fff;
    color:#000;

    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    color: #495255;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 1em 0em;
}

.ld-item-title{
    text-transform: uppercase;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled{
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 3px 15px 0px #bfbfbf;
    padding: 2em 1em;
    display: flex;
    flex-direction: column;
}

.tlz__progress-header{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size:18px;
}
.learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
    background: #00a2e8;
    color: #fff;
    margin-left: auto;
    display: block;
    margin-right: 0em;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{
    height:15px;
}
.learndash-wrapper .ld-progress .ld-progress-bar{
    height:15px;
    background-color:#f2f2f2;
}

.ld-lesson-section-heading {
    position:relative;
}

.tlz__with_heading-icon{
    background-color: #fff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tlz__with_heading-icon:before{
    content: " ";
    height: 7px;
    width: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #14cee5;
}

body.sfwd-lessons-template-default .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{
    margin-top: 2rem;
    background: transparent;
    border-radius: 4px !important;
    padding: 1.5em 2.5em;
    border: 1px solid #333 !important;
    color: #333;
    margin-bottom: 4rem;
    outline: none;
}

body.sfwd-lessons-template-default  .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
    background: none;
    color: #333;
    padding: 1em 1em;
    border-radius: 10rem;
}

body.sfwd-lessons-template-default  .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button{
    padding: 1.5em 4em 1.5em 3em;
    border-radius: 10em;
}

.learndash-wrapper .ld-button, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
    border-radius: 4px !important;
}

/* END learndash override */


/** LESSONS WITH NO HEADERS **/

.tlz__no__section__headers {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 3px 15px 0px #bfbfbf;
    padding: 2em 1em;

}

.ld-item-title {
    text-transform: none;
}
.sfwd-courses-template-default #fl-main-content .ld-status-icon {
    flex-basis: 20px;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

/** END LESSONS WITH NO HEADERS **/


/** ZONE **/

.zone__tablet a,
.zone__tablet a:hover,
.zone__tablet a:focus{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}

.zone__tablet__default {
    border: none;
    background: #000;
    padding: 26px 22px;
    border-radius: 10px;
    padding: 0;
    color:white;
}

.zone__tablet a{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}

.zone__tablet__default-gray {
    border: none;
    background: gray;
    padding: 26px 22px;
    border-radius: 10px;
    padding: 0;
    color:#000;
}


/** END ZONE **/


/* Single Pages */

body.single header.fl-post-header {
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px #bfbfbf;
    padding: 2em 1em;


    background-image: url('/wp-content/uploads/2021/11/My-Account-Banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

    color:#fff;
}

body.single header.fl-post-header .fl-post-title{
    color:#fff;
    font-weight:bold;
    text-transform: uppercase;
}

.single .fl-post-title {
    text-align: center;
}

.ld-course-status.ld-course-status-enrolled {
    text-align:center;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    width:100%;
}

@media screen and (min-width: 767px) {

    .single .fl-post-title {
        text-align: left;
    }

    .ld-course-status.ld-course-status-enrolled {
        text-align:left;
    }


}

/* END single pages */


/* WORKOUT PAGE */

.tlz__content{

}

.tlz__content .tlz__content-card{
    display:flex;
    flex-direction: column;
}

.tlz__content-card{
    margin-bottom:2em;
}

.tlz__content  .tlz__content-card--item {
    display:flex;
    flex-direction: column;
}

.tlz__content-card .tlz__content-card--item .tlz__content-card--item--left{
    order:1;
} 
.tlz__content-card .tlz__content-card--item .tlz__content-card--item--left h3{ 
    font-weight: bold;
    text-transform:uppercase;
    margin:0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}  

.tlz__content-card--item-content{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}



.tlz__content-card .tlz__content-card--item .tlz__content-card--item--left .tlz__number{ 
    font-size: 1em;
    vertical-align: middle;
    border-radius: 100%;
    background-color: transparent;
    width: 30px;
    color: #000;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right:1.5em;
    border:1px solid #000;
}     

.tlz__content-card .tlz__content-card--item .tlz__content-card--item--left ul{ 
    list-style-type: none;
    padding:0;
    margin:0;
    text-decoration: none;
}    


.tlz__content-card .tlz__content-card--item .tlz__content-card--item--right{
    order:0;
    
}

.tlz__content-card--item__dir {
    flex-grow:1;
}

.tlz__content-card--item-content h1,
.tlz__content-card--item-content h2,
.tlz__content-card--item-content h3,
.tlz__content-card--item-content p{
    margin:0;
}


/** List Sets **/
.list__sets {
    display:flex;
    flex-direction: row;
    line-height:1.6;
    font-family: 'Lato', sans-serif;
}

.rest__div{
    margin-top:1rem;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.reps__instructions span{
    margin-left:.5rem;
}

/** End List Sets **/


/** ZONE **/

.single-zones .learndash-wrapper .ld-section-heading{
    background: #14cee5;
    margin-bottom: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 1.8em 1.5em;
    margin-bottom:0 !important;
    color:#fff;
    text-transform: uppercase;
    text-align: left;
    outline: none;
    transition: 0.4s;
    justify-content: flex-start !important;
}

.single-zones .learndash-wrapper .ld-section-heading h2.tlz__sc__title{
    color:#fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;

}

.single-zones .learndash-wrapper  .tlz__no__section__headers{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0rem 1.8rem 1.8rem 1.8rem;
}


.single-zones .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{
    padding: 1em 0em 0.5em 0em;
}

/** END ZONE **/


/** NOTES **/
.tlz__content { 
    display: flex;
    flex-direction: column;
}
.tlz__notes__container {
    order:2;
} 
#save_lesson{
    margin-top: 2rem;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 0.6em 1.5em;
    color: #fff;
    background: #333;
    margin-left: auto;
    display: block;
    margin-right: auto;
    width: 100%;
}

#tlz_ta{
    resize: vertical;
}
/** END NOTES **/


/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .tlz__content .tlz__content-card--item{
            flex-direction: row;
        }

        .tlz__content-card .tlz__content-card--item {
            flex-direction: row;
            justify-content:space-between;
            flex-grow: 1;
        }
        
        .tlz__content.tlz__content-card .tlz__content-card--item {
        
        }
        
        .tlz__content-card .tlz__content-card--item .tlz__content-card--item--left{
            order:0;
        }
        
        
        .tlz__content-card .tlz__content-card--item .tlz__content-card--item329{
            text-align: right;
            order:1;
        }

        .tlz__content-card--item__dir.tlz__content-card--item--right .tlz__content-card--item-content{
            justify-content: flex-end;
        }

		.ground-zero-welcome{
        	max-width:600px;
            margin:auto;
            margin-top:5rem;
        }



        .tlz__content { 
            flex-direction: row;
            flex-wrap:wrap;
        }
        .tlz__notes__container {
            order:2;
            flex:0 0 100%;
            padding:0;
            max-width: 450px;
            margin: 1rem auto;
        } 
        .tlz__left__of__notes {
            flex: 0 0 100%;
        }
        

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {


    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

/* END WORKOUT PAGE */

/** FOOTER **/

.fl-page-footer-wrap{
    display:none !important;
}

/** END FOOTER **/