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