/* 
Theme Name: Hello Elementor Child (Templated)
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
 *  oom_sasky
*/



/** Floating icons **/
.oom_float {
	position:fixed;
    padding: 15px;
	color:#FFF;
	padding: 10px 20px;
	text-align:center;
	border-radius: 30px;
	/*box-shadow: 1px 1px 3px #c4c2c2;*/
	z-index: 99;
	font-size: 18px;
    font-weight: 300;
}

.oom_float i {
    font-size: 22px;
}

.oom_left {
    left:20px;
}

.oom_right {
    right:20px;
}

#to-top a {
    position: fixed;
    color: #FFF;
    padding: 10px 15px;
    text-align: center;
    z-index: 99;
    font-size: 18px;
    font-weight: 300;
    bottom: 20px;
    right: 25px;
    background-color: #000000;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
#to-top a.show {
  opacity: 1;
  visibility: visible;
}
#oom_floating_whatsapp .oom_right {
    bottom: 20px;
    background-color: #27D366;
    padding: 16px;
    width: 60px;
    height: 60px;
}

#oom_floating_whatsapp .oom_right:hover {
    color: #fff;
    background-color: #118C7E;
    bottom: 22px;
    transition: bottom 0.2s ease-in-out;
}


#oom_floating_whatsapp .oom_float i {
    font-size: 30px;
}
