@charset "utf-8";
 .wp-share-button.theme30{}
.wp-share-button.theme30 .share-button, .wp-share-button.theme30 .share-button-more {
background: rgb(213, 213, 213) none repeat scroll 0 0;
border-bottom: 3px solid rgb(158, 158, 158);
border-radius: 10%;
color: rgb(255, 255, 255);
display: inline-block;
margin: 5px;
overflow: hidden;
padding: 7px 19px;
text-align: center;
text-decoration: none;
}
.wp-share-button.theme30 .share-button .button-name {
display: none;
}
.wp-share-button.theme30 .share-button .button-icon {
display: inline-block;
}
.wp-share-button.theme30 .wp-share-button-popup {
display:none;
}
.wp-share-button.theme30 .linkedin {
background: rgb(25, 133, 188) none repeat scroll 0 0;
}
.wp-share-button.theme30 .facebook {
background: rgb(65, 99, 175) none repeat scroll 0 0;
}
.wp-share-button.theme30 .twitter {
background: rgb(85, 172, 238) none repeat scroll 0 0;
}
.wp-share-button.theme30 .google-plus {
background: rgb(232, 64, 52) none repeat scroll 0 0;
}
.wp-share-button.theme30 .reddit {
background: rgb(239, 70, 35) none repeat scroll 0 0;
}
.wp-share-button.theme30 .delicious {
background: rgb(50, 116, 209) none repeat scroll 0 0;
}
.wp-share-button.theme30 .email {
background: rgb(213, 213, 213) none repeat scroll 0 0;
}
.wp-share-button.theme30 .stumbleupon {
background: rgb(239, 78, 35) none repeat scroll 0 0;
}
.wp-share-button-popup {
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
height: 100%;
left: 0;
margin: 0 auto;
position: fixed;
top: 0;
width: 100%;
}
.wp-share-button-popup .popup-buttons {
background: rgb(255, 255, 255) none repeat scroll 0 0;
height: auto;
margin: 80px auto 0;
padding: 20px;
position: relative;
width: 300px;
}
.wp-share-button-popup .close {
background: rgb(245, 80, 29) none repeat scroll 0 0;
color: rgb(255, 255, 255);
padding: 0 9px;
position: absolute;
right: 0;
top: 0;
cursor:pointer;
}