/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.single-post .entry-content .text-content li {
	color: #555;
  font-size: 18px;
  line-height: 1.65 !important;
	margin: 0 0 0 1em;
	padding: 0;
}

.entry-image-old,
.entry-image-old > a,
.entry-image-old .slide a,
.entry-image-old img {
  display: block;
  position: relative;
  width: var(--cnvs-post-image-size-old);
  height: auto;
  margin-left: auto; /* Center horizontally */
  margin-right: auto; /* Center horizontally */
  text-align: center; /* Center inline or inline-block children */
}

.author-bio .entry-image {
  margin-top: 9px !important;
}