/*
Theme Name: Socialize Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Socialize WordPress theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: socialize
Template: socialize
*/

/* Add your own CSS code here */

.article-sources {
	overflow: auto;
  background: #f8f8f8;
}

.article-sdiv {
	margin: 15px 0 20px 0;
	padding: 0 14px 0 14px;
	clear: both;
	line-height: 16px;
	font-size: 12px;
  font-family: 'Courier New';
	display:flex;
}

.source-item {
	padding-left: 42px; 
	float:left; 
	display:flex;
	width:32px; 
	height:32px; 
	background-repeat: no-repeat; 		
	filter: grayscale(90%);
}

.gp-p-tags {
margin: 0 auto 0px auto;
}
.single-post .gp-p-tags {
width: 90%;
}
.gp-p-tags a,
.tagcloud a {
display: inline-block;
margin-bottom: 4px;
line-height: 1;
font-size: 11px;
padding: 4px 6px;
font-weight: normal;
}
.gp-p-tags a:hover,
.tagcloud a:hover {
text-decoration: none;
}
