.footer-social-wrap{
  padding: 0 0 0 10px;
  font-size: 0px;


}

.footer-social-wrap .footer-social-icon{



  display: inline-block;
  position: relative;
  color: #818181;
  word-wrap: break-word;
  margin: 0;
}

.footer-social-wrap .fa-instagram:before {
  content: "\f16d";
}
.footer-social-wrap .footer-social-icon .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-size: 30px;
}
.footer-social-wrap .footer-social-icon a{
  text-decoration: none;
  cursor: pointer;
  color: #818181;
  word-wrap: break-word;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;

}
.footer-social-wrap .social_twitter:before {
  content: "\e094";
}

.footer-social-wrap .social_linkedin:before {
  content: "\e09d";
}

.footer-social-wrap .social_facebook:before {
  content: "\e093";
}

.footer-social-wrap.fa-instagram:before {
  content: "\f16d";
}

.footer-social-wrap .footer-social-icon span.fa.fa-instagram{

  margin:0px;

}
.footer-social-wrap .footer-social-icon a span{


  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 16px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 30px;
}

@media only screen and (max-width: 768px){

  .footer-social-wrap {
    padding: 0px;
justify-content: center;

  }
}


@media screen and (min-width: 768px) and (max-width: 1000px){
  .footer-social-wrap {

    display: flex;
  }
  .footer-social-wrap .footer-social-icon a span{

    margin-right: 8px;
  }

}
