
.quote {
  padding: 2em 1em 2em 0;
  font-size: 1.5em;
}

.quote strong {
  color: #5EC3BE;
}

.quote figure:after {
  content: '';
  display: block;
  clear: both;
}

.quote blockquote {
  float: left;
  width: 60%;
  margin-top: 0.6em;
}

.quote figcaption {
  float: left;
  font-size: .8em;
  font-style: italic;
  width: 60%;
  line-height: 1;
}

.quote.post-author blockquote {
  font-weight: bold;
  font-size: 1.2em;
}

.quote img {
  float: left;
  margin-right: 2em;
  width: 175px;
  vertical-align: middle;
}

.quote.post-author {
  font-size: 1.1em;
}

.quote.post-author p {
  margin-top: 1em;
  font-style: normal;
}

.quote.post-author p a {
  text-decoration: underline;
}

.quote.post-author p a:hover {
  text-decoration: none;
}

.quote.post-author {
}