.lesson-template-default h1 {
    text-align: start;
    color:#fff
}

.lesson-template-default .entry-header h3 {
    text-align: start;
    margin-top:0px;
    color:#fff;
    font-weight:300 !important;
}

.jps-wrap-content.jps-jquery .jps-the-content nav.jps-slider-nav {
    border: 5px solid #fff;
    border-radius: 30px 30px 0px 0px;
    background: #f4f4f4;
}

@media only screen and (min-width: 1399px) {
	.curriculum-widget {
		position: fixed !important;
		top: 100px !important;
		width: 400px !important;
		overflow: auto !important;
	}
}


/* Single page style  */

.slot-r>div>nav>ul>li,
.slot-r>nav>ul>li,
.header-sticky-main .slot-l>div>nav>ul>li {
    padding-left: 25px;
    padding-right: 25px;
}

.entry-media.media-shadow img {
    border-radius: 50%;
    width: 240px !important;
    height: 240px !important;
}

p.disclaimer {
    font-size: 14px;
    color: #444;
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 600;
}

p.disclaimer i {
    color: #888;
}

.section-content {
    margin-top: 0px;
}

.wp-block-group.media-shadow .wp-block-group__inner-container {
    padding: 0px;
    max-width: none;
}

.johannes-layout-fa-a .alignfull,
.johannes-sidebar-none .alignfull {
    padding: 75px 0px;
}

.wp-block-group.media-shadow {
    margin: 75px 25px;
}

.margin-left-10 {
    margin-left: 10% !important;
}

.margin-right-10 {
    margin-right: 10% !important;
}

.margin-left-5 {
    margin-left: 5% !important;
}

.margin-right-5 {
    margin-right: 5% !important;
}

.max-width-75 {
    max-width: 70% !important;
    margin: auto;
}

.f-img img {
    border-radius: 10px !important;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 15%);
}

.section-block .f-img .wp-block-group__inner-container {
    padding: 75px 0px;
}


.header-middle .slot-l {
    display: inline !important;
    flex: unset !important;
}

.header-middle .slot-r {
    justify-content: flex-start !important;
}

.single-layout-2 {
    margin-bottom: 20px;
}

.category-section {
    margin-top: 50px;
}

.archive.category .johannes-header-main {
    margin-bottom: 0px;
}

.icon-view .category-section .johannes-post {
    background: #f4f4f4;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: none !important;
}

.icon-view h6 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.2);
}

.llms_review h6:after {
    content: "Verified";
    background: #9bc17c;
    margin-left: 5px;
    padding: 0px 5px;
    font-size: 10px;
    border-radius: 3px;
    color: #fff;
}

.llms-checkout-confirm {
    margin: 0px;
}

.johannes-pagination .page-numbers.current,
.paginated-post-wrapper span {
    background: #fff;
}

.header-section {
    padding: 50px;
}

p.label-habit-title {
    text-transform: uppercase;
    font-weight: 100 !important;
    font-family: 'Manrope' !important;
    font-size: 22px !important;
    color: #888;
}

.media-shadow-nf img {
    width: 100%;
}

.johannes-section.wa-layout.about-section {
    margin-bottom: 0px !important;
}

.category-section a.category-link h5:hover {
    text-decoration: underline;
}

.mention img {
    max-height: 50px;
}

li.current-post a {
    color: #000 !important;
}

.blog-series h5 {
    text-transform: uppercase;
    color: #aaa;
    font-weight: 200;
    margin-bottom: -50px;
}

.size-johannes-c,
.size-johannes-d {
    height: auto !important;
}

.size-johannes-d {
    border-radius: 3px;
}

.mks_accordion label {
    padding-left: 15px;
    display: inline !important;
}

.mks_accordion input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

.mks_accordion input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: -7px;
    top: 0;
    left: 0;
    border: 2px solid #000000;
    border-radius: 3px;
    background-color: white;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
}

.mks_accordion input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 20px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: 9px;
}

.mks_accordion_active .mks_accordion_heading.checked {
    opacity: 1;
}

.mks_accordion_heading.checked {
    opacity: 0.75;
    text-decoration: line-through;
}

.video-frame {
    border-radius: 10px;
    margin: 25px 0px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 25%);
}

.video-frame iframe {
    margin-bottom: -7px;
}

.media-shadow {
    position: relative;
}

.media-shadow::after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.03) !important;
    border-radius: 50%;
    margin: 0;
}

.no-media-shadow .media-shadow:after {
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.stamp {
    display: none;
}

.section-content a.johannes-button-large {
    border-radius: 10px;
    font-weight: 700;
}

.start-block h2 {
    margin: 0px 0px 25px 0px
}

p.title-description {
    margin-top: -25px;
    margin-bottom: 25px;
}

.header-course p,
.course-faq p {
    color: #fff;
    text-align: center;
}

.start-block .mention {
    width: calc(24% - 21px);
    margin: 0px 10px;
    padding: 0px 30px;
    display: inline-block;
}

.mention-section {
    margin-bottom: 0px !important;
}

.start-block .entry-media.media-shadow img {
    height: auto !important;
    width: auto !important;
}

.image-guide {
    width: 35%;
    margin-left: 14%;
}

picture.jl-arrow {
    margin-left: 6px;
}

.llms-section.llms-syllabus-footer {
    display: none;
}

.llms-course-complete-text {
    margin-bottom: 0px;
}

.mks_accordion span {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
    color: #aaa;
    margin-top: 10px;
}

.entry-single .mks_accordion_content h1:first-child,
.entry-single .mks_accordion_content h2:first-child,
.entry-single .mks_accordion_content h3:first-child,
.entry-single .mks_accordion_content h4:first-child,
.entry-single .mks_accordion_content h5:first-child,
.entry-single .mks_accordion_content h6:first-child {
    margin-top: revert;
}

.single-lesson .header-middle.header-layout-1 {
    display: none;
}

.wp-admin b,
.wp-admin strong {
    font-weight: 600 !important;
}

.guide-section h2 {
    margin: 0px 0px 25px 0px;
}

.llms-sd-items li:before,
.llms-student-dashboard .llms-sd-item .llms-sep {
    display: none;
}

.mention-section h5 {
    text-align: center;
}

.johannes-post .entry-header {
    padding: 0px 25px 0px 25px;
    border-radius: 0px 10px 10px 0px;
}

.johannes-post .entry-content {
    padding: 0px 25px 0px 25px;
}

.article-section h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.article-section .section-content {
    margin-top: 50px;
}

.newsletter-block a.rm-button {
    padding: 14px 50px;
    text-transform: none;
    display: inline-block;
    margin-top: 20px;
}

p.category-description {
    text-align: center;
    margin-top: 10px;
}

.archive.category .single-md-content {
    margin-left: auto;
    margin-right: auto;
}

.archive.category .johannes-content {
    max-width: 750px;
}

.header-course .llms-access-plan-description p {
    color: #000;
}

.highlight {
    color: #000;
    padding: 20px;
    border-radius: 10px;
    font-weight: 500;
}

.llms-access-plan-title,
.llms-access-plan-content {
    border-radius: 10px 10px 0px 0px;
}

.llms-access-plan-footer {
    border-radius: 0px 0px 10px 10px;
}

.highlight p {
    margin-bottom: 0px;
}

.highlight,
ul.highlight,
ol.highlight {
    padding: 25px;
    border: 2px solid #f9f1c6;
    border-radius: 10px;
    color: #000;
}

#thank_you_box h2 {
    text-align: center;
}

.highlight.steptodo {
    border: 2px solid #f3c47b;
    background: transparent;
}

.highlight.negative {
    background: transparent;
    border: 2px solid #ffdddc;
}

