.learn-press-breadcrumb {
	margin: 0 !important;
	color: #FFFFFF !important;
}
.learn-press-breadcrumb li {	
	display: inline-block;
}
.learn-press-breadcrumb a {	
	color: #fff !important;
}
#learn-press-profile.lp-user-profile #profile-sidebar {
    margin-top: 0;
    border: 1px solid rgba(0,0,0,0.1);
}
#learn-press-profile.lp-user-profile .wrap-fullwidth {
    margin: 0;
}

#learn-press-profile.lp-user-profile .wrapper-profile-header {
    background: transparent;
    color: inherit;
    padding: 20px;
}
#learn-press-profile.lp-user-profile .wrapper-profile-header .lp-profile-content-area {
    min-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

#learn-press-profile.lp-user-profile .lp-content-area {
    width: 100%;
}
.learnpress-v4 .lp-content-area {
    padding-bottom: 35px;
}
.learnpress-v4 .lp-content-area:before, .learnpress-v4 .lp-content-area:after {
    content: " ";
    display: table;
}

.lp-content-area::after, .lp-content-area::before {
    display: table;
    clear: both;
    content: "";
}
#learn-press-profile.lp-user-profile .wrapper-profile-header .lp-profile-left {
    bottom: 0;
    position: static;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0 0 20px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
    align-items: center;
    min-width: inherit;
    max-width: inherit;
}
#learn-press-profile.lp-user-profile .wrapper-profile-header .lp-profile-left .lp-user-profile-avatar {
    width: 70px;
}
#learn-press-profile.lp-user-profile .wrapper-profile-header .lp-profile-left .lp-profile-username {
    font-weight: 500;
    line-height: 1.3em;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
#learn-press-profile.lp-user-profile .wrapper-profile-header .lp-profile-user-bio {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.85;
    line-height: 1.4rem;
    text-align: justify;
}

