/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.specialQuote{
  display:block;
  padding: 20px 20px 0px;
  font-size: 20px;
  line-height: 1.2;
  color: #0b89f2;
  border: solid 1px #0b89f2;  
	max-width: 600px;
	margin: 0 auto !important;
	position: relative;
}

.blockquote-background {
  background: #eee;
  padding: 0px;
		max-width: 600px;
	margin: 0 auto;
}

.specialQuote::before{
  content: "\201C"; 
  background-color: #FFF; 
  border-radius: 50%;
  width: 50px;
  height:50px;
  font-size: 60px;
  font-weight: bold;
  color: #0b89f2;
  text-align: center;
  line-height: 73px;
  left: -20px;
  top: -20px;
	position: absolute;
}

.specialQuote::after{
  content: "";
}
.quoteAuthor {
	margin-top: -10px;
	font-size: 16px !important;
}