/*----------------------------
	quotes llama
------------------------------*/
.quotes-llama-auto-quote,
.quotes-llama-widget-quote,
.quotes-llama-gallery-quote {
	position: relative;
	padding: 5px;
}

.quotes-llama-auto-countdown,
.quotes-llama-gallery-countdown {
	float: right;
	top: 3px;
	right: 5px;
}

.quotes-llama-auto-reenable,
.quotes-llama-gallery-reenable {
	cursor: pointer;
}

.quotes-llama-auto-author,
.quotes-llama-widget-author,
.quotes-llama-gallery-author {
	clear: both;
	display: block;
	text-align: right;
	font-style: italic;
}

.quotes-llama-auto-source,
.quotes-llama-widget-source,
.quotes-llama-gallery-source {
	font-size: small;
	font-style: italic;
}

.quotes-llama-auto {
	padding: 5px;
	display: inline-block;
}

.quotes-llama-auto img,
.quotes-llama-widget-random img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 5px 6px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 5px 6px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 5px 6px 0px rgba(0,0,0,0.45);
}

/*----------------------------
	quotes llama  - dashicons
------------------------------*/
.quotes-llama-icon-pencil::before{
	content: "\f464";
	font-family: "dashicons";
	margin-right: 3px;
	vertical-align: middle;
}

.quotes-llama-icon-arrow::before {
	content: "\f310";
	font-family: "dashicons";
	margin-right: 3px;
	vertical-align: middle;
}

/*----------------------------------
	quotes llama  - more/less links
------------------------------------*/
a.quotes-llama-widget-morelink,
a.quotes-llama-page-morelink,
a.quotes-llama-widget-static-morelink,
a.quotes-llama-auto-morelink,
a.quotes-llama-gallery-morelink,
a.quotes-llama-auto-refresh-morelink,
a.quotes-llama-widget-next-morelink {
	cursor: pointer;
	text-decoration: none;
}

.quotes-llama-widget-morecontent span,
.quotes-llama-page-morecontent span,
.quotes-llama-widget-static-morecontent span,
.quotes-llama-auto-morecontent span,
.quotes-llama-gallery-morecontent span,
.quotes-llama-auto-refresh-morecontent span,
.quotes-llama-widget-next-morecontent span {
	display: none;
}

/*-------------------------
	quotes llama  - @media
--------------------------*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.quotes-llama-page-container {
		margin-top: 40px;
	}

	.quotes-llama-page-container img {
		max-width: 50px;
		max-height: 50px;
	}

	.quotes-llama-quote-author-back {
		display: none;
	}
}
