.admin-bar .main-header-area.sticky,
.admin-bar {
    margin-top: 26px
}

@media screen and (max-width: 768px) {
    .admin-bar .main-header-area.sticky, .admin-bar {
        margin-top: 42px;
    }
}
.post-wrapper,
.post-wrapper .sticky {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.sticky-label,
.post-wrapper .sticky .sticky-label {
    position: absolute;
    right: 0px;
    z-index: 99999;
    background: var(--brand_color);
    padding: 8px 25px;
    top: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb-list .breadcrumb li {
    position: relative;
    margin-right: 4px;
}

.breadcrumb-list .breadcrumb li:after {
    content: '-';
    display: block;
    clear: both;
    position: absolute;
    right: 0px;
    top: -5px;
    color: black;
    font-size: 21px;
}

.breadcrumb-list .breadcrumb li a {
    margin-right: 13px;
}

.breadcrumb-list .breadcrumb li:last-child:after {
    content: '';
    display: none;
}

/* Widget CSS */

.blog-widget-area h4.sub-title,
.blog-widget-area h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    color: #000009;
    font-size: 24px;
    font-family: "Manrope", sans-serif;
    line-height: 1.6;
    padding: 25px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

@media screen and ( max-width: 1024px ) {
    .blog-widget-area h4,
    .blog-widget-area h2 {
        font-size: 23px
    }
}

.blog-widget-area h2#latest-posts {
    margin: 0px;
}

.blog-widget-area form select {
    max-width: 90%;
    margin: 0px auto 20px;
}

.tagcloud {
    padding: 00px 20px 0px 10px;
    display: inline-block;
}

.footer__widget ul li.cat-item {
    padding: 0px;
}

.tagcloud a, .wp-block-tag-cloud a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    border: 2px solid rgba(112, 112, 112, 0.2);
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px
}

.footer__widget .tag-cloud a,
.wp-block-tag-cloud a {
    font-size: 13px !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 5px;
}

.tagcloud a {
    padding: 10px 20px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
    font-size: 14px !important;
}

.wp-block-tag-cloud a {
    padding: 12px 15px;
    font-size: 14px !important;
    color: #707070
}

.tagcloud a:hover, .wp-block-tag-cloud a:hover {
    color: #ffffff;
    border-color: var(--brand_color);
    background-color: var(--brand_color);
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Manrope", sans-serif;
    color: #707070;
}

.footer__widget .wp-block-latest-posts.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__post-date {
    font-size: 12px;
}

/* COMMENT CSS */
ul.latest-commmnet {
    padding-left: 0px;
    list-style: none;
}

.latest-commmnet li .single-comments {
    margin-bottom: 30px;
}

.latest-commmnet .children li {
    margin-bottom: -30px;
}

.latest-commmnet .children li .single-comments {
    border-top: none
}

.latest-commmnet .children li:last-child {
    margin-bottom: 30px
}

.latest-commmnet li.has_children ul.children {
    margin-top: -30px;
    padding-left: 0px;
    list-style: none
}

.single-comments .comments__text img {
    margin: 5px 0px
}

.latest-commmnet .trackback, .latest-commmnet .pingback {
    margin-bottom: 20px;
    border: 1px solid rgba(112, 112, 112, 0.1);
    padding: 30px 50px 30px 20px;
}

.latest-commmnet .trackback a,
.latest-commmnet .pingback a {
    color: #424242
}

.latest-commmnet .trackback a:hover,
.latest-commmnet .pingback a:hover {
    color: var(--brand_color)
}

.latest-commmnet .trackback .edit-link a,
.latest-commmnet .pingback .edit-link a {
    color: var(--brand_color)
}

.single-comments .comments__text .sub-title {
    margin-top: 0px;
    font-size: 18px;
}

.latest-commmnet li.has_children .single-comments {
    margin-top: 30px
}

.latest-commmnet li.has_children ul.children li .single-comments {
    padding-left: 70px;
    margin-bottom: 0px;
}

