/*!
Theme Name: Edubin
Theme URI: https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
Author: ThePixelcurve
Author URI: https://thepixelcurve.com/
Description: Edubin Education LMS WordPress Theme.
Version: 6.6.1
License: Split License
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: edubin
Domain Path: /languages/
*/

/* Note: The CSS files are loaded from assets/css/ folder. */

.post-wrapper
{
    padding: 35px 45px 45px;
}

.ld_course_category-courses{
    margin-bottom: 45px;
    height: auto;
    overflow: hidden;
    position: relative;
    background: rgb(255 255 255);
}

.bbp-logged-in h4 {
    padding-right: 12px;
}

.bbp-logged-in {
     display: flex;
}
.ld-profile-edit-link {display:none;}


.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status {
    text-transform: capitalize;
    font-size: 0.9rem;
    padding: 12px 22px;
    color: #07294d !important;
    text-align: center;
}

.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
    padding: .75em 1.5em;
    padding-right: 2.5em!important;
}

.woocommerce-MyAccount-navigation-link--orders,.woocommerce-MyAccount-navigation-link--downloads,.woocommerce-MyAccount-navigation-link--edit-address {
	display:none;
}

.ld-profile-stat-points {
	display:none;
}


@media  (max-width:550px) {
    .header-top .header-right .edubin-custom-user-profile ul li {
        position: relative;
        left: 151px;
        top: -32px;
    }
}