.highlight.blue {
    border: 2px solid #ddf1fd;
}

.lightblue {
    background: #f3f9fc;
    padding: 25px;
    border-radius: 3px;
}

.newsletter-block h3 {
    margin-top: 0px;
}

.video-wrapper {
    padding: 0px !important;
}

.vid-foot-cont {
    background:transparent !important;
}

.llms-video-wrapper .center-video {
    padding-top:0px;
    margin: 50px 0px;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 0px rgb(244 206 181 / 30%);
}

.highlight.steptodo:before {
    background: #f3c47b;
    color: #fff;
    content: "\f00c";
}

.highlight.negative:before {
    content: "\f071";
    background: #ffdddc;
}

.highlight.blue:before {
    content: "\f129";
    background: #ddf1fd;
}


.highlight.yellow {
    background: #fdf8dd;
}

.course-quick-description p {
    margin-bottom: 0px;
}

.written-by a {
    font-weight: 700;
}

.single-lesson .code-block,
.single-course .code-block {
    display: none;
}

.entry-content div.llms-notice:nth-child(2) {
    display: none !important;
}

.entry-content ul.llms-notice {
    border: 1px solid #e5554e !important;
}

#usp-success-message,
.error,
.success {
    border-radius: 10px;
    margin-bottom: 20px;
}

p.has-background {
    padding: 25px;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.blue-content p {
    line-height: 1.625 !important;
}

.llms-form-field {
    font-size: 14px;
}

li.cat-item a img.emoji {
    vertical-align: bottom !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.header-course {
    background: #424851;
}

.is-single-post-title-default h1.entry-title {
}

.no-padding-top {
    padding-top:0px !important;
}

.curriculum-widget {
    left: 0px;
    top: 0px;
    background: #fff;
    width: 400px;
    min-height: 100%;
    border-right: 1px solid #eee;
    padding-top: 24px;
    z-index: 999;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%) !important;
    overflow: auto;
    max-height: 100%;
}

.lesson-template-default .johannes-section {
    padding: 75px 0px 0px 0px;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%);
}

.jps-content {
    padding-bottom: 100px !important;
}

.llms-parent-course-link {
    display:none;
}

.width-65 {
    max-width: 700px;
    margin: auto;
    padding: 60px 0px 0 0;
}

.lesson-template-default .johannes-wrapper {
    margin-left: 400px;
}

.jps-slide-count {
    font-size: 25px;
    color: #000;
    font-weight: 300;
}

span.jps-slide-count:before {
    content: "Section";
    margin-right: 3px;
}

.lesson-template-default .user-info {
    margin-bottom: 25px;
}

.lesson-template-default .simple-template article {
    padding: 0px;
    box-shadow: none;
}

.lesson-template-default .simple-template article .width-65 {
    max-width: 1000px;
}

.lesson-template-default .simple-template article .user-info {
    display: none;
}

hr.wp-block-separator {
    background: #eee;
    height: 12px;
    margin: 65px 0px 0px 0px;
    border-radius: 10px;
    border: 0px;
}

.user-info img {
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100%;
}

.jps-slide-count span {
    margin: 0px 2px;
}

span.last-update {
    font-size: 14px;
    float: right;
    margin-top: 15px;
    color: #aaa;
}

span.user {
    font-weight: 600;
    color: #fff;
}

h2 {
    font-size:50px;
}

.entry-content p, .entry-content li, .elementor-widget-container li {
    font-size:24px;
}

.single-post .section-content {
    margin-top: 75px;
}

.progress-view h3 {
    margin: 0px auto 0px auto;
}

.jps-wrap-content {
    display: block;
    max-width: 700px;
    margin: auto;
    float: none;
    margin-top: 50px;

}

.layout-view {
    background: #fff;
    margin-bottom: 0px;
}

.lesson-template-default .hentry {
    counter-reset: section;
    background: #fff;
    margin-bottom: 85px;
    margin-top: 85px;
    border-radius: 30px;
}

.not-active-lesson-template-default .hentry h2:before {
    counter-increment: section;
    content: counter(section) ". ";
}

.media-shadow:after {
    z-index: 0;
}

.entry-media img {
    position: relative;
    z-index: 1;
}

.johannes-post.hentry .entry-media img {
    border-radius: 10px 10px 0px 0px;
    min-height: 226px;
}

h5.entry-title.h5 {
    max-height: 83px;
    overflow: hidden;
}

#llms_review_submit_button {
    margin-top: 20px !important;
}

.course-author {
    background: #fff;
    padding: 100px 0px;
    margin-bottom: 0px;
}

.course-quick-description {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.johannes-footer .widget-title {
    color: #000;
}

.course-reviews {
    margin-bottom: 0px;
}

.llms-author .avatar {
    vertical-align: middle;
}

p.llms-author-info.bio {
    padding: 20px;
    margin-top: 30px;
    border-radius: 3px;
    background: #eee;
    font-size: 16px;
    margin-bottom: 0px;
}

p.llms-author-info.bio:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    position: absolute;
    margin-top: -30px;
    margin-left: -5px;
}

.llms-notice {
    background: transparent;
    padding: 25px;
    border: 1px solid #eee;
    margin: 25px 0px !important;
}

.llms-checkout-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.llms-checkout-section {
    border: 0px solid #fff;
}

.llms-lesson-preview .llms-lesson-thumbnail img {
    border-radius: 3px;
}

.llms-lesson-preview .llms-lesson-excerpt {
    max-width: 75%;
}

.syllabus-course {
    background: #f3f9fc;
}

.llms_review {
    padding: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: calc(33% - 20px);
    min-height: 260px;
    margin-right: 20px !important;
    background: #fff !important;
    display: inline-block;
    vertical-align: top;
}

.llms-checkout-section ul li:before {
    display: none !important;
}

.llms-checkout-section-content .llms-label {
    font-weight: 800;
    text-transform: none;
    font-variant: initial;
}

.llms-checkout-section-content .llms-coupon-wrapper,
.llms-field-html label {
    font-size: 12px;
}

.newsletter-section .formkit-field {
    width: 350px !important;
    flex: none !important;
}

.newsletter-section .formkit-field input {
    padding: 22px 10px !important;
}

.newsletter-section .formkit-fields button {
    background-color: #000 !important;
    flex: none !important;
}

.llms_review h5 {
    color: #137dad;
}

.llms_review .full-review {
    display: table;
    text-transform: uppercase;
    color: #137dad;
    margin: auto;
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
}

#old_reviews h3 {
    text-align: center;
    font-size: 3.5rem;
}

.johannes-footer .widget .count,
.johannes-footer .widget_categories li a,
.johannes-footer .widget_archive li a,
.johannes-footer .widget .johannes-accordion-nav {
    background-color: #fff !important;
    padding: 0px 5px;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
}

.access-link {
    position: absolute;
    right: 20px;
    margin-top: 40px;
    text-transform: uppercase;
    line-height: 19px;
}

.access-link:before {
    font-family: fontawesome;
    content: "\f13e";
    margin-right: 5px;
}

.entry-content #old_reviews {
    display: none;
}

.johannes-footer {
    background: #f3f9fc !important;
}

.llms_review h5 {
    font-size: 17px;
    color: inherit;
    margin: 0px 0px 15px 0px;
    max-height: 23px;
    overflow: hidden;
}

.llms_review h6 {
    margin-bottom: 20px;
    text-transform: none;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 0px;
}

.llms_review .avatar {
    vertical-align: middle;
    margin-right: 10px;
}

.llms_review p {
    margin-bottom: 0px;
    min-height: 75px;
    overflow: hidden;
}