.latest-commmnet li.has_children ul.children li.has_children ul.children li .single-comments {
    padding-left: 120px;
}

.latest-commmnet li.has_children ul.children li.has_children ul.children li.has_children ul.children li .single-comments {
    padding-left: 170px;
}

.latest-commmnet li.has_children ul.children li:last-child .single-comments {
    margin-bottom: 30px
}

p.logged-in-as,
.comment-short-insturction {
    margin-top: -30px;
    margin-bottom: 35px;
}

.single-comments .comments__text a,
p.logged-in-as a {
    color: #707070
}

.single-comments .comments__text a:hover,
p.logged-in-as a:hover {
    color: var(--brand_color)
}

.comments-form input[type='submit'] {
    width: auto;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    background: #FF723A;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.comments-form input[type='submit']:hover {
    background: #e75115;
}

.single-comments .comments__text .reply {
    display: inline;
}

.single-comments .comments__text .reply:hover {
    color: #e75115
}

.navbar-nav .nav-item .nav-link::before {
    display: none
}

.navbar-nav .nav-item.dropdown > .nav-link {
    position: relative;
}

.navbar-nav .nav-item.menu-item-has-children.dropdown > .nav-link::before {
    content: '\f078';
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-size: 15px;
    right: -23px;
    top: 44%;
    z-index: 1;
    display: block
}

.dropdown-menu.third {
    position: absolute;
    right: 0px;
    left: 100%;
    top: -10px;
}

.navbar .dropdown .dropdown-menu.third {
    opacity: 0
}

.dropdown :hover > .dropdown-menu.third {
    opacity: 1
}

.dropdown-toggle::after {
    border-bottom: 0;
    border: none;
    content: '\f078';
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-size: 12px;
    right: 9px;
    top: 0px;
    transform: rotate(-90deg);
    z-index: 1;
    display: block;
}

.side-mobile-menu ul li a {
    transition: all 0.3s ease 0s;
}

.profile-instructor-avatar img,
.type-lp_course  .grid-instructor-avatar img,
.page-template-course-results  .grid-instructor-avatar img {
    border-radius: 50% !important;
}

.navbar .dropdown-menu .dropdown-item {
    white-space: break-spaces;
}

.lp-content-area {
    width: 1320px !important;
}

.grid-instructor-avatar img {
    width: auto;
    max-width: 60px;
    height: auto;
    border-radius: 50%;
    max-height: 60px;
}

