
.archive-course-widget-outer .course-title, .maxcoach-main-post .course-wrapper, .lp-archive-courses ul.learn-press-courses .course-wrapper, #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav:before, #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label, .course-item-nav a:before {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#course-reviews .course-reviews-list .review-container::after {
  content: "";
  display: table;
  clear: both;
}

.lp-archive-courses .course-form-filtering .maxcoach-fake-select-current .label:before, .course-item-nav a:before, .lp-password-input .lp-show-password-input:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}


body {
  --lp-primary-color: var(--maxcoach-color-primary);
  --lp-secondary-color: var(--maxcoach-color-secondary);
  --lp-white-grey: #f8f8f8;
  --lp-border-color: #dedede;
  --lp-border-color: #eeeeee;
}

.btn-back-to-class {
  margin: 0 0 30px;
}

.course-price .price {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.learnpress .learn-press-progress .progress-bg {
  background: #eee;
}

.learnpress .lp-label {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 6px;
  background: #111;
  color: #fff;
}

.learnpress .lp-label.label-completed {
  background: #00C74E;
}

.learnpress .lp-label.label-pending {
  background: #FFBA2F;
}

.learnpress .lp-label.label-enrolled,
.learnpress .lp-label.label-started {
  background: #111;
}

.learn-press-content-protected-message {
  border-radius: 5px;
  background: #fff4f6 !important;
  color: #696969;
  padding: 27px 20px 27px 40px !important;
  font-weight: 500;
}

.learnpress.learnpress-page .lp-button,
.learnpress.learnpress-page #lp-button {
  height: 52px;
  line-height: 50px;
  padding: 0 41px;
  font-size: 14px;
  font-weight: 700;
  border-color: var(--maxcoach-color-primary);
  color: #fff;
  background: var(--maxcoach-color-primary);
}

.learnpress.learnpress-page .lp-button:hover,
.learnpress.learnpress-page #lp-button:hover {
  border-color: var(--maxcoach-color-secondary);
  color: #fff;
  background: var(--maxcoach-color-secondary);
}

.learnpress table thead th,
.learnpress table th, .learnpress table td {
  background: transparent !important;
}

.learnpress .answer-options .answer-option input[type="checkbox"],
.learnpress .answer-options .answer-option input[type="radio"] {
  position: relative;
  padding: 5px;
  margin: 0 10px 0 3px;
  cursor: pointer;
  width: unset;
  height: unset;
  min-width: 0;
  border: 0;
  z-index: 0;
  background: transparent;
  border-radius: 0;
}

.learnpress .answer-options .answer-option input[type="checkbox"]:after,
.learnpress .answer-options .answer-option input[type="radio"]:after {
  border: 0;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  left: 50%;
  opacity: 1;
  margin: 0;
}

.learnpress .answer-options .answer-option input[type="checkbox"]:checked:after,
.learnpress .answer-options .answer-option input[type="radio"]:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.archive-course-widget-outer .course-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-course-widget-outer .course-entry + .course-entry {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

.archive-course-widget-outer .course-cover {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.archive-course-widget-outer .course-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-course-widget-outer .course-title {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: var(--maxcoach-color-secondary);
}

.archive-course-widget-outer .course-title:hover {
  color: var(--maxcoach-color-primary);
}

.archive-course-widget-outer .course-price {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 9px;
  color: var(--maxcoach-color-primary);
}

.archive-course-widget-outer .course-description {
  margin-top: 10px;
}

.archive-course-widget-outer .course-meta-data {
  margin-top: 5px;
}

.maxcoach-main-post .course-wrapper {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.maxcoach-main-post .course-wrapper:hover {
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
}

.maxcoach-main-post .course-info {
  padding: 30px 30px 38px;
}

.maxcoach-main-post .course-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
}

.maxcoach-main-post .course-title a {
  color: inherit;
}

.maxcoach-main-post .course-thumbnail img {
  width: 100%;
}

.maxcoach-main-post .course-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 12px;
}

.maxcoach-main-post .course-price .decimals-separator {
  font-size: 18px;
}

.maxcoach-main-post .course-price .origin-price {
  position: relative;
  color: #ababab;
}

.maxcoach-main-post .course-price .origin-price:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.maxcoach-main-post .course-meta {
  font-size: 14px;
  margin: 30px 0 0;
}

.maxcoach-main-post .course-meta > div {
  margin-right: 28px;
  display: inline-block;
}

.maxcoach-main-post .course-meta .meta-icon {
  margin-right: 6px;
}

.lp-archive-courses ul.learn-press-courses .course-wrapper {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.lp-archive-courses ul.learn-press-courses .course-wrapper:hover {
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
}

.lp-archive-courses ul.learn-press-courses .course-info {
  padding: 30px 30px 38px;
}

.lp-archive-courses ul.learn-press-courses .course-price-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #ee7455;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  padding: 11px 10px;
}

.lp-archive-courses ul.learn-press-courses .course-price-badge:before, .lp-archive-courses ul.learn-press-courses .course-price-badge:after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.lp-archive-courses ul.learn-press-courses .course-price-badge:before {
  top: 0;
  border-top: 19px solid #ee7455;
}

.lp-archive-courses ul.learn-press-courses .course-price-badge:after {
  bottom: 0;
  border-bottom: 19px solid #ee7455;
}

.lp-archive-courses ul.learn-press-courses .course-title {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}

.lp-archive-courses ul.learn-press-courses .course-title a {
  display: block;
  color: inherit;
}

.lp-archive-courses ul.learn-press-courses .course-title a:hover {
  color: var(--maxcoach-color-primary);
}

.lp-archive-courses ul.learn-press-courses .course-thumbnail img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.lp-archive-courses ul.learn-press-courses .course-info .course-price .origin-price {
  display: none;
}

.lp-archive-courses ul.learn-press-courses .course-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--maxcoach-color-primary);
}

