.button {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans";
}
.button .icon {
  font-size: 16px;
  color: #FFFFFF;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.small {
  padding: 8px 16px;
}
.button.medium {
  padding: 12px 16px;
}
.button.large {
  padding: 24px;
}
.button.cta {
  background: #ED1C24;
  border: 1px solid #ED1C24;
}
.button.cta:hover {
  background: #FEECED;
  color: #ED1C24;
}
.button.primary {
  background: #0C1A81;
  border: 1px solid #0C1A81;
}
.button.primary:hover {
  background: #EFF0FD;
  color: #0C1A81;
}
.button.primary:hover .icon {
  color: #0C1A81;
}
.button.primary:disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}
.button.secondary {
  background: #FEECED;
  border: 1px solid #FEECED;
}
.button.secondary:hover {
  background: #ED1C24;
  color: #FFFFFF;
  border: 1px solid #ED1C24;
}
.button.disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}

.wysiwyg {
  font-family: Open Sans;
}
.wysiwyg h1 {
  font-size: 36px;
  /* Heading 1 */
  margin: 16px 0;
  font-weight: 900;
}
.wysiwyg h2 {
  font-size: 28px;
  /* Heading 2 */
  margin: 14px 0;
  font-weight: 900;
}
.wysiwyg h3 {
  font-size: 24px;
  /* Heading 3 */
  margin: 12px 0;
  font-weight: 900;
}
.wysiwyg h4 {
  font-size: 18px;
  /* Heading 4 */
  margin: 10px 0;
  font-weight: 900;
}
.wysiwyg h5 {
  font-size: 16px;
  /* Heading 5 */
  margin: 8px 0;
  font-weight: 900;
}
.wysiwyg h6 {
  font-size: 14px;
  /* Heading 6 */
  margin: 6px 0;
  font-weight: 900;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p {
  margin: 10px 0;
}
.wysiwyg strong {
  font-weight: 700 !important;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg a {
  color: #0C1A81;
}

.learndash-course-grid .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
  flex-direction: column;
}
.learndash-course-grid .grid .item {
  width: 280px;
  max-width: 280px;
  border: 0.5px solid #CCCFDA;
  background-color: #FFFFFF;
  align-self: center;
}
.learndash-course-grid .grid .item article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.learndash-course-grid .grid .item article .thumbnail .ribbon {
  display: none;
}
.learndash-course-grid .grid .item article .thumbnail .image {
  background-image: url("../../../images/CourseCardPatternDark.svg");
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learndash-course-grid .grid .item article .thumbnail .image a img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.learndash-course-grid .grid .item article .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  background: #FFFFFF;
  min-height: 200px;
}
.learndash-course-grid .grid .item article .content .top-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 2;
}
.learndash-course-grid .grid .item article .content .top-meta .entry-title {
  flex: 1;
}
.learndash-course-grid .grid .item article .content .top-meta .entry-title a {
  color: #0C1A81;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}
.learndash-course-grid .grid .item article .content .top-meta .author {
  flex: 1;
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.learndash-course-grid .grid .item article .content .top-meta .categories {
  display: none;
}
.learndash-course-grid .grid .item article .content .separator {
  display: none;
}
.learndash-course-grid .grid .item article .content .bottom-meta {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.learndash-course-grid .grid .item article .content .bottom-meta .total-lessons,
.learndash-course-grid .grid .item article .content .bottom-meta .total-quizzes {
  display: none;
}
.learndash-course-grid .grid .item article .content .bottom-meta .total-students {
  display: flex;
  align-items: center;
  gap: 10px;
}
.learndash-course-grid .grid .item article .content .bottom-meta .total-students .icon {
  display: flex;
  align-self: center;
  justify-content: center;
}
.learndash-course-grid .grid .item article .content .bottom-meta .total-students .icon::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #000000;
}
.learndash-course-grid .grid .item article .content .bottom-meta .total-students .wrapper .label {
  display: none;
}
.learndash-course-grid .grid .item article .content .bottom-meta .total-students .wrapper .value {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 5px;
}
.learndash-course-grid .grid .item article .content .bottom-meta .price-tag {
  background: #10B981;
  color: #FFFFFF;
  height: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  min-width: 54px;
}
@media (min-width: 768px) {
  .learndash-course-grid .grid {
    flex-direction: row;
    gap: 20px;
  }
  .learndash-course-grid .grid .item {
    align-self: center;
  }
}
@media (max-width: 1152px) {
  .learndash-course-grid .grid {
    gap: 20px;
  }
}

/*# sourceMappingURL=learndash_course_grid.css.map */
