/* General */
.background-blur-5 {
  backdrop-filter: blur(5px);
}
/* Main Area */
.entry-content-wrapper {
  min-height: 400px;
}
/* Post */
.avia-post-nav {
  display: none;
}
/* Search */
.search .post-meta-infos {
  display: none;
}
#top .template-search.content .entry-content-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* Learn Dash */
.course .ribbon-enrolled {
  display: none;
}
.ld_course_grid_button {
  display: none;
}
.estimated_time {
  font-size: 70%;
}
/* Course Progress Bar - Grid */
.ld-course-list-items a {
  text-decoration: none;
}
.ld-course-list-items .image-overlay {
  display: none !important;
  opacity: 0 !important;
}
.ld-course-list-items .course-media {
  position: relative;
  overflow: none;
}
.ld-course-list-items .course-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 60%;
  padding: 2px 6px 2px 8px;
  background: rgba(226, 231, 237, 0.5);
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  font-weight: 600;
  border-top-left-radius: 6px;
  color: #000;
  backdrop-filter: blur(5px);
}
.ld-course-list-items .ld-progress-inline {
  margin-top: 0;
  margin-bottom: 0px;
}
.ld-course-list-items .ld-progress-inline .ld-progress-heading {
  display: none;
}
.ld-course-list-items .ld-progress-inline .ld-progress-bar {
  margin-top: 0;
  border-radius: 0;
}