.entry-content h2 strong {
    font-weight: 800 !important;
    color: #222222;
}

.llms-access-plan-title {
    background: #e1e1e1;
    color: #000;
    margin-top: 0px;
}

.header-course h2 {
    color: #fff;
    margin-top: 0px;
}

.review-course h2 {
    margin-top: 0px;
}

.entry-content .content-table tr td:first-of-type {
    font-weight: 600;
}

.entry-content .content-table tr {
    background: #f8f8f8;
}

.entry-content .content-table tr:nth-child(odd) {
    background: #f2f2f2;
}

.author-content h6 {
    font-weight: 600;
    color: #424851;
    text-transform: none;
}

.post-last-modified {
    color: #aaa;
}

.single-course .llms-access-plan-restrictions,
.single-course .llms-access-plan-featured {
    display: none;
}

.llms-access-plan,
.single-course h1.entry-title {
    margin-bottom: 20px;
}

.single-course .entry-content .review_box,
.single-course .entry-content .llms-meta-info,
.single-course .entry-content .llms-syllabus-wrapper {
    display: none;
}

.blog .section-bg {
    background: #000;
}

.blog .johannes-cover .section-bg:after {
    background-color: transparent;
}

.content-course {
    text-align: left;
}

.content-course .single-md-content {
    margin: auto;
}

.llms-access-plan .stamp {
    background: #137dad;
}

.llms-lesson-button-wrapper {
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.lesson-template-default .entry-meta {
    display: none;
}

.intro-text {
    font-weight: 700;
    color: #000;
}

.llms-lesson-button-wrapper {
    font-size: 14px;
}

h3.h2,
.course-wrap h2 {
    margin-top: 0px;
}

.section-block .wp-block-group__inner-container {
    margin: auto;
    padding: 0px 0px;
    max-width: 1224px;
    padding-right: 48px;
    padding-left: 48px;
}

.section-block .wp-block-columns,
.section-block .wp-block-column[style*=flex-basis] {
    margin-bottom: 0px;
}

.entry-content p>a,
.entry-content td>a,
.entry-content p strong a,
.entry-content li a {
    font-weight: 700 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    text-decoration: none !important;
}

.section-head-alt-page,
.section-head-alt-post {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-series ol {
    font-size: 16px;
    margin-bottom: 0px !important;
}

.entry-content li a.ez-toc-link {
    border-bottom: 0px solid #ccc !important;
}

.entry-content p>a:hover,
.entry-content td>a:hover {
    color: #000 !important;
}


.entry-content p a img {
    display: block;
}

.llms-lesson.current-lesson:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    margin-left: -26px;
    margin-top: 5px;
    background: #000000;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px #eee;
    border: 2px solid #fff;
    left: 36px;
}

.category-pill.johannes-cover .entry-category a,
.category-pill.johannes-layout-fa-a .entry-category a {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.category-pill .entry-category a {
    color: #137dad !important;
    border-radius: 3px;
    font-size: 12px !important;
    background: #e9e9e9 !important;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 10px;
}

.section-head-alt .entry-category {
    margin-top: 15px;
    margin-bottom: 15px;
}

.entry-meta {
    font-size: 14px !important;
}

.category-pill .entry-category a:before {
    content: "\•";
    padding-right: 3px;
}

.header-mobile .johannes-menu-action a {
    font-weight: 800;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #000;
    height: 45px;
}

.johannes-menu-action .jf {
    font-size: 1.4rem;
    margin-left: 0px;
}

.entry-content h3 strong {
    font-weight: 800 !important;
}

.single-lesson .entry-content h2:not:first-of-type {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #eee;
}

.llms-lesson-preview .llms-lesson-thumbnail {
    width: 25%;
/*     float: right; */
    border: 0px solid #fff;
}

.progress-login p {
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
}

.progress-login a {
    color: #137dad;
    text-decoration: underline;
}

.progress-login .wp-social-login-widget {
    margin: 0px;
}

#llms_mark_incomplete,
.type-submit #llms_mark_complete {
    width: 100% !important;
    background: rgba(0,0,0,0.8) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}

#llms_mark_incomplete {
    background: #aaa !important;

}

.llms-lesson-preview .llms-extra+.llms-main {
    width: 75%;
}

.llms-lesson-preview {
    width: 100%;
}

.entry-content ul li {
    margin: 5px 0px;
}

.llms-widget-syllabus .llms-lesson-complete.done,
.llms-widget-syllabus .lesson-complete-placeholder.done {
    color: #555;
}

.brief-description p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
}

.fa-check-circle:before {
    content: "\f00c";
}

button.llms-field-button {
    width: auto !important;
}

.single-lesson .entry-header h3.lesson-title {
    color: #f1b200;
    padding: 10px 0px;
    display: inline-block;
    margin: 0px;
}

.course-title h3 {
    margin: 0px;
    padding-bottom: 10px;
    font-size:25px;
    color: #f4ceb5;
}

.johannes-sidebar-none .wp-block-preformatted {
    margin-left: 0px;
    margin-right: 0px;
}

.johannes-related {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-bottom: 48px;
}


.blog .johannes-section {
    margin-bottom: 48px;
}

.entry-content form.sg-widget {
    margin-bottom: 0px;
}

.small-avatar {
    border-radius: 50%;
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

.white-box {
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #f3f9fc !important;
}

.user-info {
    margin-bottom: 10px;
}

.user-info .mks_social_widget_ul {
    display: inline;
    float: right;
    margin-bottom: 0px;
}

.white-box span.user {
    font-weight: 600;
}

.white-box p {
    margin-bottom: 10px;
    font-size: 16px;
}

.entry-content ul.highlight li:before {
    color: #000 !important;
}

.wp-block-quote,
.wp-block-quote.is-style-large,
blockquote {
    font-size: 1.9rem;
}

.johannes-wrapper {
    background: linear-gradient(137deg, #f3f9fc 0, rgba(255, 255, 255, 1) 1000px);
}

.header-middle,
.header-mobile {
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
}

.lesson-template-default article .entry-detailed-content {
    width: 700px;
    margin: auto;
    padding: 75px 0px;
    position:relative;
}

.lesson-template-default .header-sticky {
    display: none;
}

.header-middle a,
.johannes-mega-menu .sub-menu li:hover a,
.header-mobile a {
    color: rgba(0, 0, 0, 0.9) !important;
}

.header-middle .current-menu-item>a {
    color: #000 !important;
    font-weight: 900 !important;
}


.header-middle li:hover>a {
    color: #000 !important;
}

.entry-single {
    margin-bottom: 0px;
}

.johannes-section {
    margin-bottom: 0px;
}

.icon-view h2 {
    text-align: center;
}

.lesson-template-default .entry-media.media-shadow img {
    width: auto !important;
    height: auto !important;
    border-radius: 3px;
}

.post-section a.rm-button {
    display: table;
    margin: 50px auto 0px auto;
}

.post-section p {
    text-align: center;
}

.topic-name {
    text-transform: lowercase;
}

ul.mks_social_widget_ul li:hover a {
    opacity: 1 !important;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 20%) !important;
}

.entry-meta-sidebar ul.mks_social_widget_ul li {
    max-width: 15px;
}

.mks_social_widget_ul.small-size li a {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 15px;
    user-select: auto;
}

.archive .entry-category {
    display: none;
}

.lesson-template-default .media-shadow:after {
    border-radius: 3px;
}

.entry-content>p:first-child,
.single-md-content .entry-summary {
    margin-top: 0px;
}

.johannes-front-wa .johannes-button-primary {
    background: transparent !important;
    color: #222;
    border: 2px solid #222;
    box-shadow: none;
}

.johannes-front .entry-header {
    max-width: 85%;
}

.single-lesson .entry-summary h3 {
    font-size: 20px;
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 5px;
    color: #555;
    text-transform: uppercase;
    margin-top: 30px;
}

.progress__indicator {
    font-weight: 600;
    line-height: 0.8em;
    margin-left: 10px;
    color:#fff
}

.llms-progress .llms-progress-bar {
    background-color: #e1e1e1;
}

.entry-summary p {
    margin-bottom: 0px;
    color: #aaa;
    padding-top: 10px;
}

span.jps-next:after {
    content: "➔";
    margin-left: 5px;
}

.entry-content a.jps-next-wrapper:hover {
    text-decoration: none !important;
}

.jps-next:hover {
    background: #000 !important;
}


.llms-button-primary {
    background: #000000 !important;
    color: #fff !important;
}

.header-course .llms-button-primary {
    background: #fff !important;
    color: #000000 !important;
    border-radius: 3px;
    display: block;
    font-weight: 800;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 10%);
}

