/**
 * Plugin Name: FEEDZY RSS Feeds Extend - Load More
 * Plugin URI: http://b-website.com/feedzy-rss-feeds-wordpress-plugin-using-simplepie
 */

.feed-actions { display: none; text-align: center; margin-top: 30px; }
.feed-actions > a { padding: 10px 20px; border: 2px solid #9d0000; padding: 0.3em 1em; border-radius: 4px; color: #9d0000 !important; font-size: 100%; font-weight: bold; position: relative; }
.feed-actions > a.loading:after { content: ''; display: block; width: 14px; height: 14px; position: absolute; top: 50%; right: -19px; margin-top: -7px; background: url(../images/spinner-9d0000.gif);
	-webkit-background-size: 100%;
	        background-size: 100%;
}

/* Feed Actions Custom Visibility */
body.page-id-586 .feed-actions { display: block; }

/* share link */
/*.rss_item { position: relative; padding-bottom: 23px !important; }
.rss_item span.title + a { position: absolute; bottom: 2px; right: 5px; }*/

/* variant 2 - button */
.rss_item { position: relative; padding-bottom: 30px !important; }
.rss_item .share-rss-item { position: absolute; bottom: 5px; right: 5px; border: 1px solid #9d0000; color: #9d0000 !important; line-height: 1; padding: 3px 5px; border-radius: 3px; }