.profile-instructor-avatar img,
.type-lp_course .grid-instructor-avatar img,
.page-template-course-results .grid-instructor-avatar img {
    width: auto;
    max-width: 40px;
    height: auto;
    border-radius: 50%;
    max-height: 40px;
    margin: 0px;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers {
    background: #fff;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    color: #515151;
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.pagination-area .page-numbers:hover,
.pagination-area .page-numbers.current {
    background: #FF723A;
    color: white
}

.pagination-area .page-numbers:first-child {
    border-radius: 5px 0 0 5px;
}

.pagination-area .page-numbers:last-child {
    border-radius: 0px 5px 5px 0px;
}

.pagination-area.grid-paging .pagination {
    margin-top: 60px
}

/* REVIEW CSS */
.review-form.review-form-wrap {
    border-radius: 5px;
}

.comments-form.review-form-wrapper input {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
}

.comments-form.review-form-wrapper textarea {
    height: 60px;
    padding: 15px;
}

.comments-form.review-form-wrapper .submit-review.theme_btn {
    border: none;
    padding: 15px 20px;
    margin-right: 6px
}

.comments-form.review-form-wrapper .close.theme_btn {
    border: none;
    background: #ff4800;
    padding: 15px 20px;
}

.write-a-review {
    padding: 0px;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    text-shadow: none;
    margin: 0px 0px 0px 7px;
    line-height: unset;
}

.review-stars > li span {
    font-size: 20px;
    color: #ff723a;
}

.review-stars > li span.hover:before {
    color: #ff723a;
}

.course-single-review-meta, .write-a-review i.fa-edit {
    color: #FDC25C;
    font-size: 17px;
    line-height: 1.2;
    margin-left: 5px;
}

.teachers-content .teacher_01 > img {
    max-width: 65px;
    max-height: 65px;
    border-radius: 50%;
    margin-bottom: 0px
}

.skill-area {
    margin-top: 66px
}

.meet-our-teacher-bio p {
    margin-bottom: 20px;
}

.related-user-profile-wrap img {
    width: auto;
    max-width: 40px;
    height: auto;
    max-height: 40px;
    border-radius: 50%
}

.learn-list {
    height: auto;
    max-height: 440px;
    list-style: none;
    padding-left: 0
}

.z-lesson-deactive{
    display: none;
}

.courses-cart-video .popup-video i{
    color:white
}

.courses-ingredients .corses-title {
    margin-top: 0px;
    font-size: 20px;
}

.courses-tag-btn {
    position: relative;
}

.courses-tag-btn .learn-press-course-wishlist {
    position: unset !important;
}

.courses-tag-btn .lp4.course-wishlist:before {
    font-size: 15px;
    margin-right: 7px;
}

.courses-tag-btn a.wishlist-button-wrapper:hover .learn-press-course-wishlist {
    color: white
}

.courses-tag-btn a.wishlist-button-wrapper .lp-button:disabled,
.courses-tag-btn a.wishlist-button-wrapper .lp-button[disabled] {
    background: transparent !important;
}

.z-gallery__thumb img {
    height: auto
}

/* PROFILE LEARNPRESS */
.profile-wrapper {
    margin: 100px 0px;
}

.profile-wrapper .profile-header {
    height: 375px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    background: #fbf2ed;
}

.profile-wrapper .profile-header::before {
    content: '';
    display: block;
    clear: both;
    background: linear-gradient(0deg, #242937, transparent);
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.profile-wrapper .profile-header .header-content-wrapper {
    position: absolute;
    width: 100%;
    bottom: -35px;
}

.profile-wrapper .profile-header .header-content-wrapper::before {
    content: '';
    display: block;
    clear: both
}

.profile-wrapper .profile-header .header-content-wrapper .profile-img-wrapper {
    border-radius: 50%;
    height: 153px;
    width: 153px;
    float: left;
    margin: 0px 25px 0px 50px;
    border: 8px solid white;
}

.profile-wrapper .profile-header .header-content-wrapper .profile-img-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 137px;
    border-radius: 50%;
    margin: 0px;
}

.profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper {
    margin-top: 15px;
}

.profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper h2 {
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 0px 0px 3px;
}

.profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper ul {
    list-style: none;
    padding-left: 0px
}

.profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper ul li {
    display: inline-block;
    font-style: normal;
    font-weight: 550;
    font-size: 15px;
    color: #8a8a8a;
    margin-right: 10px;
}

.profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper ul li.list-dot {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%
}

.profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper ul li span {
    color: #fff;
}

.profile-wrapper .profile-content-wrapper {
    margin-left: 225px;
    margin-top: 30px;
}

.profile-wrapper .profile-content-wrapper h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #161616;
    margin-top: 20px;
}

.profile-wrapper .profile-content-wrapper p {
    font-weight: 500;
    color: #4b5981;
    font-size: 16px;
    line-height: 26px;
}

@media screen and ( max-width: 991px ) {
    .profile-wrapper .profile-header {
        height: 250px;
    }
}

@media screen and ( max-width: 767px ) {
    .profile-wrapper .profile-header .header-content-wrapper .profile-img-wrapper {
        float: none;
        margin: auto;
    }

    .profile-wrapper .profile-header .header-content-wrapper {
        position: relative;
        width: 100%;
        bottom: -85px;
    }

    .profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper {
        margin-top: 10px;
    }

    .profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper h2 {
        color: #161616;
        text-align: center;
    }

    .profile-wrapper .profile-content-wrapper {
        margin-left: 0px;
        margin-top: 145px;
    }

    .profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper ul {
        text-align: center;
        margin: 2px 0px;
    }

    .profile-wrapper .profile-header {
        height: 200px;
    }

    .profile-wrapper .profile-header .header-content-wrapper .profile-header-content-wrapper ul li span {
        color: black
    }
}

/*
LESSON CSS
*/
#popup-course #popup-content #learn-press-content-item .content-item-wrap {
    width: 100% !important;
    padding: 70px 10% 100px !important;
}

#popup-course #popup-header .popup-header__inner {
    width: 100% !important;
    padding-left: 10% !important;
    padding-right: 5% !important;
}

