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

body {
    font-size: 1rem;
    font-weight: 300 !important; 
}

.cn-buttons-container, .cn-text-container {
    display: inline-block;
    font-family: 'Montserrat';
}

.cn-button.wp-default {
    color: #fff;
    background: #3A2214 !important;
}

.is-form-style-1.is-form-id-2246 .is-search-input:focus, .is-form-style-1.is-form-id-2246 .is-search-input:hover, .is-form-style-1.is-form-id-2246 .is-search-input, .is-form-style-2.is-form-id-2246 .is-search-input:focus, .is-form-style-2.is-form-id-2246 .is-search-input:hover, .is-form-style-2.is-form-id-2246 .is-search-input, .is-form-style-3.is-form-id-2246 .is-search-input:focus, .is-form-style-3.is-form-id-2246 .is-search-input:hover, .is-form-style-3.is-form-id-2246 .is-search-input, .is-form-id-2246 .is-search-input:focus, .is-form-id-2246 .is-search-input:hover, .is-form-id-2246 .is-search-input {
font-family: 'Montserrat';
text-transform: uppercase;
}

.is-form-style-1.is-form-id-4962 .is-search-input:focus, .is-form-style-1.is-form-id-4962 .is-search-input:hover, .is-form-style-1.is-form-id-4962 .is-search-input, .is-form-style-2.is-form-id-4962 .is-search-input:focus, .is-form-style-2.is-form-id-4962 .is-search-input:hover, .is-form-style-2.is-form-id-4962 .is-search-input, .is-form-style-3.is-form-id-4962 .is-search-input:focus, .is-form-style-3.is-form-id-4962 .is-search-input:hover, .is-form-style-3.is-form-id-4962 .is-search-input, .is-form-id-4962 .is-search-input:focus, .is-form-id-4962 .is-search-input:hover, .is-form-id-4962 .is-search-input {
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.ubermenu .ubermenu-nav .ubermenu-column-full {
    padding-top: 14px !important;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {
    left: -190px !important;
}

/*=================== Megamenu Styles ==============================*/
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-color: #eee;
}
img {
    max-width:100%;
    height: auto;
}
.MainMenuWrap {
    position: relative;
}
.MainMenuWrap .navWrap {
    padding: 0;
    display: flex;
    list-style: none;
    max-width: 660px;
    margin: 0;
    justify-content: space-between;
	
	
}
.MainMenuWrap .navWrap .menuItem {
    color: #7a7a7a;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    padding: 20px 20px;
}
.megaMenusWrap {
    position: relative;
    display: none;
    z-index: 1000;
}
.megaMenusWrap.activeMegaWrap {
    display: block;
}
.megaMenusWrap .megaMenu {
    position: fixed; /* was absolute */
    left: 0;
    top: 68px /*68px*/ /*77px; ORI*/ /* was 0px */;
    width: 100%;
    /*background-color: rgba(255,255,255,0.85);*/
	background-color: #fff;
    padding: 15px;
    display: none;
    overflow-x: auto;
	height: auto !important;
}
.megaMenusWrap .megaMenu.activeMega {
    display: block;
}
.megaMenusWrap .megaMenu .menuContainer {
    max-width: 1346px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.megaMenuItemWrap {
    width: 30%;
}
.megaMenuContentWrap {
    width: 70%;
    position: relative;
}
.megaMenuItemWrap .navWrap {
    padding: 0 0;
    list-style: none;
    margin: 0;
    position: relative;
	line-height: 1em;
}
.megaMenuItemWrap .navWrap .menuItem {
    padding: 9px 20px;
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
    width: 100%;
    font-family: "Montserrat", Sans-serif;
    color: #494c4f;
    text-transform: uppercase;
}
.megaMenuContentWrap .megaMenuContItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s all ease;
    z-index: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.megaMenuContentWrap .megaMenuContItem.activeItem {
    opacity: 1;
    z-index: 2;
}
.megaMenusWrap .closeMenu {
    position: fixed; /* was absolute */
    top: 87px; /* was 10px */
    right: 15px;
    font-family: "Montserrat", Sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    z-index: 10;
}
.megaMenuItemWrap .navWrap .menuItem.activeItem {
    color: #55595c;
    font-weight: 500;
}
.megaMenuContentWrap .megaMenuContItem img {
    max-height: 100%;
    display: none;
}
.megaMenuContentWrap .megaMenuContItem::before {
    /*position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 80%;
    content: "";
    background-color: #494c4f;*/
	
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 1px;
height: 95%;
content: "";
background-color: #494c4f;
	
}
.MainMenuWrap .navWrap .menuItem .hasDrop {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
} 
.mobileMenuHandel {
    display: none;
}

.elementor-sticky--active {
	z-index:9999 !important;
}
.megaMenuItemWrap .navWrap .menuItem .submenuInd {
    display: inline-block;
    margin-left: 1rem;
}
.megaMenuItemWrap .navWrap .submenu {
    padding: 1rem;
    list-style: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.megaMenuItemWrap .navWrap .activeMenuItem .submenu {
    display: block;
}
.megaMenuItemWrap .navWrap .submenu a , 
.megaMenuContItem .submenu a {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 4px 0;
    width: 100%;
}
.megaMenuItemWrap .navWrap .submenu a:hover , 
.megaMenuContItem .submenu a:hover {
    color: #b38808;
}
.megaMenuContItem .submenu {
    /*list-style: none;
    padding: 2rem 1rem;
    width: 50%;
    margin-right: auto;
    margin-bottom: auto;
    text-align: left;
	*/
	
list-style: none;
padding: 0rem 1rem;
width: 50%;
margin-right: auto;
margin-bottom: auto;
text-align: left;
		
}

@media screen and ( max-width: 767px ) {

    .MainMenuWrap , 
    .megaMenusWrap {
        display: none;
    }
    .mobileMenuHandel {
        display: flex;
        padding: 0 1rem;
        justify-content: flex-end;
    }
    .mobileMenuHandel a {
        color: #000;
        background-color: #d2d2d2;
        display: none; /* was inline-block */
        padding: 6px 12px 4px;
        border-radius: 3px;
    }

}


.elementor-element-57cbca1{
z-index:9999999	
}


@media screen and (max-width: 767px){
    .mobileMenuHandel {
        display: flex;
        padding: 0 1rem;
        justify-content: flex-end;
        position: sticky;
        top: 5px;
        z-index: 999999;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1140px) {
    .megaMenusWrap .megaMenu {
        top: 67px;
		
    }
}

@media screen and (max-width: 1139px) and (min-width: 1025px) {
    .megaMenusWrap .megaMenu {
        top: 64px;
    }
	.elementor-30 .elementor-element.elementor-element-c28681a > .elementor-element-populated {
    padding: 0px 0px 0px 0px !important;
	}
	.elementor-30 .elementor-element.elementor-element-2aaf369 > .elementor-widget-container {
    margin: 0px 30px 0px 30px !important;
	}
}



@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
		
.megaMenusWrap .megaMenu {
    position: fixed; /* was absolute */
    left: 0;
   top: 64px !important; /* was 0px */
    width: 100%;
    /*background-color: rgba(255,255,255,0.85);*/
	background-color: #fff !important;
    padding: 15px;
    display: none;
    overflow-x: auto;
}

}