.lp-archive-courses ul.learn-press-courses .course-price .decimals-separator {
  font-size: 18px;
}

.lp-archive-courses ul.learn-press-courses .course-price .origin-price {
  position: relative;
  color: #ababab;
}

.lp-archive-courses ul.learn-press-courses .course-price .origin-price:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.lp-archive-courses ul.learn-press-courses .course-meta {
  font-size: 14px;
  margin: 30px 0 0;
}

.lp-archive-courses ul.learn-press-courses .course-meta > div {
  margin-right: 28px;
  display: inline-block;
}

.lp-archive-courses ul.learn-press-courses .course-meta .meta-icon {
  margin-right: 6px;
}

.lp-archive-courses .course-form-filtering .maxcoach-fake-select-current .label:before {
  content: '\f036';
  vertical-align: middle;
  font-size: 16px;
}

.learn-press-pagination.learn-press-pagination {
  margin: 0;
}

.lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-lg-1 .course {
  width: 100%;
}

.lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-lg-2 .course {
  width: 50%;
}

.lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-lg-3 .course {
  width: calc(100% / 3);
}

.lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-lg-4 .course {
  width: 25%;
}

.lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-lg-5 .course {
  width: 20%;
}

.lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-lg-6 .course {
  width: calc(100% / 6);
}

@media (max-width: 991px) {
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-md-1 .course {
    width: 100%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-md-2 .course {
    width: 50%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-md-3 .course {
    width: calc(100% / 3);
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-md-4 .course {
    width: 25%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-md-5 .course {
    width: 20%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-md-6 .course {
    width: calc(100% / 6);
  }
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-sm-1 .course {
    width: 100%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-sm-2 .course {
    width: 50%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-sm-3 .course {
    width: calc(100% / 3);
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-sm-4 .course {
    width: 25%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-sm-5 .course {
    width: 20%;
  }
  .lp-archive-courses .learn-press-courses[data-layout="grid"].has-col-sm-6 .course {
    width: calc(100% / 6);
  }
}

.lp-archive-courses .learn-press-courses[data-layout="grid"] .course-excerpt {
  display: none;
}

.lp-archive-courses .learn-press-courses[data-layout="grid"] .course-meta > div {
  margin-right: 20px;
}

.lp-archive-courses .learn-press-courses[data-layout="grid"] .course-meta .meta-icon {
  margin-right: 4px;
}

.lp-archive-courses .learn-press-courses[data-layout="list"] .course-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.lp-archive-courses .learn-press-courses[data-layout="list"] .course {
  padding: 0;
  border: 1px solid #f5f5f5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.lp-archive-courses .learn-press-courses[data-layout="list"] .course-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 50%;
  background: #eee;
}

.lp-archive-courses .learn-press-courses[data-layout="list"] .course-info {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lp-archive-courses .learn-press-courses[data-layout="list"] .course-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
}

.lp-archive-courses .learn-press-courses[data-layout="list"] .course-excerpt {
  margin-top: 10px;
}

.lp-archive-courses .learn-press-courses[data-layout="list"] .course-meta {
  margin: 25px 0 0;
}

.lp-archive-courses .learn-press-courses .learn-press-message {
  margin: 0 15px 20px !important;
}

.lp-archive-courses .course-meta .meta-icon {
  display: inline-block;
}

.lp-courses-bar .search-courses input[type="text"] {
  padding: 3px 20px;
  font-size: 15px;
  font-style: normal;
  min-height: 50px;
  border-color: #f5f5f5;
}

.lp-courses-bar .switch-layout {
  height: 50px;
}

.lp-courses-bar .switch-layout .switch-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 !important;
  text-align: center;
}

.lp-courses-bar .switch-layout .switch-btn:before {
  margin: 0 !important;
  line-height: 50px !important;
  font-size: 16px;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout="list"] .course-wrapper {
    display: block;
  }
  .lp-archive-courses .learn-press-courses[data-layout="list"] .course-thumbnail {
    max-width: 100%;
  }
}

#learn-press-course-tabs ul.learn-press-nav-tabs {
  position: relative;
  margin-bottom: 0;
  font-size: 0;
  border: 0;
  padding-bottom: 2px;
  background: none;
}

#learn-press-course-tabs ul.learn-press-nav-tabs:after {
  height: 2px;
  width: 100%;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}

#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav {
  float: none;
  display: inline-block;
  border: 0;
}

#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav:before {
  content: '';
  top: auto;
  height: 2px;
  bottom: -2px;
  opacity: 0;
  z-index: 1;
}

#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav.active:before {
  opacity: 1;
}

#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav.active label {
  color: var(--maxcoach-color-heading);
}

#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
  font-size: 20px;
  line-height: 26px;
  padding: 9px 25px;
  color: #ababab;
  font-family: var(--maxcoach-typography-headings-font-family);
  font-weight: var(--maxcoach-typography-headings-font-weight);
}

#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label:hover {
  color: var(--maxcoach-color-heading);
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel {
  padding-top: 50px !important;
}

.single-lp_course .entry-title {
  font-size: 48px;
  line-height: 1.17;
  text-align: center;
  margin-bottom: 92px;
}

.single-lp_course .wrapper-course-nav-tabs {
  border-bottom: 2px solid var(--lp-border-color);
}