.llms-notification {
    border-top: 4px solid #000000 !important;
}

.llms-syllabus-wrapper {
    margin: 15px 15px 30px 15px;
}

.cta-pricing .get-started-button .llms-course-complete-text {
    margin: auto;
}

.llms-button-primary:hover {
    background: #137dad !important;
    color: #fff !important;
}

.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title a {
    color: #000;
}

.llms-widget-syllabus ul li ul li {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}

.llms-widget-syllabus .lesson-title a:hover {
    color: #000 !important;
}

ul.llms-lesson {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}

.widget_course_syllabus {
    padding: 0px 20px;
    list-style-type: none;
    border-left: 5px solid #eee;
}

.llms-widget-syllabus .section-title {
    line-height: 22px;
    color: #000000;
}

.header-course .llms-progress .llms-progress-bar {
    height: 1.4em;
    background-color: #e1e1e1;
}

.header-course .progress__indicator {
    margin-left: 10px;
    font-size: 35px;
    font-weight: 700;
}

.single-lesson .access-link {
    margin-top: 25px
}

.llms-progress .progress-bar-complete {
    background-color: #000000;
}

.progress-course {
    margin: auto;
}

.entry-content ol li:before {
    content: counter(step-counter);
    text-align: center;
    color: #000;
    line-height: 23px;
    font-size: 13px;
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-weight: 900 !important;
    margin: 0px 7px 3px 0px;
    vertical-align: middle;
    border: 2px solid #000;
    font-family: 'Manrope';
}

.entry-content ol li.current-post:before {
    background: #137dad;
    color: #fff;
}

.entry-content ol li {
    counter-increment: step-counter;
    margin: 15px 0px;
}

.entry-content strong {
    color: #000;
    font-weight: 700 !important;
}

.johannes-author {
    background: #f3f9fc;
}

.login-button {
    margin-top: 50px !important;
    display: table;
    margin: auto;
}

.johannes-related .entry-media img {
    min-height: 225px;
}

body .johannes-wrapper .meks_ess {
    border-top: 0px solid;
    margin-top: 35px;
}

.johannes-related {
    background-color: #dfecf3;
}

.llms-course-complete-text {
    background: #f9dfc5 !important;
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    max-width: 660px;
}

.mks_ico {
    float: none !important;
    display: inline-block !important;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 40px;
}

.entry-content ol {
    list-style: none;
}

.wp-block-quote:before,
blockquote:before {
    top: 0px;
    left: -60px;
    font-size: 10rem;
}

nav.jps-slider-nav {
    position: absolute;
    top: -50px;
    left: 0px;
    background: #000;
    padding: 20px !important;
    border-radius: 10px 10px 0px 0px;
    width: calc(100% - 48px) !important;
    width: 100% !important;
}

nav.jps-slider-nav:first-of-type .jps-next-wrapper,
nav.jps-slider-nav:first-of-type .jps-numbered,
nav.jps-slider-nav:last-of-type .jps-slide-count {
    display: none;
}

nav.jps-slider-nav:last-of-type {
    bottom: -10px;
    top: unset;
    border-radius: 0px 0px 10px 10px;
}

.jps-numbered>a {
    font-size: 14px;
    font-weight: 600;
    background: #000;
    border-radius: 3px;
    color:#fff;
}

.jps-numbered>a:hover,
.jps-numbered>a.jps-num-current {
    background-color: #f4ceb5;
    color: #000 !important;
}

.jps-numbered {
    margin: 0px;
}

.jps-prev-wrapper {
    display: none;
}

.lesson-template-default h2:first-of-type {
    margin-top: 0px;
}

#llms_mark_incomplete:hover,
#llms_mark_complete:hover {
    background: #000 !important;
}

.jps-prev-wrapper {
    text-decoration: none !important;
}

.jps-next,
.jps-prev {
    color: #000;
    padding: 14px 50px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
}

.jps-next {
    background: #f4ceb5;
}

.jps-prev {
    background: #f4ceb5;
    color: #000;
}

.jps-slide-count {
    width: auto;
    text-align: center;
    float: none;
    color:#000;
}

.jps-fullpost-link a {
    text-align: center;
    display: table;
    margin: auto;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.review-course .llms-course-continue-button {
    display: none;
}

.llms-checkout-wrapper form.llms-login {
    border: 0px !important;
}

.llms-person-login-form-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
}

.wp-social-login-widget {
    margin: 20px 0;
    font-weight: 800;
}

/* .llms-course-list li.llms-loop-item {
    width: 100% !important;
} */

.llms-course-list li.llms-loop-item a {
    border-bottom: 0px solid #fff !important;
}

.get-started-button .llms-button-primary {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    background: transparent !important;
    color: #137dad !important;
}

.get-started-button .llms-button-primary:hover {
    color: #fff !important;
    background: #137dad !important;
}

.course-features [class*=col-] {
    padding: 0px;
}


.get-started-button .llms-button-primary:before,
.llms-button-action.button:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.page-template-page-tool .alignwide {
    max-width: 736px !important;
}

.llms-course-list li.llms-loop-item:before {
    display: none;
}

.wp-social-login-connect-with {
    font-size: 20px !important;
    display: inline-block;
}

.wp-social-login-provider-list {
    display: inline-block;
}

.wp-social-login-provider {
    border-radius: 3px;
}

.llms-notification {
    border-top: 4px solid #000000 !important;
}


.guide-block h1 {
    margin-top: 0px;
}

.menu-right {
    position: absolute !important;
    right: 48px;
}

.guide-block .rm-button:hover {
    box-shadow: 0px 0px 25px 10px rgb(255 255 255 / 50%);
    color: #000 !important;
    background: #fff !important;
}

.entry-content a.rm-button:hover,
input.button:hover {
    background: #0b5e84 !important;
    color: #fff !important;
}

.page-template-about-template .featured-blog-series h5 {
    margin-top: 0px;
}

.row.wide-data {
    display: block;
}

.mlw_qmn_question_number {
    font-size: 22px;
}

.qmn_quiz_container input[type="text"]:hover {
    box-shadow: none;
}

p.contact-text {
    font-size: 19px;
}

.quiz_section.quiz_end .qsm-submit-btn {
    margin: 20px 0px;
}

td a.rm-button {
    font-size: 12px;
}

a.rm-button.small {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
}

.has-johannes-bg-alt-2-color {
    color: #222222;
}

.quote h4 {
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 200;
    position: absolute;
    left: 50%;
    position: absolute;
    margin-left: -330px;
    margin-top: -100px;
}

/** Lesson Page Specific CSS **/
.question {
    font-weight: bold;
    display: block;
}

.qna {
    margin-bottom: 20px;
}

/** Lesson CSS **/

