/**
 * Quotes Collection styles.
 *
 * For the markup generated by the widget, shortcode and template function.
 *
 * @package Quotes Collection
 * @since 2.0
 */

/* Widget */

.quotescollection-quote .attribution {
		font-size: 1.1 em;
		fon-color: #50575b;
		color: #333;
	margin-bottom: 1.4em;
	padding-left: 20px;
}
.quotescollection-quote cite.author {
	font-style: normal;
	font-size: inherit;
	text-align: right;
}
cite {
		color: black;
}
.quotescollection-quote cite.source {
	font-style: italic;
		font-size: 1.9em;
}
.quotescollection-quote .nav-next {
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
}

.quotescollection-quote-wrapper p {
	text-align: justify;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 1.05em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Shortcode output */
blockquote.quotescollection-quote {
	border:0;
	background:none;
	padding:0;
	margin:4em 2em;
	font-size:1em;
	box-shadow: none;
}
blockquote.quotescollection-quote::before,
blockquote.quotescollection-quote::after {
	content:'';
	content:none;
	margin: 0;
	padding: 0;
	position: relative;
}

blockquote.quotescollection-quote footer.attribution cite {
	font-size: 0.83em;
}
