.widget .item{
  min-width:67px !important;
}


#socialapps .item{
  padding:10px;
  font-size:11px;
  border-radius:5px;
  float:left;
  margin:0px 3px 10px 0px;
  background:grey;
  text-align:center;
  min-width:77px;
  min-height:90px;
  border-bottom:10px solid rgba(0,0,0,.15);
  text-transform:uppercase;
}
#socialapps .item.dribbble{ background:#ea4c89;}
#socialapps .item.facebook{ background:#3a5795;}
#socialapps .item.steam{ background:#171a21;}
#socialapps .item.twitch{ background:#6441a4;}
#socialapps .item.instagram{ background:#517fa4;}
#socialapps .item.google{ background:#dd4b39;}
#socialapps .item.youtube{ background:#b31217;}
#socialapps .item.pinterest { background:#cb2027;}
#socialapps .item.soundcloud{background:#f50}
#socialapps .item.vimeo { background:#45bbff;}
#socialapps .item.twitter {background:#00a5e5;}
#socialapps .item.behance {background: #0079ff;}
#socialapps .item.vine {background: #00a478;}
#socialapps .item.vk {background: #507299;}
#socialapps .item.foursquare {background: #2d5be3;}
#socialapps .item.linkedin {background: #0077b5;}

#socialapps .item i,#socialapps .item .count { 
  padding: 5px;
  display:block;
  font-size:20px;
}
#socialapps .item .count { 
  font-weight:600; 
}
#total, #total_k {
  padding: 10px;
  font-weight:bold;
  font-size:20px;
}
#total:before, #total_k:before  {
  content:'';
  font-weight:normal;
}
#socialapps .item {
  color:#fff; 
}
/*Rounded Counters*/
#socialapps.rounded {
  margin-top:20px;
}
#socialapps.rounded .item {
  min-width:0;
  min-height:0;
  width:50px;
  height:50px;
  position:relative;
  margin-right:20px;
  margin-bottom:20px;
  border-radius:50%;
  border:none;
}
#socialapps.rounded .item .count{ 
  position:absolute;
  top:-10px;
  right:-10px;
  background:inherit;
  border:solid 2px #fff;
  border-radius:30px;
  height:15px;
  line-height:15px;
}
#socialapps.rounded .item .count{
  font-size:11px!important;
}
/*Square Counters*/
#socialapps.square {
  max-width:720px;
  margin: 0 auto;
}
#socialapps.square .item {
  width:120px;
  height:130px;
  border-radius:0px;
  margin:0px;
}
#socialapps.square .item .count{ 
  padding: 10px;
  display:block;
  font-size:20px;
  font-weight:600; 
}