/**
 * @package ClassiPress Ad Social
 * @author Roi Dayan
 * @url: http://roidayan.com
 */
.social-icon {
  float: left;
  height: 16px;
  width: 16px;
  padding-right: 13px;
}
.phoneico {
  background: transparent url("images/phone-16.png") no-repeat scroll 0 0;
}
.googleplusico {
  background: transparent url("images/googleplus-16.png") no-repeat scroll 0 0;
}
.pinterestico {
  background: transparent url("images/pinterest-16.png") no-repeat scroll 0 0;
}
.facebookico {
  background: transparent url("images/facebook-16.png") no-repeat scroll 0 0;
}
.twitterico {
  background: transparent url("images/twitter-16.png") no-repeat scroll 0 0;
}
.globeico {
  background: transparent url("images/globe-16.png") no-repeat scroll 0 0;
}
.author-info .twitterico,
.author-info .facebookico {
  padding-right: 13px;
}
.author-info .dashicons-before:before {
  content: '';
}
span.tel {
  border-bottom: 1px dashed;
  cursor: pointer;
  font-weight: bold;
}
span.tel > a {
  text-decoration: none;
}
.contact-info .social-icon {
  height: 32px;
  width: 32px;
}
.contact-info li {
  /*
		text-indent: -9999px;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		*/

  padding-bottom: 3px;
  line-height: 32px;
}
.contact-info .phoneico {
  background: transparent url("images/phone-32.png") no-repeat scroll 0 0;
}
.contact-info .googleplusico {
  background: transparent url("images/googleplus-32.png") no-repeat scroll 0 0;
}
.contact-info .pinterestico {
  background: transparent url("images/pinterest-32.png") no-repeat scroll 0 0;
}
.contact-info .facebookico {
  background: transparent url("images/facebook-32.png") no-repeat scroll 0 0;
}
.contact-info .twitterico {
  background: transparent url("images/twitter-32.png") no-repeat scroll 0 0;
}
.contact-info .globeico {
  background: transparent url("images/globe-32.png") no-repeat scroll 0 0;
}
.rtl .social-icon {
  background-position: right;
  float: right;
  padding-right: 0;
  padding-left: 3px;
}
