/**
 * Socials Bytes Wordpress Plugin v.2.0
 *
 * Author: Michele Ivani
 *
 * Description: This file contains all CSS rules for the plugin 
 *
 * All rights reserved - Under codcanyon.net license   
 */


.social_bytes { font-size: 16px; font-family: "Helvetica Neue", "Helvetica", "Arial" , sans-serif; margin: 20px 0; }

.social_bytes ul { margin: 10px 0 0 0 ; padding: 0; list-style: none; }

.social_bytes ul li span { display: block; }

.social_bytes ul li .sb_icon, .social_bytes ul li .sb_icon a { display: block; width: 34px; height: 36px; }

.social_bytes ul li .sb_count { color: #555555; }

.social_bytes ul li .sb_label { color: #afafaf; }

.social_bytes.sb_dark ul li .sb_count { color: #fdfdfd; }

.social_bytes.sb_dark ul li .sb_label { color: #cacaca; }


/* Icons images */
.social_bytes ul li.sb_google_network span.sb_icon { background: url(../images/social_networks_icons/google.png) no-repeat;}

.social_bytes ul li.sb_facebook_network span.sb_icon { background: url(../images/social_networks_icons/facebook.png) no-repeat;  }

.social_bytes ul li.sb_twitter_network span.sb_icon { background: url(../images/social_networks_icons/twitter.png) no-repeat;  }

.social_bytes ul li.sb_vimeo_network span.sb_icon { background: url(../images/social_networks_icons/vimeo.png) no-repeat; width:  }

.social_bytes ul li.sb_youtube_network span.sb_icon { background: url(../images/social_networks_icons/youtube.png) no-repeat;  }

.social_bytes ul li.sb_dribbble_network span.sb_icon { background: url(../images/social_networks_icons/dribbble.png) no-repeat;}

.social_bytes ul li.sb_forrst_network span.sb_icon { background: url(../images/social_networks_icons/forrst.png) no-repeat;}

.social_bytes ul li.sb_feedburner_network span.sb_icon { background: url(../images/social_networks_icons/feedburner.png) no-repeat;}

.social_bytes ul li.sb_envato_network span.sb_icon { background: url(../images/social_networks_icons/envato.png) no-repeat;}

.social_bytes ul li.sb_digg_network span.sb_icon { background: url(../images/social_networks_icons/digg.png) no-repeat;}

.social_bytes ul li.sb_likedin_network span.sb_icon { background: url(../images/social_networks_icons/linkedin.png) no-repeat;}

.social_bytes ul li.sb_pinterest_network span.sb_icon { background: url(../images/social_networks_icons/pinterest.png) no-repeat;}

.social_bytes ul li.sb_klout_network span.sb_icon { background: url(../images/social_networks_icons/klout.png) no-repeat;}

/* Small Icons images for theme 4 */
.social_bytes.sb_theme_4 ul li.sb_facebook_network span.sb_icon { background: url(../images/social_networks_icons/small/facebook.png) no-repeat;  }

.social_bytes.sb_theme_4 ul li.sb_twitter_network span.sb_icon { background: url(../images/social_networks_icons/small/twitter.png) no-repeat;  }

.social_bytes.sb_theme_4 ul li.sb_vimeo_network span.sb_icon { background: url(../images/social_networks_icons/small/vimeo.png) no-repeat; width:  }

.social_bytes.sb_theme_4 ul li.sb_youtube_network span.sb_icon { background: url(../images/social_networks_icons/small/youtube.png) no-repeat;  }

.social_bytes.sb_theme_4 ul li.sb_dribbble_network span.sb_icon { background: url(../images/social_networks_icons/small/dribbble.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_forrst_network span.sb_icon { background: url(../images/social_networks_icons/small/forrst.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_feedburner_network span.sb_icon { background: url(../images/social_networks_icons/small/feedburner.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_envato_network span.sb_icon { background: url(../images/social_networks_icons/small/envato.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_digg_network span.sb_icon { background: url(../images/social_networks_icons/small/digg.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_likedin_network span.sb_icon { background: url(../images/social_networks_icons/small/linkedin.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_google_network span.sb_icon { background: url(../images/social_networks_icons/small/google.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_pinterest_network span.sb_icon { background: url(../images/social_networks_icons/small/pinterest.png) no-repeat;}

.social_bytes.sb_theme_4 ul li.sb_klout_network span.sb_icon { background: url(../images/social_networks_icons/small/klout.png) no-repeat;}


/* Theme 1 */
.social_bytes.sb_theme_1 ul li { margin: 5px 25px 5px 0; display: inline-block; }

.social_bytes.sb_theme_1 ul li span.sb_count { color: #555555; width: 53px; height: 34px; background: url(../images/cloud.png) no-repeat; font-size: 12px; font-weight: bold; text-align: center; padding-top: 10px; margin-bottom: 5px;  }

.social_bytes.sb_theme_1 ul li span.sb_count_hidden { width: 53px; height: 34px; padding-top: 10px; margin-bottom: 5px;  }

.social_bytes.sb_theme_1 ul li span.sb_label { margin-left: -16px; font-size: 11px; font-weight: bold; width: 65px; text-align: center; }


/* Theme 2 */
.social_bytes.sb_theme_2 ul li { position: relative; margin:15px 30px 10px 0;  display: inline-block;}

.social_bytes.sb_theme_2 ul li span.sb_count { position: absolute; right: 5px; top: -15px; padding: 4px; border: 1px solid #e96971; text-align: center; color: #fff; font-size: 12px; line-height: 12px; border-radius: 20px; font-weight: bold; text-shadow: 1px 1px 1px #be595e; filter: dropshadow(color=#be595e, offx=1, offy=1);
background: #fb989d; /* Old browsers */
background: -moz-linear-gradient(top,  #fb989d 0%, #f86c74 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb989d), color-stop(100%,#f86c74)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fb989d 0%,#f86c74 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fb989d 0%,#f86c74 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fb989d 0%,#f86c74 100%); /* IE10+ */
background: linear-gradient(top,  #fb989d 0%,#f86c74 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb989d', endColorstr='#f86c74',GradientType=0 ); /* IE6-9 */
}

.social_bytes.sb_theme_2 ul li span.sb_count_hidden { position: absolute; right: 5px; top: -15px; padding: 4px;}

.social_bytes.sb_theme_2 ul li span.sb_label { margin-left: -17px; font-size: 11px; font-weight: bold; width: 65px; text-align: center; }


/* Theme 3 */
.social_bytes.sb_theme_3 ul li { display: inline-block; vertical-align: middle; margin-right: 20px; margin-bottom: 20px;}

.social_bytes.sb_theme_3 ul li span.sb_icon { display: inline-block; vertical-align: middle; }

.social_bytes.sb_theme_3 ul li div.sb_text { display: inline-block; vertical-align: middle; margin-left: 10px;  }

.social_bytes.sb_theme_3 ul li span.sb_count {  font-size: 21px; line-height: 21px; text-align: center; font-weight: bold;}

.social_bytes.sb_theme_3 ul li span.sb_count_hidden { }

.social_bytes.sb_theme_3 ul li span.sb_label {  font-size: 11px; line-height: 11px; text-align: center; font-weight: bold;  }

.social_bytes.sb_theme_3 ul li { display: inline-block; vertical-align: middle; margin-right: 20px;}

/* Theme 4 */
.social_bytes.sb_theme_4 ul li { display: inline-block; vertical-align: middle; margin: 5px 15px 5px 0;}

.social_bytes.sb_theme_4 ul li span.sb_icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; }

.social_bytes.sb_theme_4 ul li div.sb_text { display: inline-block; vertical-align: middle; margin-left: 5px;  }

.social_bytes.sb_theme_4 ul li span.sb_count {  font-size: 14px; line-height: 14px; text-align: left; font-weight: bold;}

.social_bytes.sb_theme_4 ul li span.sb_label {  font-size: 11px; line-height: 11px; text-align: left; font-weight: bold;  }

/* Theme 5 */
.social_bytes.sb_theme_5 ul li { margin-bottom: 15px; }

.social_bytes.sb_theme_5 ul li span.sb_icon { display: inline-block; vertical-align: middle; }

.social_bytes.sb_theme_5 ul li div.sb_text { display: inline-block; vertical-align: middle; margin-left: 10px;  }

.social_bytes.sb_theme_5 ul li span.sb_count {  font-size: 21px; line-height: 21px; text-align: left; font-weight: bold;}

.social_bytes.sb_theme_5 ul li span.sb_label {  font-size: 11px; line-height: 11px; text-align: left; font-weight: bold;  }

/* Theme 6 */
.social_bytes.sb_theme_6 ul li { margin: 0 15px 15px 0; display: block; }

.social_bytes.sb_theme_6 ul li span.sb_icon { display: inline-block; vertical-align: middle;  }

.social_bytes.sb_theme_6 ul li span.sb_count { display: inline-block; vertical-align: middle; width: 35px; height: 25px; background: url(../images/label.png) no-repeat; font-size: 12px; font-weight: bold; text-align: left;  margin: 0 5px 0 10px;  line-height: 23px; text-shadow: 1px 1px 1px #fedc9a;  padding-left: 17px; color: #555;  }

.social_bytes.sb_theme_6 ul li span.sb_count_hidden { display: inline-block;  vertical-align: middle; margin-left: 10px; }

.social_bytes.sb_theme_6 ul li span.sb_label { display: inline-block; vertical-align: middle; font-size: 11px; font-weight: bold;  }


/*
 Theme Template 
.social_bytes.sb_theme_ ul li { }

.social_bytes.sb_theme_ ul li span.sb_icon { }

.social_bytes.sb_theme_ ul li span.sb_count { }

.social_bytes.sb_theme_ ul li span.sb_label { }
*/