.johannes-section.johannes-front-classic .johannes-post h3 {
    padding-top: 0px;
}

.johannes-section.johannes-front-classic {
    margin-bottom: 0px;
}

.hentry .entry-media img {
    border-radius: 10px;
}

.newsletter-block {
    width: 75%;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.newsletter-block.in-content {
    width: 100%;
    padding: 0px;
    background: transparent;
    margin-top: 50px;
    box-shadow: none;
}

.newsletter-block.in-content .newsletter-form {
    margin: 0px;
}

.success,
.error {
    border: 1px dashed;
    background: transparent;
}

.johannes-bg-alt-1,
.has-arrows .owl-nav,
.has-arrows .owl-stage-outer:after {
    background: #fff !important;
}

.johannes-author {
    background: #f3f9fc !important;
}

.johannes-post .entry-media {
    margin-bottom: 16.8px;
}

.category-pill .entry-category a:hover {
    color: #000 !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 0px 10px;
    z-index: 2;
    border-radius: 3px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    text-align: left;
}

.start-block {
    padding: 75px 0px;
}

.mention-section {
    padding: 0px 0px 75px 0px;
    border-top: 1px solid #eee;
}

a.johannes-button.johannes-button-primary.johannes-button-large:hover {
    background: #000 !important;
    color: #fff;
}

.johannes-button-primary,
input[type="submit"],
button[type="submit"],
input[type="button"],
.johannes-pagination a {
    box-shadow: none;
    background: #000 !important;
}

.johannes-header .sub-menu a {
    color: #333 !important;
    font-weight: 600;
    font-size: 14px;
}

.author-description {
    font-size: 1.6rem;
}

.johannes-header .sub-menu a:hover {
    color: #000 !important;
}

.header-middle .sub-menu {
    background: #fff !important;
}

.johannes-header .sub-menu {
    padding: 25px 20px 10px 0px;
    width: 270px;
}

.header-mobile,
.page-template-page-tool .johannes-header-main,
.lesson-template-default .johannes-header-main {
    margin-bottom: 0px;
}

.course-template-default .johannes-header-main {
    margin-bottom: 0px;
}

.course-template-default .category-pill {
    background: linear-gradient(90deg, rgba(32, 152, 206, 1) 0%, rgba(19, 125, 173, 1) 35%);
}

.rm-button.course-button {
    display: block;
    background: #333;
    margin-top: 30px;
    background: #333;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.start-block .section-head {
    display: inline-block;
}

.start-block .section-head h3 {
    color: rgba(255, 255, 255, 0.75);
}

.wp-block-button .wp-block-button__link {
    font-weight: 700;
    border-radius: 10px;
    min-height: auto;
    padding: 14px 20px;
    box-shadow: none;
}

.johannes-pagination a {
    border-radius: 10px;
    font-weight: 700;
    box-shadow: none;
}


ul.mks_social_widget_ul li a {
    border-radius: 50px;
    box-shadow: 0px 0px 0px 2px #fff;
}

.written-by .avatar {
    min-width: 70px;
    min-height: 70px;
}

.johannes-author .author-avatar img {
    border: 5px solid #fff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
}

.wp-social-login-provider-list a {
    text-decoration: none !important;
}

.faq-holder {
    width: 75%;
    margin: auto;
    margin-top: 25px;
    display: table;
}

.llms-gateway-icon a {
    display: block;
}

.mks_accordion_heading,
.mks_toggle_heading {
    font-size: 20px;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
    border: 2px solid #fff;
}

.lesson-template-default .mks_accordion_heading {
    border: 1px solid #eee;
}

.lesson-template-default .mks_accordion_active {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.mks_accordion h4 {
    color: #000;
}

.mks_accordion h4:first-of-type {
    margin-top: 0px !important;
}

.mks_accordion_item,
.mks_toggle {
    border: 0px !important;
}

.lesson-template-default .mks_accordion_active .mks_accordion_content,
.lesson-template-default .mks_accordion_active .mks_accordion_heading {
    background: #f9f9f9;
}

.lesson-template-default .mks_accordion_active .mks_accordion_heading {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #f9f9f9;
}

.lesson-template-default .mks_accordion_active .mks_accordion_content {
    border-top: 1px solid #eee !important;
}

.mks_accordion_content,
.mks_toggle_content {
    border-top: 0px !important;
}

.lesson-template-default .mks_accordion_content,
.mks_toggle_content {
    padding: 50px;
    border-radius: 0px 0px 10px 10px;
}

.mks_accordion,
.mks_toggle {
    border-bottom: 0px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.course-features .rm-button {
    margin-top: 30px;
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
}

.course-features ul li {
    list-style-type: disc !important;
    list-style-position: outside !important;
}

.course-features ul {
    margin-left: 20px;
}

.course-features h4 {
    padding: 0px;
    margin: 0px 0px 25px 0px;
    color: #137dad;
}

.course-intro-section {
    margin: 0px;
}

.header-course .single-md-content {
    margin: auto;
}

.header-course .llms-access-plan {
    box-shadow: 10px 10px 1px rgb(0 0 0 / 10%);
}

.header-course .llms-access-plan-content {
    background: #f1f1f1 !important;
    margin: 0px;
}

.llms-notice,
.llms-checkout-wrapper .llms-form-heading,
.llms-checkout {
    background: transparent !important;
}

.llms-notice {
    border-color: #eee !important;
}

.header-course .llms-access-plan-title {
    background: #fff;
    color: #000;
    margin-top: 0px;
}

.course-template-default .llms-access-plan-price {
    font-weight: 700;
    font-size: 75px;
    font-variant: small-caps;
    line-height: 75px;
}

span.price-sale .lifterlms-price {
    color: #639a5d;
}

.llms-access-plan-content .llms-access-plan-pricing {
    padding: 0px 0px 20px 0px;
}

.header-course .llms-access-plan-content .llms-access-plan-pricing {
    padding: 20px 0px 0px 0px;
}

.llms-access-plan {
    margin-bottom: 0px;
}

.highlighted-quote {
    padding: 25px;
    background: #dfecf3;
    border-radius: 10px;
    margin-bottom: 0px;
    color: #000;
    max-width: 300px;
}

.f-img .wp-block-group__inner-container {
    padding-bottom: 0px !important;
}

.no-inner-padding .wp-block-group__inner-container {
    padding: 0px;
}

.wp-block-columns .llms-access-plan-title {
    background: transparent;
    color: #000;
}

.llms-access-plan-pricing .llms-price-currency-symbol {
    font-size: 44px;
    vertical-align: top;
    color: #fff;
    margin-right: 5px;
}

.wp-block-columns .llms-access-plans {
    padding: 50px;
    background: #dfecf3;
    border-radius: 10px;
    border-radius: 10px !important;
}

.llms-access-plan-description {
    display: none;
}

.llms-access-plan-footer {
    border-bottom: 0px;
}

.entry-content .benefits-beginners li {
    margin: 15px 0px;
}

.entry-content ul.benefits-beginners li:before {
    color: #3cb120;
    content: "☑";
    font-size: 220%;
    margin-right: 5px;
    vertical-align: sub;
}

.header-course .llms-access-plan-description {
    font-size: 16px;
    padding: 20px 20px 0px 20px;
}

.header-course .llms-access-plan-footer {
    padding: 20px;
    margin: 0px;
}

.course-intro-section .entry-content {
    display: table;
    width: 100%;
}

.course-intro-section .block-right {
    width: 65%;
    margin: auto;
    display: table;
    float: none;
}

.block-left,
.block-right {
    width: 50%;
    display: inline-block;
}

.block-35 {
    width: 35%;
}

.block-65 {
    width: 65%;
}

.block-left {
    float: left;
}

.block-right {
    float: right;
}

.block-right.course-image {
    float: right;
    width: 35%;
    margin-left: 10%;
}

.block-left.course-title {
    float: left;
    width: 55%;
}

.size-johannes-page-3 {
    padding: 50px 0px;
}

.course-template-default .size-johannes-page-3 {
    height: auto !important;
}

.fa-clock:before {
    content: "\f017";
    font-family: 'FontAwesome';
}

.fa-students:before {
    content: "\f007";
    font-family: 'FontAwesome';
}

.fa-price:before {
    content: "\f155";
    font-family: 'FontAwesome';
}

.fa-difficulty:before {
    content: "\f19d";
    font-family: 'FontAwesome';
}

.course-meta span {
    margin-right: 50px;
    display: inline-block;
}

.course-meta span:before {
    margin-right: 7px;
    color: #137dad;
}

.course-meta {
    font-size: 16px;
    color: #137dad;
    font-weight: 700;
}

.course-meta i {
    padding-right: 5px;
}

.course-image img {
    border: 10px solid #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    margin: 10% 0% 10% 10%;
    max-width: 90%;
}

.course-title h6,
.guide-section h6 {
    margin-bottom: 0px;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.2);
    font-size: 2.1rem;
    display: inline-block;
}

.archive .icon-post h5.entry-title {
    color: #137dad;
}

.course-title h1 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.page-template-page-tool .johannes-wrapper,
.archive.category .johannes-wrapper,
.page-template-page-clean-header .johannes-wrapper,
.course-template-default .johannes-wrapper,
.lesson-template-default .johannes-wrapper {
    background: #f3f9fc !important;
}

a.current-section {
    color: #137dad;
    text-decoration: underline;
}

.progress-view {
    padding: 50px 0px;
    background: #f3f9fc !important;
}


.page-template-page-tool .section-head .entry-title {
    padding: 50px 0px 0px 0px;
}

#project-table-container {
    background: #fff;
    padding: 50px;
    color: #444;
}

.page-template-page-image-header .header-middle {
    margin-bottom: -100px;
}

.page-template-page-image-header h1 {
    color: #000 !important;
}

.page-template-page-image-header .size-johannes-page-3 {
    height: 500px !important;
}

.clean-header h1 {
    color: #222;
}

div#website_incl-filter {
    margin: 20px 0px;
    font-size: 16px;
}

