/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.mnu-bx .elementor-icon-list-text {
	min-width:55px;
	text-align:right;
}

.mnu-bx .elementor-widget-image img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}
.mnu-bx:hover {
    box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.3);
    border-color: #333 !important;
    margin-top: -5px;
    transition: all ease 0.3s;
}
@keyframes float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-18px)rotate(2deg)}}