.learn-press-comments {
    width: 100% !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
}

#popup-course #popup-content .lp-button {
    margin-bottom: 10px !important;
    margin-right: 0px !important;
}

#popup-course #popup-header .lp-button.lp-btn-finish-course {
    margin: 0;
}

.learn-press-comments .comments-form input {
    border-radius: 5px;
    height: 52px;
}

.archive_course_loop_wrapper {
    position: relative;
}

.course_review_wrap {
    position: absolute;
    left: 20px;
    top: 20px
}

.course_review_wrap .review_count_wrap {
    margin-left: 10px;
    color: #ff723a;
}

.login-to-write-review {
    background: transparent;
    border: none;
    width: 0px;
    height: 0px;
}

.footer-border-top {
    border-top: 1px solid rgba(112, 112, 112, 0.1);
}

@media screen and ( min-width: 1024px) {
    body.search-no-results .widget_search {
        max-width: 80%;
        margin: auto;
    }
}

@media screen and ( min-width: 1299px) {
    body.search-no-results .widget_search {
        max-width: 60%;
        margin: auto;
    }
}

body.search-no-results .no-results p {
    text-align: center;
    margin-top: -85px;
    margin-bottom: 65px;
    font-size: 14px;
}

body.search-no-results .widget_search input {
    padding-right: 25px
}

.navbar-nav .nav-item.current-menu-ancestor > a,
.navbar-nav .nav-item.current-menu-item > a {
    color: var(--brand_color);
}

.z-blogs-3 .blog__tags .category-wrap-ct a {
    color: #FF723A;
    font-size: 16px;
    line-height: 1;
    background-color: rgba(255, 114, 58, 0.1);
    padding: 12px 25px;
    border-radius: 40px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
}

.z-blogs-3 .blog__tags .category-wrap-ct a:nth-child(even) {
    color: #F14D5D;
    background-color: rgba(241, 77, 93, 0.1);
}

.z-blogs-3 .blog__tags .category-wrap-ct a:last-child {
    margin-right: 0px
}

.blog-grid-category-limit.category-wrap-ct > a,
.blog-grid-category-limit > a {
    display: none !important;
}

.blog-grid-category-limit > a:nth-child(1),
.blog-grid-category-limit > a:nth-child(2) {
    display: inline-block !important;
}

.blog-details-box ul.post-categories li a {
    display: block;
}

.blog-content-wrapper {
    display: inline-block;
    width: 100%
}

.blog-content-wrapper p:not(.has-background) {
    padding: 5px 0px;
    margin: 5px 0px;
}

.blog-content-wrapper ul li,
.blog-content-wrapper ol li {
    margin: 10px 0px
}

.blog-content-wrapper img {
    height: auto;
    max-width: 100%;
}

.blog-details-box .tags-wrap.category {
    display: block;
    margin: 45px 0px 15px;
}

.tags-wrap.category a {
    display: inline-block;
    color: black;
    padding: 2px 18px 4px;
    background: #ebebeb;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s linear;
    margin: 3px 1px;
    font-weight: 400;
}

.tags-wrap.category a:hover {
    background: #f37a4a2b;
}

.blog-details-box .tags-wrap.tags a {
    color: #707070
}

.tags-wrap.tags a:hover {
    color: #ff723a;
}

.z-blogs__thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

.right-nav .right-btn ul {
    list-style: none;
    margin: 0;
}