a.page-numbers {
    margin: 0px 10px;
}

figcaption {
    font-size: 1.2rem;
    opacity: .8;
    padding: 10px;
    text-align: left;
}

.slider {
    opacity: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 3px !important;
    height: 15px !important;
    vertical-align: middle !important;
    background: #ccc !important;
    border: 0px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.dropdowncontainer {
    margin-bottom: 20px
}

.msg-keyword {
    padding: 25px;
}

.input-box {
    border-radius: 3px !important;
    background: #fff !important;
    padding: 10px !important;
    height: 40px !important;
    margin-bottom: 20px !important;
    border: 0px !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
    margin-top: 5px !important;
}

.page-template-page-tool h5 {
    color: #000;
}

.result-box {
    background: #fff;
    border-radius: 3px;
}

.result-box h3 {
    padding-top: 0px
}

.result-box h5 span {
    border-bottom: 2px solid;
}

.result-box h5,
.result-box h4 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.result-box p {
    color: #888;
}

.result-box h4 span {
    border-bottom: 2px solid;
    color: #2fa92f;
}

.tool-box {
    width: 30%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.tool-box.centered {
    margin: auto;
    width: 45%;
    display: table;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 25px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 40px;
    background: #137dad;
    cursor: pointer;
}

.pbSubmit {
    background: #000000 !important;
    border-radius: 3px !important;
    color: #fff !important;
}

.dfield textarea,
.dfield input {
    padding: 7px !important;
}

.price-field {
    margin: 20px 0px !important;
}

#dropdown-container {
    width: 20%;
    margin: 20px 0px;
}

.cpfieldcaptcha img {
    margin-bottom: 20px;
    margin-top: 5px;
}

.fields {
    font-size: 1.4rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    opacity: .8;
    font-weight: 900;
}

#project-showing {
    font-size: 12px;
    margin: 10px;
    font-weight: 900;
}

.dfield {
    margin-top: 5px;
}

.cpfieldcaptcha input {
    width: 50% !important;
}

.dfield textarea,
.dfield input {
    border: 2px solid #000000;
    font-weight: 400;
}

.price-field .dfield input:before {
    content: "€" !important;
}

.your-order-field textarea,
.price-field input {
    border: 0px !important;
}

.hidden {
    display: none !important;
}

.order-btn {
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 900;
}

.dropdown-container {
    width: 20%;
    margin: 20px 0px;
}

.page-template-page-tool label {
    text-align: center;
    display: table;
    margin: auto;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: inherit;
    opacity: inherit;
    cursor: inherit;
}

.msg-redirect {
    text-align: center;
    font-weight: 700;
    background: #fff;
    margin: 20px 0px;
    border-radius: 3px;
    padding: 25px;
}

.content-view {
    background: #fff;
    padding: 75px 0px;
    margin-bottom: 0px;
}

.redirect-success {
    border-bottom: 25px solid #5ad229;
}

.redirect-fail {
    border-bottom: 25px solid #d22929;

}

.button.llms-button-action {
    display: block;
    margin: 0px;
}

.button {
    background: #137dad !important;
    padding: 10px 20px !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 10px;
    cursor: pointer !important;
    line-height: inherit;
    font-size: 16px;
}

.button:hover {
    background: #0b5e84 !important;
}

.johannes-cover .llms-access-plan-content {
    display: none;
}

.johannes-cover .llms-access-plan .llms-access-plan-footer,
.llms-access-plan .llms-access-plan-content {
    background: transparent;
    border-bottom: 0px;
}

.llms-access-plan-footer {
    padding: 0px;
    margin: 0px;
}

.alignwide {
    max-width: 85% !important;
}


.blog .johannes-cover {
    margin-bottom: 0px;
}

.blog .icon-view {
    background: #fff;
    margin-bottom: 0px;
}

.category-section .entry-header {
    padding: 0px;
}

input.button {
    font-size: 16px;
    line-height: inherit;
    margin: 50px auto !important;
    box-shadow: none;
    border: 0px !important;
}

p.counter {
    width: 49.4%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin: 0%;
    padding: 20px;
    letter-spacing: 1px;
}

.counter span {
    display: block;
    font-size: 50px;
    font-weight: 900;
}

.ez-toc-heading-level-3 a:before {
    content: "—";
    margin-right: 5px;
}

a.rm-button,
.rm-button a {
    background: #137dad;
    color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 700 !important;
    border: 0px !important;
    font-size: 16px;
}

a.rm-button:hover {
    color: #fff !important;
    background: #0b6d99 !important;
}

.affiliate-course-menu.rm-button a {
    background: transparent;
    border: 0px !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 13px;
}

.affiliate-course-menu.rm-button a:hover {
    color: #000 !important;
    background: #fff !important;
}

@media only screen and (min-width: 900px) {
    .johannes-hamburger {
        display: none !important;
    }

}

