/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
[class*="xerox-social-img-"] {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

[class*="xerox-social-img-"][class*="icon"] {
  width: 29px;
  height: 29px;
}

[class*="xerox-social-img-"][class*="logo"] {
  width: 120px;
  height: 30px;
}

[class*="xerox-social-img-"].xerox-social-img-facebook-icon {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/facebook_icon.svg);
}

[class*="xerox-social-img-"].xerox-social-img-youtube-icon {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/youtube_icon.svg);
}

[class*="xerox-social-img-"].xerox-social-img-youtube-logo {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/youtube_logo.svg);
}

[class*="xerox-social-img-"].xerox-social-img-twitter-icon {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/twitter_icon.svg);
}

[class*="xerox-social-img-"].xerox-social-img-twitter-icon-reverse {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/twitter_icon_reverse.svg);
}

[class*="xerox-social-img-"].xerox-social-img-linkedin-icon {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/linkedin_icon.svg);
}

[class*="xerox-social-img-"].xerox-social-img-linkedin-logo {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/linkedin_logo.svg);
}

[class*="xerox-social-img-"].xerox-social-img-slideshare-icon {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/slideshare_icon.svg);
}

[class*="xerox-social-img-"].xerox-social-img-slideshare-icon-reverse {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/slideshare_icon_reverse.svg);
}

[class*="xerox-social-img-"].xerox-social-img-googleplus-icon {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/googleplus_icon.svg);
}

[class*="xerox-social-img-"].xerox-social-img-googleplus-icon-reverse {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/googleplus_icon_reverse.svg);
}

[class*="xerox-social-img-"].xerox-social-img-instagram-icon {
  background-image: url(/sites/all/themes/xerox/images/icons/social/channels/instagram_icon.svg);
}
