/**
 * WP Kraken #h282317
 */
.tg-item-content-holder:hover .tg-social-share,
.tg-item-content-holder:hover .tg-icon-envelope{
	opacity: 0 !important;
}
.tg-item-content-holder .tg-social-share,
.tg-item-content-holder .tg-icon-envelope{
   visibility: visible !important;
   pointer-events: none;
}
.tg-item-content-holder .tg-social-share.active,
.tg-item-content-holder .tg-icon-envelope.active{
   opacity: 1 !important;
   pointer-events: all;
   -webkit-transform: translate3d(0, 0, 0) !important;
   -moz-transform: translate3d(0, 0, 0) !important;
   -ms-transform: translate3d(0, 0, 0) !important;
   transform: translate3d(0, 0, 0) !important;
}
.lw-social-share-popup:hover .lw-share-sites{
	top: -65px;
	visibility: visible;
	opacity: 1;
}
