/*
Theme Name: kallyas Child 
Theme URI: https://hugocalixto.com
Description: Tema Filho para Meu Tema listinghive
Author: Hugo Santos
Author URI: https://hugocalixto.com
Template: kallyas
Version: 1.0
Text Domain: kallyas-child 
*/

.social-shares	{position: fixed;top: 50%;-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);z-index:999;}
.social-shares a {display: flex; width: 45px;height: 45px;text-align: center;color: #fff;font-size: 20px;line-height: 50px;align-items: center;justify-content: center; margin:1px;} 
.social-shares a:hover, .social-shares a:focus {color: #ccc;}
.social-shares a.whatsapp:hover {transform: scale(1); 	animation: pulse 2s infinite;}
.social-shares a.pinterest:hover{transform: scale(1); 	animation: pulse 2s infinite;}
.social-shares a.linkedin:hover {transform: scale(1); 	animation: pulse 2s infinite;}
.social-shares a.twitter:hover 	{transform: scale(1); 	animation: pulse 2s infinite;}
.social-shares a.facebook:hover {transform: scale(1); 	animation: pulse 2s infinite;}
a[data]:hover:after {  content: attr(data);  margin-left: 50px; padding: 4px 8px;  color: rgba(0,0,0,0.5);  position: fixed;  left: 0;  top: 100%;  white-space: nowrap;  z-index: 999;  border-radius: 5px ;  background: rgba(0,0,0,0.5); }
@keyframes pulse {0% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);}70% {transform: scale(1);box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);}100% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}}