@media screen and ( min-width: 992px ) {
    .z-m-r-30 {
        margin-right: 28px;
    }
}

.sub-title.blockquote-heading {
    margin-top: 0px
}

.post-format-bquote {
    border-left: 4px solid var(--brand_color);
    background-color: rgba(255, 114, 58, 0.05);
    padding: 15px 40px 30px 90px;
    position: relative;
}

.post-format-bquote:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    position: absolute;
    left: 25px;
    top: 15px;
    color: #ffbfa4;
    font-weight: 100;
}

.post-format-bquote:after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #ffbfa4;
    font-weight: 100;
}

.post-format-bquote.links-type {
    padding: 30px;
}

.post-format-bquote.links-type:before {
    content: '';
}

.post-format-bquote.links-type:after {
    content: '\f0c1';
    color: #b9522721;
    font-size: 60px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
}

.post-format-bquote .sub-title {
    color: #6b707f;
}

.wp-block-tag-cloud a {
    margin: 10px 2px;
}

.blog-details-box img:not(.size-thumbnail) {
    width: auto;
    max-width: 100%;
    height: auto
}

.course-instructor h1.title {
    margin-top: 0px
}

.learnpress-page .lp-button:hover, .learnpress-page #lp-button:hover {
    border-color: var(--brand_color) !important;;
    background: var(--brand_color) !important;
}

.elementor-accordion-item .elementor-tab-title.elementor-active {
    border-bottom: 1px solid #f9f9f9 !important
}

@media screen and ( max-width: 425px ) {
    .elementor-widget.elementor-list-item-link-full_width a {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.seller-rating .review-stars-rated .review-star .far {
    color: #CCC;
    font-size: 16px;
}

.pagination-area .navigation.pagination {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
}

@media screen and ( max-width: 1024px ) {
    .pagination-area .navigation.pagination {
        margin-bottom: 0rem !important;
    }
}

@media screen and ( max-width: 768px ) {
    .pagination-area .navigation.pagination {
        margin-top: 2rem !important;
        margin-bottom: 0rem !important;
    }
}

.review-stars-rated .review-star .far {
    color: #ffb60a;
    font-size: 13px;
    font-weight: 100;
}

.review-stars-rated .review_star_profile_wrap .fas,
.review-stars-rated .review_star_profile_wrap .far {
    color: #FF723A;
    font-size: 20px;
}

.instructor-profile .review-stars-rated .review_star_profile_wrap .fas,
.instructor-profile .review-stars-rated .review_star_profile_wrap .far{
    font-size: 20px !important;
}

.review-stars-rated .review_star_profile_wrap .fas {
    position: absolute;
    top: -2px;
}

.review-stars-rated .review_star_profile_wrap .fas svg {
    width: 22px;
    height: 22px;
}

.profile-author-course-heading {
    margin: 20px 0px 25px;
}

@media screen and ( max-width: 1024px ) {
    .profile-author-course-heading {
        margin: 45px 0px 25px;
    }
}

@media screen and ( max-width: 767px ) {
    .justify-content-end.z-text-sm-center {
        justify-content: left !important;
    }
}

@media screen and ( max-width: 425px ) {
    .instructor-profile-img {
        min-height: 200px;
    }
}

blockquote.wp-block-quote {
    margin-top: 2rem;
}

.blog-details-box {
    -webkit-box-shadow: 5px 15px 60px rgb(27 33 47 / 5%);
    box-shadow: 5px 15px 60px rgb(27 33 47 / 5%);
    padding: 35px;
}

.footer__widget .widget-title {
    margin-top: 0px;
}

.footer__widget ul li a {
    color: #707070;
    font-family: 'Manrope';
}

.footer__widget ul li a:hover {
    color: var(--brand_color);
}

@media screen and ( min-width: 992px ) {
    .blog-widget-area {
        margin-left: 10px;
    }
}
.review-stars-rated {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    gap: 3px;
}
.review-stars-rated .review-star .fas {
    display: flex;
}