/**
 * Plugin Name: FEEDZY RSS Feeds by b*web
 * Plugin URI: http://b-website.com/
 */
.widget_feedzy_extend_v2_wp_widget .category { overflow: hidden; display: block; width: 160px; height: 19px; background: #fe0000; color: #fff; text-align: center; font-size: 13px; line-height: 19px; font-weight: bold; }

.et_pb_bg_layout_light .et_pb_widget.widget_feedzy_extend_v2_wp_widget li .category a,
.widget_feedzy_extend_v2_wp_widget .category a { color: inherit; }
.et_pb_bg_layout_light .et_pb_widget.widget_feedzy_extend_v2_wp_widget li .category a:hover,
.widget_feedzy_extend_v2_wp_widget .category a:hover { color: inherit !important; }

.feedzy-tabs {}
.feedzy-tabs .feedzy-tabs-nav { font-weight: bold; }
.feedzy-tabs .feedzy-tabs-nav ul { list-style: none outside none; }
.feedzy-tabs .feedzy-tabs-nav ul li { display: inline-block; }
.feedzy-tabs .feedzy-tabs-nav ul li .tab-link { padding: 0 5px; cursor: pointer; background: #fff; color: #9d0000; border: 2px solid #9d0000; padding: 0.3em 1em; border-radius: 4px; font-size: 90%;
	-webkit-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}
.feedzy-tabs .feedzy-tabs-nav ul li .tab-link:hover { color: #fff !important; background: #9d0000; text-decoration: none; }

.feedzy-tabs .feedzy-tabs-nav ul li:after { content: '|'; display: inline-block; padding: 0 0 0 3px; }
.feedzy-tabs .feedzy-tabs-nav ul li:last-child:after { display: none; }

.feedzy-tabs .feedzy-tab { display: none; }
.feedzy-tabs .feedzy-tab .rss_item { margin: 0; }
.feedzy-tabs .feedzy-tab .rss_item:nth-child(2n+2) { background: #fafafa; }

.feedzy-tabs.not-initialized .feedzy-tabs-head li:first-of-type .tab-link,
.feedzy-tabs.initialized .feedzy-tabs-head li.active .tab-link { font-size: 100%; }
.feedzy-tabs.not-initialized .feedzy-tabs-head li:first-of-type .tab-link:hover,
.feedzy-tabs.initialized .feedzy-tabs-head li.active .tab-link:hover { color: #fff !important; background: #9d0000; text-decoration: none; }

.feedzy-tabs.not-initialized .feedzy-tabs-head li:first-of-type .tab-link.loading,
.feedzy-tabs.initialized .feedzy-tabs-head li.active .tab-link.loading { position: relative; }
.feedzy-tabs.not-initialized .feedzy-tabs-head li:first-of-type .tab-link.loading:before,
.feedzy-tabs.initialized .feedzy-tabs-head li.active .tab-link.loading:before { content: ''; display: block; width: 14px; height: 14px; position: absolute; top: 50%; left: -19px; margin-top: -7px; background: url(../images/spinner-9d0000.gif);
	-webkit-background-size: 100%;
	        background-size: 100%;
}

.feedzy-tabs.not-initialized .feedzy-tab:first-of-type { display: block; }
.feedzy-tabs.initialized .feedzy-tab.active { display: block; }

.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; }
.rss_item .share-rss-item.read-more { position: relative; bottom: auto; right: auto; line-height: 1; padding: 1px 3px; font-size: 13px; display: inline-block; vertical-align: baseline; }
