/* ===================================================================================

* Theme Name: Turitor Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Author: Tripples
* Author URI: http://themewinter.com
* Description: Turitor is a Education WordPress Theme.
* Version: 1.0.0
* Template: turitor
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.lp-user-profile #profile-sidebar {
    margin-bottom: 48px;
}

.lp-user-profile #profile-sidebar.active {
    top: 8px;
    width: 290px;
}

ul.lp-profile-nav-tabs.headerMenu {
    display: block;
}


.woocommerce-checkout .col2-set .col-1 {
    max-width: initial !important;
    width: initial !important;
}


#fvcr_billing_fv_required_fe_field {
    height: auto;
}


button.navbar-toggler.dashboard {
    display: none;
    background: #0eb582;
    color: #fff;
}

button.navbar-toggler.dashboard span.navbar-toggler-icon {
    background-image: none;
    font-size: 25px;
    height: auto;
    width: auto;
	
}

#wpadminbar {
    display: none;
}

html[lang=es-CR],
html[lang=es] {
    margin-top: 0 !important;
}

.admin-bar .navbar-sticky.sticky {
    margin-top: 0 !important;
}

.container.user-dashboard .container.user-dashboard {
    display: none;
}

.subscription-price .subscription-details {
    font-size: 0;
}

.subscription-price .subscription-details:after {
    content: "/pago único";
    font-size: 12px;
}







#profile-sidebar .sub-menu {
    padding: 0 15px;
    list-style: none;
	
}


#profile-sidebar .menu-item.menu-item-type-custom.menu-item-object-custom a {
    padding: 7px 14px;
    display: block;
	color:#54595F;

}

#profile-sidebar{
	background-color:#fff;}


#profile-sidebar .menu-item-has-children {
    pointer-events: none;
}

#profile-sidebar .menu-item-has-children a {
    pointer-events: none;
}

#profile-sidebar .menu-item-has-children a::after {
    content: initial !important;
}

@media (max-width: 990px) {
    .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
        max-width: initial !important;
        float: initial !important;
    }

    .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a {
        font-size: 1em !important;
		
    }

    .lp-user-profile #profile-nav .lp-profile-nav-tabs {
        width: initial !important;
    }
    
    button.navbar-toggler.dashboard {
        display: block!important;
        margin: -92px 0 42px 0;
    }

    #profile-sidebar {
        display: none;
        top: -20px;
        left: 0;
        position: absolute;
        z-index: 6;
        box-shadow: 7px 11px 18px rgb(0 0 0 / 13%);
    }

    aside#profile-sidebar.active {
        display: block;
		
    }
}
@media (min-width: 522px) {
    .dashboard-statistic__row .statistic-box {
        min-width: 136px;
    }
}
@media (max-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        max-width: 100%;
    }
}