/** social inline and general settings **/
.social-networks.inline{
  font-size: 0;
}
.social-networks a{
  display: inline-block;
  width: calc(33.33% - 6.67px);
  color: #fff;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  margin: 0  0  0 10px;
  font-weight: bold;
  transition:all .3s linear;
  -transition:all .3s linear;
  position: relative;
  top: 0;
}
.social-networks a > div{
  padding: 12px 5px;
}
.social-networks a:hover{
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.social-networks a:active{
  /*opacity: .8;*/
  color: #fff;
  top: 0px;
  box-shadow: none;
}
.social-networks a span{
  padding:0;
  font-weight: bold;
}
.social-networks a.first-one{
  margin-left: 0;
}
.social-networks a .icon-google-plus{
  background-color: #dc4437;
}
.social-networks a .icon-twitter{
  background-color: #1da1f3;
}
.social-networks a .icon-facebook{
  background-color: #43609c;
}
.social-networks a .icon-linkdin{
  background-color: #0076b4;
}
.social-sep{
  display: block;
  padding: 20px 0 !important;
  position: relative;
  text-align: center;
  font-size: 20px;
}
.social-sep:before{
  border-bottom: 1px solid #b4b4b4;
  content: '';
  display: block;
  width: 45%;
  top: 50%;
  position: absolute;
  left: 0;
}
.social-sep:after{
  border-bottom: 1px solid #b4b4b4;
  content: '';
  display: block;
  width: 45%;
  top: 50%;
  position: absolute;
  right: 0;
}
.social-sep span{
  display: inline-block;
  padding: 0 10px;
  background-color: transparent;
  position: relative;
}
/** social inline and general settings Ends**/
/** social block level settings **/
.social-networks.block{
  font-size: 0;
}
.social-networks.block a{
  width: 100%;
  display: block;
  margin: 0  0 5px;
}
.social-networks.block a > div{
  overflow: hidden;
  padding: 12px 40px;
}
.social-networks.block a span{
  float: left;
}
.social-networks.block a i{
  float: right;
  margin: 3px 0 0;
}
.social-networks.block{
  padding-bottom: 20px;
}
