@charset 'utf-8';
/*
 Theme Name:   CATNIX Childtheme
 Theme URI:    
 Description:  CATNIX 
 Author:       Ondeuev
 Author URI:   http://ondeuev.com
 Template:     catnix
 Version:      1.0
 Tags:         inheritable theme-options
 Text Domain:  catnix
*/
@import url("../catnix/style.css");

.jet-mega-menu-mega-container__inner {
	padding: 0!important;
}
.jet-mega-menu-list {
	justify-content: end!important;
}

.jet-mega-menu-mega-container .elementor-element .elementor-posts-container .elementor-post.elementor-grid-item {
	padding: 0 !important;
}

.jet-mega-menu-mega-container .elementor-element .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}
.jet-mega-menu-mega-container .elementor-column > .elementor-widget-wrap > .elementor-inner-section {
	margin-top: 20px;
}

/* mega menu about */

.jet-mega-menu-mega-container .elementor-element .elementor-posts-container .elementor-post.elementor-grid-item.has-post-thumbnail {
	 display: flex !important;
}
.jet-mega-menu-mega-container .elementor-element .elementor-posts-container .elementor-post.elementor-grid-item.has-post-thumbnail .elementor-post__text {
    width: 60%;
}
.jet-mega-menu-mega-container .elementor-element .elementor-posts-container .elementor-post.elementor-grid-item.has-post-thumbnail .elementor-post__thumbnail__link .elementor-post__thumbnail {
	position: relative;
	overflow: hidden;
	height: 150px;
}
.jet-mega-menu-mega-container .elementor-element .elementor-posts-container .elementor-post.elementor-grid-item.has-post-thumbnail .elementor-post__thumbnail__link .elementor-post__thumbnail img {
	max-width: 300px;
	top: 0;
	position: absolute;
	left: 0;
	transform: scale(1.01) translate(-25%, 0);
}