HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/BOoms/pro-oils.be/wwwroot/wp-content/themes/neve/assets/scss/lifter.scss
.nv-content-wrap ul.llms-loop-list{
  padding: 0;
}

.lms-container {
  .nv-page-title-wrap,
  .nv-sidebar-wrap {
    margin-top: 30px;
  }
}

.llms-pagination {
  margin: 10px auto;
  ul {
    text-align: center;
    li{
      float: none;
      display: inline;
      .page-numbers{
        text-decoration: none;
        margin: 10px auto;
        display: inline-block;
      }
    }
  }
}

.llms-loop-link{
  &:hover{
    text-decoration: none;
  }
}

.nv-content-wrap {
  a{
    &.llms-button-primary, &.llms-sd-link, &.llms-loop-link, &.llms-button-secondary{
      text-decoration: none;
    }  }
}

.llms-button-primary, .llms-button-action{
  font-size: .8em;
  font-weight: 600;
  padding: 8px 12px;
  transition: all .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.68421;
  font-family: inherit;
  background-color: #0366d6;
  color: #fff;
  &:hover{
    text-decoration: none;
    background-color: #0366d6;
    color: #fff;
    opacity: .9;
  }
}

.llms-button-secondary{
  border-radius: 3px;
  border: 1px solid #676767;
  background-color: transparent;
  font-weight: 600;
  color: #676767;
  &:hover{
    background: transparent;
  }
}

.llms-loop-item-footer {
  .avatar, .llms-author-info {
    vertical-align: middle;
  }
}

footer.llms-loop-item-footer {
  background-color: inherit;
}

.llms-choice > label {
  width: 100%;
}

.single-course {
  .review_box {
    input[type="text"], textarea {
      display: block;
      margin: 10px 0;
      width: 100%;
    }

    textarea {
      height: 200px;
    }
  }
  .llms-lesson-counter {
    display: inline-block;
    margin-bottom: 0px;
  }
}

.llms-person-login-form-wrapper {
  max-width: 100%;
}

.llms-course-nav  .llms-lesson-preview{
  width: 100%;
  .llms-main{
    .llms-pre-text, .llms-lesson-title{
      text-align: center;
    }
  }
}