/* Back to Course link*/
.llms-parent-course-link {display : none; }

/* Registration form alignment */
#nav-below {display : none; }
.llms-form-item-wrapper { clear: both; }
.llms-form-item-wrapper.agree_to_terms label { width: 90%; float: none; }

/* Data */
.entry-meta {display : none; }

/* Post format icons */
.post .entry-header:before,
.entry-footer:before,
.single .title-block:before,
.page .entry-header:before {display : none; }

/* Drop cap and first line */
.format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-letter,
.page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-letter,
.emphasis:first-letter, .CapLett {
  color: #b7b1a9;
  display: inline-block;
  float: left;
  font-family: "Playfair Display";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 6px 10px 0 -5px;
}

.format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-line,
.page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-line,
.emphasis:first-line, .CapLine {
  color: #787065;
  font-family: "Playfair Display SC";
  font-size: 1em;
  font-style: normal !important; /* Cheat to preserve visual sanity */
  font-weight: bold;
  letter-spacing: 2px;
}

.format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::after,
.page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::after,
.emphasis::after {
  clear: both;
  content: "";
  display: block;
}

.format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type + p,
.page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type + p,
.emphasis + p {
  clear: left;
}

/* Forum entries text */
#bbpress-forums .reply {
  margin-left: 0;
  text-align: inherit;
}

#bbpress-forums .hentry {
  margin: 0;
}

/* hiding Memberships|Achievements on My Courses  */
.llms-sd-section.llms-my-memberships {display : none;}
.llms-sd-section.llms-my-achievements {display : none;}

/*heading 3 modification*/
h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}