/* */
.profileSocialIcons {
  display: inline-block;
  margin: 0;
  margin-top: 8px;
  padding: 0;
}
.profileSocialIcons .icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  padding: 0;
  margin-right: 3px;
  margin-left: 0;
  cursor: pointer;
  line-height: 20px;
  float: left;
}
.profileSocialIcons a {
  display: block;
  height: inherit;
  text-decoration: none;
  border: none;
  outline: none;
}

.profileSocialIcons .icon.twitter {
  background-image: url('icons/twitter-grey.png');
}
.profileSocialIcons .icon.twitter:hover {
  background-image: url('icons/twitter-clr.png');
}
.profileSocialIcons .icon.facebook {
  background-image: url('icons/facebook-grey.png');
}
.profileSocialIcons .icon.facebook:hover {
  background-image: url('icons/facebook-clr.png');
}
.profileSocialIcons .icon.linkedin {
  background-image: url('icons/linkedin-grey.png');
}
.profileSocialIcons .icon.linkedin:hover {
  background-image: url('icons/linkedin-clr.png');
}
.profileSocialIcons .icon.rss {
  background-image: url('icons/rss-grey.png');
}
.profileSocialIcons .icon.rss:hover {
  background-image: url('icons/rss-clr.png');
}

/*2016-02-04 Added iTunes and Google Play icons */
.profileSocialIcons .icon.itunes {
  background-image: url('icons/itunes-grey.png');
}
.profileSocialIcons .icon.itunes:hover {
  background-image: url('icons/itunes-clr.png');
}
.profileSocialIcons .icon.googleplay {
  background-image: url('icons/googleplay-grey.png');
}
.profileSocialIcons .icon.googleplay:hover {
  background-image: url('icons/googleplay-clr.png');
}



.profileSocialIcons .author-brand {
  width: 50px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center 1px;
  background-size: contain;
  display: inline-block;
  float: left;
  margin-left:0;
}
.profileSocialIcons .author-brand.inc {
  background-image: url('imgs/inc-magazine-logo.jpg');
}
.profileSocialIcons .author-brand.real_leaders {
  background-image: url('imgs/real-leaders.png');
}
.profileSocialIcons .author-brand.minute_tips {
  background-image: url('imgs/10-minute-tips.png');
}
.post-brand {
  width: 50px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.post-brand.inc {
  background-image: url('imgs/inc-magazine-logo.jpg');
}
.post-brand.real_leaders {
  background-image: url('imgs/branding-real-leaders-small.png');
}
.post-brand.minute_tips {
  background-image: url('imgs/branding-10-minute-tips-small.png');
}

.authorInfoBlock {
  padding-bottom: 20px;
}


.post_author_avatar.ypo-aa {
  display: none!important;
}


@media (min-width : 480px) {
  .post_author_avatar,
  .post_author_avatar.ypo-aa {
    display: block!important;
  }
}