/* 
Theme Name: Block10Group
Theme URI: https://block10group.com
Description: Block10Group is a child theme of Hello Elementor Block10Group
Author: Block10Group
Author URI: https://block10group.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: block10group
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 */

body.elementor-editor-active .img_default,
body.elementor-editor-active:hover .img_default{
	display: block;
}
body.elementor-editor-active .img_hover,
body.elementor-editor-active:hover .img_hover{
	display: block;
}
.img_default{
	display: block;
}
.img_hover{
	position: relative;
	display: none;
}
.img_wrap:hover .img_default{
	display: none;
}
.img_wrap:hover .img_hover{
	display: block;
}
.img_hover.elementor-widget-image img {
    height: 90px;
    width: auto;
}