/* 
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
*/

		#ElementFrame {
        	float: right;
        	height: 100%;
        	width: 0px;
        	position: fixed;
        	right: -4px;
        	bottom: -2px;
        	z-index: 999999;
        	background: #fff;
        	filter: drop-shadow(2px 4px 6px black);
        	border-left: 1px solid #0b538c;
        	max-width: 100%;
        	-webkit-transition: width 1s ease-in-out;
        	-moz-transition: width 1s ease-in-out;
        	-o-transition: width 1s ease-in-out;
        	transition: width 1s ease-in-out;
        }
        
        	#ElementFrame.visible {
        		width: 500px;
        	}
        
        .ElementContainer {
        	width: 100%;
        	height: -webkit-fill-available;
        	position: fixed;
        	background: #00000080;
        	z-index: 9999;
        	top: 0;
        }
        
        .hide {
        	display: none;
        }