@media only screen and (max-width: 1399px) {
    .menu-right {
        right: 10%;
    }

    .curriculum-widget {
        position: relative;
        max-width: none;
        min-height: 0px;
/*         box-shadow: none !important; */
        padding-top: 0px;
        border-right: 0px;
    }

    .lesson-template-default .single-md-content {
        max-width: 66.6%;
    }

    .lesson-template-default .johannes-wrapper {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .newsletter-section {
        padding: 75px 0px !important;
    }

    .johannes-section.guide-section {
        background-position: center;
    }

    .menu-right {
        display: none;
    }

    .progress-view {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .progress-login p {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .progress-login .wp-social-login-provider-list {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .single-post .section-content {
        margin-top: 25px;
    }

    .course-wrap,
    .article-section {
        padding: 50px 0px;
    }

    .article-section {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .widget-inside {
        padding: 0px;
    }


    .affiliate-course-menu.rm-button a {
        display: block;
        min-width: 100%;
    }

    .widget .sub-menu {
        margin: 10px 0 10px 15px !important;
    }

    .icon-view .category-section {
        margin-bottom: 50px;
    }

    .llms-syllabus-wrapper .llms-section-title:before {
        margin-top: 38px;
    }

    .course-image img {
        max-width: 100%;
    }

    .mention-section h4 {
        font-size: 20px;
    }

    .llms-syllabus-wrapper .llms-section-title {
        font-size: 18px;
        padding: 18px 20px;

    }

    p.title-description {
        margin: 0 0 20px 0px;
    }

    .entry-media.media-shadow img {
        margin: auto;
        display: table;
    }

    .course-title h6 {
        font-size: 16px;
    }

    .llms-syllabus-wrapper {
        margin: 0px;
    }

    .user-info .mks_social_widget_ul {
        display: block;
        float: none;
        margin-top: 10px;
    }

    .icon-view .category-section .johannes-post {
        padding: 15px;
    }

    .icon-post h5.entry-title {
        font-size: 1.2rem !important;
    }

    blockquote p {
        word-break: break-all;
    }

    .johannes-layout-c .h3,
    .johannes-layout-d .h5 {
        font-size: 20px !important;
    }

    .comment-content {
        font-size: 1.2rem;
    }

    .section-avatar {
        margin-top: 50px;
    }

    .johannes-bg-alt-1 .count,
    .johannes-bg-alt-1 li a,
    .johannes-bg-alt-1 .johannes-accordion-nav {
        background: transparent !important;
    }

    .johannes-bg-alt-2 {
        background-color: #137dad !important;
    }

    .category-section .col-12.col-md-2.col-lg-3 {
        max-width: 50%;
        width: 50%;
    }

    .category-section .hentry .entry-media img {
        max-width: 70px;
    }

    .newsletter-form .sg-submit-btn {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px !important;
    }

    .newsletter-section {
        padding: 50px 0px !important;
    }

    .newsletter-form {
        width: 100%;
    }

    .newsletter-block {
        width: 100%;
        padding: 35px;
    }

    .newsletter-form .sg_email {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    .tool-box {
        width: 100% !important;
        margin-right: 0px
    }

    #keyword_research_country {
        width: 100%;
    }

    .wp-block-quote:before,
    blockquote:before {
        top: 0px;
        left: 0px;
        font-size: 7rem;
    }

    .entry-content ol.guide-list {
        padding: 25px;
    }

    .entry-content ol.guide-list h4:before {
        width: 44px;
        height: 44px;
        line-height: 34px;
        margin-left: -44px;
        margin-top: -44px;
    }

    .icon-post h5.entry-title {
        font-size: 1.4rem;
    }

    .header-section {
        padding: 0px;
    }

    .section-content {
        margin-top: 25px;
        padding: 0 20px;
    }

    .written-by a img.avatar {
        margin-bottom: 15px;
    }

    .tablepress .arrow:before {
        font-size: 20px;
    }

    .tablepress.toplist th.column-1 {
        min-height: 103px;
    }

    .divider-block .tablepress thead th {
        border-right: 1px solid #eee;
        background: #fafafa !important;
        max-width: 100px;
        word-break: break-all;
        padding: 20px 10px;
        line-height: 14px;
    }

    .divider-block .tablepress td:first-child {
        border-top: 1px solid #fff !important;
    }

    .toplist.affiliate-networks .column-6 {
        min-height: 122px;
    }

    h5.entry-title.h5 {
        max-height: none;
    }

    .article-section article.johannes-post,
    .johannes-related article.johannes-post {
        margin-bottom: 25px;
    }

    .johannes-pagination a {
        font-size: 1.2rem;
    }

    .highlight,
    ul.highlight,
    ol.highlight {
        margin: 25px 0px;
    }

    .site-title picture img {
        width: 100px;
    }

    a.rm-button,
    .johannes-button,
    button,
    johannes-button-large,
    input[type="submit"],
    .wp-block-button .wp-block-button__link {
        font-size: 14px;
    }

    .header-sticky-main>.container {
        height: 71px;
    }

    .entry-content p {
        margin-bottom: 25px;
    }

    .entry-media {
        margin-bottom: 20px !important;
    }

    div#ez-toc-container p.ez-toc-title {
        font-size: 1.9rem;
    }

    .margin-left-5,
    .margin-right-5 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .section-block .wp-block-group__inner-container .wp-block-group__inner-container {
        padding-bottom: 32.5px;
    }

    .wp-block-columns .llms-access-plans {
        margin-bottom: 50px;
    }

    .mks_social_widget_ul {
        margin-bottom: 20px;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 899px) {
    .featured-logos-header.start-block.guide-section h5 {
        margin-top: 0px;
    }

    .llms-syllabus-wrapper .llms-section-title {
        font-size: 14px;
        padding: 10px 20px;
    }

    h5.epm.bow {
        font-size: 17px;
        padding: 5px 10px;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    .section-block .wp-block-group__inner-container {
        padding: 25px !important;
    }

    .course-template-default .llms-access-plan-price {
        font-size: 45px;
    }

    .menu-right {
        display: list-item;
    }

    .llms-widget-syllabus .section-title {
        font-size: 1.8rem;
    }

    li.affiliate-course-menu {
        margin: 25px 0px !important;
        right: 0px;
        margin-right: 0px !important;
        display: block;
        text-align: center;
    }

    span.last-update {
        float: none;
        display: block;
    }

    nav.jps-slider-nav:first-of-type {
        display: none;
    }

    nav.jps-slider-nav:last-of-type {
        bottom: unset;
        top: unset;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        background: transparent;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    span.jps-next {
        display: block;
        text-align: center;
    }

    .jps-numbered>a {
        background: #eee;
        margin-top: 5px;
    }

    .jps-next-wrapper {
        float: none;
        margin-bottom: 20px;
        display: block;
    }

    .lesson-template-default .layout-view {
        padding: 50px 0px;
    }

    .lesson-template-default .single-md-content {
        max-width: 100%;
    }

    .lesson-template-default article {
        box-shadow: none;
        padding: 0px;
    }

    .wp-block-image.size-full img {
        max-width: 50%;
        margin: auto;
        display: table;
    }

    .course-template-default .wp-block-image.size-full img {
        max-width: 100%;
        margin: auto;
        display: table;
    }

    .section-block .f-img .wp-block-group__inner-container,
    .no-inner-padding .wp-block-group__inner-container {
        padding: 25px 0px;
    }

    .wp-block-quote.highlighted-quote:before {
        top: -10px;
        left: -20px;
        font-size: 7rem;
        color: #000;
        opacity: 1;
    }

    .max-width-75 {
        max-width: 100% !important;
    }

    .page-template-page-tool .wp-block-group__inner-container {
        padding: 0px 10%;
    }

    .llms_review {
        width: 100%;
        min-height: auto;
    }

    .llms_review h6 {
        margin-top: 0px;
    }

    #old_reviews h3 {
        font-size: 2.4rem;
        margin-top: 50px;
    }

    .video-frame {
        margin: 25px 0px;
        box-shadow: none;
    }

    .llms-student-dashboard .llms-sd-item {
        width: calc(50% - 20px);
    }

    .johannes-layout-c .h3,
    .johannes-layout-d .h5 {
        font-size: inherit;
    }

    .start-block .mention {
        width: calc(49% - 20px);
    }

    #ez-toc-container {
        padding: 15px
    }

    .white-box {
        padding: 25px;
    }

    .section-head-alt-page,
    .section-head-alt-post {
        padding-top: 0px;
    }

    .menu-right {
        position: relative !important;
        right: 0px;
        margin-top: 50px;
        margin: 25px auto 25px auto;
        display: table;
    }

    .block-left,
    .block-right,
    .block-65,
    .block-35 {
        width: 100%;
    }

    .course-image img {
        margin: 0px;
    }

    .course-features,
    .course-intro {
        margin: 25px 0px;
    }

    .course-intro-section .block-right,
    .block-right.course-image,
    .block-left.course-title {
        width: 100% !important;
        float: none;
        margin: 0px;
    }

    #llms_review_submit_button {
        line-height: inherit;
    }

    .course-reviews {
        margin-bottom: 0px;
        display: block;
    }

    #enroll-course .col-6 {
        max-width: 100%;
    }

    .wp-block-quote,
    .wp-block-quote.is-style-large,
    blockquote {
        font-size: 1.5rem;
        margin-bottom: 0px;
        display: table;
        margin: auto;
    }

    .author-description {
        font-size: 1.2rem;
    }

    .guide-block h2 {
        font-size: 3rem;
    }

    blockquote p {
        margin-bottom: 0px;
    }

    .llms-lesson-preview .llms-lesson-thumbnail,
    .llms-lesson-preview .llms-extra+.llms-main,
    .llms-lesson-preview .llms-lesson-excerpt {
        width: 100%;
    }

    .course-author,
    .lesson-template-default .johannes-section {
        padding: 50px 0px;
    }

    .johannes-order-2+.johannes-order-1 {
        margin-top: 50px;
    }

    .llms-widget-syllabus.llms-widget-syllabus--collapsible {
        margin: 50px 0px;
    }

    .login-button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px !important;
    }

    .brief-description p {
        font-size: 18px;
    }

    .johannes-cover {
        height: auto;
        padding: 50px 0px;
        margin-bottom: 0px !important;
    }

    .widget li a,
    .widget p {
        font-size: 14px;
    }

    .faq-holder {
        width: 100%;
    }

    .syllabus-course a.rm-button {
        display: table;
        margin: 25px auto 0px auto;
    }

    .course-title h6 {
        margin-top: 0px;
    }

    .written-by .avatar {
        min-width: 50px;
        min-height: 50px;
    }

    .blog-series h5 {
        margin-bottom: -25px;
    }

    .image-guide {
        display: none;
    }

    .johannes-menu-mobile {
        margin-top: 30px;
    }

    .ez-toc-heading-level-2 a {
        font-size: 14px !important;
    }

    th.column-1 {
        height: 78px;
    }

    .fn,
    h5 {
        font-size: 19px;
    }

    .entry-meta-sidebar {
        margin: 0px;
        display: none;
    }

    .header-course .progress__indicator {
        font-size: 30px;
    }

    .jf-menu:before {
        content: "\e906";
    }

    .written-by {
        padding-top: 0px;
    }

    .start-block {
        padding: 25px 0px !important;
    }

    .page-template-default .johannes-section-margin-alt {
        margin-top: 50px;
    }

    .start-block .section-head {
        display: block;
    }

    .start-block .section-head .section-title {
        margin-bottom: 0px;
    }

    .dropdown {
        display: table;
        margin: auto;
    }

    .dropbtn {
        padding-top: 0px;
        margin-bottom: 30px;
        border-bottom: 3px dashed;
    }

    td,
    th {
        padding: 15px;
    }

    .ez-toc-heading-level-2 {
        padding: 2px 0px !important;
    }

    .content-course .entry-content {
        padding: 0px;
        box-shadow: none;
    }

    h3.course-by {
        font-size: 15px;
    }

    .page-template-consultation-template picture.johannes-logo {
        filter: none;
    }
}

@media only screen and (max-width: 599px) {
    .johannes-header+.johannes-section .section-head .section-title {
        margin-top: 10px;
    }

    .dropdown-content a {
        font-size: 14px;
    }

    .start-block .section-head h3,
    .dropbtn {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
}

ol#contents-table {
    padding: 10px 0px 10px 20px;
}

ol#contents-table li {
    list-style-type: symbols;
}

ol#contents-table li a.active {
    color: #000;
}

