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

/* Widget */

.gagascollection-gaga .attribution {
	text-align: right;
	margin-bottom: 1.4em;
}
.gagascollection-gaga cite.author {
	font-style: normal;
}
.gagascollection-gaga cite.source {
	font-style: italic;
}
.gagascollection-gaga .nav-next {
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
}


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

blockgaga.gagascollection-gaga footer.attribution cite {
	font-size: 0.83em;
}
