.dynamic-cat-post-list {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dynamic-cat-post-list .ajax-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  z-index: 1;
}
/**
Ajax Loader
============
 */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ecb101;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/* LearnDash */
.elementor-widget-edumodo-ld-dynamic-category .thumbnail.course .ld_course_grid_price {
  background: #ecb101;
  box-shadow: none;
  color: white;
  text-shadow: none;
  position: absolute;
  font-size: 14px;
  left: -8px;
  top: 10px;
  padding: 3px 10px;
  z-index: 2;
  font-weight: bold;
}
.elementor-widget-edumodo-ld-dynamic-category .thumbnail.course .ld_course_grid_price:before {
  border: 4px solid transparent;
  border-top: 4px solid #ecb101;
  border-right: 4px solid #ecb101;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}
.elementor-widget-edumodo-ld-dynamic-category article.course {
  padding: 0;
}

