/* 
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 */
.megamenu iframe {
    width: 100%; 
    margin-top: 10px;
    min-height: 200px;
}

.megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}

.wsmenu-list li:hover .megamenu {
    opacity: 1;
}

.megamenu {
    width: 100%;
    left: 0px;
	max-height:100%;
    top: 48px;
    color: #000;
/*     z-index: 1000; */
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s,opacity 0.3s;
    -ms-transition: -ms-transform 0.3s,opacity 0.3s;
    -moz-transition: -moz-transform 0.3s,opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
}

.megamenu .title {
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    padding: 9px 5px 9px 0px;
    font-size: 17px;
    color: #424242;
    margin-bottom: 7px;
    text-align: left;
    height: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
	width:800px;
    border-top: 1px solid red !important;
/* 	position:fixed;
	margin-left:300px; */
/* 		display:block; */

}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
		float:none;
	}
/* @media only screen and (max-width: 768px) {
  li#mega-menu-item-636 {
        padding: 40px 0px 5px 0px !important;
  
    }
} */
@media only screen and (max-width: 768px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
/* 		position:absolute;
		overflow:hidden; */
/* 				display:block; */
/* 		border-top: 1px solid red !important; */
		width:100%;
		margin-left: 12px;
	}
	div#mega-toggle-block-1{
		border:1px solid white;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{
		margin:3px;

	}
	.elementor-element.elementor-element-0c7071b.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.e-lazyloaded {
		
    z-index: auto;
}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
    display: block;
}
}
#breadcrumbs li,
#breadcrumbs a {
    letter-spacing: 1px;
}

.breadcrumb_last {
	font-weight: bold;
}