.single-lp_course #learn-press-course-tabs ul.learn-press-nav-tabs {
  padding-bottom: 0;
}

.single-lp_course #popup-content .lp-button,
.single-lp_course #popup-content #lp-button {
  height: 52px;
  line-height: 50px;
  padding: 0 41px;
  font-size: 14px;
  font-weight: 700;
  border-color: var(--maxcoach-color-primary);
  color: #fff;
  background: var(--maxcoach-color-primary);
}

.single-lp_course #popup-content .lp-button:hover,
.single-lp_course #popup-content #lp-button:hover {
  border-color: var(--maxcoach-color-secondary);
  color: #fff;
  background: var(--maxcoach-color-secondary);
}

.single-lp_course .lp-course-curriculum .course-section {
  border: 1px solid var(--lp-border-color);
}

.single-lp_course .lp-course-curriculum .course-section .course-section-header {
  background-color: var(--lp-white-grey);
}

.single-lp_course .lp-course-curriculum .course-section__title {
  color: var(--maxcoach-color-heading);
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.single-lp_course .entry-course-thumbnail {
  margin: 0 0 40px;
}

.single-lp_course .entry-course-thumbnail img {
  border-radius: 5px;
}

.single-lp_course .page-title-bar + .page-content {
  margin-top: 0;
}

.single-lp_course .lp-single-course .course-price {
  margin-bottom: 7px;
}

.single-lp_course .lp-single-course .course-price .origin-price,
.single-lp_course .lp-single-course .course-price .price {
  font-size: 24px;
  font-weight: 800;
}

.single-lp_course .lp-single-course .course-price .decimals-separator {
  font-size: 18px;
}

.single-lp_course .lp-single-course .course-price .price {
  color: inherit;
}

.single-lp_course .lp-single-course .course-price .origin-price {
  text-decoration: none;
  position: relative;
  color: #ababab;
}

.single-lp_course .lp-single-course .course-price .origin-price:before {
  content: '';
  height: 1px;
  width: 100%;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.single-lp_course .lp-single-course .course-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.single-lp_course .lp-single-course .course-author .author-avatar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 270px;
  max-width: 40%;
  margin: 0 50px 0 0;
}

.single-lp_course .lp-single-course .course-author .author-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single-lp_course .lp-single-course .course-author .author-meta {
  margin-bottom: 22px;
}

.single-lp_course .lp-single-course .course-author .author-name {
  float: none;
  text-align: left;
  margin: 0;
  font-size: 24px;
}

.single-lp_course .lp-single-course .course-author .author-name a {
  color: inherit;
}

.single-lp_course .lp-single-course .course-author .author-career {
  font-size: 14px;
  color: #7e7e7e;
  margin: 10px 0 0;
}

.single-lp_course .lp-single-course .course-author .author-bio {
  font-weight: 500;
  line-height: 1.6;
  font-style: normal;
}

.single-lp_course .lp-single-course .course-author .author-social-networks {
  margin: 28px 0 0;
  font-size: 0;
}

.single-lp_course .lp-single-course .course-author .author-social-networks .inner {
  margin-left: -15px;
  margin-right: -15px;
}

.single-lp_course .lp-single-course .course-author .author-social-networks a {
  font-size: 18px;
  display: inline-block;
  padding: 0 15px;
  color: rgba(105, 105, 105, 0.5);
}

.single-lp_course .course-remaining-time {
  margin-bottom: 40px;
}

.lp-course-progress-wrapper {
  margin: 0 0 30px;
}

.course-results-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.course-results-progress > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding: 0 15px;
}

.course-results-progress .items-progress__heading {
  font-size: 20px;
  margin: 0 0 10px;
}

.course-results-progress .number {
  display: inline-block;
  line-height: 28px;
}

.course-results-progress .learn-press-progress {
  margin: 10px 0 0;
  width: 100%;
}

.course-results-progress .learn-press-progress .lp-passing-conditional {
  background: #111;
}

.entry-course-info {
  padding: 30px 30px 33px;
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  width: 100%;
  max-width: 340px;
  float: right;
}

.entry-course-info .meta-icon {
  color: #696969;
  min-width: 28px;
  text-align: center;
}

.entry-course-info .meta-label {
  font-size: 15px;
}

.entry-course-info .course-meta {
  display: block;
  margin-bottom: 7px;
}

.entry-course-info .course-meta > div {
  padding: 15px 0;
}

.entry-course-info .course-meta > div + div {
  border-top: 1px solid #eee;
}

.entry-course-info .course-price,
.entry-course-info .course-meta > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.entry-course-info .course-price .meta-label,
.entry-course-info .course-price .meta-value,
.entry-course-info .course-meta > div .meta-label,
.entry-course-info .course-meta > div .meta-value {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.entry-course-info .course-price .meta-value,
.entry-course-info .course-meta > div .meta-value {
  text-align: right;
}

.entry-course-info .lp-course-buttons > * {
  width: 100%;
  margin: 10px 0 0;
}

.entry-course-info .lp-course-buttons .button {
  text-align: center;
  width: 100%;
}

.entry-course-info .lp-enroll-notice {
  margin: 15px 0 0;
}

.entry-course-info .lp-button {
  width: 100%;
}

.entry-course-info .entry-course-share {
  margin: 21px 0 0;
}

.entry-course-share {
  text-align: center;
}

.single-course-layout-02 .lp-single-course .lp-course-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px 0 0;
}

.single-course-layout-02 .lp-single-course .lp-form,
.single-course-layout-02 .lp-single-course .purchase-course,
.single-course-layout-02 .lp-single-course .enroll-course {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 10px 20px 0 0;
}

