/**
* Theme Name: Onilife Child
* Description: This is a child theme of Onilife, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: onilife
* Version: 1.0.0
*/

ul.elementor-icon-list-items{
	list-style: none !important;
	margin-left: 0px;
}

.scrollup {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  transform: scale(0);
  z-index: 999;
  text-align: center;
  font-size: 20px;
  transition: all ease 0.35s; 
}
  .scrollup i {
    margin-top: -5px; }
  .scrollup:hover {
    color: #fff; }
  .scrollup.activate {
    transform: scale(1); }