@charset "utf-8";
 .wp-share-button.theme18{}
.wp-share-button.theme18 .share-button, .wp-share-button.theme18 .share-button-more {
background: rgb(213, 213, 213) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 17px;
margin: 5px;
overflow: hidden;
padding: 12px 16px;
text-decoration: none;
}
.wp-share-button.theme18 .share-button .button-name {
display: none;
}
.wp-share-button.theme18 .share-button .button-count {
display: none;
padding: 0 6px;
}
.wp-share-button.theme18 .share-button:hover .button-count {
display: inline-block;
}
.wp-share-button.theme18 .share-button .button-icon {
display: inline-block;
text-align: center;
width: 20px;
}
.wp-share-button.theme18 .share-button:hover .button-icon {
display: none;
}
.wp-share-button.theme18 .wp-share-button-popup {
display:none;
}
.wp-share-button.theme18 .linkedin {
background: rgb(25, 133, 188) none repeat scroll 0 0;
}
.wp-share-button.theme18 .facebook {
background: rgb(65, 99, 175) none repeat scroll 0 0;
}
.wp-share-button.theme18 .twitter {
background: rgb(85, 172, 238) none repeat scroll 0 0;
}
.wp-share-button.theme18 .google-plus {
background: rgb(232, 64, 52) none repeat scroll 0 0;
}
.wp-share-button.theme18 .reddit {
background: rgb(239, 70, 35) none repeat scroll 0 0;
}
.wp-share-button.theme18 .delicious {
background: rgb(50, 116, 209) none repeat scroll 0 0;
}
.wp-share-button.theme18 .email {
background: rgb(213, 213, 213) none repeat scroll 0 0;
}
.wp-share-button.theme18 .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;
}