
@charset "utf-8";

/* CSS Document */
.wp-share-button.theme26 {}

.wp-share-button.theme26 .share-button, .wp-share-button.theme26 .share-button-more {
	border-radius: 50%;
	color: #aaa;
	border: 2px solid #aaa;
	display: inline-block;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin: 5px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

.wp-share-button.theme26 .share-button:hover .button-count {
	display: inline-block;
}

.wp-share-button.theme26 .share-button:hover .button-icon {
	display: none;
}

.wp-share-button.theme26 .share-button .button-name {
	display: none;
}

.wp-share-button.theme26 .share-button .button-count {
	display: none;
}

.wp-share-button.theme26 .share-button .button-icon {
	display: inline-block;
}

.wp-share-button.theme26 .wp-share-button-popup {
	display: none;
}

.wp-share-button-popup {
	background: rgba(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: #fff none repeat scroll 0 0;
	height: auto;
	margin: 80px auto 0;
	padding: 20px;
	position: relative;
	width: 300px;
}

.wp-share-button-popup .close {
	background: #f5501d none repeat scroll 0 0;
	color: #fff;
	padding: 0 9px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
