/* ======================================
 * version 1.0.0
 *
 * Othman Chohdi
 * http://wphub.me/
 *
 * better-pullquotes.css
 *
 * ======================================
*/
.better-pullquote blockquote, .better-pullquote blockquote p { /* Reset <blockquote> element */
    margin:0;
    padding:15px;
    border-radius:0;
    outline:0;
    font-size:100%;
    text-align: left ;
    vertical-align:baseline ;
    background:transparent ;
    quotes:none;
}

.better-pullquote blockquote:before, 
.better-pullquote blockquote:after,
.better-pullquote blockquote p:before, 
.better-pullquote blockquote p:after { 
  content:'' ;
  content:none ;
}

.better-pullquote blockquote footer:before {
    content:'\2014 \00A0' ;
}

.better-pullquote blockquote footer {
    margin-top:4px;
}

.better-pullquote blockquote footer cite {
    font-style: italic;
}

.better-pullquote blockquote footer cite a {
    display: inline-block;
    font-style: italic;
}

.better-pullquote {
    color:#363636;
    font-size:21px;
    line-height: 1.5;
    display: block;
    width: 30%;
    padding: 0.5em 1em;
    margin: 24px 0px;
}

.better-pullquote.pullquote-align-full {
    width:95%;
}

.better-pullquote blockquote p {
    color:#363636;
    font-size:21px;
    line-height: 1.5;
}


@media screen and (min-width: 769px) and (max-width: 992px) {
    .better-pullquote {
        width:50% ;
    }
    .better-pullquote.pullquote-align-full {
        margin: 0.5em 0 1em 0.5em;
        width:95% ;
    }
}

.better-pullquote.pullquote-align-full blockquote
{
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.better-pullquote.pullquote-align-full blockquote p
{
    font-family: 'Source Sans Pro'!important;
	font-size: 1.00rem;
	 position: relative;
    display: inline;
    line-height: 20px!important;
}
#content .better-pullquote.pullquote-align-full blockquote p:before {
    font-weight: 400;
    font-style: normal;
    color: #3a2814;
    content: "\201C";
    font-size: 120px;
    font-weight: bold;
    color: #999;
    position: absolute;
    margin-left: -65px;
    margin-top: 20px;
}
#content .better-pullquote.pullquote-align-full blockquote p:after {
    font-weight: 400;
    font-style: normal;
    color: #3a2814;
    content: "\201D";
    font-size: 120px;
    font-weight: bold;
    color: #999;
    position: absolute;
    margin-top: 30px;
}