/**
 * Stylesheet for TK Social Share Plugin
 */

/* Admin style */
.plugin-heading-icon {
	padding: 5px 10px 0 0;
}

h2.plugin-heading {
	padding: 20px 0;
}

.input-checkbox {
	width: 20px;
}

.form-table th {
	width: 150px;
	font-weight: normal;
	vertical-align: middle;
}

/* Icons */

@font-face {
	font-family: 'icomoon';
	src:url('../icons/icomoon.eot?-evjn82');
	src:url('../icons/icomoon.eot?#iefix-evjn82') format('embedded-opentype'),
		url('../icons/icomoon.woff?-evjn82') format('woff'),
		url('../icons/icomoon.ttf?-evjn82') format('truetype'),
		url('../icons/icomoon.svg?-evjn82#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.single-soc-share-link [class^="icon-"],
.single-soc-share-link [class*=" icon-"] {
	background-image: none;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	width: auto;
	height: auto;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.single-soc-share-link .icon-reddit:before {
	content: "\e100";
}

.single-soc-share-link .icon-facebook:before {
	content: "\e101";
}

.single-soc-share-link .icon-google:before {
	content: "\ea8b";
}

.single-soc-share-link .icon-linkedin:before {
	content: "\e103";
}

.single-soc-share-link .icon-mail:before {
	content: "\e104";
}

.single-soc-share-link .icon-pinterest:before {
	content: "\e105";
}

.single-soc-share-link .icon-stumbleupon:before {
	content: "\e106";
}

.single-soc-share-link .icon-twitter:before {
	content: "\e107";
}

/* Share box */

.tkss-post-share {
	margin: 30px 0;
}

.clear:before,
.clear:after,
.tkss-post-share:before,
.tkss-post-share:after {
	content: "";
	display: table;
}

.clear:after,
.tkss-post-share:after {
	clear: both;
}

.post .tkss-post-share > h6 {
    display: block;
	font-size: 25px !important;
	margin-bottom: 16px;
	margin-top: 0;
}

.share-total-count {
	font-weight: 700;
}

.share-total-count,
.single-soc-share-link {
	display: inline-block;
}

.single-soc-share-link {
	vertical-align: middle;
	font-size: 0;
}

.tkss-post-share .single-soc-share-link a {
	white-space: nowrap;
}

.tkss-post-share .single-soc-share-link a,
.tkss-post-share .single-soc-share-link a:hover {
	display: block;
	text-decoration: none;
	border-bottom: none;
}

/* Tabs */
.nav-tab-wrapper .active {
	background-color: #f1f1f1;
}

/* Drag And Drop Socials */

#social-services .widget-liquid-left{
	width: 30%;
}

#social-services .sidebar-description {
  text-align: center;
  margin-bottom: 20px;
  font-size: 10px !important;
}

#social-services .widget-liquid-right{
	float: left;
}

#social-services .widget-liquid-right .widgets-holder-wrap{
	padding: 0px 0 20px;
}

#social-services .widgets-holder {
	background-color: #f1f1f1;
}

#social-catalog {
	min-height: 120px;
	height:auto;
	padding: 7px 0;
}

#social-enabled {
	min-height: 430px;
}

.social-service {
	width: 50%;
}

.dropzone {
    border: 1px dashed #000;
    background-color: #eee;
    display:block;
    width: 50%;
	margin: 0 auto 10px;
}