.single-course-layout-02 .lp-single-course .lp-button {
  min-width: 210px;
}

.single-course-layout-02 .lp-single-course .entry-course-share {
  margin: 10px 0 0;
}

.single-course-layout-02 .lp-single-course .entry-course-share .tm-button {
  min-width: 210px;
}

.single-course-layout-02 .lp-single-course .entry-course-share .tm-button:before {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.single-course-layout-02 .lp-single-course .entry-course-share .tm-button:hover {
  color: #fff;
}

.single-course-layout-02.page-has-no-sidebar article.lp_course {
  overflow: hidden;
}

.single-course-layout-02.page-has-no-sidebar .lp-single-course {
  max-width: 770px;
  margin: 0 auto;
}

.single-course-layout-02.page-has-no-sidebar #learn-press-course-tabs ul.learn-press-nav-tabs {
  text-align: center;
}

.single-course-layout-02.page-has-no-sidebar #learn-press-course-tabs ul.learn-press-nav-tabs:after {
  width: 1170px;
  left: -200px;
}

body.single-lp_course.course-item-popup .quiz-question-desc {
  margin: 0 0 20px;
}

body.single-lp_course.course-item-popup .question-explanation-content,
body.single-lp_course.course-item-popup .question-hint-content {
  margin: 30px 0 0;
}

body.single-lp_course.course-item-popup .start-quiz {
  margin-top: 30px;
}

.course-item-nav {
  margin: 30px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.course-item-nav a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2px 20px;
  border-radius: 5px;
  min-width: 150px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background: #f8f8f8;
  color: #696969;
  min-height: 52px;
}

.course-item-nav a:hover {
  color: #fff !important;
  background: var(--maxcoach-color-primary);
}

.course-item-nav a:hover:before {
  color: #fff;
}

.course-item-nav a:before {
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--maxcoach-color-primary);
}

.course-item-nav .prev {
  text-align: start;
}

.course-item-nav .prev a {
  padding-left: 70px;
}

.course-item-nav .prev a:before {
  left: 20px;
  content: '\f104';
}

.course-item-nav .next {
  text-align: end;
}

.course-item-nav .next a {
  padding-right: 70px;
}

.course-item-nav .next a:before {
  right: 20px;
  content: '\f105';
}

.entry-lesson-video video {
  width: 100%;
}

.entry-lesson-zoom-meeting,
.entry-lesson-video {
  margin: 0 0 40px;
}

.learnpress .content-question-summary {
  margin-bottom: 30px;
}

.learnpress .answer-options .answer-option {
  display: block;
  background: none !important;
  overflow: visible;
  padding: 0;
  border-radius: 0;
  font-size: 15px;
}

.learnpress .answer-options .answer-option .option-title {
  display: inline-block;
  font-size: 15px;
}

.learnpress .answer-options .answer-option .option-title:before {
  display: none;
}

.learnpress .question-numbers li {
  color: #ababab;
}

.learnpress .question-numbers li a {
  display: block;
  text-align: center;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  border: 0 !important;
  border-radius: 50%;
  color: inherit !important;
  background: none !important;
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.learnpress .question-numbers li.current a {
  background: #eee !important;
}

.learnpress .question-numbers li.current a span {
  color: #333;
}

.related-courses {
  margin: 95px 0 0;
}

.related-courses .related-title {
  text-align: center;
  font-size: 24px;
  margin: 0 0 35px;
}

.related-courses .swiper-inner {
  margin: -30px;
}

.related-courses .swiper {
  padding: 30px;
}

.course-curriculum .section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-curriculum .section-left .wrapper-section-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#sidebar-toggle::before {
  border: none;
  background: transparent;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 991px) {
  .entry-course-info {
    max-width: 100%;
    margin: 50px 0 0;
  }
}

@media (max-width: 543px) {
  #learn-press-course-tabs ul.learn-press-nav-tabs {
    margin-bottom: 30px;
  }
  body.single-lp_course .lp-single-course .course-author {
    display: block;
  }
  body.single-lp_course .lp-single-course .course-author .author-avatar {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
  }
  body.single-lp_course .course-curriculum ul.curriculum-sections .section + .section {
    margin-top: 30px;
  }
  body.single-lp_course .course-curriculum ul.curriculum-sections .section-header {
    min-height: 56px;
  }
  body.single-lp_course .course-curriculum ul.curriculum-sections .section-header .section-left {
    vertical-align: middle;
    padding: 10px 15px;
  }
  body.single-lp_course .course-curriculum ul.curriculum-sections .section-header .section-title {
    font-size: 16px;
  }
  body.single-lp_course .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
    padding: 0 15px;
  }
  body.single-lp_course.course-item-popup .course-curriculum ul.curriculum-sections .section-header .section-left {
    padding: 15px 15px;
  }
  body.single-lp_course.course-item-popup .course-curriculum ul.curriculum-sections .section-header .section-title {
    font-size: 16px;
  }
  body.single-lp_course.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
    padding: 0 15px 0 35px;
  }
  body.single-lp_course.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before {
    left: 15px !important;
  }
}

.learnpress.checkout .page-content {
  margin-bottom: 60px;
}

.learnpress.checkout #learn-press-checkout-login,
.learnpress.checkout #learn-press-checkout-register {
  border: 0;
  padding: 0;
}

.learnpress.checkout #checkout-form-login .learn-press-form-register,
.learnpress.checkout #checkout-form-login .learn-press-form-login,
.learnpress.checkout #checkout-form-register .learn-press-form-register,
.learnpress.checkout #checkout-form-register .learn-press-form-login {
  display: block;
}

