/* fix the breadcrumb display */
/*
#page #main .breadcrumb a:first-child {
  background: #000 url(/sites/all/themes/news/images/home.png) center center no-repeat;
  width: 29px;
  height: 27px;
  margin-left: 0px;
}
*/

div#block-pj-social-feed-pj-social-feed {
  padding: 10px 10px 0 10px;
}

#block-pj-social-feed-pj-social-feed .row {
  border-top: 1px solid #d6d6d6;
  padding: 5px 0px 10px 0;
  margin: 0;
}

#block-pj-social-feed-pj-social-feed .row:first-child {
  border-top: 0 none;
  padding: 0 0 10px 0;
}

#block-pj-social-feed-pj-social-feed .row .shares {
  font-size: 11px;
  font-weight: 700;
  color: #aaa;
}

#block-pj-social-feed-pj-social-feed .row .shares span.retweets {
  margin-right: 15px;
}

#block-pj-social-feed-pj-social-feed .row .properties .date {
  font-size: 11px;
  line-height: 20px;
  float: right;
  margin-top: 5px;
}

#block-pj-social-feed-pj-social-feed .row .properties .date a {
  color: #868686;
/*  color: #000000; */
  text-decoration: none;
}
#block-pj-social-feed-pj-social-feed .row .properties .date a:hover {
  text-decoration: underline;
/*  background-color: #fcf103; */
}

#block-pj-social-feed-pj-social-feed .row .properties .post-image .post-img img {
  width: 100%;
}

#block-pj-social-feed-pj-social-feed .row .properties .title {
  background-repeat: no-repeat;
  float: left;
}

#block-pj-social-feed-pj-social-feed .row .properties .icon {
  background: url(sprite-feed.png) no-repeat top left;
  position: relative;
  left:0;
  top: 6px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

#block-pj-social-feed-pj-social-feed .row .properties .icon.twitter {
  background: url(everything-sprite.png) no-repeat top left;
  top: 7px;
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}

#block-pj-social-feed-pj-social-feed .row .properties .icon.custom-icon-twitter {
  background-position: 0 -66px;
}
#block-pj-social-feed-pj-social-feed .row .properties .icon.custom-icon-facebook {
  background-position: 0 0;
}
#block-pj-social-feed-pj-social-feed .row .properties .icon.custom-icon-slideshare {
  background-position: 0 -44px;
}
#block-pj-social-feed-pj-social-feed .row .properties .icon.custom-icon-blog {
  background-position: 0 -22px;
}
#block-pj-social-feed-pj-social-feed .row .properties .icon.custom-icon-youtube {
  background-position: 0 -88px;
}

#block-pj-social-feed-pj-social-feed .row .properties .icon.twitter.retweets {
  background-position: -80px 0;
}

#block-pj-social-feed-pj-social-feed .row .properties .icon.twitter.favs {
  background-position: -32px 0;
  width: 16px;
}

#block-pj-social-feed-pj-social-feed .row .properties .title {
  margin-bottom: 5px;  
}

#block-pj-social-feed-pj-social-feed .row .properties .title h2 {
  font-size: 16px;
  display: inline;
  font-weight: 600;
  font-family: "tablet-gothic-semi-condensed";
}

#block-pj-social-feed-pj-social-feed .row .properties .title h2 a {
  text-decoration: none;
}
#block-pj-social-feed-pj-social-feed .row .properties .title h2 a:hover {
  text-decoration: underline;
}

#block-pj-social-feed-pj-social-feed .row .properties .title h2 a.profile-img {
  text-decoration: none;
  background-color: transparent !important;
  margin-right: 5px;
}

#block-pj-social-feed-pj-social-feed .row .properties .title h2 a.profile-img img {
  border-radius: 4px;
  width: 24px;
  vertical-align: text-top;
}

#block-pj-social-feed-pj-social-feed .feed-body {
  clear: left;
  font-size: 12px;
  color: #000000;
  word-wrap: break-word;
/*  max-width: 305px;
  width: 305px; */
  padding-top: 5px;
  font-weight: 500;
}

#block-pj-social-feed-pj-social-feed .feed-body.noimage {
  font-size: 18px;
  line-height: 1.2;
}

#block-pj-social-feed-pj-social-feed .feed-body a {
  color: #000000;
  text-decoration: underline;
}
#block-pj-social-feed-pj-social-feed .feed-body a:hover {
  text-decoration: none;
  color: #000000;
/*  background-color: #fcf103; */
}

#block-pj-social-feed-pj-social-feed .row .properties .title,
#block-pj-social-feed-pj-social-feed .row .properties .feed-body,
#block-pj-social-feed-pj-social-feed .row .properties .shares,
#block-pj-social-feed-pj-social-feed .row .properties .date {
  padding: 0;
}