.learnpress .lp-user-profile #profile-sidebar {
	margin-top: 0;
    margin-bottom: 0; 
}	
body #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
	display: none;
}	
.lp-archive-courses .course-item .course-instructor {
	display: none;
}
body .lp-user-profile .lp-profile-content {
	float: none;
	margin-left: 300px;
}
.lp-user-profile .lp-profile-content .lp-button {
    margin: 0 auto;
    padding: 8px 32px;
    border-color: var(--lp-secondary-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 9px;
	background: transparent;
}
.lp-profile-content button {
    padding: 16px 24px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: var(--lp-primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.learn-press-form .form-fields .form-field input[type=text], .learn-press-form .form-fields .form-field input[type=email], .learn-press-form .form-fields .form-field input[type=number], .learn-press-form .form-fields .form-field input[type=password], .learn-press-form .form-fields .form-field textarea {
    border: 1px solid #ccc;
    color: #999;
    font-size: 14px;
    font-style: italic;
}
#checkout-payment #checkout-order-action button {
	padding: 12px 24px;
    border: 0;
	border-radius: 4px;
}
.learnpress #checkout-payment .secure-connection { 
    float: right;
    font-size: 12px;
}
.learnpress .lp-archive-courses .lp-entry-content .entry-content-left {
    padding-top: 0;
}
.learnpress div.order-recover input[type=text] {
    width: 100%;
    height: 43px;
    margin-right: 10px;
    padding: 0 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 43px;
    flex: 1 1 auto;
}
.learnpress #learn-press-profile #profile-content .lp-button {
    display: block;
    margin: 0;
    padding: 13px 34px;
    border-color: var(--lp-secondary-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 9px;
	border: 1px solid #ccc;
    color: #333;
    background: transparent;
    box-shadow: unset;
}
.learnpress #learn-press-profile #profile-content .lp-button:hover {
    border-color: var(--lp-primary-color);
    color: #fff;
    background: var(--lp-primary-color);
}
.learnpress .lp-profile-content table.lp-list-table tr th,
.learnpress .lp-profile-content table.lp-list-table tr td {
    border-right: 0;
    border-bottom: 0;
    text-align: center;
}
.learnpress #profile-content .learn-press-courses {
    clear: none;
}	
body .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item {
    height: 100%;
}
.learnpress .lp-courses-bar .search-courses input {
    width: 100%;
    height: 44px;
    padding: 6px 32px 6px 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
}
.learnpress .lp-courses-bar .search-courses button {
    right: 10px;	
}	
.learnpress .lp-courses-bar .switch-layout .switch-btn {
	line-height: 40px;
}	
.learn-press-courses[data-layout=list] .course-content .course-instructor {
    visbility: hidden;
}
.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item.meta-item-lesson, 
.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item.meta-item-quiz, 
.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item.meta-item-student {
    display: none;
}
.learnpress .lp-archive-courses .learn-press-breadcrumb {
    display: none;
}
.statistic-box .statistic-box__text {
    font-weight: 500;
    line-height: 1.3;
    font-size: 18px;
}
body #learn-press-profile.guest .lp-content-area {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
    flex-grow: 1;
    width: 100%
}