.learnpress.checkout .learn-press-form-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  left: 0;
}

.checkout-login-form-header,
.checkout-register-form-header {
  display: none;
}

.learn-press-checkout .lp-list-table thead tr th {
  background: #111;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.learn-press-checkout .lp-list-table td.course-total,
.learn-press-checkout .lp-list-table .cart-subtotal td,
.learn-press-checkout .lp-list-table .order-total td {
  font-weight: 800;
}

.become-teacher-form {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 56px 50px 60px;
}

.become-teacher-form button {
  display: block;
  margin: 0 auto;
  width: 260px;
}

.form-register-teacher-title {
  font-size: 34px;
  line-height: 1.42;
  margin: 0 0 36px;
  text-align: center;
}

.become-teacher-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.become-teacher-fields .form-field {
  width: 100%;
  margin: 0 0 20px;
}

.become-teacher-fields .form-field:first-child, .become-teacher-fields .form-field:nth-child(2) {
  width: calc((100% - 20px) / 2);
}

.become-teacher-fields .form-field label {
  display: none;
}

.become-teacher-fields .form-field textarea {
  height: 120px;
}

ul.form-fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#learn-press-user-profile .learn-press-form-login,
#learn-press-user-profile .learn-press-form-register {
  border: 0;
  padding: 30px 50px 50px;
  margin: 0;
}

.learn-press-form-wrap {
  margin: 0 0 30px;
}

.form-input-description {
  font-size: 13px;
  line-height: 22px;
  margin: 5px 0 0;
}

.learn-press-form.learn-press-form-register .form-fields .form-field:last-child {
  margin: 0;
}

.lp-label {
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.learn-press-form .form-fields .form-field .description {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
}

.learn-press-form .form-fields .form-field .asterisk {
  color: #f00;
}

.lp-password-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.lp-password-input input[type="password"] {
  padding-right: 2.5rem;
}

.lp-password-input input::-ms-reveal {
  display: none;
}

.lp-password-input .lp-show-password-input {
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  color: #9b9b9b;
}

.lp-password-input .lp-show-password-input:after {
  content: '\f06e';
}

.lp-password-input .lp-show-password-input.display-password::after {
  content: '\f070';
}

.form-desc {
  font-size: smaller;
  font-style: italic;
}

.learn-press-form-login,
.learn-press-form-register {
  margin: 0;
}

.learn-press-form-login > h3,
.learn-press-form-register > h3 {
  font-size: 34px;
  line-height: 1.42;
}

.learn-press-form-login .lp-show-password-input,
.learn-press-form-register .lp-show-password-input {
  top: 14px;
}

.learn-press-form-login input[type='text'],
.learn-press-form-login input[type='password'],
.learn-press-form-login input[type='email'],
.learn-press-form-register input[type='text'],
.learn-press-form-register input[type='password'],
.learn-press-form-register input[type='email'] {
  min-height: 52px;
}

.learn-press-form-login button[type='submit'],
.learn-press-form-register button[type='submit'] {
  width: 100%;
  margin: 30px 0 0;
}

.learn-press-form-login .lost-your-password-wrap,
.learn-press-form-register .lost-your-password-wrap {
  text-align: right;
}

.learn-press-form-login .lost-your-password,
.learn-press-form-register .lost-your-password {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 3px 0;
  display: inline-block;
  color: #333;
}

.learn-press-form-login .lost-your-password:before, .learn-press-form-login .lost-your-password:after,
.learn-press-form-register .lost-your-password:before,
.learn-press-form-register .lost-your-password:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.learn-press-form-login .lost-your-password:after,
.learn-press-form-register .lost-your-password:after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.learn-press-form-login .lost-your-password:hover:before,
.learn-press-form-register .lost-your-password:hover:before {
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.learn-press-form-login .lost-your-password:hover:after,
.learn-press-form-register .lost-your-password:hover:after {
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.learn-press-form-login .lost-your-password:before,
.learn-press-form-register .lost-your-password:before {
  background: #eee;
}

.learn-press-form-login .lost-your-password:after,
.learn-press-form-register .lost-your-password:after {
  background: #333;
}

.learn-press-form-login.learn-press-form .form-fields .form-field,
.learn-press-form-register.learn-press-form .form-fields .form-field {
  margin: 0 0 28px 0;
}

.learn-press-form-login.learn-press-form .form-fields .form-field label,
.learn-press-form-register.learn-press-form .form-fields .form-field label {
  margin: 0 0 2px;
}

.learn-press-form-login {
  border: 0;
  border-radius: 5px;
  padding: 30px 50px 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.learn-press-form-register {
  border: 0;
  padding: 30px 0 0 !important;
}

.learn-press-form-register form .form-fields {
  margin: 0 0 28px;
}

.learn-press-form-register form > p {
  margin: 0 0 28px;
}

.learn-press-form-register form > p:last-child {
  margin: 0 !important;
}

.learn-press-form-register form button[type='submit'] {
  margin: 0 !important;
}

.profile #learn-press-profile-header,
.learnpress-profile #learn-press-profile-header {
  height: auto;
  background: none;
  margin: 0 0 59px;
  z-index: 0;
}

.profile #learn-press-profile-header .lp-profile-avatar,
.learnpress-profile #learn-press-profile-header .lp-profile-avatar {
  position: static;
  bottom: auto;
  left: auto;
}

.profile #learn-press-profile-header .lp-profile-avatar img,
.learnpress-profile #learn-press-profile-header .lp-profile-avatar img {
  width: 100%;
}

.profile #learn-press-profile-header .profile-name,
.learnpress-profile #learn-press-profile-header .profile-name {
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  font-size: 34px;
  line-height: 1.42;
  text-align: left;
  margin: 0;
}

