.entry-meta {
	margin-bottom: 8px;
}

.post-title a {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.post-meta-right {
	float: right;
	font-size: 16px;
	white-space: nowrap;
}

.post-footer-sharing {
	display: inline-block;
	position: relative;
}

.sharing-popup {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	bottom: 50px;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	white-space: nowrap;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	left: -20px;
	margin-bottom: -10px;
}

.sharing-popup .socials {
	line-height: 16px;
	height: 16px;
	margin-top: 17px;
}

.sharing-popup .sharing-styled-arrow {
	position: absolute;
	bottom: -100px;
	height: 100px;
	width: 50px;
	left: -30px;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 100% 0;
	-o-transform: rotate(-90deg) scale(.3);
	-ms-transform: rotate(-90deg) scale(.3);
	-moz-transform: rotate(-90deg) scale(.3);
	transform: rotate(-90deg) scale(.3);
}

.sharing-popup a.socials-item {
	vertical-align: top;
}

.post-footer-sharing .gem-button-container .gem-button {
	margin-right: 13px;
}

.post-read-more {
	display: inline-block;
}

.post-read-more .gem-button, .comment-reply-link {
	padding: 0 24px;
	background: transparent;
}

article:not(.type-page) > .entry-content.post-content {
	margin-bottom: 60px;
}