/*
 Theme Name:   Learnify Child Theme
 Theme URI:    http://learnify.axiomthemes.com
 Description:  Learnify Child Theme
 Author:       AncoraThemes
 Author URI:   http://axiomthemes.com
 Template:     learnify
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  learnify
*/


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


.custom-my-account-profile.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading{
    margin: 20px 0;   
}

.my-account-sidebar .sidebar_inner{
    border: 1px solid;
    border-radius: 15px;
}

.custom-my-account-profile.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat{
 padding: 0 5px;   
}

.custom-my-account-profile.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{
    font-size: 30px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .changing-word-container-wrap{
        display: flex;
        width : 100%;
    }
    .changing-word-container-wrap .elementor-container{
        width : 100%;
    }
    .changing-main-word-wrap{
        width:fit-content !important;
    }
    .changing-words-wrap{
        width:fit-content !important;
    }
}

.posh-menu {
    background-color: #ffffff70;
    width: 40% !important;
	flex: 0 0 40% !important;
	max-width: 40% !important;
    border-radius: 20px;
}