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

.quotes-llama-auto-countdown,
.quotes-llama-auto-reenable,
.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;
	max-width: 150px;
	max-height: 150px;
	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  - Icons
------------------------------------*/
.quotes-llama-auto-author .quotes-llama-icons img,
.quotes-llama-widget-author .quotes-llama-icons img,
.quotes-llama-quote-author .quotes-llama-icons img,
.quotes-llama-gallery-author .quotes-llama-icons img,
.quotes-llama-page-source .quotes-llama-icons img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dashicons {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 1px;
}

/*----------------------------------
	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;
	}
}
