/*----------------------------
	quotes llama  - dashicons
------------------------------*/
.quotes-llama-icon-pencil::before{

    content: "\f464";
	font-family: "dashicons";
    margin-right: 3px;
    vertical-align: middle;

}

.quotes-llama-icon-arrow em::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-static-morelink,
a.quotes-llama-gallery-morelink,
a.quotes-llama-auto-refresh-morelink,
a.quotes-llama-widget-next-morelink {

	font-size: 1.1em;
	cursor: pointer;
	text-decoration: 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.quotes-llama-inline {

       display: none;

   }

}