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

.tooltip-post .elementor-element {
    flex-wrap:wrap;
    justify-content:center;
    flex-direction:row;
}
.tooltip-post .elementor-element > div:not(:first-child){
    flex:0 0 60%;
}
.tooltip-post .elementor-element > .elementor-widget-image{
    flex:0 0 30%;
}
.tooltip-post .elementor-element .elementor-widget-text-editor{
    position: relative;
    display: inline-block;
}
.tooltip-post .elementor-element .elementor-element-01b3c42 .elementor-widget-container{
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: blue;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}
.tooltip-post .elementor-element:hover .elementor-element-01b3c42 .elementor-widget-container {
  visibility: visible;
}
.tooltip-post .elementor-element .elementor-element-01b3c42 .elementor-widget-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltip-post .elementor-element.elementor-element-7090294.elementor-widget.elementor-widget-jet-listing-dynamic-link {
    margin-left:100px;
    margin-top:-25px;
}