.profile .lp-profile-info,
.learnpress-profile .lp-profile-info {
  padding-top: 34px;
}

.profile .author-bio,
.learnpress-profile .author-bio {
  margin: 13px 0 0;
}

.profile .profile-author-meta .meta-item > div,
.learnpress-profile .profile-author-meta .meta-item > div {
  display: inline-block;
  color: #333;
  font-weight: 700;
}

.profile .profile-author-meta .meta-item + .meta-item,
.learnpress-profile .profile-author-meta .meta-item + .meta-item {
  margin-top: 6px;
}

.profile .profile-author-phone a,
.learnpress-profile .profile-author-phone a {
  font-weight: 700;
}

.profile .profile-contact-info,
.learnpress-profile .profile-contact-info {
  font-size: 18px;
  margin: 36px 0 10px;
}

.profile .author-social-networks,
.learnpress-profile .author-social-networks {
  margin: 20px 0 0;
}

.profile .author-social-networks a,
.learnpress-profile .author-social-networks a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  border-radius: 50%;
  text-align: center;
  margin: 10px 10px 0 0;
}

.profile .author-social-networks a:hover,
.learnpress-profile .author-social-networks a:hover {
  color: #fff;
  border-color: transparent;
}

.profile #learn-press-profile-content,
.learnpress-profile #learn-press-profile-content {
  float: none;
  width: 100%;
  overflow: visible;
  margin-top: 0;
}

.profile .lp-tab-sections,
.learnpress-profile .lp-tab-sections {
  background: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.profile .lp-tab-sections li,
.learnpress-profile .lp-tab-sections li {
  margin: 0;
}

.profile .lp-tab-sections .section-tab.active span,
.learnpress-profile .lp-tab-sections .section-tab.active span {
  position: relative;
  border: 0;
  padding-bottom: 8px;
}

.profile .lp-tab-sections .section-tab.active span:after,
.learnpress-profile .lp-tab-sections .section-tab.active span:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.profile .lp-profile-content,
.learnpress-profile .lp-profile-content {
  margin-top: 15px;
}

.profile .learn-press-subtab-content .profile-heading,
.learnpress-profile .learn-press-subtab-content .profile-heading {
  display: none;
}

.profile .lp-sub-menu,
.learnpress-profile .lp-sub-menu {
  margin: 20px 0 20px;
  text-align: center;
}

.profile .lp-sub-menu li,
.learnpress-profile .lp-sub-menu li {
  margin: 0 5px;
}

.profile .lp-sub-menu li a, .profile .lp-sub-menu li span,
.learnpress-profile .lp-sub-menu li a,
.learnpress-profile .lp-sub-menu li span {
  margin: 0;
}

.profile .lp-avatar-preview .profile-picture,
.learnpress-profile .lp-avatar-preview .profile-picture {
  margin: 0;
}

.profile button.learnpress_avatar__button,
.learnpress-profile button.learnpress_avatar__button {
  line-height: 40px;
}

.profile .learnpress_avatar__cropper .learnpress_avatar__button,
.learnpress-profile .learnpress_avatar__cropper .learnpress_avatar__button {
  margin: 5px 5px 0 0;
}

.profile .learn-press-form .form-fields .form-field input[type=checkbox] + .description,
.learnpress-profile .learn-press-form .form-fields .form-field input[type=checkbox] + .description {
  display: inline-block;
  margin: 0;
}

.profile .lp-list-table th.column-status,
.learnpress-profile .lp-list-table th.column-status {
  width: 165px;
}

.profile .profile-courses-progress,
.learnpress-profile .profile-courses-progress {
  margin: 35px 0 0;
}

.profile .profile-courses-progress .profile-courses-heading,
.learnpress-profile .profile-courses-progress .profile-courses-heading {
  font-size: 34px;
  line-height: 1.42;
  margin-bottom: 33px;
}

.profile .profile-courses-progress .maxcoach-progress,
.learnpress-profile .profile-courses-progress .maxcoach-progress {
  max-width: 570px;
}

.dashboard-statistic__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 77px 0 30px;
}

.statistic-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 26px 10px 26px 30px;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  min-height: 108px;
}

.statistic-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--border-color, #111);
}

.statistic-box__number {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: var(--number-color, #20ad96);
  margin: 0 26px 0 0;
  -webkit-box-ordinal-group: -8;
  -webkit-order: -9;
      -ms-flex-order: -9;
          order: -9;
}

.statistic-box__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  color: var(--text-color, var(--maxcoach-color-heading));
  font-family: var(--maxcoach-typography-headings-font-family);
  font-weight: var(--maxcoach-typography-headings-font-weight);
  line-height: 1.56;
  margin: 0;
  max-width: 130px;
}

.statistic-box:nth-child(1) {
  --border-color: #8fd6ca;
  --number-color: #20ad96;
}

.statistic-box:nth-child(2) {
  --border-color: #d3dffe;
  --number-color: #4e84fa;
}

.statistic-box:nth-child(3) {
  --border-color: #f5dbaf;
  --number-color: #ebb860;
}

.statistic-box:nth-child(4) {
  --border-color: #f9c5ac;
  --number-color: #f49263;
}

.statistic-box:nth-child(5) {
  --border-color: #b8c3f3;
  --number-color: #7288e8;
}

.statistic-box.student_in_progress, .statistic-box.failed_courses {
  --border-color: #efadb5;
  --number-color: #df5b6c;
}

#profile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lp-user-profile.lp-user-profile #profile-sidebar {
  border: 0;
}