#learn-press-profile.lp-user-profile #profile-sidebar #profile-nav .lp-profile-nav-tabs li {
    position: relative;
}
#learn-press-profile.lp-user-profile #profile-content {
    padding-top: 0;
    margin-bottom: 0;
}
#learn-press-profile.lp-user-profile #profile-content #dashboard-general-statistic {
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom-color: #eee;
}
#learn-press-profile.lp-user-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row {
    margin: 0 -10px;
}
#learn-press-profile.lp-user-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box {
    width: calc(20% - 20px);
    padding: 12px 20px;
    margin: 0 10px 20px 10px;
    border-radius: 0;
    border: none;
    min-width: 120px;
}
#learn-press-profile.lp-user-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box .statistic-box__number {
    font-size: 2em;
    margin: 15px 0 10px 0;
    display: inherit;
}
#learn-press-profile.lp-user-profile #profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box .statistic-box__text {
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 1.3em;
}
#learn-press-profile.lp-user-profile #profile-content .learn-press-profile-course__tab__inner {
    background: #f4f4f5;
}
.meta-item-review label {
    display: none;
}
.navbar-auth-user-dropdown-item i {
    font-size: 15px;
    margin-left: 5px;
}
.comment-respond .comment-form .comment-form-author, 
.comment-respond .comment-form .comment-form-email, 
.comment-respond .comment-form .comment-form-url {
    width: 100% !important;
    float: none !important;
    display: block;
}
.learn-press-courses .lp-archive-course-skeleton::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 4
}
.lp-archive-course-skeleton .loader-bullets {
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -38px;
    z-index: 5
}
.loader-bullets {
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards;
    direction: ltr;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 60px 0;
    text-align: center;
}
.loader-bullet:first-child {
    -webkit-animation: loading-dots-first-dot .5s ease-in-out infinite;
    animation: loading-dots-first-dot .5s ease-in-out infinite;
    opacity: 0;
    transform: translate(-14px);
}
.loader-bullet {
    -webkit-animation: loading-dots-middle-dots .5s ease-in-out infinite;
    animation: loading-dots-middle-dots .5s ease-in-out infinite;
    background-color: #43d477;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    overflow: hidden;
    vertical-align: middle;
    width: 15px;
}
.learn-press-pagination {
    justify-content: center !important;
}
.learn-press-pagination ul.page-numbers {
    border-radius: 30px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ececec !important;
    background-color: #fff !important;
    padding: 6px 8px !important;
    display: flex !important;
}
.learn-press-pagination .page-numbers>li {
    margin-right: 10px !important;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.learn-press-pagination .page-numbers>li .page-numbers.current {
    border: 1px solid #43d477 !important;
    background-color: #43d477 !important;
    color: #fff !important;
}
.learn-press-pagination .page-numbers>li .page-numbers {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    font-size: 16px;
    color: #818894;
    transition: all .3s ease;
    align-items: center;
    justify-content: center;
	display: flex;
}
.learn-press-pagination .page-numbers>li .page-numbers:hover {
    background-color: #43d477 !important;
    color: #fff !important;
    transition: all .3s ease;
}
.learn-press-pagination .next, 
.learn-press-pagination .previous {
    border: 1px solid #43d477;
}
.rtl .learn-press-pagination ul.page-numbers .fa-angle-right:before {
    content: "\f104";
}
.rtl .learn-press-pagination ul.page-numbers .fa-angle-left:before {
    content: "\f105";
}
.search-courses .search-icon {
	position: absolute;
}
.rtl .search-courses .search-icon {
	right: auto;
    left: 0;
}
.review-author img {
	max-width: 100%;
    height: auto;
}
.favorites-share-box i {
	font-size: 1.5rem;
}
.learnpress-page .lp-button, 
.learnpress-page #lp-button {
	color: #fff !important;
    background-color: #43d477 !important;
    border-color: #43d477 !important;
    box-shadow: 0 3px 6px 0 rgb(64 213 125/30%);
    transition: all .3s;
    width: 100%;
    border-radius: 8px !important;
    padding: 13px 20px !important;
	margin-bottom: 10px;
}
.learnpress-page .lp-button:hover, 
.learnpress-page #lp-button:hover {
	color: #fff !important;
    background-color: #1fb354 !important;
    border-color: #2aba5e;
    box-shadow: 0 3px 8px 0 rgba(64, 213, 125, .3);
    transition: all .3s;	
}
.retake-course, 
.enroll-course, 
.purchase-course {
    display: block !important;
}
.lp-enroll-notice {
    margin-top: 15px;
}
.lp-content-wrap {
	margin-right: auto;
    margin-left: auto;
	margin-top: 70px;
}
.lp-content-wrap h2,
.lp-content-area p {
    margin-bottom: 15px;
}
.rtl .lp-content-wrap h2 {
	padding-right: 2rem;
}
.lp-btn-wishlist {
    display: none;
}
.navbar-auth-user-dropdown-item.wishlist a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    content: "\f004";
	margin-left: 5px;
}
ul.learn-press-nav-tabs .course-nav.active::before {
	background: #1fb354 !important;
}
ul.learn-press-nav-tabs .course-nav.active label {
	color: #1fb354 !important;
}
#lp-archive-courses .novlr-course-list .learn-press-courses .lpr_course {
    width: 100%;
	margin: 0;
}
.novlr-course-switch-layout a {
    font-size: 18px;
}
.novlr-course-switch-layout a.switch-active {
    color: #43d477;
}
.novlr-course-grid .webinar-card-body .feature-desc {
    display: none;
}
.lp-user-profile ul.learn-press-courses .course {
	width: 100%;
}
.lp-content-area .order_details {
	overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #fff;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.1)!important;
    border-radius: 0.625rem!important;
    border: 1px solid rgba(0,0,0,.1);
	border-collapse: inherit !important;
}
.lp-content-area .order_details th, 
.lp-content-area .order_details td {
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.lp-content-area .order_details tr:last-child th, 
.lp-content-area .order_details tr:last-child td {
    border-bottom: none !important;
}
.course-curriculum .section-header .section-title {
	font-size: 16px !important;
	font-style: inherit !important;
	font-weight: 600;
}
.course-curriculum .section-header .section-desc {
	font-weight: 500;
	font-size: 14px !important;
	font-style: inherit !important;
	line-height: 1.5em !important;
}
.course-curriculum .section-header {
	border-bottom: 0 !important;
}
.course-curriculum .course-item .section-item-link::before,
.course-curriculum .course-item .section-item-link:hover .item-name,
.course-tab-panel .lp-course-author .author-title a:hover,
.comment-respond .comment-form>p.logged-in-as a:hover, .comment-respond .comment-form>p.logged-in-as a:focus,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label {
	color: #1fb354 !important;
}
.course-curriculum ul.curriculum-sections,
.course-curriculum ul.curriculum-sections .section {
	padding: 15px !important;
	border: 1px solid #ececec !important;
    border-radius: 0.625rem !important;
}
.course-curriculum ul.curriculum-sections .section {
	margin-bottom: 10px !important;
}
.fa-caret-down:before {
    content: "\f107" !important;
	font-size: 18px !important;
}
.fa-caret-up:before {
    content: "\f106" !important;
	font-size: 18px !important;
}
.lp-user-profile .lp-profile-username::before, 
.lp-user-profile .lp-profile-username::after {
    display: block !important;
}
#learn-press-profile.lp-user-profile .wrapper-profile-header .lp-profile-left .lp-profile-username {
    word-break: normal !important;
}
.learnpress-widget-wrapper {
    margin-top: 30px;
}
.lp-content-area {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.learnpress-course-review .course-reviews-list li .review-author {
    float: right !important;
}
.learnpress-course-review .course-reviews-list li .review-author-info {
    float: right !important;
    margin-right: 15px;
}
.learnpress-course-review .course-reviews-list li .review-text {
    width: -webkit-calc(100% - 120px);
    margin-right: 20px;
    margin-top: 15px;
}
.webinar-card .webinar-card-body .webinar-price-box .course-origin-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #818894;
    text-decoration: line-through;
	margin-left: 5px;
}
#priceBox .course-origin-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.29;
    color: #818894;
    text-decoration: line-through;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.lp-content-wrap {
		max-width: 1140px;
	}
}

@-webkit-keyframes loading-dots-fadein{
	to{opacity:1}
}
@keyframes loading-dots-fadein{
	to{opacity:1}
}
@-webkit-keyframes loading-dots-first-dot{
	to{opacity:1;transform:translateX(14px)}
}
@keyframes loading-dots-first-dot{
	to{opacity:1;transform:translateX(14px)}
}
@-webkit-keyframes loading-dots-middle-dots{
	to{transform:translateX(14px)}
}
@keyframes loading-dots-middle-dots{
	to{transform:translateX(14px)}
}
@-webkit-keyframes loading-dots-last-dot{
	to{opacity:0;transform:translateX(28px)}
}
@keyframes loading-dots-last-dot{
	to{opacity:0;transform:translateX(28px)}
}