.author {
  display: inline-block;
  width: 100%;
}
.author figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  float: left;
}
.author figure img {
  width: 100%;
}
.author .details {
  margin-left: 120px;
}
.author .details .job {
  font-size: 12px;
  color: #898989;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.author .details .name {
  margin: 0;
  margin-top: 5px;
}
.author .details p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 26px;
}
.author .details .social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.author .details .social li a i:before {
  font-size: 12px;
}