/**
 * Social Share
 */
.entry-share .theme-heading {
	line-height: 40px; 
	float: left;
	margin: 0;
}
.entry-share .theme-heading .text:before,
.entry-share .theme-heading .text:after {
	display: none !important;
}

.entry-share ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.entry-share ul li {
	float: left;
}
.entry-share ul li a {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	text-align: center;
	color: #bbb;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
}
.entry-share ul li:last-child a {
	margin-right: 0;
}
.entry-share ul li.twitter a:hover {
	color: #00aced;
	border-color: #00aced;
}
.entry-share ul li.facebook a:hover {
	color: #3b5998;
	border-color: #3b5998;
}
.entry-share ul li.googleplus a:hover {
	color: #dd4b39;
	border-color: #dd4b39;
}
.entry-share ul li.linkedin a:hover {
	color: #39c;
	border-color: #39c;
}
.entry-share ul li.pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.single-post .entry-share {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

/*------------------------------------*
	Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
	.entry-share .theme-heading {
		line-height: 1;
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	.entry-share ul {
		float: none;
		text-align: center;
	}
	.entry-share ul li {
		display: inline-block; 
		float: none;
	}
}
