@charset "UTF-8";

.wash-pullquote {
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	font-size: 1.8rem !important;
	padding: 30px 0;
}

/**
* Align Left
 */
.wash-pullquote.pullquote-fancy-align-left {
	border: 0;
	float: left;
	margin: 0 1.5em 0 0;
	padding-left: 0;
	text-align: left;
	width: 30%;
}

.wash-pullquote.pullquote-fancy-align-right {
	border: 0;
	float: right;
	margin: 0 0 0 1.5em;
	text-align: right;
	padding: 0;
	width: 30%;
}

.wash-pullquote.pullquote-fancy-align-full {
	border: 0;
	margin: 2em auto 1.5em auto;
	padding: 0;
	text-align: center;
	width: 95%;
}

.wash-pullquote.pullquote-fancy-align-right blockquote p,
.wash-pullquote.pullquote-fancy-align-left blockquote p,
.wash-pullquote.pullquote-fancy-align-full blockquote p {
	font-family: 'Libre Baskerville',  serif !important;
	font-weight: 600 !important;
}

.wash-pullquote.pullquote-fancy-align-right blockquote p:before,
.wash-pullquote.pullquote-fancy-align-left blockquote p:before,
.wash-pullquote.pullquote-fancy-align-full blockquote p:before {
	content: '“';
	font-size: 46px;
	top: 4px;
	position: relative;
	line-height: 1px;
	font-weight: 600 !important;
}

.wash-pullquote.pullquote-fancy-align-right blockquote p:after,
.wash-pullquote.pullquote-fancy-align-left blockquote p:after,
.wash-pullquote.pullquote-fancy-align-full blockquote p:after {
	content: '”';
	font-size: 46px;
	line-height: 1px;
	top: 4px;
	position: relative;
	font-weight: 600 !important;
}

/**
* Align Left
 */
.wash-pullquote.pullquote-align-left {
	text-align: left;
	margin: 0 1.5em 24px 0;
	padding-left: 0;
	float: left;
	width: 30%;
}

/**
* Align Right
 */
.wash-pullquote.pullquote-align-right {
	float: right;
	margin: 0 0 24px 1.5em;
	width: 30%;
	text-align: right;
}

/*
* Align Full
 */

.wash-pullquote.pullquote-align-full {
	text-align: center;
	margin: 2em auto 1.5em auto;
	width: 95%;
}

/**
* BlockQuote Styling
 */
.wash-pullquote blockquote p {
	font-family: 'Libre Baskerville',  serif !important;
	font-weight: 600 !important;
	letter-spacing: 1px;
	line-height: 1.7em !important;
	text-transform: uppercase;
	vertical-align: baseline !important;
	word-break: break-word;
}

.wash-pullquote blockquote p:before {
	content: '“';
	font-family: 'Libre Baskerville',  serif !important;
}

.wash-pullquote blockquote p:after {
	content: '”';
	font-family: 'Libre Baskerville',  serif !important;
}

/*
* Reset <blockquote> element
*/
.wash-pullquote blockquote, .wash-pullquote blockquote p {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	font-size: 100% !important;
	quotes: none !important;
}

.wash-pullquote blockquote:before, blockquote:after {
	content: '' !important;
	content: none !important;
}

/**
* Style Footer
 */
.wash-pullquote blockquote footer {
	color: #c2c2c2;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 4px;
	word-wrap: break-word;
}

.wash-pullquote blockquote footer cite {
	font-style: italic;
}

.wash-pullquote blockquote footer cite a {
	color: #c2c2c2;
	display: inline-block;
	font-style: italic;
}

.wash-pullquote blockquote footer:before {
	content: '\2014 \00A0' !important; /* http://rdquo.net/ */
}

.pullquote-featured {
	text-align: left;
	margin: 0.5em 1.5em 1em 0;
	float: left;
	border: 0;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	.wash-pullquote {
		width: 50% !important;
	}

	.wash-pullquote.pullquote-align-full {
		margin: 0.5em 0 1em 0.5em;
		width: 95% !important;
	}
}

@media screen and (max-width: 768px) {
	.wash-pullquote {
		margin: 0.5em 0 1em 0.5em;
		padding: 0.5em 1em;
		padding-right: 0;
		width: 95% !important;
		border-left: 5px solid #eeeeee ;
		border-right: none !important;
		float: none;
	}
	}
}
