/* ADDITIONAL CUSTOM CSS */

/* Author Avatar */
.single-post .author-block { 
  display:flex;
}  
.single-post .author-block .image {
	border-radius: 50%;
	margin-right: 20px;
}
.single-post .author-block .avatar {
	border-radius: 50%;
  border: 2px solid #ddd;
}
.single-post .author-block .info {
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .author-block .info .title {
  margin: 0 0 5px;
}