/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
/*** Social Links ***/
.social a {
  margin: 0px 3px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border-radius: 9999px;
  background-image: url("social-sprite.png");
  background-size: 180px 30px;
  background-repeat: no-repeat;
  background-color: #fdfdfd; }

.social a:hover, .social a:active {
  background-color: #8AC5C3; }

.social a.fb {
  background-position: 0px 0px; }

.social a.ig {
  background-position: -30px 0px; }

.social a.tw {
  background-position: -60px 0px; }

.social a.yt {
  background-position: -90px 0px; }

.social a.sp {
  background-position: -120px 0px; }

.social a.tm {
  background-position: -150px 0px; }
