/**
 * fris - smart commerce extensions for Magento
 *
 * @category  Fris
 * @package   Fris_Socialbuttons
 * @copyright Copyright (c) 2015 fris IT (http://fris.technology)
 * @license   http://fris.technology/license
 * @author    fris IT <support@fris.technology>
 */

.social-icons-flat > a {
  border-radius: 5px;
  box-sizing: border-box;
  color: #7e7e7e;
  font-size: 17px;
  height: 18px;
  width: 18px;
 
  margin:0 5px;
  padding: 4px 5px;
  text-decoration: none;
}
.social-icons-flat > a {
  /* This makes buttons circular */
  /* border-radius: 17px; */
}
.social-icons-flat > a:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
  
}

.social-icons-flat .sb-facebook {
  /*background-color: #2d609b;*/
}
.social-icons-flat .sb-facebook:hover {
  background-color: #244872;
  padding: 0 2px;
}

.social-icons-flat .sb-google-plus {
 /* background-color: #e93f2e;*/
}
.social-icons-flat .sb-google-plus:hover {
  background-color: #ce2616;
  padding: 0 2px;
}

.social-icons-flat .sb-linkedin {
  /*background-color: #257BBA;*/
}
.social-icons-flat .sb-linkedin:hover {
  background-color: #005983;
  padding: 0 2px;
}

.social-icons-flat .sb-pinterest {
  /*background-color: #ca212a;*/
}
.social-icons-flat .sb-pinterest:hover {
  background-color: #8a1119;
  padding: 0 2px;
}

.social-icons-flat .sb-twitter,
.social-icons-flat .sb-twitter-follow {
 /* background-color: #00c3f3;*/
}
.social-icons-flat .sb-twitter-follow {
  padding-right: 8px;
  width: auto;
}
.social-icons-flat .sb-twitter:hover,
.social-icons-flat .sb-twitter-follow:hover {
  background-color: #0eaad6;
  padding: 0 2px;
}
