@charset "utf-8";
/* CSS Document */

.wp-share-button.theme6{}

.wp-share-button.theme6 .share-button, .wp-share-button.theme6 .share-button-more {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-color: rgb(51, 51, 51) rgb(51, 51, 51) rgb(153, 153, 153);
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 3px;
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 12px;
  
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.wp-share-button.theme6 .share-button .button-name{
font-weight: bold;
}


.wp-share-button.theme6 .share-button .button-count {
  border-left: 1px solid rgb(221, 221, 221);
  display: inline-block;
  margin-left: 5px;
  padding: 0 6px;
}

.wp-share-button.theme6 .share-button .button-icon {
  display: inline-block;
  width: 20px;
}


.wp-share-button.theme6 .wp-share-button-popup {
	display:none;
}



.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;
}
