@import url(http://www.markmurray.co/codepen/entypostyle.css);
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.socrow {
	margin:22px 0 0 50px;
	width:350px;
  background: transparent;
}
.socrow i {
  color: #FFF;
  border-radius:90px;
  padding: 10px;
  position: relative;
  background:#d6d6d6;
}

.socrow i:hover {
  /*top: -3px;*/
  background:#444444;
  
}
.socrow i:not(:first-child) {
  margin-left: 0.5em;
}