/**
 * 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(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.eot?-evjn82);
	src:url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.eot?#iefix-evjn82) format('embedded-opentype'),
		url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.woff?-evjn82) format('woff'),
		url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.ttf?-evjn82) format('truetype'),
		url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/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;
}
/* Icons */

@font-face {
    font-family: 'icomoon';
    src:url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.eot?-evjn82);
    src:url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.eot?#iefix-evjn82) format('embedded-opentype'),
        url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.woff?-evjn82) format('woff'),
        url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/icons/icomoon.ttf?-evjn82) format('truetype'),
        url(//defuzemag.co.uk/wp-content/plugins/tk-social-share/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: "\ea8c";
}

.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";
}

/**
 * Styleing for Basic Icons Set
 */
.share-total-count {
    font-size: 18px !important;
    letter-spacing: 0.8px;
}

.share-total-count:after {
    content: "/";
    color: #c9c9c9;
    font-size: 24px !important;
    font-weight: 300;
    margin: 0 22px 0 18px;
    vertical-align: middle;
}

body .single-soc-share-link a {
    color: #7f7f7f;
    color: rgba(0,0,0,.5);
    margin: 6px 0;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.single-soc-share-link [href*="facebook"]:hover,
.single-soc-share-link [href*="facebook"]:hover .counter {
    color: #425596;
}

.single-soc-share-link [href*="twitter"]:hover,
.single-soc-share-link [href*="twitter"]:hover .counter {
    color: #4aa8df;
}

.single-soc-share-link [href*="google"]:hover,
.single-soc-share-link [href*="google"]:hover .counter {
    color: #de4839;
}

.single-soc-share-link [href*="linkedin"]:hover,
.single-soc-share-link [href*="linkedin"]:hover .counter {
    color: #0071aa;
}

.single-soc-share-link [href*="pinterest"]:hover,
.single-soc-share-link [href*="pinterest"]:hover .counter {
    color: #e9343a;
}

.single-soc-share-link [href*="stumbleupon"]:hover,
.single-soc-share-link [href*="stumbleupon"]:hover .counter {
    color: #404040;
}

.single-soc-share-link [href*="reddit"]:hover,
.single-soc-share-link [href*="reddit"]:hover .counter {
    color: #ff4500;
}

.single-soc-share-link [href*="mail"]:hover,
.single-soc-share-link [href*="mail"]:hover .counter {
    color: #ccc;
}

.single-soc-share-link [class^="icon-"],
.single-soc-share-link [class*=" icon-"],
.single-soc-share-link [class^="icon-"]:before,
.single-soc-share-link [class*=" icon-"]:before {
    font-size: 20px !important;
}

.icons .single-soc-share-link {
    margin-right: 18px;
}

.icons .single-soc-share-link:last-child {
    margin-right: 0;
}

.icons .single-soc-share-link span:not(.counter),
.text .single-soc-share-link i {
    display: none;
}

.text .single-soc-share-link {
    margin-right: 25px;
}

.text .single-soc-share-link:last-child {
    margin-right: 0;
}

.text .single-soc-share-link a {
    color: #636363;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.text .single-soc-share-link a,
.icons .counter {
    font-size: 13px !important;
}

.post .counter {
    color: #a7a7a7;
    font-weight: 700;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.icons .counter {
    position: relative;
    top: -2px;
}