/**
 * @package JT Scroll to Top Module for Joomla! 2.5
 * @version $Id: 1.0 
 * @author muratyil
 * @Copyright (C) 2015- muratyil
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
#pa_whatsappme {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 12px;
  position: fixed;
  z-index: 2;
  bottom: 10px;
  left: 8px;
  background-color: #25d366;
  color: #fff;
  border-radius: 100%;
  box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
  cursor: pointer;
  transition: background-color .2s linear;
  -webkit-tap-highlight-color: transparent;
}
#pa_whatsappme .pa_whatsappme_justmobile{
  
}
#pa_whatsappme a{
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 10px;
  height: 30px;
  width: 30px;
}