.lp-user-profile .lp-profile-nav-tabs {
  border-bottom: 2px solid #eee;
}

.lp-user-profile .lp-profile-nav-tabs li {
  display: inline-block;
}

.lp-user-profile .lp-profile-nav-tabs:before {
  display: none;
}

.lp-user-profile .lp-profile-nav-tabs > li {
  display: inline-block;
  position: static;
  padding: 0;
  margin: 0;
  border-top: 0 !important;
}

.lp-user-profile .lp-profile-nav-tabs > li > a {
  display: block;
  font-size: 20px;
  font-weight: 700 !important;
  position: relative;
  padding: 3px 18px;
  color: var(--maxcoach-color-heading) !important;
  
}

.lp-user-profile .lp-profile-nav-tabs > li.has-child > a {
  padding-right: 30px;
}

.lp-user-profile .lp-profile-nav-tabs > li.active > a {
  color: #fff !important;
}

.lp-user-profile .lp-profile-nav-tabs > li.active > a:after {
  opacity: 1;
}

.lp-user-profile .lp-profile-nav-tabs > li:hover > a, .lp-user-profile .lp-profile-nav-tabs > li.active > a {
  color: #333;
}

.lp-user-profile .lp-profile-nav-tabs .profile-tab-sections {
  display: none;
}

.lp-user-profile .learn-press-nav-items {
  font-size: 0;
}

#learn-press-profile-basic-information .form-fields {
  margin: 0 -10px;
}

#learn-press-profile-basic-information .form-field {
  margin: 0 10px 25px;
}

#learn-press-profile-basic-information .form-field__50 {
  float: left;
  width: calc(50% - 20px);
}

.learn-press-filters > li > a,
.learn-press-filters > li span {
  cursor: pointer;
}

.learn-press-filters > li > a.active,
.learn-press-filters > li span.active {
  color: var(--maxcoach-color-primary);
}

.learn-press-profile-course__tab {
  margin-top: 30px;
}

.learn-press-profile-course__tab__inner {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.learn-press-profile-course__tab__inner > li {
  position: relative;
  margin: 0;
  list-style: none;
}

.learn-press-profile-course__tab__inner > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  text-align: start;
  cursor: pointer;
}

.learn-press-profile-course__tab__inner > li > a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--maxcoach-color-primary);
  content: '';
  opacity: 0;
}

.learn-press-profile-course__tab__inner > li > a.active:after {
  opacity: 1;
}

.lp_profile_course_progress__nav {
  text-align: center;
}

form.pmpro_form input[type=text],
form.pmpro_form input[type=password],
form.pmpro_form input[type=email],
form.pmpro_form input[type=number],
form.pmpro_form textarea,
form.pmpro_form select,
#loginform input[type=text],
#loginform input[type=password] {
  min-height: 46px;
  max-width: 100%;
}

#learn-press-user-profile #profile-sidebar {
  float: none;
  margin-top: 0;
  width: 100%;
}

#learn-press-user-profile #profile-content {
  float: none;
  width: 100%;
  padding-top: 0;
}

#learn-press-user-profile #profile-content .lp-button {
  padding: 0 41px;
  border: none;
}

.lp-user-cover-image .lp-user-cover-image__buttons {
  margin: 20px -10px 0;
}

.lp-user-cover-image .lp-user-cover-image__buttons .lp-button {
  margin: 0 5px 10px;
}

.lp-order-recover .button-recover-order {
  margin-top: 10px;
}

.list-table-nav .page-numbers, .list-table-nav .learn-press-pagination ul.page-numbers {
  text-align: right;
}

.lp-user-cover-image_background.lp-hidden {
  display: none;
}

@media (max-width: 990px) {
  .lp-user-profile .lp-profile-nav-tabs > li > a {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .dashboard-statistic__row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 543px) {
  .dashboard-statistic__row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
}

.course-review-heading {
  font-size: 24px;
  padding: 13px 0 26px;
  margin-bottom: 0;
}

.course-rating .course-rating-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-rating .rating-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 15px;
}

.course-rating .average-rating {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 70px;
  width: 200px;
}

.course-rating .average-rating .rating-box {
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  text-align: center;
  padding: 34px 30px 38px;
}

.course-rating .average-value {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 8px;
}

.course-rating .review-stars-rated {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course-rating .review-amount {
  margin: 2px 0 0;
}

.course-rating .tm-star-rating {
  font-size: 14px;
  letter-spacing: 4px;
}

.course-rating .detailed-rating {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.course-rating .detailed-rating .rating-title {
  margin: 0 0 42px;
}

.course-rating .rating-rated-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-rating .rating-rated-item + .rating-rated-item {
  margin: 2px 0 0;
}

.course-rating .rating-rated-item .rating-point {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 22px 0 0;
}

.course-rating .rating-rated-item .tm-star-rating {
  font-size: 12px;
}

.course-rating .rating-rated-item .maxcoach-progress {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.course-rating .rating-rated-item .rating-count {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  color: #ababab;
  min-width: 25px;
  margin: 0 0 0 5px;
  text-align: right;
}

.course-summary .write-a-review {
  margin: 30px auto 0;
}

#course-reviews .course-reviews-list {
  margin: 50px 0 0;
  padding: 0;
}

#course-reviews .course-reviews-list > li {
  list-style-type: none;
  background: none;
  margin-bottom: 30px;
  padding-bottom: 28px;
  padding-left: 5px;
  border: 0;
  border-bottom: 1px solid #eee;
}

#course-reviews .course-reviews-list .review-author {
  float: left;
}

