/*
Theme Name: Academist Child
Theme URI: https://academist.qodeinteractive.com/
Description: A child theme of Academist Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: academist
Template: academist
*/
.sfwd-courses-template-default .eltdf-mobile-logo-wrapper > a {
  height: auto !important;
}
.sfwd-courses-template-default .eltdf-post-info-top,
.sfwd-courses-template-default .eltdf-post-title,
.sfwd-courses-template-default .eltdf-blog-share {
  display: none !important;
}
.sfwd-courses-template-default .ld-item-title {
  line-height: 2.3;
}
.sfwd-courses-template-default .eltdf-container-inner,
.sfwd-courses-template-default .ld-item-list {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sfwd-courses-template-default .learndash-not-available.is_not_sample {
  display: none;
}
.sfwd-courses-template-default .learndash-wrapper .ld-status.ld-status-unlocked {
  background: #252525 !important;
}

.lm_filter_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .lm_filter_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .lm_filter_form .container_cat {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .lm_filter_form .container_tag {
    width: 75%;
  }
}
.lm_filter_form .by_search {
  margin-top: 1rem;
}
.lm_filter_form .by_search input {
  padding: 0.25rem 1rem;
  border-radius: 8px;
  border: 2px solid #e1e1e1;
}
.lm_filter_form .container_button_desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lm_filter_form .container_button_desktop {
    display: block;
    margin-top: 1rem;
  }
  .lm_filter_form .container_button_desktop button {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .lm_filter_form .container_button_mobile {
    display: none;
  }
}
.lm_filter_form .top_label {
  font-family: Poppins, sans-serif;
  color: #252525;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.lm_filter_form button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 2em;
  font-weight: 600;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 15px 43px;
  color: #fff;
  background-color: #252525;
  border: 2px solid transparent;
  background-color: #c97a0c !important;
  padding: 7px 18px;
  cursor: pointer;
  z-index: 3;
  width: 100%;
}
.lm_filter_form button:hover {
  background-color: #252525 !important;
}
.lm_filter_form .rest_filter {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 1rem;
}
.lm_filter_form .rest_filter.mobile {
  margin: 0 auto;
  margin-top: 1rem;
  display: inline-block;
}
.lm_filter_form select {
  padding: 0.75em 0.75rem;
  width: 100%;
  border: 2px solid #e2e7ed;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
.lm_filter_form .list_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lm_filter_form .btn_check input {
  display: none;
}
.lm_filter_form .btn_check:hover label {
  background: #c97a0c;
  color: white;
}
.lm_filter_form .btn_check label {
  padding: 0.25rem 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #e2e7ed;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}
.lm_filter_form .btn_check input:checked + label {
  color: #ffffff;
  background-color: #c97a0c;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.lm_filter_form .btn_check input:checked + label {
  color: #ffffff;
  background-color: #c97a0c;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.sfwd-lessons-template-default .eltdf-mobile-logo-wrapper > a {
  height: auto !important;
}
.sfwd-lessons-template-default .eltdf-post-info-top,
.sfwd-lessons-template-default .eltdf-post-title,
.sfwd-lessons-template-default .eltdf-blog-share,
.sfwd-lessons-template-default .learndash_mark_complete_button {
  display: none !important;
}
.sfwd-lessons-template-default .ld-item-title {
  line-height: 2.3;
}
.sfwd-lessons-template-default .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
  background: #252525 !important;
}
.sfwd-lessons-template-default .learndash-wrapper .ld-breadcrumbs a {
  color: #252525 !important;
}
.sfwd-lessons-template-default .learndash-wrapper .ld-breadcrumbs a:hover {
  color: #fcb900 !important;
}

/*single product*/
.product-type-subscription .quantity {
  display: none !important;
}

/*Mon compte*/
.woocommerce-account #learndash-reset-password-wrapper {
  display: none !important;
}

/*popup-lm courses*/
.popup-lm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.popup-lm-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 700px;
  width: 80%;
}

.popup-lm-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.popup-lm-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.popup-lm-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 1rem;
}

.popup-lm-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.popup-lm-button {
  padding: 10px 20px;
  background-color: #c97a0c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.popup-lm-button:hover {
  background-color: #ac6809;
}

/* Hide pager from produc tsingle*/
.summary .learndash-pager {
  display: none;
}

.page-template-full-width .learndash-pager {
  display: none;
}

.btn-lm {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 2em;
  font-weight: 600;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 15px 43px;
  cursor: pointer;
  color: #fff;
  background-color: #252525;
  border: 2px solid transparent;
}
.btn-lm:hover {
  background: #ce7721;
  color: white;
}
/*# sourceMappingURL=style.css.map */