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


.ico-hover-00 .elementor-icon-box-content {
    opacity: 0;
    transition: all .2s ease;
    bottom: -37px;
/*    position: absolute; */
    width: 100%;
}
.ico-hover-00:hover .elementor-icon-box-content {
	opacity: 1;
	bottom: -20px;
}

/* custom SLIDE */
@media (min-width: 767px) {
ul.slides li:nth-child(2).item-slide .flex_caption.container h3.sub-title,
ul.slides li:nth-child(2).item-slide .flex_caption.container h1.title,
ul.slides li:nth-child(2).item-slide .flex_caption.container p.desc {
	color: black;
}
}

ul {
	padding-inline-start: 20px;
}

/* ///////////////////////////////////////////////////////// responsive ////////////////// */

@media only screen and (max-width: 767px) {
.elementor-12 .elementor-element.elementor-element-1a7c34a5 .flexslider .flex_caption {
	margin-top: 60px !important;
}
}
