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

.hidden{display:none!important;}
.h2 {
    color: #AD9271;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    mix-blend-mode: screen;
}
@media(max-width:1024px){
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    height: 100%;
    bottom: 0;
    top: 0px!important;
    min-height: 100vh;
    position: fixed!important;
    background-color: rgba(0,0,0,1);
    left: 0!important;
    right: 0!important;
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
		z-index: -1!important;
		margin-top: 0!important;
}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul a.elementor-item {
    font-size: 20px;
}
}
body:not(.page-id-80) .element-header {
    background-color: transparent!important;
}