.gig-share {
	/*display:none;*/
}
.hide {display:none !important;}
.hide-iframe {
	width: 1px !important;
	height: 1px !important;
}
.wrapper {
	/*width:100%;
	clear:both;
	float:left;*/
	text-align:center;
}
.social.button {
	color: #fff;
        cursor: pointer;
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 16px;
        text-align: right;
        vertical-align: middle;
        width: 86px;
        height: 32px;
        box-sizing: border-box;
        padding-top: 7px;
        padding-right: 9px;
        position: relative;
}
.social.button:not(.more):after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0px;
    left: 28px;
}
#close {
	position:absolute;
	right:5px;
	top:0;
	padding:5px;
	background:#999;
	cursor:pointer;
}
.facebook {
	background:#3E5998;
        background-image:url('images/facebook-f.svg');
	background-repeat:no-repeat;
	background-position: 8px 6px;
        background-size: 12px;
}
.twitter {
	background:#56ACEE;
	background-image:url('images/white_twitter.svg');
	background-repeat:no-repeat;
	background-size: 20px;
        background-position: 4px 8px;

}
.wrapper .more {
    text-align: center !important;
    padding-right: 0px;
    max-width: 26px;
    font-family: ProximaNovaRgBold;
    font-size: 30px;
    line-height: 18px;
    color: #ccc;
    margin-right: 0;
    margin-left: -5px;
}
.wrapper .email {
	background:#999;
	background-image:url('images/white_mail.svg');
	background-repeat:no-repeat;
	background-position: 5px 10px;
        background-size: 18px;
        margin-right: 4px;
}
.wrapper .comment {
	padding:0;
	width:50px;
	height:50px;
	background-image:url('images/comments.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.icons {
	width:50px;
	height:50px;
	padding:0 !important;
	text-indent:-20000px;
	clear:both;
	margin:0;
}
.facebook.icons {
	background-position:16px center;
}
.more.icons {
	background-image:url('images/plus-sign.png');
	background-repeat:no-repeat;
	background-position:6px center;
}
.twitter.icons,.email.icons,.more.icons {
	background-position:8px center;
}

.social.share-count {
    float: left;
    width: 47px;
    margin-right: 6px;
    text-align: center;
    color: #3c5d96;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.social .count-value {
    font-size: 22px;
    font-family: ProximaNovaRgBold;
    margin-top: -1px;
    margin-bottom: -4px;
}

.social .count-label {
    font-size: 12px;
    text-transform: uppercase;
}
#gigya-plugin-prayer_gig_containerParent{
	margin-bottom:15px;
	overflow:auto;
}
#gigya-plugin-prayer_gig_containerParent .social.share-count{
	width:65px;
}
@media screen and (max-width:960px){

}
@media screen and (max-width:660px){
	.facebook.icons {
		background-position:16px center;
	}
	.wrapper .comment {padding:0;}

        .wrapper.gigya {
            padding: 0;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        body.node-type-article .wrapper.gigya {
            padding-left: 10px;
        }
}