#course-reviews .course-reviews-list .review-author img {
  border-radius: 50%;
}

#course-reviews .course-reviews-list .review-content {
  position: relative;
  overflow: hidden;
  margin-left: 125px;
}

#course-reviews .course-reviews-list .user-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#course-reviews .course-reviews-list .review-stars-rated {
  position: absolute !important;
  top: 0;
  right: 0;
}

#course-reviews .course-reviews-list .review-title {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  margin: 15px 0 5px;
}

#course-reviews .course-reviews-list .review-text {
  float: none;
  width: 100% !important;
}

#course-review .review-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#course-review .review-form {
  margin: 0;
  padding: 30px;
  border-radius: 5px;
}

#course-review .review-form > .close {
  float: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
}

#course-review .review-form .review-form-heading {
  font-size: 24px;
}

#course-review .review-form .review-fields {
  padding: 0;
}

#course-review .review-form .review-fields input[type='text'] {
  min-height: 52px;
}

#course-review .review-form .review-fields textarea {
  height: 100px;
}

#course-review .review-stars {
  padding: 0;
  margin: 0;
}

#course-review .review-stars > li {
  margin: 0;
}

#course-review .review-stars > li span {
  color: #ababab;
}

#course-review .review-stars > li span.hover:before {
  color: #f6b500;
}

.learn-press-courses .course-review {
  float: none;
}

@media (max-width: 767px) {
  .course-rating.course-rating .average-rating {
    margin-right: 30px;
  }
}

@media (max-width: 543px) {
  .course-rating.course-rating .course-rating-content {
    display: block;
  }
  .course-rating.course-rating .average-rating {
    margin: 0 0 30px !important;
    width: 100%;
  }
  .course-rating.course-rating .detailed-rating .rating-title {
    margin-bottom: 15px;
  }
}

.pmpro_message.pmpro_message {
  margin: 0 0 20px;
  border-radius: 5px;
  padding: 13px 15px;
}


.learn-press-course-current {
  background: #f0f0f0;
}

.pmpro-no-buy-course + .purchase-course,
.pmpro-no-buy-course + .enroll-course {
  display: none !important;
}

#learn-press-pmpro-notice + .purchase-course,
#learn-press-pmpro-notice + .enroll-course {
  display: inline-block;
}


.lp-pmpro-membership-list {
  margin: 0;
}

.lp-pmpro-membership-list.show-mobile {
  display: none;
}

.lp-pmpro-membership-list .item-none {
  color: #d85554;
  font-size: 16px;
}

.lp-pmpro-membership-list .item-check {
  color: #7ed321;
  font-size: 16px;
}

.lp-pmpro-membership-list .lp-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  margin: 0;
}

.lp-pmpro-membership-list .lp-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.lp-pmpro-membership-list .lp-price .amount {
  font-size: inherit;
}

.lp-pmpro-membership-list .lp-desc {
  color: #696969;
  font-weight: 400;
  margin: 10px 0 0;
}

.lp-pmpro-membership-list thead th {
  padding: 30px 20px;
}

.lp-pmpro-membership-list tbody td {
  padding: 10px 20px;
}

.lp-pmpro-membership-list tbody .list-main {
  text-align: left;
}

.lp-pmpro-membership-list .lp-pmpro-footer td {
  padding: 30px 10px 40px;
}

.lp-pmpro-membership-list .pmpro_btn,
.lp-pmpro-membership-list .pmpro_btn:link,
.lp-pmpro-membership-list .pmpro_content_message a,
.lp-pmpro-membership-list .pmpro_content_message a:link {
  border: 0;
  padding: 0 36px;
  line-height: 52px;
  height: 52px;
  border-radius: 5px;
}

.maxcoach-membership-pricing {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 0 30px;
}

.maxcoach-membership-pricing .features {
  list-style-type: none;
  margin: 30px 0 30px;
  padding: 0;
  border-top: 1px solid #eee;
}

.maxcoach-membership-pricing .features li {
  margin: 0;
  padding: 11px 20px 10px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .lp-pmpro-membership-list.show-desktop {
    display: none;
  }
  .lp-pmpro-membership-list.show-mobile {
    display: block;
  }
}

.pmpro_level_selected_text {
  font-size: 20px;
  margin-bottom: 12px;
}

.membership-checkout-tabs .tab-panel {
  max-width: 770px;
  margin: 0 auto;
}

.membership-checkout-tabs .tab-content {
  padding: 68px 0 0;
}

.maxcoach-tab-nav-buttons {
  max-width: 770px;
  margin: 50px auto 0;
}

.pmpro-section-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.pmpro_form table {
  margin: 30px 0;
}

.pmpro_form table th {
  font-size: 20px;
  color: #fff;
}

.pmpro_form table th a {
  color: #fff;
}

.pmpro_form table td, .pmpro_form table th {
  text-align: left;
  padding: 15px 20px;
}

.pmpro_form table .item-check {
  text-align: center;
}

form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select {
  max-width: 100%;
}

form.pmpro_form label {
  font-weight: 600;
}

form.pmpro_form .input {
  min-height: 52px;
}

form.pmpro_form .form-control {
  margin-bottom: 20px;
}

form.pmpro_form .pmpro_asterisk {
  display: none;
}

form.pmpro_form .pmpro_payment-expiration #ExpirationMonth {
  width: 100px;
  margin-right: 20px;
}

form.pmpro_form .pmpro_payment-expiration #ExpirationYear {
  width: 100px;
  margin-left: 20px;
}

form.pmpro_form .pmpro_payment-cvv .input {
  width: 230px;
  max-width: 100%;
}
