.component_social_links a,.component_social_links a:before{
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
}

.component_social_links a:before{
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  width:150%;
  z-index:-1;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  background:#404040;
}

.component_social_links a:focus:before,.component_social_links a:hover:before{
  -webkit-transform:translateX(0) skew(-35deg);
     -moz-transform:translateX(0) skew(-35deg);
       -o-transform:translateX(0) skew(-35deg);
          transform:translateX(0) skew(-35deg);
}

@media (min-width:1200px) and (max-width:1299px){
  .component_social_links .social-link{
    margin:0;
  }
}

/*# sourceMappingURL=social_links_theme.min.css.map */
