blockquote.bs-quote.bsq-t1:after {
  background-color: #057fce;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block; }

blockquote.bs-quote.bsq-t1:before {
  color: #057fce; }

blockquote.bs-quote.bsq-t1 a, blockquote.bs-quote.bsq-t1 a:hover {
  color: #057fce; }

blockquote.bs-quote.bsq-t1 .quote-author {
  margin-top: 20px;
  text-align: center; }

blockquote.bs-quote.bsq-t1 .quote-author-name {
  font-size: 15px;
  font-weight: bolder; }

blockquote.bs-quote.bsq-t1 .quote-author-avatar + .quote-author-name {
  margin-top: 8px; }

blockquote.bs-quote.bsq-t1 .quote-author-job {
  font-size: 13px;
  color: #969696; }

blockquote.bs-quote.bsq-t1 .quote-author-avatar {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.single-page-simple-content .entry-content blockquote.bs-quote.bsq-t1,
.entry-content.single-post-content blockquote.bs-quote.bsq-t1,
blockquote.bs-quote.bsq-t1 {
  padding: 80px 30px 30px;
  font-size: 120%;
  text-align: center;
  margin: 0 0 26px;
  z-index: 1; }

.single-page-simple-content .entry-content blockquote.bs-quote.bsq-t1:before,
.entry-content.single-post-content blockquote.bs-quote.bsq-t1:before,
blockquote.bs-quote.bsq-t1:before {
  content: "\b040";
  font: normal normal normal 14px/1 "bs-icons";
  font-size: 38px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: inherit;
  text-align: inherit;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 50%;
  margin: 0 0 0 -30px;
  z-index: 1; }
