@charset "UTF-8";

/*
	Theme Name: Wikilogy Child Theme
	Theme URI: http://themeforest.net/user/gloriathemes
	Description: Wikilogy Child Theme
	Author: Gloria Themes
	Author URI: http://gloriathemes.com/
	Template: wikilogy
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wikilogy
	Version: 1.0
*/

.post-author .content p {
		font-size: 0.9231rem;
		color: #9a9a9a;
		margin: 0 0 0.5385rem;
		max-height: none;
		overflow: hidden;
	}

.socialize a {
	position: relative;
	float: left;
	background: #fff000;
	width: 50px; height: 60px;
	text-align: center;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 10px;
}

/* Pseudo Elements */
.socialize a:after {
	content: "";
	position: absolute;
	bottom: 0px; left: 0;
	border: 25px solid transparent;
	border-bottom: 10px solid #dddfde;
	z-index: 0;
}

.socialize .s-fb {
	background: #3b5998;
}

.socialize .s-tw {
	background: #00aced;
}

.socialize .s-yt {
	background: #bb0000;
}

.socialize .s-tc {
	background: #6441a5;
}

.socialize .s-st {
	background: #3C3C3C;
}

.socialize .s-gp {
	background: #dd4b39;
}

.socialize a:hover {
	color: #fff;
	background: orange;
}

