.social-share-block #cboxClose{
	top:0;
	outline: none;
}
#social-share-block{
	padding: 30px 0 0 0;
	float: left;
	width: 100%;
	height: 100%;
}
#social-share-block h2{
	text-align: center;
    margin: 0 auto 10px auto;
    font-size: 24px;
    border-bottom: 2px solid #f57b20;
    padding: 0 0 20px 0;
    width: 90%;
}
#social-share-block .social-item{
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#social-share-block .social-item a{
	display: inline-block;
    width: 60%;
    text-align: left;
	font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
#social-share-block .social-item a i{
	margin-right: 15px;
	position: relative;
    top: 5px;
}
@media screen and (max-width: 792px) {
	#social-share-block .social-item{
		width: 100%;
	}
}