.llms-checkout .anr_captcha_field,
.llms-new-person-form .anr_captcha_field {
    padding: 0 10px 10px;
}

.llms-login .anr_captcha_field {
    margin-bottom: 15px;
}

.wpforms-recaptcha-container {
    margin-top: 15px;
}

@media all and (min-width: 900px) {
    .image-guide.ab-image {
        width: 38%;
        margin-left: 11%;
        vertical-align: middle;

    }

    .image-guide.ab-image img {
        border-radius: 10px;
        vertical-align: middle;
        z-index: auto;
    }

    .habits-hero-sec .guide-block {
        width: 58%;
    }

    .habit-subs-frm {
        width: 36%;
        display: inline-block;
        margin-left: 5%;
    }

}

.lesson-template-default .media-shadow {
    position: relative !important;
}

.section-content i#close-sidebar {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.lesson-template-default .johannes-section i#open-sidebar {
    padding: 5px 15px;
    position: fixed;
    z-index: 1;
    margin-top: -30px;
    margin-right: -5px;
    margin-left: 5px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    left: 25px;
    bottom: 25px;
    border: 2px solid;
}

/* @media (max-width: 1199px) {
    .lesson-template-default .johannes-section i#open-sidebar {
        margin-top: -20px;
        left: 70px;
    }
} */

@media (max-width: 767px) {
    .lesson-template-default .johannes-section i#open-sidebar {
        left: 20px;
        margin-top: -25px;
    }
}

.lesson-template-default .johannes-section i {
    font-family: "FontAwesome";
    font-style: normal;
    cursor: pointer;
}

.icon-class,
.section-content {
    position: relative;
}

.lesson-template-default .llms-section a {
    color: #00589d !important;
}

.lesson-template-default .category-pill {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .lesson-template-default .category-pill {
        flex-wrap: wrap;
    }
}

.llms-course-outline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lesson-template-default .user-info {
    display: flex;
    justify-content: space-between;
}

.user-info-author {
    display: flex;
    align-items: center;
}

.user-info-author img {
    border-radius: 100% !important;
}

#icon-class {
    width: 0;
    overflow: hidden;
    height: 100%;
    box-shadow: unset !important;
    transition: width 0.5s ease;
    display: none;
}

#icon-class.open {
    width: 350px;
    display: block;
}

@media (max-width: 991px) {
    #icon-class.open {
        width: 100%;
    }
}

.lesson-template-default .user-info img {
    border-radius: 10px;
    object-fit: cover;
    width: auto;
    height: 100%;
    border: 2px solid #fff;
}

.p-0 {
    padding: 0;
}

.media-shadow img {
    padding-left: 25px;
}

.media-shadow::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 70px;
    background-color: rgba(0, 0, 0, 0.03) !important;
    display: block;
    width: 95%;
    height: 100%;
}

.footer-widgets a {
    color: #fff !important;
}
a.elementor-button-link {
	color: #fff !important;
}
.nojq a {
	color: #fff !important;
}
.single-lesson .curriculum-widget .llms-course-outline {
padding:0px ;
}

.johannes-order-1.col-lg-8 {
    width: calc(100% - 30px) !important;

}