/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
section.post_author {
  background: #ebebeb;
}
@media (max-width: 575.98px) {
  section.post_author .row {
    text-align: center;
  }
}
section.post_author .container {
  max-width: 600px;
}
section.post_author .social_accounts {
  line-height: 1.4;
  margin: 5px 0 12px !important;
}
section.post_author .description {
  margin: 12px 0 0;
}
section.post_author .avatar {
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  section.post_author .avatar {
    margin-bottom: 15px;
  }
}

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