

/* For quotes */

.mb-style-3 {
	width: 100%;
}

.mb-style-3 blockquote{
	/*
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 
		inset 0 2px 0 rgba(188, 147, 200, 0.7), 
		-5px -4px 25px rgba(0, 0, 0, 0.3);
		*/
	width: 100%;	
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	/*top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;*/
}

.mb-style-3 blockquote:after  {
	border-top-color: #ffffff;
	border-width: 10px;
	left: 65%;
	margin-left: -10px;
}

.mb-style-3 blockquote:before {
	/* border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px; */
}

.mb-style-3 blockquote p {
	padding-top: 50px;
	font-family: 'Alegreya', serif;
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	line-height: 30px;
	font-style: italic;
	text-indent: 100px;
	position: relative;
}

.mb-style-3 blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 50px;
	left: -105px;
	color: #337ab7;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 10px 110px 10px 10px;
	position: relative;
}

.mb-style-3 .mb-thumb {	
	display: block;
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	border-radius: 50%;
	/*background: url(../images/bronte.jpg) no-repeat center center;*/
	position: absolute;
	right: 10px;
	bottom: 5px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);

}

.mb-style-3 .mb-author{
	font-family: 'Alegreya SC', serif;
	font-weight: 700;
	font-size: 22px;
	color: #337ab7;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	margin: 0;
}

.mb-style-3 cite {
	font-family: 'Alegreya', serif;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	color: #337ab7;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
/*
.mb-style-3 cite a:hover{
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}


*/

blockquote.recco {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px !important;
    /* border-left: 5px solid #eee; */
}

.hero {	
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid #23527c;
	border-radius: 50%;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);

}