@charset "UTF-8";
.hdl-price-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 4px;
  background: transparent;
}

.single-content .hdl-price-container {
  margin-top: -5.9rem;
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: right;
  text-align: center;
}
.single-content .hdl-price-container .hdl-price-currency {
  font-size: 2.4rem;
  font-weight: 700;
  color: #b7a80f;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 0.5rem;
}
.single-content .hdl-price-container .hdl-price-amount {
  font-size: 4.4rem;
  font-weight: 888;
  color: #b7a80f;
}

.entry-taxonomies {
  font-size: 88%;
}
.entry-taxonomies a {
  color: #586259;
}
.entry-taxonomies a:hover, .entry-taxonomies a:focus, .entry-taxonomies a:active {
  color: #b7a80f;
}

.entry-meta {
  font-size: 88%;
}

.single-content h6 {
  font-style: normal;
  font-weight: normal;
  font-family: Allura, cursive;
  color: #b7a80f;
  margin: 1.5em 0 0;
  font-size: 54px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .single-content h6 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .single-content h6 {
    font-size: 44px;
    line-height: 52px;
  }
}

h6 {
  font-style: normal;
  font-weight: normal;
  font-family: Allura, cursive;
  color: #b7a80f;
  font-size: 54px;
  line-height: 64px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  h6 {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .hdl-picture-right {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .hdl-picture-left {
    align-items: center;
  }
}

.content-area {
  margin-top: 0;
}

@media (max-width: 767px) {
  .entry-hero.page-hero-section .entry-header {
    min-height: 124px;
  }
}

.learndash-course-grid .items-wrapper .grid-2 .ribbon,
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
  background: rgba(20, 63, 94, 0.6);
}
.learndash-course-grid .items-wrapper .grid-2 .ribbon:after,
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:after {
  content: " €";
}
.learndash-course-grid .items-wrapper .grid-2 .ribbon.enrolled,
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
  background: rgba(153, 143, 29, 0.55);
}
.learndash-course-grid .items-wrapper .grid-2 .ribbon.enrolled:after,
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled:after {
  content: "";
}

.ld-course-list-items .ld_course_grid .thumbnail.course {
  font-size: 22px;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price:after {
  content: " €";
  padding-left: 5px;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  padding: 0.25em 1em;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage.ld-secondary-color {
  color: rgba(20, 63, 94, 0.6) !important;
  font-weight: normal;
}

.entry-header.sfwd-courses-title, .entry-header.sfwd-lessons-title {
  min-height: 200px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .entry-header.sfwd-courses-title, .entry-header.sfwd-lessons-title {
    min-height: 132px;
  }
}
.entry-header.sfwd-courses-title h1, .entry-header.sfwd-lessons-title h1 {
  font-size: 60px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .entry-header.sfwd-courses-title h1, .entry-header.sfwd-lessons-title h1 {
    font-size: 38px;
    margin-top: 7px;
  }
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-top: 0;
}

.ld-profile-avatar {
  display: none;
}