/* Scss Document */
/**/
/* screen resolutio*/
/* mixin start*/
.author-post-page .author-section {
  text-align: center; }
  .author-post-page .author-section .author-img {
    width: 230px;
    margin: 0 auto; }
    .author-post-page .author-section .author-img img {
      border-radius: 50%;
      width: 100%; }
  .author-post-page .author-section .author-content {
    padding: 0 20% 0 20%;
    margin-bottom: 50px;
    font-size: 0.9375em; }
    .author-post-page .author-section .author-content h1 {
      font-size: 2.188em;
      font-family: "EB Garamond", serif;
      color: #000;
      letter-spacing: 1px;
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 400;
      line-height: 100%;
      font-style: italic;
      padding-bottom: 20px;
      position: relative; }
      .author-post-page .author-section .author-content h1 span {
        font-style: normal; }
      .author-post-page .author-section .author-content h1:after {
        width: 100px;
        height: 1px;
        background: #000;
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -50px; }

/*# sourceMappingURL=author-post-page.css.map */
