.prop-pins.single-post .entry-content img {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.prop-pins.single-post .entry-content .prop-pin-it a {
  display: block;
  position: relative;
}
.prop-pins.single-post .entry-content .prop-pin-it a:before {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-image: url("//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_white_20.png");
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 20px;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 20px;
  width: 40px;
  z-index: 1000;
}
.prop-pins.single-post .entry-content .prop-pin-it a:hover:before {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.prop-pins.single-post .entry-content .prop-pin-it.icon-2 a:before {
  background-image: url("//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png");
}
.prop-pins.single-post .entry-content .prop-pin-it.icon-3 a:before {
  background-image: url("//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_20.png");
}
.prop-pins.single-post .entry-content .prop-pin-it.icon-4 a:before {
  background-image: url("//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_white_28.png");
  height: 28px;
  width: 56px;
}
.prop-pins.single-post .entry-content .prop-pin-it.icon-5 a:before {
  background-image: url("//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_28.png");
  height: 28px;
  width: 56px;
}
.prop-pins.single-post .entry-content .prop-pin-it.icon-6 a:before {
  background-image: url("//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_28.png");
  height: 28px;
  width: 56px;
}
.prop-pins.single-post .entry-content .prop-pin-it.icon-7 a:before {
  background-image: url("//assets.pinterest.com/images/pidgets/pinit_fg_en_round_red_32.png");
  height: 32px;
  width: 32px;
}

/*# sourceMappingURL=style.css.map */
