/****** 
 * My Account Links Icons
 * 
 *****/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--courses a:after {
  content: '\e82c';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--memberships a:after {
  content: '\e879';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--achievements a:after {
  content: '\e8bc';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--certificates a:after {
  content: '\e81d';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--notifications a:after {
  content: '\e87d';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--vouchers a:after {
  content: '\e83d';
}

.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-price del,
.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-price ins {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-price del {
  opacity: 0.7;
  text-decoration: line-through;
}

.woocommerce-js .llms-loop-list .rlla-course-meta .rlla-course-price .rlla-value {
  font-size: 14px;
}

.woocommerce-js .llms-loop-list .rlla-course-meta .rlla-course-price del,
.woocommerce-js .llms-loop-list .rlla-course-meta .rlla-course-price ins {
  font-weight: 400;
  text-decoration: none;
}

.woocommerce-js .llms-loop-list .rlla-course-meta .rlla-course-price del {
  opacity: 0.7;
  text-decoration: line-through;
}

.rlla-llms-course-info .course-meta del,
.rlla-llms-course-info .course-meta ins {
  text-decoration: none;
}

.rlla-llms-course-info .course-meta del {
  text-decoration: line-through;
  opacity: 0.7;
}

.llms-sd-pagination .llms-button-secondary.prev,
.llms-sd-pagination .llms-button-secondary.next {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: 20px;
}

.woocommerce .rlla-form-redeem-voucher p.form-row {
  width: 100%;
  float: none;
  padding: 0 0 10px;
  display: block;
}

.woocommerce .rlla-form-redeem-voucher {
  padding: 20px;
  background: #f3f3f3;
  max-width: 300px;
  border-radius: 5px;
}

.woocommerce .rlla-form-redeem-voucher input {
  width: 100%;
}

.switch-active {
  color: red;
}

ul.llms-loop-list.llms-course-list li {
  padding-bottom: 0 !important;
}

.llms-course-list .llms-loop-title {
  display: none;
}

.rlla-course-list-view .rlla-grid-view-only {
  display: none;
}

.rlla-list-view-only {
  display: none;
}

.rlla-course-list-view .rlla-list-view-only {
  display: block;
}

.rlla-course-list-view .llms-loop-list {
  margin: 0 0 10px;
}

.llms-loop-list .llms-meta {
  display: none;
}

.llms-student-dashboard .llms-loop-list .llms-meta {
  display: block;
}

/* slider course shortcode */
.reign-llms-slider .slick-prev,
.reign-llms-slider .slick-next {
  font-size: 0;
  bottom: 30px !important;
  top: inherit;
}

.reign-llms-slider .slick-prev:before,
.reign-llms-slider .slick-next:before {
  padding: 0px;
  border: 1px solid #333;
  content: '\f053';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Pro', 'reign-icons';
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

[dir='rtl'] .reign-llms-slider .slick-prev:before,
[dir='rtl'] .reign-llms-slider .slick-next:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reign-llms-slider .slick-next:before {
  content: '\f054';
}

.reign-llms-slider .slick-prev:hover::before,
.reign-llms-slider .slick-next:hover::before {
  background: #6b6b6b;
  color: #fff;
  border: 0px solid transparent;
}

.reign-llms-slider .llms-loop-list {
  padding-bottom: 100px;
}

.reign-llms-slider .llms-loop-list button[type="button"] {
  height: 40px;
  width: 40px;
  background: #fff;
}

.reign-llms-slider .llms-loop-list .slick-prev {
  left: -webkit-calc(50% - 42px);
  left: calc(50% - 42px);
}

.reign-llms-slider .llms-loop-list .slick-next {
  right: -webkit-calc(50% - 42px);
  right: calc(50% - 42px);
}

/***************************/
.llms-loop-list .llms-loop-item {
  margin: 0 !important;
  border: none !important;
}

.rlla-course-list-view .llms-loop-list .llms-loop-item {
  margin: 10px 0 !important;
  padding: 0 !important;
}

.rlla-course-top.switch-layout-container {
  background: #f5f5f5;
  padding: 10px 15px;
  margin-bottom: 20px;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.rlla-course-switch-layout.switch-layout {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

.rlla-course-switch-layout.switch-layout a {
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  margin: 0;
  padding: 0 10px;
  color: #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rlla-course-switch-layout.switch-layout a:first-child {
  border-right: 1px solid #e3e3e3;
}

.switch-layout-container .courses-searching {
  margin: 5px 0;
}
@media (max-width: 480px) {
  .switch-layout-container .courses-searching {
    width: 100%;
  }
}

.switch-layout-container .courses-searching form input[type=search] {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding: 6px 35px 6px 12px;
  width: 100%;
  min-width: 185px;
  height: 38px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  box-shadow: none;
}

.switch-layout-container .courses-searching .search-form input[type="submit"] {
  right: 2px;
  top: 4px;
}

.rlla-course-list-view .llms-loop-item-content {
  margin: 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

.llms-loop-item-content,
.llms-loop-item-content:hover {
  background: none;
  position: relative;
  /*   overflow:hidden;*/
}

.llms-loop-list .rlla-flash {
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
  padding: 3px 10px;
  font-size: 12px;
}

.llms-loop-list .rlla-flash i {
  margin-right: 4px;
  font-size: 12px;
}

.llms-loop-list .rlla-cousre-info.rlla-flash {
  left: 0;
  right: inherit;
}

.llms-loop-list .is-incomplete .rlla-cousre-info.rlla-flash {
  background: #008aec;
  color: #fff;
}

.llms-loop-list .is-complete .rlla-cousre-info.rlla-flash {
  background: #37b33c;
  color: #fff;
}

.llms-loop-list .rlla-course-thumbnail {
  max-width: 100%;
  float: none;
  min-width: auto;
  margin-right: 0;
  margin-bottom: 0;
}

.llms-loop-list .rlla-course-thumbnail img {
  width: 100%;
  max-width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.llms-loop-list .rlla-course-thumbnail:hover img {
  -webkit-transition: all .3s;
          transition: all .3s;
}

.llms-loop-list .rlla-course-thumbnail .llms-loop-link {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 140px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  text-align: center;
}

.llms-loop-list .rlla-course-thumbnail:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}

.llms-loop-list .rlla-course-thumbnail {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  /*max-width: 22%;
  max-width: -webkit-calc(270px);
  max-width: calc(270px);
  margin-right: 3%;
  margin-right: -webkit-calc(30px);
  margin-right: calc(30px);*/
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0.1);
  min-width: 100%;
  min-height: 180px;
}

.llms-loop-list .rlla-course-thumbnail:hover .rlla-grid-view-only {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.llms-loop-list .rlla-course-thumbnail a.llms-loop-link.rlla-grid-view-only:hover {
  color: #fff;
}

.llms-course-list .fluid-width-video-wrapper {
  padding-top: 180px !important;
}

.llms-loop-list a.rlla-grid-view-only {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  height: 40px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
}

.llms-loop-item-content .rlla-grid-view-only:visited {
  color: #fff;
}

.llms-loop-item-footer {
  text-align: center;
}

.llms-loop-list .llms-author img.avatar {
  margin-top: -28px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  z-index: 3;
  display: inline-block;
}

div#lm-course-archive-data.lm-grid-view .author-contain label {
  font-weight: 700;
  color: #ccc;
  margin-bottom: 0;
}

.llms-loop-list .lm-value a {
  text-transform: uppercase;
  font-weight: 700;
  color: #7a7a7a;
  font-size: 12px;
}

.llms-loop-list h2.rlla-llms-loop-title {
  font-size: 16px;
  margin: 11px 0 22px;
}

.llms-loop-list .rlla-course-meta {
  position: relative;
}

.llms-loop-list .rlla-course-meta {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

.llms-loop-list .rlla-course-meta:before {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.llms-loop-list .rlla-course-meta > div {
  margin-top: 15px;
  line-height: 20px;
  margin-right: 0;
  padding-right: 20px;
  color: #ccc;
  border-right: 0;
  float: left;
  min-height: 0;
}

.llms-loop-list .rlla-course-review-grid .rlla-course-meta div.rlla-course-review {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.llms-loop-list .rlla-course-meta:before,
.llms-loop-list .rlla-course-review-grid .rlla-course-meta:after {
  display: none;
}

.llms-loop-list .rlla-course-review-grid .rlla-course-meta .rlla-course-review ul.rlla-review-stars {
  font-size: 16px;
}

.rlla-course-meta .rlla-course-review .fa,
.rlla-course-meta .rlla-course-review .far {
  font-size: 12px;
}
.rlla-course-meta .rlla-course-review .fa:before,
.rlla-course-meta .rlla-course-review .far:before {
  margin-left: 1px;
  margin-right: 1px;
  display: inline;
}

.llms-loop-list .rlla-course-review-grid .rlla-course-meta div.rlla-course-review .rlla-review-stars-rated {
  width: 78px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: -5px 0 0;
  position: relative;
}

.llms-loop-list .llms-loop-item-footer .rlla-course-meta label {
  display: none;
}

.llms-loop-list .rlla-course-meta div.rlla-course-review,
.llms-loop-list .rlla-course-meta div.rlla-course-author {
  display: none;
}

.llms-loop-list .llms-loop-item-footer .rlla-course-meta .rlla-value,
.llms-loop-list .llms-loop-item-footer .rlla-author-info a {
  text-transform: uppercase;
  font-weight: 700;
  color: #7a7a7a;
  font-size: 12px;
}

.llms-loop-list .llms-loop-item-footer .rlla-author-info a span {
  margin: 0px;
}

.llms-loop-list .llms-loop-item-footer .rlla-course-meta .rlla-value i {
  margin-right: 4px;
  font-size: 14px;
}

.llms-loop-list .rlla-course-meta > div.rlla-course-price {
  float: right;
  padding-right: 0;
}

.llms-loop-list .rlla-course-meta > div.rlla-course-price .llms-access-plan {
  margin: 0px;
  padding: 0px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta > div.rlla-course-price .llms-access-plan {
  margin: 12px 0 10px;
  padding: 0px;
  width: auto;
  float: right;
}

.llms-loop-list .rlla-course-meta > div.rlla-course-price .llms-access-plan:hover {
  box-shadow: none;
}

.llms-loop-list .rlla-course-meta > div.rlla-course-price .llms-access-plan .llms-access-plan-price {
  font-size: 12px;
}

.llms-loop-list .rlla-course-meta > div.rlla-course-price .llms-access-plan.on-sale .price-regular {
  opacity: 0.8;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.25);
          text-decoration-color: rgba(0, 0, 0, 0.25);
}

.rlla-course-price .rlla-course-paid {
  color: #f24c0a;
}

.llms-loop-list .llms-loop-item-footer h4.rlla-llms-loop-title {
  font-size: 16px;
  margin: 11px 0 15px;
  min-height: 48px;
}

.llms-loop-list .llms-loop-item-footer .rlla-llms-loop-title-wrap .rlla-llms-loop-title {
  margin: 10px 0 0;
  min-height: auto;
}

.llms-loop-list .llms-loop-item-footer .rlla-llms-loop-title-wrap .llms-meta {
  margin: 0 0 10px;
}

.llms-loop-list .llms-loop-item-footer {
  width: 100%;
  float: none;
  line-height: 25px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 0 20px;
  text-align: center;
}

.llms-loop-list .rlla-course-meta:before {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.llms-loop-list .rlla-course-meta:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  width: 100%;
  background: rgba(195, 195, 195, 0.5);
}

/*.llms-loop-item-content .llms-meta{
    display:none;
}*/
.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-value,
.rlla-course-list-view .rlla-course-meta label {
  font-weight: 600;
  color: #797979;
  margin-bottom: 0;
  font-size: 12px;
}

.llms-loop-list .llms-pa-permalink {
  display: none;
}

/* List view */
.rlla-course-list-view .llms-loop-list.llms-loop-list .llms-loop-item {
  width: 100%;
}

.rlla-course-list-view .llms-loop-list .llms-loop-item-footer {
  border: 0;
  text-align: left;
}

.rlla-course-list-view .llms-loop-list .llms-loop-item-footer {
  width: 75%;
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  float: right;
  padding: 15px 15px 15px 0;
}

.rlla-course-list-view .llms-loop-list .llms-loop-item-footer .rlla-llms-loop-title-wrap {
  margin: 0px;
}

.llms-loop-list .llms-loop-item-footer .rlla-llms-loop-title-wrap {
  margin-bottom: 15px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-thumbnail {
  overflow: hidden;
  max-width: 22%;
  max-width: -webkit-calc(270px);
  max-width: calc(270px);
  min-width: 270px;
  margin-right: 3%;
  margin-right: -webkit-calc(30px);
  margin-right: calc(30px);
  border: 0;
  position: relative;
  padding-top: 36%;
}
@media (max-width: 768px) {
  .rlla-course-list-view .llms-loop-list .rlla-course-thumbnail {
    padding-top: 0;
  }
}
.rlla-course-list-view .llms-loop-list .rlla-course-thumbnail img.llms-featured-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .rlla-course-list-view .llms-loop-list .rlla-course-thumbnail img.llms-featured-image {
    position: relative;
  }
}

.rlla-course-list-view .llms-loop-list .rlla-course-thumbnail .llms-loop-link {
  display: none;
}

.rlla-course-list-view .llms-loop-list .llms-loop-item-footer h4.rlla-llms-loop-title {
  font-size: 24px;
  margin: 0 0 5px;
  min-height: auto;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta:before,
.rlla-course-list-view .llms-loop-list .rlla-course-meta:after {
  display: none;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta div.rlla-course-review,
.rlla-course-list-view .llms-loop-list .rlla-course-meta div.rlla-course-author {
  display: block;
}

.llms-loop-list .rlla-course-meta .rlla-course-review ul.rlla-review-stars {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  margin-top: 2px;
}

.llms-loop-list .rlla-course-meta .rlla-course-review ul.rlla-review-stars.rlla-filled {
  color: #f2b01e;
}

.rlla-course-list-view .llms-loop-list .llms-loop-item-footer .rlla-course-meta label {
  display: block;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta {
  margin-bottom: 20px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta > div {
  margin-bottom: 10px;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  padding-right: 10px;
  color: #ccc;
  border-right: 1px solid #eee;
  min-height: 42px;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta > div:last-child {
  border-right: 0;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-author img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-author .author-contain {
  display: inline-block;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-review-stars-rated {
  position: relative;
  display: inline-block;
  float: left;
  height: 16px;
  line-height: 16px;
  width: 78px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-price .rlla-value {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-author-img,
.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-author-info {
  display: inline-block;
  vertical-align: top;
}

.rlla-review-stars-rated ul.rlla-review-stars.rlla-filled {
  position: absolute;
  overflow: hidden;
}

.rlla-course-list-view .llms-loop-list .rlla-course-readmore {
  float: right;
  margin-top: 4px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-readmore a.llms-loop-link {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  height: 40px;
  padding: 5px 25px;
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.rlla-course-list-view .llms-loop-item-content {
  height: auto !important;
}
.rlla-course-list-view .llms-loop-item-content:after {
  content: "";
  clear: both;
  display: table;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta > div.rlla-grid-view-only {
  display: none;
}

.rlla-course-list-view .rlla-course-price.rlla-list-view-only {
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 10px 10px 0 10px;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-author img {
  margin-top: 0;
}

.rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-author-info span {
  display: block;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: capitalize;
}

.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta > div {
  margin-top: 0px;
}

.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-price {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  padding-right: 0;
  border-right: 0;
  margin-right: 10px;
  text-align: right;
}

.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-buy-now {
  padding-right: 0;
  margin-right: 0;
  display: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  float: right;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-buy-now .rtm-ld-common-buy-now {
  float: right;
}

.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-buy-now .btn-join,
.single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-buy-now #btn-join.btn-join {
  margin: 2px;
  padding: 10px 10px;
  border: 0;
  border-radius: 0;
  float: left;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  background: #eb1d50;
}

.single-course .llms-loop-list {
  margin: 0px;
}

.llms-loop-item-content .llms-meta,
.llms-loop-item-content .llms-author,
.llms-loop-item-content .llms-loop-title {
  padding: 0px;
}

/* Pagination   */
.llms-pagination ul.page-numbers {
  margin: 0px 0 50px;
  padding: 0px;
}

.llms-pagination ul.page-numbers li {
  margin-right: 5px;
}

.llms-pagination ul.page-numbers li a,
.llms-pagination ul.page-numbers li span {
  display: block;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 14px;
  background: #e8e8e8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

.llms-pagination ul.page-numbers li .current {
  background: #353535;
  color: #fff;
}

[dir='rtl'] ul.page-numbers li a {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 768px) {
  .switch-layout-container .courses-searching .search-form {
    margin: 0px;
  }

  .switch-layout-container .courses-searching form input[type=search] {
    min-width: auto;
  }

  .rlla-course-list-view .llms-loop-list .rlla-course-thumbnail {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }

  .rlla-course-list-view .llms-loop-list .llms-loop-item-footer {
    padding-left: 15px;
    width: 100%;
  }

  .rlla-course-list-view .llms-loop-list .rlla-course-meta > div {
    margin-right: 5px;
    padding-right: 5px;
  }
}
/********/
.rlla-distraction-free-reading-active #wpadminbar {
  display: none;
}

.llms-syllabus-wrapper .llms-section-title:before,
.llms-lesson-preview .llms-lesson-link:before {
  font-family: 'Font Awesome 5 Pro', 'reign-icons';
  font-size: 16px;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 7px;
}

rlla-ld-course-item-single .rlla-course-meta > div.rlla-course-price .llms-access-plan:hover {
  box-shadow: none;
}

/**************/
body.single-course nav.llms-pagination {
  display: none;
}

.rlla-single-course-data-wrapper {
  margin-bottom: 30px;
}

.rlla-course-tabbed-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.rlla-course-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.rlla-is-enrolled {
  position: absolute;
  background: #43af47;
  padding: 5px 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 164px;
  text-align: center;
  top: 20px;
  left: -45px;
  letter-spacing: 1px;
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.17);
}

.rlla-is-enrolled p {
  margin: 0px;
}

.is-incomplete .rlla-is-enrolled {
  background: #008aec;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs {
  margin: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs li {
  width: 20%;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-enrolled .rlla-course-tabs-wrapper ul.rlla-coure-tabs li {
  width: 25%;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs li:last-child a {
  margin-right: 0px;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs li a {
  margin-right: 3px;
  font-weight: 700;
  font-size: 13px;
  line-height: 29px;
  padding: 10px 10px;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  border-bottom: 0;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs li a i {
  margin-right: 2px;
  vertical-align: middle;
  line-height: 29px;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs li.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 4px;
  z-index: 10;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  bottom: -1px;
  height: 1px;
  z-index: 10;
  background: #fff;
}

.rlla-course-tabs-wrapper ul.rlla-coure-tabs li.active a {
  background: #fff;
}

.rlla-tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 50px 30px;
  display: none;
  overflow: hidden;
}

.rlla-tab-content-wrapper .rlla-tab-content.active {
  display: block;
}

.rlla-tab-content.rlla-tab-content-description .rlla-tab-course-content {
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  padding-right: 45px;
  float: left;
  border-right: 1px solid #eee;
}

.rlla-tab-content.rlla-tab-content-description .rlla-tab-course-info {
  padding-left: 30px;
  width: 240px;
  max-width: 100%;
  float: right;
}

.rlla-tab-content h3 {
  font-size: 18px;
  line-height: 1.6em;
  text-transform: uppercase;
}

.rlla-tab-content.rlla-tab-content-description .rlla-tab-course-info ul {
  margin: 0;
}

.rlla-tab-content.rlla-tab-content-description .rlla-tab-course-info ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  line-height: 25px;
  padding: 15px 0;
}

.rlla-tab-content.rlla-tab-content-description .rlla-tab-course-info ul li i {
  margin-right: 5px;
}

.rlla-tab-content.rlla-tab-content-description .rlla-tab-course-info ul li span.rlla-course-feature-value {
  font-weight: 700;
  min-width: 60px;
  float: right;
  text-align: left;
}

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

.llms-syllabus-wrapper .rlla-syllabus-section-wrapper {
  border-bottom: 1px #f9f9f9 solid;
  margin-bottom: 20px;
}

.llms-syllabus-wrapper .rlla-syllabus-section-wrapper:last-child {
  margin-bottom: 0px;
}

.llms-syllabus-wrapper .llms-section-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0 20px;
  line-height: 30px;
  min-height: 30px;
  position: relative;
  border: 0;
  padding: 0 20px 0 40px;
  cursor: pointer;
  text-align: left;
}

.llms-syllabus-wrapper .llms-section-title:before {
  content: "\f078";
}

.llms-syllabus-wrapper .rlla-section-header.open .llms-section-title:before {
  content: "\f077";
}

.llms-lesson-preview .llms-lesson-link:before {
  content: "\f02e";
  top: 15px;
}

.llms-lesson-preview {
  line-height: 30px;
  padding: 0px;
  border-top: 1px solid #eee;
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: background linear 0.5s;
  transition: background linear 0.5s;
  width: 100%;
  display: block;
}

.llms-lesson-preview .llms-lesson-link {
  background: none;
  padding: 13px 0px 13px 40px;
}

.llms-lesson-preview .llms-lesson-link:hover {
  background: none;
}

.llms-lesson-preview .llms-lesson-link .llms-lesson-counter {
  display: none;
}

.llms-lesson-preview .llms-lesson-link .llms-extra span {
  margin: 0px;
  text-align: right;
  font-size: 16px;
  padding: 0 5px;
  line-height: normal;
}

.llms-lesson-preview .llms-lesson-link .llms-extra span.llms-icon-free {
  font-size: 13px;
  padding: 2px 10px;
}

.llms-lesson-preview .llms-lesson-title {
  font-weight: normal;
  font-family: inherit;
  font-size: 14px;
}

.rlla-syllabus-lessons-wrapper {
  margin-bottom: 0px;
  text-align: left;
}

.llms-lesson-link-locked,
.llms-lesson-link-locked:hover {
  box-shadow: none;
  min-height: auto;
}

.llms-lesson-preview {
  line-height: normal;
  overflow: inherit;
}

.rlla-course-author-info-tab {
  overflow: hidden;
  width: 100%;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid rgba(144, 144, 144, 0.1);
}

.rlla-course-author-info-tab:last-child {
  margin-bottom: 0px !important;
}

.rlla-course-author-info-tab img.avatar {
  float: left;
  overflow: hidden;
  margin-right: 30px;
  max-width: 100%;
  margin-bottom: 22px;
  min-width: 110px;
  max-width: 110px;
  height: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.rlla-author-bio {
  float: right;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
}

.rlla-author-bio .rlla-author-top a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin: 12px 0 2px;
  text-transform: capitalize;
}

.rlla-author-bio .rlla-author-top span {
  color: #7d7d7d;
  line-height: 20px;
  margin-left: 5px;
  font-size: 12px;
}

.rlla-author-bio .rlla-author-top span:before {
  content: "(";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}

.rlla-author-bio .rlla-author-top span:after {
  content: ")";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

ul.rlla-author-social {
  margin: 5px 0 5px;
  list-style: none;
}

ul.rlla-author-social li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

ul.rlla-author-social li a {
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  border-radius: 50%;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-align: center;
}

ul.rlla-author-social li a i {
  font-size: 14px;
}

ul.rlla-author-social li a:hover {
  color: #fff;
}

.rlla-author-description {
  margin: 6px 0 0px;
  clear: both;
}

.llms-lesson-preview.is-free .llms-lesson-complete,
.llms-lesson-preview.is-complete .llms-lesson-complete {
  color: #4caf50 !important;
}

.llms_review {
  background-color: transparent !important;
  margin: 0px 0 20px !important;
  padding: 0px 0 20px !important;
  border-bottom: 1px #eee solid;
}
.llms_review h5 {
  margin: 0 0 10px;
}
.llms_review h6 {
  margin: 0 0 10px;
}
.llms_review p {
  margin: 0px;
  font-size: 14px !important;
}

#old_reviews hr {
  display: none;
}

.rlla-llms-related-course-section h2.entry-title {
  margin-bottom: 20px;
}

/* responsive */
@media (max-width: 768px) {
  .rlla-tab-content.rlla-tab-content-description .rlla-tab-course-content {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 30px;
  }

  .rlla-tab-content.rlla-tab-content-description .rlla-tab-course-info {
    padding-left: 0;
    float: left;
  }

  .single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta {
    display: inherit !important;
  }

  .rlla-course-tabs-wrapper ul.rlla-coure-tabs li a i {
    margin-right: 0;
    font-size: 14px;
  }

  .rlla-course-tabs-wrapper ul.rlla-coure-tabs span.rlla-tab-label {
    display: none;
  }
}
@media (max-width: 768px) {
  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading .rlla-board-popup-sidebar {
    left: -40%;
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading .rlla-board-popup-main {
    width: 100%;
    left: 0;
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading .header_popup {
    width: 100%;
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-sidebar {
    left: 0%;
    width: 50%;
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-main {
    width: 100%;
    left: 50%;
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading.rlla-board-full-width .header_icon_free {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading .rlla-board-popup-main .footer_popup {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .rlla-ld-course-item-single .rlla-course-list-view .llms-loop-list .rlla-course-meta > div {
    margin: 0 0 10px;
    border: 0;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px #ececec solid;
    border-right: 0 !important;
  }

  .single-course .rlla-course-list-view .llms-loop-list .rlla-course-meta .rlla-course-price {
    text-align: left !important;
    margin-right: 0;
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-sidebar {
    left: 0%;
    width: 85%;
  }

  .rlla-distraction-free-reading-active #rlla-distraction-free-reading.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-main {
    width: 100%;
    left: 85%;
  }

  .rlla-author-bio {
    float: none;
    width: 100%;
    clear: both;
  }
}
body.rlla-distraction-free-reading-active {
  overflow: hidden;
}

.llms-video-wrapper {
  margin-bottom: 30px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999999;
  overflow: hidden;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-sidebar {
  width: 25%;
  height: 100%;
  position: absolute;
  background: transparent;
  padding: 0;
  z-index: 99;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: scroll;
  /*border-right: 1px #f3f3f3 solid;*/
}

.rlla-distraction-free-reading .rlla-board-popup-sidebar::-webkit-scrollbar {
  width: 5px;
}

.rlla-distraction-free-reading .rlla-board-popup-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.rlla-distraction-free-reading .rlla-board-popup-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(212, 212, 212, 0.61);
  outline: 0px solid #ffffff;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-main {
  position: absolute;
  left: 25%;
  width: 75%;
  height: 100%;
  padding: 46px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: scroll;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-main::-webkit-scrollbar {
  width: 15px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-main::-webkit-scrollbar-thumb {
  background-color: rgba(212, 212, 212, 0.61);
  outline: 0px solid #ffffff;
}

.rlla-distraction-free-reading .rlla-syllabus-section-wrapper {
  padding: 0px;
}

.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-main .header_popup {
  width: 100%;
}

.rlla-distraction-free-reading .rlla-board-popup-main .rg-post-thumbnail img {
  width: 100%;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .header_popup {
  background: #f3f3f3;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  position: fixed;
  top: 0;
  width: 75%;
  z-index: 10000000;
  display: block;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .header_popup .header_icon_free,
.rlla-distraction-free-reading-active .rlla-distraction-free-reading .header_popup .close_icon {
  position: absolute;
  color: #5d5d5d;
  top: 8px;
  left: 10px;
  width: 30px;
  font-size: 20px;
  cursor: pointer;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .header_popup .header_title {
  padding: 0 30px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .header_popup .close_icon {
  right: 15px;
  left: inherit;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-main article {
  padding: 30px 20px 70px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-main #comments {
  padding: 30px 20px 70px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-main article .llms-parent-course-link {
  display: none;
}

.rlla-distraction-free-reading-active select#rtm-rlla-lesson-selector {
  height: auto;
  padding: 10px;
  font-family: inherit;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-dfr-sticky {
  padding: 10px 15px 20px;
  position: relative;
  background: #000;
  border-radius: 0;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-dfr-back-dashbroad {
  margin: 0 0 10px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-dfr-back-dashbroad a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 0;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-dfr-sticky .rlla-dfr-sticky-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin: 0 0 15px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-dfr-sticky .rlla-dfr-sticky-title a {
  color: #fff;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading dd.course_progress {
  width: 100%;
  height: 10px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading dd.course_progress .course_progress_blue {
  background-color: #8BC34A;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-course-progress-bar label {
  font-size: 24px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .search_section_popup label {
  color: #fff;
  margin: 20px 0 2px;
}

.rlla-distraction-free-reading-active .reign-select2-element {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.rlla-distraction-free-reading-active .select2-container {
  z-index: 9999999;
  width: 100% !important;
}

.select2-container--open .select2-dropdown {
  border: 1px #dadada solid;
  padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  padding: 0 20px;
  font-family: inherit;
}

.rlla-distraction-free-reading .rlla-board-popup-sidebar .select2-container--default .select2-selection--single,
.rlla-distraction-free-reading .rlla-board-popup-main .select2-container--default .select2-selection--single,
#rlla-distraction-free-reading .rlla-board-popup-main .select2-container--default .select2-selection--single {
  height: auto;
  outline: none;
  width: 100%;
  padding: 5px;
  border: none;
}

#rlla-distraction-free-reading .rlla-board-popup-main .select2-container--default .select2-selection--single {
  border: 1px #dadada solid;
}

.rlla-distraction-free-reading-active .rlla-board-popup-main .select2-container {
  max-width: 250px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}

.rlla-distraction-free-reading .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 5px;
}

.rlla-distraction-free-reading-active .rlla-board-popup-course-progress-bar .llms-progress .progress__indicator {
  display: none;
}

.rlla-distraction-free-reading-active .llms-syllabus-wrapper {
  padding: 0px 0 0;
}

.rlla-distraction-free-reading-active .llms-syllabus-wrapper .rlla-syllabus-lessons-wrapper {
  margin: 0;
}

.rlla-distraction-free-reading-active .llms-syllabus-wrapper .rlla-syllabus-lessons-wrapper p {
  padding: 0 15px;
  margin: 0 0 10px;
}

.rlla-distraction-free-reading-active .llms-syllabus-wrapper .rlla-section-header {
  padding: 0 15px;
}

.rlla-distraction-free-reading-active .llms-syllabus-wrapper .rlla-syllabus-section-wrapper {
  padding: 0px 0;
  margin: 0px;
  border-bottom: 1px #f3f3f3 solid;
}

.rlla-distraction-free-reading-active .llms-syllabus-wrapper .rlla-syllabus-section-wrapper .llms-section-title {
  margin: 10px 0;
  padding-left: 30px;
}

.rlla-distraction-free-reading-active .rlla-board-popup-course-navigation {
  border-right: 1px #f3f3f3 solid;
  margin-top: -10px;
  padding-top: 10px;
  height: -webkit-calc(100% - 236px);
  height: calc(100% - 236px);
}

.rlla-distraction-free-reading-active .footer_popup {
  position: fixed;
  bottom: 0;
  background: #f1f1f1;
  padding: 0 20px;
  width: -webkit-calc(75% - 15px);
  width: calc(75% - 15px);
  z-index: 10000000;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .footer_popup .llms-lesson-title {
  display: none;
}

.rlla-distraction-free-reading-active .footer_popup .llms-lesson-link {
  display: inline-block;
  position: relative;
  float: left;
}

.rlla-distraction-free-reading-active .footer_popup .llms-course-nav:first-child .llms-lesson-link {
  float: left !important;
}

.rlla-distraction-free-reading-active .footer_popup .llms-course-nav:last-child .llms-lesson-link {
  float: right;
}

.rlla-distraction-free-reading-active .footer_popup .llms-lesson-link .llms-pre-text {
  font-size: 15px;
  font-weight: normal;
  margin: 0px;
  color: #fff;
}

.rlla-distraction-free-reading-active .footer_popup .llms-lesson-preview .llms-lesson-link {
  padding: 10px 20px 10px 30px;
  border-radius: 3px;
  background: #000;
}

.rlla-distraction-free-reading-active .footer_popup .llms-next-lesson .llms-lesson-preview .llms-lesson-link {
  padding: 10px 30px 10px 20px;
}

.rlla-distraction-free-reading-active .footer_popup .llms-lesson-preview .llms-lesson-link:before,
.rlla-distraction-free-reading-active .footer_popup .llms-lesson-preview .llms-lesson-link:after {
  color: #fff;
}

.rlla-distraction-free-reading-active .footer_popup .llms-prev-lesson .llms-lesson-preview .llms-lesson-link:before,
.rlla-distraction-free-reading-active .footer_popup .llms-back-to-course .llms-lesson-preview .llms-lesson-link:before {
  left: 13px;
}

.rlla-distraction-free-reading-active .footer_popup .llms-next-lesson .llms-lesson-preview .llms-lesson-link:before {
  right: 13px;
}

[dir='rtl'] .llms-lesson-link:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header_popup,
.rlla-board-popup-sidebar,
.footer_popup .llms-course-navigation,
.rlla-distraction-free-reading-active .llms-course-navigation {
  display: none;
}

.llms-parent-course-link {
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 11px;
  display: none;
}

.rlla-distraction-free-reading-active .rlla-board-popup-sidebar,
.rlla-distraction-free-reading-active .footer_popup .llms-course-navigation {
  display: block;
}

.llms-lesson-button-wrapper {
  margin: 40px 0;
}

.is-complete .rlla-lesson-complete {
  width: 200px;
  margin: auto;
  padding: 10px;
  border: 1px #8224e3 solid;
  background: #8224e3;
  color: #fff;
}

.llms-lesson-preview .llms-lesson-excerpt {
  display: none;
}

.rlla-distraction-free-reading .llms-lesson-preview .llms-pre-text {
  margin: 0 0 5px;
  font-size: 12px;
  font-family: inherit;
}

.rlla-distraction-free-reading .llms-lesson-preview .llms-lesson-link {
  padding: 10px 10px 10px 30px;
  position: relative;
  height: auto !important;
}

.rlla-distraction-free-reading .llms-lesson-preview {
  border: none;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-sidebar .llms-lesson-preview {
  border-top: 1px solid #eee;
  padding-left: 15px;
}

.rlla-distraction-free-reading-active .rlla-distraction-free-reading .rlla-board-popup-sidebar .llms-lesson-preview.is-active {
  background: #f5f5f5;
}

.rlla-distraction-free-reading .llms-course-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.rlla-distraction-free-reading .llms-next-lesson .llms-main .llms-pre-text,
.rlla-distraction-free-reading .llms-next-lesson .llms-main .llms-lesson-title {
  text-align: right;
}

.rlla-distraction-free-reading .llms-next-lesson .llms-lesson-preview .llms-lesson-link {
  padding: 10px 30px 10px 10px;
}

.llms-course-navigation .llms-next-lesson .llms-lesson-preview .llms-lesson-link:before,
.rlla-distraction-free-reading .llms-next-lesson .llms-lesson-preview .llms-lesson-link:before {
  content: "\f101";
  right: 5px;
  left: inherit;
  top: 10px;
}

.llms-course-navigation .llms-back-to-course .llms-lesson-preview .llms-lesson-link:before,
.rlla-distraction-free-reading .llms-prev-lesson .llms-lesson-preview .llms-lesson-link:before {
  content: "\f100";
  top: 10px;
  left: 5px;
}

.rlla-distraction-free-reading .llms-progress-bar {
  width: 100%;
  height: 10px;
  display: block;
  margin: 10px auto;
  padding: 0;
  position: relative;
  background-color: #fff;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 10px;
  overflow: hidden;
}

.rlla-distraction-free-reading .llms-progress-bar .progress-bar-complete {
  background-color: #000000;
}

.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-main {
  width: 100%;
  left: 0;
}

.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-sidebar {
  left: -25%;
}

.rlla-distraction-free-reading.rlla-board-full-width .rlla-board-popup-main .footer_popup {
  width: 100%;
}

.llms-course-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.llms-course-navigation .llms-lesson-preview {
  border: none;
}

.llms-course-navigation .llms-lesson-preview .llms-pre-text {
  margin: -2px 0 3px;
  font-size: 14px;
}

.llms-lesson-preview .llms-lesson-link {
  height: auto !important;
}

.llms-course-navigation .llms-prev-lesson .llms-lesson-link:before {
  content: "\f100";
}

.llms-next-lesson .llms-lesson-preview .llms-pre-text,
.llms-next-lesson .llms-lesson-preview .llms-lesson-title {
  text-align: right;
}

.llms-course-navigation .llms-prev-lesson .llms-lesson-link {
  padding: 13px 0px 13px 40px;
}

.llms-course-navigation .llms-next-lesson .llms-lesson-link {
  padding: 13px 40px 13px 0;
}

.llms-course-navigation .llms-prev-lesson .llms-lesson-link:before,
.llms-course-navigation .llms-next-lesson .llms-lesson-link:before,
.llms-course-navigation .llms-back-to-course .llms-lesson-link:before {
  top: 12px;
}

.llms-assignment-content.type--tasklist li.llms-assignment-task input[type=checkbox]:checked + .llms-task-main .llms-task-title {
  opacity: 0.8;
  text-decoration: none;
}

.llms-assignment-content.type--tasklist li.llms-assignment-task.llms-assignment-task:hover {
  background: rgba(0, 0, 0, 0.2);
}

/*---- Quiz ----*/
.llms-return {
  display: block;
  margin-bottom: 20px;
  float: right;
}

.llms-return a {
  background: #55b758;
  color: #ffffff;
  padding: 3px 10px;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
}

.llms-return a:hover {
  color: #fff;
}

.llms-quiz-results {
  margin-bottom: 40px;
  margin-top: -50px;
}

.llms-quiz-results h2.llms-quiz-results-title {
    /*padding: 15px 20px;
margin: -20px;
margin-bottom: 30px;
background: #222222;
color: #fff;
font-size: 20px;
line-height: 20px;*/
  float: left;
  max-width: 690px;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  border-bottom: 2px #f42121 solid;
  padding: 20px;
  margin-bottom: 40px;
}

.llms-donut {
  height: 150px;
  width: 150px;
  margin-right: 20px;
}

.llms-quiz-results .llms-quiz-results-aside .llms-quiz-meta-info {
  padding: 0px;
  margin: 0;
  border: 0;
}

.llms-quiz-results .llms-quiz-results-aside .llms-quiz-meta-info li {
  padding: 5px 0;
  line-height: normal;
  font-weight: normal;
  width: 100%;
  font-size: 15px;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question {
  border: 1px #f5f5f5 solid;
  margin-bottom: 15px;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title {
  font-size: 18px;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
  padding: 15px 50px 15px 15px;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip {
  top: 10px;
  right: 10px;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon {
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main {
  padding: 0 15px 10px;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
  width: 100%;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: #f1f1f1;
  padding: 10px 10px;
  border: 1px #eaeaea solid;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-history h2.llms-quiz-results-title {
  margin: 0px;
  font-size: 18px;
  background: none;
  padding: 0px;
}

.llms-quiz-results-history select#llms-quiz-attempt-select {
  float: right;
  padding: 10px;
  height: auto;
  font-size: 13px;
  font-family: inherit;
  font-weight: 400;
}

.single-llms_quiz ul.llms-quiz-meta-info {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px #f42121 solid;
}

.single-llms_quiz ul.llms-quiz-meta-info li {
  padding: 10px 0;
  line-height: 1;
  width: 50%;
}

.single-llms_quiz ul.llms-quiz-meta-info li.llms-quiz-meta-item span {
  margin-left: 5px;
  font-weight: bold;
}

.single-llms_quiz .llms-quiz-results-aside ul.llms-quiz-meta-info {
  display: block;
}

.single-llms_quiz ul.llms-quiz-meta-info li.llms-passing-percent:before,
.single-llms_quiz ul.llms-quiz-meta-info li.llms-attempts:before,
.single-llms_quiz ul.llms-quiz-meta-info li.llms-question-count:before,
.single-llms_quiz ul.llms-quiz-meta-info li.llms-time-limit:before {
  content: "";
  font-family: 'Font Awesome 5 Pro', 'reign-icons';
  font-size: 16px;
  line-height: 35px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #222;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  font-weight: normal;
}

.single-llms_quiz ul.llms-quiz-meta-info li.llms-passing-percent:before {
  content: "\f295";
}

.single-llms_quiz ul.llms-quiz-meta-info li.llms-attempts:before {
  content: "\f021";
}

.single-llms_quiz ul.llms-quiz-meta-info li.llms-question-count:before {
  content: "\f059";
}

.single-llms_quiz ul.llms-quiz-meta-info li.llms-time-limit:before {
  content: "\f017";
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  padding: 0;
  border: 0;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p {
  margin-bottom: 0;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label {
  margin-right: 10px;
  margin-bottom: 0;
}

.llms-quiz-buttons .button {
  display: inline-block;
  margin-bottom: 5px;
  min-width: 180px;
  text-align: center;
}

.llms-question-wrapper .llms-question-text {
  font-size: 18px;
}

.llms-question-wrapper ol.llms-question-choices li.llms-choice {
  padding: 12px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  margin: 10px 0;
  box-shadow: 0 0 3px #0000000d;
}

.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker {
  width: 32px;
  height: 32px;
  color: #222;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
}

.llms-question-wrapper ol.llms-question-choices li.llms-choice p,
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text {
  font-size: 14px;
}

.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker {
  background: #4bb145;
}

.llms-question-wrapper ol.llms-question-choices li.llms-choice label {
  padding: 0px;
  cursor: pointer;
}

.llms-question-image {
  text-align: center;
  margin-bottom: 10px;
}

.llms-quiz-timer, .llms-quiz-timer.color-empty {
  color: #fff;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img {
  max-height: 150px;
}

@media (max-width: 768px) {
  .single-llms_quiz ul.llms-quiz-meta-info li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .llms-lesson-button-wrapper .button {
    min-width: 180px;
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
    display: block;
  }

  .single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
    display: block;
  }

  .rlla-distraction-free-reading-active .rlla-board-popup-main .select2-container {
    max-width: 100%;
  }

  .single-llms_quiz .llms-return {
    margin-right: 10px;
  }
}
/* certificate */
.llms-certificate-container {
  display: block !important;
  -webkit-box-flex: inherit !important;
      -ms-flex: inherit !important;
          flex: inherit !important;
  text-align: center;
}

.llms-print-certificate {
  margin-bottom: 40px;
  -webkit-box-flex: initial !important;
      -ms-flex: initial !important;
          flex: initial !important;
  width: 100%;
  display: block !important;
}

.llms-notification .llms-notification-dismiss {
  opacity: 1;
}

.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification {
  background: rgba(0, 0, 0, 0.1);
}

/*** instructors Listing Shortcode ***/
.rlla-instructors-list-shortcode > li {
  margin-bottom: 30px;
}

.rlla-instructors-list-shortcode .rlla-course-author-info-tab {
  height: 100%;
  text-align: center;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.rlla-instructors-list-shortcode .rlla-course-author-info-tab:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}

.rlla-instructors-list-shortcode .rlla-course-author-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.rlla-instructors-list-shortcode .rlla-course-author-info-tab img.avatar {
  border-radius: 100%;
  border: 6px solid rgba(255, 255, 255, 0.3);
}

.rlla-instructors-list-shortcode .rlla-author-bio {
  float: left;
  width: 100%;
}

.rlla-instructors-list-shortcode .rlla-author-bio .rlla-author-top a {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.rlla-instructors-list-shortcode ul.rlla-author-social {
  margin: 15px 0;
  text-align: center;
}

.rlla-instructors-list-shortcode .rlla-course-author-view.rlla-view-membership .button {
  padding: 10px 15px 8px 15px;
  display: block;
  font-size: 14px;
  border-radius: 30px;
  max-width: 150px;
}

body .rlla-instructors-list-shortcode .slick-list {
  padding: 2px 0;
}

/* my courses slider */
.llms-sd-nav .slick-prev,
.llms-sd-nav .slick-next {
  font-size: 0;
  top: 50%;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 32px;
  box-shadow: 0 0 5px rgba(154, 154, 154, 0.6);
}

.llms-sd-nav .slick-prev {
  left: -20px;
}

.llms-sd-nav .slick-next {
  right: -20px;
}

.llms-sd-nav .slick-prev:before,
.llms-sd-nav .slick-next:before {
  content: '\f053';
  padding: 0px;
  border: 0px solid #333;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Pro', 'reign-icons';
  font-size: 13px;
  height: 30px;
  width: 30px;
  line-height: 32px;
  background: #efefef;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  opacity: 1;
}

[dir='rtl'] .llms-sd-nav .slick-prev:before,
[dir='rtl'] .llms-sd-nav .slick-next:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.llms-sd-nav .slick-next:before {
  content: '\f054';
}

.llms-sd-nav .slick-prev:hover::before,
.llms-sd-nav .slick-next:hover::before {
  background: #6b6b6b;
  color: #fff;
  border: 0px solid transparent;
}

/***************/
.lifterlms {
  position: relative;
  z-index: 1;
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul {
  margin-bottom: -2px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li span.llms-sep {
  display: none;
}
.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 40px;
  text-align: center;
  display: block;
  font-weight: 400;
  border-bottom: 2px transparent solid;
  overflow: hidden;
  border-right: 1px #f1f1f1 solid;
}
.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a:before {
  content: "\f15c";
  font-family: 'Font Awesome 5 Pro', 'reign-icons';
  display: block;
  font-size: 24px;
  line-height: 48px;
  font-weight: normal;
}
.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a:hover:before {
  -webkit-animation: iconleftright 0.5s forwards;
  animation: iconleftright 0.5s forwards;
}
.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a:hover {
  border-color: #2b2b2b;
  border-right-color: #f1f1f1;
}

@media (max-width: 768px) {
  .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a span {
    display: none;
  }

  .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a {
    padding: 10px 40px;
  }

  .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li:last-child a {
    border-right: 0px;
  }
}
.llms-student-dashboard .llms-sd-header .slick-list {
  margin: auto;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.84);
  border: 1px #f1f1f1 solid;
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.current a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.dashboard a:before {
  content: "\f0e4";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.view-courses a:before {
  content: "\f15c";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.view-memberships a:before {
  content: "\f234";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.view-achievements a:before {
  content: "\f091";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.view-certificates a:before {
  content: "\f19d";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.notifications a:before {
  content: "\f0f3";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.edit-account a:before {
  content: "\f044";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.redeem-voucher a:before {
  content: "\f02c";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.orders a:before {
  content: "\f1da";
}

.llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li.signout a:before {
  content: "\f011";
}

.llms-sd-header nav.llms-sd-nav.greedy {
  height: auto;
  background: none;
  display: block;
  padding-right: 60px;
  border-bottom: 2px #f5f5f5 solid;
}

.llms-sd-header nav.llms-sd-nav.greedy button.reign-menu-more {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 94px;
  font-size: 32px;
  text-align: center;
  padding: 0 20px;
  background: none;
  border-radius: 0;
  color: #8e8e8e;
}

.llms-sd-header nav.llms-sd-nav.greedy button.reign-menu-more.hidden {
  padding: 0;
  border: 0;
}

.llms-sd-header nav.llms-sd-nav.greedy button.reign-menu-more:after {
  display: none;
}

.llms-sd-header nav.llms-sd-nav.greedy ul li {
  padding: 0px;
}

.llms-sd-header nav.llms-sd-nav.greedy ul.hidden-links {
  background: #fff;
  box-shadow: 2px 3px 7px #00000024;
  -moz-box-shadow: 2px 3px 7px #00000024;
  -webkit-box-shadow: 2px 3px 7px #00000024;
  max-width: 200px;
  width: 100%;
  z-index: 10;
}

.llms-sd-header nav.llms-sd-nav.greedy ul.hidden-links:before {
  bottom: 100%;
  right: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.llms-sd-header nav.llms-sd-nav.greedy ul.hidden-links:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #e6e6e6;
  border-width: 10px;
}

.llms-sd-header nav.llms-sd-nav.greedy ul.hidden-links li {
  float: none;
}

.llms-sd-header nav.llms-sd-nav.greedy ul.hidden-links li a:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 10px;
  line-height: normal;
}

.llms-sd-header nav.llms-sd-nav.greedy ul.hidden-links li a {
  padding: 10px 10px;
  text-align: left;
}

@-webkit-keyframes iconleftright {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes iconleftright {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.reign-lms .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul {
  display: inherit;
}
.reign-lms .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li {
  float: none;
}
.reign-lms .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a {
  text-align: left;
  padding: 10px 5px;
  border: none;
}
.reign-lms .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a:before {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-right: 7px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.reign-lms .llms-student-dashboard .llms-sd-header nav.llms-sd-nav ul li a:hover {
  border-bottom: none;
}

.llms-student-dashboard .llms-sd-section {
  margin-bottom: 50px;
}

.llms-sd-section h3.llms-sd-section-title {
  display: none;
}

.llms-student-dashboard .llms-sd-title {
  text-align: center;
  margin: 70px 0 40px;
}

.llms-student-dashboard .llms-sd-title:after {
  content: "";
  height: 2px;
  width: 50px;
  display: block;
  background: #000;
  margin: 10px auto;
}

.rlla-dashboards-tabs-top ul {
  margin: 25px 0;
  padding: 0px;
  list-style: none;
  position: relative;
  display: block;
  text-align: center;
}

.rlla-dashboards-tabs-top ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  padding: 0px;
}

.rlla-dashboards-tabs-top ul li a {
  border-radius: 100px;
  padding: 7px 23px;
  display: block;
  background: #f7f7f7;
  border: 1px #f0f0f0 solid;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.rlla-dashboards-tabs-top ul li.active a, .rlla-dashboards-tabs-top ul li a:hover {
  color: #fff;
}

.llms-progress .llms-progress-bar {
  background-color: rgba(172, 172, 172, 0.2);
}

.iziModal-content .llms-achievement .llms-achievement-content p,
.iziModal-content .llms-certificate .llms-achievement-content p {
  color: #222;
}

.llms-student-dashboard .llms-sd-section .llms-sd-section-title,
.llms-student-dashboard .llms-sd-section .llms-sd-section-footer {
  text-align: center;
}

.llms-student-dashboard .llms-sd-section p {
  text-align: center;
}

/* Achievement */
.llms-achievement, .llms-certificate {
  border: 1px #e5e5e5 solid;
  border-radius: 10px;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.llms-achievement:hover, .llms-certificate:hover {
  background: none;
  box-shadow: 0 0 14px rgba(204, 204, 204, 0.5);
}

.llms-achievement .llms-achievement-img, .llms-certificate .llms-achievement-img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.llms-achievement .llms-achievement-img:hover, .llms-certificate .llms-achievement-img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.llms-achievement-image {
  overflow: hidden;
}

.llms-achievement .llms-achievement-title,
.llms-certificate .llms-achievement-title {
  font-size: 22px;
  line-height: 26px;
  padding: 20px 10px;
  background: #fff;
  color: #fff;
  /*text-transform: uppercase;*/
}

/*.llms-achievement:hover .llms-achievement-title,
.llms-certificate:hover .llms-achievement-title{
        color: white;
    font-size: 20px;
    position: absolute;
     -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    height: 100%;
    padding:10px;
}*/
.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.iziModal {
  max-width: 600px !important;
}

.llms-achievement-modal .llms-achievement {
  border: none;
}

.llms-achievement-modal .llms-achievement-title {
  display: none !important;
}

.iziModal .llms-achievement .llms-achievement-img:hover,
.iziModal .llms-certificate .llms-achievement-img:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.iziModal .iziModal-header {
  background: #83c373 !important;
}

.iziModal .iziModal-header-subtitle {
  color: #fff;
}

/* Redeem Voucher */
.redeem-voucher form {
  max-width: 400px;
  margin: auto;
  text-align: center;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 5px;
  border: 10px #fff solid;
  box-shadow: 0 0 10px rgba(239, 239, 239, 0.7);
}

.redeem-voucher form label {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.redeem-voucher form input[type="text"] {
  height: auto !important;
  padding: 15px;
  width: 100%;
  text-align: center;
}

.redeem-voucher form button[type="submit"] {
  width: 100%;
  padding: 12px;
}

.llms-membership-list .llms-loop-item-content {
  text-align: center;
  background: #ffffff;
  border: 1px #f7f7f7 solid;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  overflow: hidden;
  padding-top: 0px;
}

.llms-membership-list .llms-loop-item-content:hover {
  box-shadow: 0 0 10px rgba(220, 220, 220, 0.6);
}

.llms-membership-list .llms-loop-item-content:before {
  content: '';
  margin: 0px;
  padding: 0px;
  height: 5px;
  width: 0;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.llms-membership-list .llms-loop-item-content:hover:before {
  width: 100%;
}

.llms-membership-list .llms-loop-item-content h4 {
  margin: 0;
  font-size: 26px;
  padding: 10px;
  font-weight: normal;
}

.llms-membership-list .llms-loop-item-content h4:after {
  content: "";
  margin: 10px auto 0;
  padding: 0px;
  width: 30px;
  height: 2px;
  display: block;
  background: #a4a4a4;
}

.llms-membership-list .llms-loop-item-content .llms-featured-image {
  padding: 10px;
}

.llms-membership-list .llms-loop-item-content .llms-loop-item-footer {
  padding: 0 30px 20px;
  border: none;
}

.llms-membership-list .llms-loop-item-content .rlla-membership-excerpt {
  margin-bottom: 10px;
  margin-top: 10px;
}

.llms-membership-list .llms-loop-item-content .llms-loop-item-footer .rlla-access-plan-price-wrapper {
  margin: 20px 0;
}

.llms-membership-list .llms-loop-item-content .llms-loop-item-footer .rlla-access-plan-price-wrapper:hover {
  box-shadow: none;
}

.llms-membership-list .llms-loop-item-content .llms-loop-item-footer .llms-access-plan.on-sale .price-regular {
  color: #9a9a9a;
}

.llms-membership-list .llms-loop-item-content .llms-loop-item-footer .rlla-access-plan-price-wrapper .llms-access-plan-price {
  line-height: normal;
  font-weight: normal;
  font-size: 28px;
}

.llms-membership-list .llms-loop-item-content .llms-loop-item-footer .rlla-access-plan-price-wrapper .llms-access-plan-price .lifterlms-price {
  font-weight: normal;
}

.llms-membership-list .llms-loop-item-content .llms-loop-item-footer .rlla-access-plan-price-wrapper .llms-access-plan-price .llms-access-plan-schedule {
  font-size: 13px;
  color: #969696;
  font-variant: initial !important;
  text-transform: lowercase;
}

.woocommerce .woocommerce-MyAccount-content .rlla-view-membership button.button,
.rlla-view-membership .button {
  margin: 0 auto;
  background: #6bbc7a;
  color: #fff;
  border: 0px #404040 solid;
  border-radius: 100px;
  font-weight: bold;
  width: 100%;
  padding: 15px 21px;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  line-height: normal;
}

.rlla-view-membership:hover .button {
  box-shadow: 0 0 10px rgba(145, 145, 145, 0.5);
}

.rlla-view-membership .button:hover {
  color: #fff;
}

.rlla-view-membership .llms-access-plan-price {
  margin: 20px 0;
}

.llms_membership .llms-loop-item-footer .llms-enroll-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #6bbc7a;
  padding: 2px 10px;
  border-radius: 0;
  color: #fff;
}

.llms-access-plan {
  padding: 10px;
  position: relative;
  margin-top: 30px;
  /*max-width:300px;*/
}

.single-llms_membership .llms-access-plan .llms-access-plan-content:before {
  content: '';
  margin: 0px;
  padding: 0px;
  height: 5px;
  width: 0;
  background: #000;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-llms_membership .llms-access-plan:hover .llms-access-plan-content:before {
  width: -webkit-calc(100% - 20px );
  width: calc(100% - 20px );
}

.llms-access-plan .llms-access-plan-content {
  border: 0px;
  background: #fdfdfd;
  border: 1px #f7f7f7 solid;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
  /*box-shadow: 0 0 5px #ececec;*/
}

.llms-access-plan:hover {
  box-shadow: 0 0 3px #d2d2d2;
  -moz-box-shadow: 0 0 3px #d2d2d2;
  -webkit-box-shadow: 0 0 3px #d2d2d2;
}

.llms-access-plan .llms-access-plan-featured {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.llms-access-plan.featured .llms-access-plan-featured {
  background: none;
}

.llms-access-plan.featured .llms-access-plan-featured:before,
.llms-access-plan.featured .llms-access-plan-featured:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #e21b0c;
  border-top-color: transparent;
  border-left-color: transparent;
}

.llms-access-plan.featured .llms-access-plan-featured span {
  position: absolute;
  display: block;
  width: 184px;
  padding: 0px 0;
  background-color: #ef1f0f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.llms-access-plan.featured .llms-access-plan-featured::before {
  top: 0;
  right: 0;
}

.llms-access-plan.featured .llms-access-plan-featured::after {
  bottom: 0;
  left: 0;
}

.llms-access-plan.featured .llms-access-plan-featured span {
  right: -44px;
  top: 21px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.llms-access-plan .llms-access-plan-content .llms-access-plan-title {
  margin: 0;
  padding: 20px 10px 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  border-bottom: 1px #ececec solid;
  background: none;
  color: inherit;
}

.llms-access-plan.featured .llms-access-plan-footer,
.llms-access-plan.featured .llms-access-plan-content {
  border: none;
  border: 1px #f7f7f7 solid;
}

.llms-access-plan-content .llms-access-plan-pricing {
  padding: 30px 15px;
  background: #444444;
  margin: 0 -10px;
  color: #fff;
  position: relative;
}

.llms-access-plan-price {
  font-size: 22px;
  line-height: 20px;
}

.llms-access-plan .stamp {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #0ac54e;
  font-size: 12px;
  font-weight: bold;
}

.llms-access-plan-restrictions .stamp {
  position: relative;
  display: block;
  margin: 0 -10px;
  padding: 7px 12px;
  background: #272727;
}

.llms-access-plan-restrictions ul li {
  padding: 5px 10px;
  border: 1px #ececec solid;
  display: inline-block;
  background: #f5f5f5;
  margin: 10px 5px 0;
}

.llms-access-plan .llms-access-plan-footer,
.llms-access-plan.featured .llms-access-plan-footer {
  margin: 0px;
  padding: 15px 15px;
  background: #fdfdfd;
  border: 1px #f7f7f7 solid;
  border-top: 0;
  position: relative;
}

.llms-access-plan .llms-access-plan-footer .stamp {
  position: relative;
  margin: 0 0 0px;
  display: block;
  background: none;
  color: inherit;
  padding: 0;
}

.llms-access-plan-footer .llms-button-action {
  border-radius: 100px;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 20px 10px;
  margin-top: 0px;
  text-transform: uppercase;
}

.llms-access-plan-description ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.llms-access-plan-description ul li {
  padding: 10px 0;
  border-bottom: 1px #ececec solid;
}

.llms-access-plan-description ul li:last-child {
  border-bottom: 0px #ececec solid;
}

.llms-access-plan-trial,
.llms-access-plan-schedule,
.llms-access-plan-sale-end,
.llms-access-plan-expiration {
  margin-top: 5px;
}

.llms-access-plan-footer .llms-access-plan-pricing {
  padding: 5px;
}

.llms-checkout-section-content .llms-order-summary li {
  padding: 3px 0;
}

.llms-checkout-section-content .llms-label {
  text-transform: capitalize;
  font-variant: initial;
  display: inline-block;
  color: #717171;
}

.llms-checkout-wrapper .llms-form-heading {
  margin-bottom: 20px;
  border-bottom: 1px #e6e6e6 solid;
  color: #222;
  background: #f9f9f9;
}

.llms-checkout-section {
  border: 1px solid #e6e6e6;
}

.llms-form-field select {
  font-family: inherit;
  font-size: inherit;
  height: 38px;
  padding: 6px 10px;
}

.llms-notice {
  border-width: 1px;
  background: #f9f9f9;
  border-color: #e6e6e6;
}

.llms-checkout-wrapper a {
  color: #67bd52;
}

.llms-checkout-wrapper form.llms-login {
  border: 1px #e6e6e6 solid;
}

.llms-form-field.type-radio input, .llms-form-field.type-checkbox input {
  bottom: 0;
}

.llms-form-field.type-checkbox {
  margin-top: 10px;
}

.llms-form-field .llms-description {
  font-size: 13px;
  color: #a0a0a0;
  font-style: normal;
}

.llms-login .llms-form-field .llms-description {
  display: inline-block;
  margin-top: 10px;
}

.llms-student-dashboard .llms-status {
  border: 0px;
  font-size: 70%;
  padding: 4px 10px;
  line-height: normal;
  color: #ffffff !important;
  background: #524eff;
}

.llms-student-dashboard .orders-table th,
.llms-student-dashboard .orders-table td {
  padding: 12px;
}

.llms-view-order h2.order-title {
  color: #3e3e3e;
  padding: 0px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.llms-student-dashboard .orders-table thead {
  background: #f9f9f9;
}

.llms-student-dashboard .orders-table th .llms-button-primary,
.llms-student-dashboard .orders-table td .llms-button-primary {
  display: block;
  text-align: center;
  border-radius: 5px;
  background: #83c373;
  /* text-transform: uppercase; */
  padding: 9px 12px;
  font-size: 12px;
}

.llms-student-dashboard.orders .llms-status {
  font-size: 90%;
}

.llms-access-plan-description {
  padding: 20px 10px 0;
  font-size: 14px;
}

.llms-access-plan-trial, .llms-access-plan-schedule, .llms-access-plan-sale-end, .llms-access-plan-expiration {
  font-size: 13px;
  font-variant: inherit;
}

.single-llms_membership .rlla-course-image {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
}

.single-llms_membership .rlla-course-image img {
  width: 100%;
  float: left;
  margin-right: 20px;
  border: 1px #f9f9f9 solid;
  border-radius: 3px;
}

@media (max-width: 480px) {
  .single-llms_membership .rlla-course-image {
    float: none;
    margin: 0 auto 20px;
  }
}
.llms-button-action,
.llms-button-danger,
.llms-button-primary,
.llms-button-secondary {
  border-radius: 0px;
  font-weight: 700;
  display: inline-block;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 14px;
  padding: 14px 30px;
}

.llms-button-action.large,
.llms-button-danger.large,
.llms-button-primary.large,
.llms-button-secondary.large {
  font-size: 14px;
  padding: 12px 24px;
}

.llms-button-action {
  background: #4dbd74;
}

.llms-button-danger {
  background: #ff5d5c;
}

.llms-button-primary {
  background: #3ad0b9;
}

.llms-button-secondary {
  background: #e1e1e1;
}

.llms-login,
.llms-new-person-form {
  border: 1px #e5e5e5 solid;
  margin-bottom: 20px;
}

.llms-form-heading {
  background: #f7f7f7;
  border-bottom: 1px #e5e5e5 solid;
  padding: 10px;
}

.llms-new-person-form-wrapper h4 {
  margin: 0px;
  border: 1px #e5e5e5 solid;
  border-bottom: 0;
}

.llms-new-person-form-wrapper .llms-new-person-form {
  padding-top: 1.625rem;
}

.llms-sd-notification-center .llms-notification-list,
.llms-sd-notification-center .llms-notification-list-item {
  position: relative;
  z-index: 1;
}

.llms-quiz-ui .llms-quiz-nav button {
  min-width: 180px;
  margin-bottom: 10px;
}

.rlla-tab-course-content .wp-block-llms-course-continue-button .llms-course-continue-button {
  color: #fff;
  margin-bottom: 20px;
}

.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly=readonly] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* custom css */
#review_box h3 {
  margin-bottom: 10px;
}

#review_box input[type="text"], #review_box textarea {
  margin: 20px 0 !important;
  height: auto;
  padding: 10px;
  width: 100%;
}

#review_box textarea {
  height: 120px;
}

#review_box input[type="submit"] {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.comment-form-rating label {
  display: block !important;
}

.average-rating {
  width: 200px;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.rating-box {
  text-align: center;
  padding-bottom: 30px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.rlla-llms-average-value {
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  margin: 27px 0 11px;
}

.rating-box .jq-ry-container {
  margin: auto;
}

.detailed-rating {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.detailed-rating .rating-box {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.detailed-rating .rating-box .stars {
  clear: both;
  padding: 0 30px 3px;
}

.detailed-rating .rating-box .key {
  font-weight: 700;
  min-width: 60px;
  text-align: left;
  font-size: 16px;
}

.detailed-rating .stars > div {
  display: inline-table;
  line-height: 30px;
}

.detailed-rating .stars > div.bar {
  width: 200px;
  margin: 0 7px;
}

.detailed-rating .stars > div.bar .full_bar {
  background: #eee;
  height: 12px;
  position: relative;
}

.detailed-rating .stars > div.bar .full_bar > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffb606;
}

/*///////////////////////////*/
/*****/
ul.rlla-llms-course-commentlist {
  list-style: none;
  margin: 0px;
}

ul.rlla-llms-course-commentlist li {
  border-top: 1px solid #eee;
  padding: 50px 0;
  overflow: hidden;
  list-style: none;
  display: block;
}

ul.rlla-llms-course-commentlist li:first-child {
  border-top: 0px;
}

ul.rlla-llms-course-commentlist .rlla-llms-comment-author {
  width: 70px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}

ul.rlla-llms-course-commentlist .rlla-llms-comment-author img {
  border-radius: 50%;
  width: 100px;
}

ul.rlla-llms-course-commentlist .comment-text {
  margin-left: 100px;
}

ul.rlla-llms-course-commentlist p.meta {
  margin: 0 0 5px;
}

ul.rlla-llms-course-commentlist .jq-ry-container {
  padding: 0;
}

ul.rlla-llms-course-commentlist .review-title {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  margin: 10px 0 10px;
}

ul.rlla-llms-course-commentlist .description {
  margin: 10px 0;
}

.review-amount {
  font-size: 18px;
  margin: 10px 0 0;
  text-transform: capitalize;
}

/* enrolled_students slider */
.widget.widget_rlla_llms_enrolled_students {
  margin-bottom: 60px;
}

ul.rlla-enrolled-students-slider {
  margin: 0;
  padding: 0px 0px 50px;
}

ul.rlla-enrolled-students-slider .slick-slide {
  line-height: 0;
  margin: 10px;
}

ul.rlla-enrolled-students-slider img.avatar {
  max-width: 55px;
  border-radius: 100%;
}

ul.rlla-enrolled-students-slider .slick-prev,
ul.rlla-enrolled-students-slider .slick-next {
  font-size: 0;
  height: 35px;
  width: 35px;
  background: transparent;
  top: 100px;
  border-radius: 0;
}

ul.rlla-enrolled-students-slider .slick-prev {
  left: 37%;
}

ul.rlla-enrolled-students-slider .slick-next {
  right: 37%;
}

ul.rlla-enrolled-students-slider .slick-prev:before,
ul.rlla-enrolled-students-slider .slick-next:before {
  padding: 10px 12px 10px 12px;
  border: 2px solid #eee;
  content: '\f053';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Pro', 'reign-icons';
  font-size: 13px;
}

[dir='rtl'] ul.rlla-enrolled-students-slider .slick-prev:before,
[dir='rtl'] ul.rlla-enrolled-students-slider .slick-next:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul.rlla-enrolled-students-slider .slick-prev:hover::before,
ul.rlla-enrolled-students-slider .slick-next:hover::before {
  background: #6b6b6b;
  color: #fff;
  border: 2px solid transparent;
}

ul.rlla-enrolled-students-slider .slick-next:before {
  content: '\f054';
}

/*********/
.widget_course_progress .llms-progress {
  height: auto;
}
.widget_course_progress .llms-progress .progress__indicator {
    /*position: absolute;
width: 100%;
text-align: center;
height: auto;
line-height: 20px;
font-weight:700;
margin: 0;
z-index:1;
color:#000;*/
  display: none;
}
.widget_course_progress .llms-progress .llms-progress-bar {
  height: 10px;
  top: 0;
  border-radius: 100px;
  overflow: hidden;
}

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

.llms-widget-syllabus .lesson-title.done a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

.widget .llms-widget-syllabus .llms-lesson-complete,
.widget .llms-widget-syllabus .lesson-complete-placeholder {
  font-size: 14px;
}

.widget .llms-widget-syllabus ul li {
  margin: 10px 0;
}

.llms-widget-syllabus .lesson-title a {
  font-size: 14px !important;
}

.widget .llms-widget-syllabus ul li .llms-lesson li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Course Listing Widget */
.rlla-llms-course-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.rlla-llms-course-info .rlla-llms-course-thumbnail {
  float: left;
  margin-right: 10px;
  max-width: 100px;
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  background: #fbfbfb;
}

.rlla-llms-course-info .rlla-llms-course-thumbnail img {
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
  width: 100%;
}

.rlla-llms-course-info .rlla-llms-course-thumbnail .thumb-overlay {
  position: absolute;
  background: #ffc107;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(3) rotate(90deg);
  -ms-transform: scale(3) rotate(90deg);
      transform: scale(3) rotate(90deg);
  -webkit-transition: all .45s;
          transition: all .45s;
}

.rlla-llms-course-info .rlla-llms-course-thumbnail .thumb-overlay:hover {
  opacity: 0.5;
}

.rlla-llms-course-info .rlla-llms-course-thumbnail .thumb-overlay-cross {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(3) rotate(90deg);
  -ms-transform: scale(3) rotate(90deg);
      transform: scale(3) rotate(90deg);
  -webkit-transition: all .45s;
          transition: all .45s;
}

.rlla-llms-course-info .rlla-llms-course-thumbnail .thumb-overlay-cross:before,
.rlla-llms-course-info .rlla-llms-course-thumbnail .thumb-overlay-cross:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 1px;
  height: 43px;
  margin-top: -21px;
}

.rlla-llms-course-info .rlla-llms-course-thumbnail .thumb-overlay-cross:after {
  width: 43px;
  height: 1px;
  margin-top: 0px;
  margin-left: -21px;
}

.rlla-llms-course-thumbnail:hover .thumb-overlay {
  opacity: .5;
}

.rlla-llms-course-thumbnail:hover .thumb-overlay-cross {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
}

.rlla-llms-course-info h2 {
  display: block;
  margin-bottom: 5px;
  font-family: inherit;
  line-height: normal;
}

.rlla-llms-course-info a {
  vertical-align: top;
  display: inherit !important;
  font-weight: 300;
}

.rlla-llms-course-info .course-meta {
  display: inline-block;
  font-weight: bold;
}

.rlla-llms-course-info .llms-access-plan {
  margin: 0px;
  padding: 0px;
}

.rlla-llms-course-info .llms-access-plan:hover {
  box-shadow: none;
}

.rlla-llms-course-info .llms-access-plan .llms-access-plan-price {
  font-size: 13px;
}

.rlla-llms-course-info .llms-access-plan.on-sale .price-regular {
  opacity: 0.8;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.25);
          text-decoration-color: rgba(0, 0, 0, 0.25);
}

.widget_rlla_llms_course_categories ul,
.widget_rlla_llms_course_difficulties ul {
  list-style: none;
  margin: 0;
  padding: 0px 0;
}

.widget_rlla_llms_course_categories ul li,
.widget_rlla_llms_course_difficulties ul li {
  position: relative;
  padding-left: 24px;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.widget_rlla_llms_course_categories ul li:before,
.widget_rlla_llms_course_difficulties ul li:before {
  content: "\f15c";
  position: absolute;
  left: 0;
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro', 'reign-icons';
}

.widget_rlla_llms_course_categories ul li:hover,
.widget_rlla_llms_course_difficulties ul li:hover {
  margin-left: 10px;
}

.reign-llms-course-overview-widget {
  background: #f3f3f3;
  padding: 10px;
  border-radius: 3px;
  border: 1px #eaeaea solid;
}
.reign-llms-course-overview-widget .rlla-course-content-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.reign-llms-course-overview-widget .rlla-course-content-overview .rlla-course-author {
  margin-right: 10px;
}
.reign-llms-course-overview-widget .rlla-course-content-overview .rlla-course-author img {
  border-radius: 50%;
}
.reign-llms-course-overview-widget .rtm-rlla-course-overview-actions {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reign-llms-course-overview-widget .rtm-rlla-course-overview-actions .overview-btn {
  color: #fff;
  padding: 5px 5px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  border: 0;
  width: 50%;
  margin: 0 5px;
  font-family: inherit;
}
.reign-llms-course-overview-widget .rtm-rlla-course-overview-actions .overview-btn i {
  margin-right: 5px;
}

.reign-llms-course-overview-widget .rlla-course-author-info-tab {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.reign-llms-course-overview-widget .rlla-course-author-info-tab .rlla-course-author {
  float: left;
  width: 70px;
}

.reign-llms-course-overview-widget .rlla-course-author-info-tab .rlla-author-bio {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

.rlla-course-author-info-tab img.avatar {
  margin: 0px;
  max-width: 100%;
  min-width: inherit;
}

.reign-llms-course-overview-widget.rlla-single-instructor .rlla-course-author-info-tab {
  padding: 0px;
}

.reign-llms-course-overview-widget.rlla-single-instructor .rlla-course-author-info-tab .rlla-course-author {
  width: 100%;
}

.reign-llms-course-overview-widget.rlla-single-instructor .rlla-course-author-info-tab .rlla-author-bio {
  text-align: center;
  width: 100%;
  padding: 0 0 10px;
}

.reign-llms-course-overview-widget.rlla-single-instructor .rlla-course-author-info-tab img.avatar {
  border-radius: 0px;
}

@media (max-width: 768px) {
  .reign-llms-course-overview-widget .rlla-course-author-info-tab .rlla-course-author {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 480px) {
  .reign-llms-course-overview-widget .rlla-course-author-info-tab .rlla-author-bio {
    width: 100%;
  }

  .reign-llms-course-overview-widget .rlla-course-author-info-tab .rlla-author-bio .rlla-author-top a {
    margin-top: 0px;
  }
}
/* course style */
#item-nav #object-nav ul li a#user-courses:before, .single-item.groups #subnav.item-list-tabs ul li a#user-courses:before, .bp-user #subnav.item-list-tabs ul li a#courses:before {
  content: '\f02d';
}

.bp-user #subnav.item-list-tabs ul li a#memberships:before {
  content: '\f0c0';
}

.bp-user #subnav.item-list-tabs ul li a#certificates:before {
  content: '\f19d';
}

.bp-user #subnav.item-list-tabs ul li a#learning-activities:before {
  content: '\f1b8';
}

/*# sourceMappingURL=reign-lifterlms-addon.css.map */