.pull-quote-bit14 .quote {
	border: 0 !important;
}
.pullquote_theme_one .pull-quote-bit14 .quote{
	margin: 20px 0;
	text-align: center;
	width: 80%; 
	margin:0 auto;
	position: relative;
}
.pullquote_theme_one .pull-quote-bit14 .quote span{
	line-height: 45px;
	font-weight: 600;
	font-style: italic;
	display: block;
	font-size:26px;
	padding: 0 60px;
	position: relative;
}
.pullquote_theme_one .pull-quote-bit14 .quote:before{
	background-image: url('../images/quote-left-orange.png'); 
	background-repeat: 	no-repeat;
	content:'';
	width: 60px;
	height: 46px;
	display: block;
}
.pullquote_theme_one .pull-quote-bit14 .quote span:first-child:after{
	background-image: url('../images/quote-right-orange.png'); 
	background-repeat: 	no-repeat;
	content:'';
	width: 60px;
	height: 46px;
	display: inline-block;
	position: 	absolute;
	margin-left: 12px;
	margin-top: -3px;
}

.pullquote_theme_three .pull-quote-bit14 .quote{
	padding:0px 20px 20px 20px;
	max-width: 400px;
	margin:15px 30px 15px 0;
	border: 2px solid green;
	float:left;
}
.pullquote_theme_three .pull-quote-bit14 .quote span:not(.pullquote-author-name){
	line-height: 33px;
    position: relative;
    z-index: 1;
    padding-top: 60px !important;
    display: block;
}
.pullquote_theme_three .pull-quote-bit14 .quote span:not(.pullquote-author-name):before{
	content: "";
    display: block;
    margin-bottom: 10px;
    background-image: url(../images/quote-left-yellow.png);
    background-repeat: no-repeat;
    width: 72px;
    height: 46px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.pullquote_theme_three .pull-quote-bit14 .quote span:not(.pullquote-author-name):after{
    content: "";
    position: absolute;
    top: 40px;
    border-top: 2px solid #c8c8c8;
    z-index: -1;
    width: calc(100% - 62px);
    right: 0;
}
.pullquote_theme_three .pull-quote-bit14 .quote.left-quote{
	float: left;
}
.pullquote_theme_three .pull-quote-bit14 .quote.right-quote{
	float: right;
}
.pullquote_theme_three .pull-quote-bit14 p{
	margin-top:0;
	margin-bottom:0;
}

/*theme two*/
.pullquote_theme_two .pull-quote-bit14 .quote {
	margin: 0;
	padding:0;
	position: relative;
	margin-top: 60px;
	margin-bottom: 18px;
}
.pullquote_theme_two .pull-quote-bit14 .quote:before {
    position: absolute;
    content: "";
    left: -46px;
    top: -62px;
    background: url(../images/pullquote.png);
    background-repeat: no-repeat;
    width: 121px;
    height: 97px;
}
.pullquote_theme_two .pull-quote-bit14 .quote span{
	font-size: 17px;
	line-height: 38px;
}
.pullquote_theme_two .pull-quote-bit14 .quote span strong {
    font-size: 46px;
    font-style: italic;
    margin-right: 8px;
}
@media only screen and (max-width: 480px){
	.pullquote_theme_one .pull-quote-bit14 .quote span{
		padding: 0px;
	}
}