/*
 Theme Name:   Elementor Hello Theme Child
 Theme URI:    http://groupemagiconline.com/elementor-hello-theme-master-child/
 Description:  Elementor Hello Theme Child
 Author:       John Doe
 Author URI:   http://groupemagiconline.com
 Template:     elementor-hello-theme-master
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  elementor-hello-theme-child-master
*/

#smoothup {
	z-index: 1;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 50px !important;
	right: 100px;
	text-indent: -9999px;
	display: none;
	background: url("/wp-content/uploads/2018/06/totop.png");
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
#smoothup:hover {
	-webkit-transform: rotate(360deg)
}
.elementor-slides .slick-slide-inner {
    margin-left: 6%;
}
.elementor-slides .slick-slide-inner .elementor-slide-heading {
	text-transform:uppercase;
}
.elementor-nav-menu--dropdown a, .menu-item-description {
	text-transform: none;
}
.elementor-sticky--active .elementor-element-7d35493f > .elementor-element-populated {
	padding: 5px 20px 5px 20px !important;
}

h3 {
	color: #5498dc;
}