@charset "utf-8";
 .wp-share-button.theme19{}
.wp-share-button.theme19 .share-button, .wp-share-button.theme19 .share-button-more {
background: rgb(213, 213, 213) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 18px;
text-align: center;
margin: 2px;
overflow: hidden;
padding: 8px 30px;
position: relative;
text-decoration: none;
font-weight: lighter;
font-style: oblique;
}
.wp-share-button.theme19 .share-button .button-name {
margin-left: 10px;
}
.wp-share-button.theme19 .share-button .button-count {
display: none;
padding: 0 6px;
}
.wp-share-button.theme19 .share-button .button-icon {
text-align: left;
transition: all 1s ease 0s;
width: 20px;
}
.wp-share-button.theme19 .wp-share-button-popup {
display:none;
text-align: center;
}
.wp-share-button.theme19 .linkedin {
background: rgb(25, 133, 188) none repeat scroll 0 0;
}
.wp-share-button.theme19 .facebook {
background: rgb(65, 99, 175) none repeat scroll 0 0;
}
.wp-share-button.theme19 .twitter {
background: rgb(85, 172, 238) none repeat scroll 0 0;
}
.wp-share-button.theme19 .google-plus {
background: rgb(232, 64, 52) none repeat scroll 0 0;
}
.wp-share-button.theme19 .reddit {
background: rgb(239, 70, 35) none repeat scroll 0 0;
}
.wp-share-button.theme19 .delicious {
background: rgb(50, 116, 209) none repeat scroll 0 0;
}
.wp-share-button.theme19 .email {
background: rgb(213, 213, 213) none repeat scroll 0 0;
}
.wp-share-button.theme19 .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;
}