/* 
Theme Name: Hello Elementor Child
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
*/

/*
    Add your custom styles here
*/

.elementor-sticky {
    /*display: none!important;*/
}
a.edit-current-page-link {
    position: fixed;
    bottom: 16px;
    /*background: #111;*/
    background: #983aff;
    color: #fff!important;
    right: 40px;
    z-index: 111;
    border-radius: 8px;
    font-size: 14px;
    padding: 20px 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0px 1px 12px rgba(0,0,0,.3);
}
a.edit-current-page-link.edit-current-settings-page-link {
    right: 270px;
    background: #fff;
    color: #333!important;
}
a.edit-current-page-link:hover {
    color: rgba(255,255,255,.8)!important;
}
a.edit-current-page-link.edit-current-settings-page-link:hover {
    color: #333!important;
}
a.edit-current-page-link.edit-admin-page-link{
    background: #fff;
    border: 2px solid #111;
    right: 400px;
}
a.edit-current-page-link.edit-admin-page-link {
    background: #fff;
    right: 544px;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 100%;
    border: 1px #ddd solid;
}
a.edit-current-page-link.edit-admin-page-link.shop-admin-link {
    right: 364px;
}
span.gear-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url('img/settings-icon.png');
    background-size: cover;
    margin-top: 14px;
    margin-left: 13px;
}
ul.full-page-list {
    position: fixed;
    bottom: 24px;
    left: 24px;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 12px;
    z-index: 20000;
    background: #fff;
    max-height: 320px;
    overflow-y: scroll;
    display: none;
}
ul.full-page-list li {
    list-style-type: none;
    margin-bottom: 8px;
}
.full-page-list a.edit-visual-link {
    display: block;
    color: #111;
}
.full-page-list a.edit-visual-link:hover {
    text-decoration: underline;
    color: #111;
}
.full-page-list a.small-edit {
    font-size: 14px;
    color: #777;
    display: inline-block;
    margin-right: 8px;
}
.elementor-editor-active ul.full-page-list,.elementor-editor-preview ul.full-page-list {
    display: none!important;
}
.elementor-editor-active a.edit-current-page-link, .elementor-editor-preview a.edit-current-page-link {
    display: none!important;
}