.sfwd-lessons-template-default.single-sfwd-lessons .fusion-row {
  position: relative;
}

.fusion-logo.hide_me, .fusion-flyout-menu-icons.hide_me, .lesson-video-wrapper.hide_me .play-video-btn, .lesson-video-wrapper.hide_me .lesson-video-cover-img, .lesson-video-wrapper.hide_me .lesson-video-bottom-actions, .hide_me:after {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
  visibility: hidden;
}

.sfwd-lessons-template-default.single-sfwd-lessons .lesson-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.sfwd-lessons-template-default.single-sfwd-lessons .lesson-video-wrapper .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.sfwd-lessons-template-default.single-sfwd-lessons .lesson-video-wrapper .lesson-video-cover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  top: 0px;
}

.lesson-video-wrapper .lesson-video-bottom-actions button {
  border: 0;
  background: none;
  color: #ffffff;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.lesson-video-wrapper .lesson-video-bottom-actions a {
  border: 0;
  background: none;
  color: #ffffff;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.prev-next-btns.next-lesson-btn span {
  position: relative;
  left: -12px;
  padding-left: 12px;
}

.lesson-video-wrapper:After {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

@media (min-width: 576px) {
  .lesson-video-bottom-actions form.sfwd-mark-complete {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}

.prev-next-btns.previous-lesson-btn span {
  position: relative;
  right: -12px;
  padding-right: 12px;
}

@media (max-width: 575px) {
  .lesson-video-bottom-actions {
    flex-direction: column;
  }

  .prev-next-btns.previous-lesson-btn {
    margin-bottom: 20px;
  }

  .prev-next-btns.next-lesson-btn {
    margin-top: 20px;
  }
}

.lesson-video-wrapper .lesson-video-bottom-actions .mark-complete-btn {
  width: 177px;
  height: 48px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3ab2e6), to(#31a2d3));
  background-image: linear-gradient(#3ab2e6 0%, #31a2d3 100%);
  text-transform: uppercase;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.lesson-content-part {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#103d72), color-stop(100%, #0a1c2e), to(#202231));
  background-image: linear-gradient(#103d72 0%, #0a1c2e 100%, #202231 100%);
  border-top: 4px solid #4d97ed;
  padding-top: 95px;
}

.lesson-content-part .container {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 200px;
}

.lesson-content-part .container .lesson-body {
  max-width: 632px;
}

.lesson-content-part .container .lesson-body .lesson-cat {
  color: #ffffff;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}

.lesson-content-part .container .lesson-body .lesson-title {
  color: #ffffff;
  font-family: Avenir;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.lesson-content-part .container .lesson-body .lesson-paragraph {
  color: #ffffff;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.lesson-content-part .container .lesson-sidebar .lesson-progress {
  margin-bottom: 32px;
}

.lesson-content-part .container .lesson-sidebar .lesson-progress h3 {
  color: #ffffff;
  font-family: Avenir;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 20px;
}

.lesson-content-part .container .lesson-sidebar .side-bar-title {
  color: #ffffff;
  font-family: Avenir;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 16px;
}

.lesson-content-part .container .lesson-sidebar .sidebar-selection-wrapper:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.lesson-content-part .container .lesson-sidebar .sidebar-selection-wrapper .selection-title {
  color: #ffffff;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

/* Customize the label (the container) */
.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio:hover {
  color: #3987f1;
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio .checkmark {
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  margin-right: 9px;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-lesson-item-preview {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.sfwd-lessons-template-default.single-sfwd-lessons .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 1em;
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio:hover input~.checkmark {
  border-color: #3987f1;
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio input:checked~.checkmark {
  background-color: #2196F3;
  border-color: #3987f1;
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio input:checked~.checkmark:after {
  display: block;
}

.sfwd-lessons-template-default.single-sfwd-lessons .container-custom-radio .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sfwd-lessons-template-default.single-sfwd-lessons #main .fusion-row {
  max-width: 100% !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .learndash-wrapper .ld-content-actions {
  display: none !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .sfwd-mark-complete:after {
  display: none !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background: #367CDA !important;
  height: 16px !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .learndash-wrapper .ld-progress .ld-progress-bar {
  height: 16px !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-progress-steps {
  display: none;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-progress-percentage {
  color: #0F3868 !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-status-incomplete {
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background-color: transparent !important;
  color: white !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-status-complete {
  background-color: #2196F3 !important;
  border-color: #3987f1 !important;
  border-radius: 18px !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-course-navigation-actions .ld-home-link {
  display: none !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-course-navigation-heading {
  display: none !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .widget_course_return {
  display: none !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons #main .sidebar {
  background-color: transparent !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .video-content-row-fix {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.sfwd-lessons-template-default.single-sfwd-lessons .video-main-content-row-wrapper-fix {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 64px;
}

@media (max-width: 1366px) and (min-width: 769px) {
  .sfwd-lessons-template-default.single-sfwd-lessons .video-content-row-fix {
    max-width: calc(100% - 160px);
  }
}

.sfwd-lessons-template-default.single-sfwd-lessons .main-content-row .new-content-body {
  margin: 0 auto !important;
  width: calc(100% - 25% - 80px);
  max-width: 75% !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .lesson-body {
  max-width: 632px !important;
}

@media (max-width: 972px) {
  .single-sfwd-lessons .sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sfwd-lessons-template-default.single-sfwd-lessons .main-content-row .new-content-body {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.sfwd-lessons-template-default.single-sfwd-lessons .learndash-wrapper .ld-course-navigation .ld-lesson-item {
  border: none !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .lesson-cat {
  color: white !important;
  font-family: Avenir !important;
  text-transform: uppercase !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .sidebar .widget {
  margin-bottom: -12px !important;
}

@media (max-width: 730px) {
  .sfwd-lessons-template-default.single-sfwd-lessons .lesson-body {
    width: auto !important;
  }
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-progress-percentage {
  display: none !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-progress-bar {
  margin-bottom: 32px !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .header_cta {
  display: none;
}

.sfwd-lessons-template-default.single-sfwd-lessons .lesson-body h2 {
  margin-bottom: 0px !important;
}

.sfwd-lessons.type-sfwd-lessons .fusion-post-title-meta-wrap {
  display: none !important;
}

.sfwd-lessons.type-sfwd-lessons .learndash-wrapper .ld-tabs {
  margin: 0;
}

.sfwd-lessons-template-default.single-sfwd-lessons #content {
  width: 100% !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-alert-warning {
  color: white !important;
  border-color: white !important;
  background-color: transparent !important;
  border: none !important;
  width: 50% !important;
  left: 25% !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-alert-warning .ld-button span {
  color: white !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .ld-alert-warning .ld-button {
  background-color: white !important;
  color: white !important;
}

.sfwd-lessons-template-default.single-sfwd-lessons .learndash-link-previous-incomplete {
  color: white !important;
}