@import url("//fonts.googleapis.com/css?family=Amaranth:700|Hind:400,500,700|PT+Serif:700");
/* Use the above image path and font path like this example:
  
  Example: $url_bkgd-slice: url('/wp-content/themes/intouch/images/bkgd-slice.jpg');

*/
svg {
  fill: #ffffff; }
  svg.blooger {
    fill: #ffffff; }
  svg.facebook {
    fill: #ffffff; }
  svg.google {
    fill: #ffffff; }
  svg.instagram {
    fill: #ffffff; }
  svg.pinterest {
    fill: #ffffff; }
  svg.twitter {
    fill: #ffffff; }
  svg.wordpress {
    fill: #ffffff; }

#socialblock {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  /*@include respond-to($mobilebreak) {
  	max-width:35px;
  	position:fixed;
  	right:5px;
  	top:20%;
  }*/ }

.sociallink {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 2px;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; }
  .sociallink:hover {
    cursor: pointer !important;
    cursor: hand !important; }
  .sociallink object {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none !important;
    position: relative;
    z-index: 1; }
  .sociallink i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .sociallink.blogger {
    background: #f57d00; }
    .sociallink.blogger:hover {
      background: #ff9629; }
  .sociallink.facebook {
    background: #3b5998; }
    .sociallink.facebook:hover {
      background: #4c70ba; }
  .sociallink.google {
    background: #dc4e41; }
    .sociallink.google:hover {
      background: #e4766c; }
  .sociallink.instagram {
    background: #3f729b; }
    .sociallink.instagram:hover {
      background: #548cb9; }
  .sociallink.pinterest {
    background: #bd081c; }
    .sociallink.pinterest:hover {
      background: #ee0a23; }
  .sociallink.twitter {
    background: #55acee; }
    .sociallink.twitter:hover {
      background: #83c3f3; }
  .sociallink.wordpress {
    background: #21759b;
    padding: 2px; }
    .sociallink.wordpress:hover {
      background: #2a95c5; }
  .sociallink.yelp {
    background: #af0606; }
    .sociallink.yelp:hover {
      background: #e00808; }
  .sociallink.youtube {
    background: #cd201f; }
    .sociallink.youtube:hover {
      background: #e23e3d; }

/*# sourceMappingURL=socialsvg.css.map */