/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Base Style Overrides */

.elementor [type=button], .elementor [type=submit], .elementor button {
    border:none;
}

.elementor-text-editor > ul {
    margin-bottom:1em;
}

/* Back to top button */

#rb-btt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width:2.5em;
    height:2.5em;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rb-btt i {
    color: #fff;
    margin: 0;
    position: relative;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    font-size:1em;
    display:flex;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rb-btt:hover {
    background: rgba(0, 0, 0, 0.9);
}

/*
    Add your custom styles here
*/
