/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1720589236
Updated: 2024-07-10 05:27:16

*/
body:has(.menu-links button[aria-expanded="true"]){
    overflow:hidden !important;
}
body{
	-webkit-tap-highlight-color: transparent !important;
}
#p-margin p:last-child {
    margin: 0;
}

/*header style start*/
body{
	padding-left:160px;
}
header{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	z-index:1;
}
.menu-links .e-n-menu-heading .e-n-menu-title {
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #ffffff80;
}
.menu-links .e-n-menu-heading .e-n-menu-title-container {
    flex-direction: column;
    grid-gap: 10px;
}
.menu-links .e-n-menu-content.e-active {
    left: 100% !important;
    top: 0 !important;
    width: 350px !important;
    background: #FFFFFF !important;
    height: 100%;
}
.menu-links,.menu-links .e-n-menu-wrapper,.menu-links .e-n-menu,.menu-links .elementor-widget-container{
   position: unset !important;
}
.head-submenu-list li.elementor-icon-list-item {
    border-bottom: 1px solid #00000033;
}

.head-submenu-list li.elementor-icon-list-item a{
	padding: 20px 30px !important;
}
.menu-links .e-n-menu-content.e-active::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 10%);
    left: 100%;
}
.menu-links .e-n-menu-heading .e-n-menu-title:has(button[aria-expanded="true"])::after {
    right: -10px !important;
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    background: #FFFFFF !important;
    transform: rotate(45deg);
    border: 0px !important;
	top:45%;
}
.e-n-menu-heading span.e-n-menu-title-text {
    cursor: pointer !important;
}
.menu-links li.e-n-menu-title{
	display:block;
}
.menu-links li.e-n-menu-title > a{
	justify-content:center;
	padding: 20px !important;
}
/*header style end*/

.link-color p a {
    color: #ab844b;
    text-decoration: underline;
}
/* Cases start */

.kontakt input, .kontakt textarea{
    padding:12px 24px !important;
}
.kontakt input::placeholder, .kontakt textarea::placeholder{
	color:gray;
    font-weight:500;
}
.kontakt input:focus, .kontakt textarea:focus {
    box-shadow: none !important;
    outline: 0;
}
.kontakt textarea {
    border-radius: 10px !important;
    resize: none !important;
}
/* Cases ended */

/* footer start */

 .social-links ul{
     display:flex;
	 list-style : none;
/*      gap:10px; */
 } 
.social-links li a {
     width: 32px !important;
     height: 32px !important;	
    background: #989898;
    border-radius: 100px;
     justify-content: center;
}
.social-links li:hover a {
	 background: #37422F;
    border-radius: 100px;
}

.social-links li a svg{
    margin:0!important;
}
.social-links span.elementor-icon-list-text {
    display: none !important;
}
.foot-list span.elementor-icon-list-text{
    text-decoration: inherit;
}

/* footer ened */
@media screen and (min-width:1025px){
	.menu-links .e-n-menu-title button.e-n-menu-dropdown-icon{
		display: none;
	}

}
@media screen and (max-width:1024px){
    body{
        padding-left: 0px;
    }
	header{
		width: 100%;
    	height: auto;
		bottom:0;
		top:auto;
		position: static;
	}
	.mobile-menu .e-n-menu-heading{
		flex-direction: column !important;
	}
	.menu-links .e-n-menu-heading .e-n-menu-title:has(button[aria-expanded="true"])::after{
		display:none;
	}
	.menu-links .e-n-menu-wrapper {
		position: absolute !important;
		left: 0 !important;
		height: 100vh;
    	background: #37422f !important;
		padding: 10px 20px 0px !important;
	}
	.menu-links .e-n-menu,.menu-links .elementor-widget-container,.menu-links{
		position: unset !important;
	}
	.menu-links .e-n-menu-title{
		background-color: #37422f !important;
	}
	.menu-links .e-n-menu-heading .e-n-menu-title-container {
		flex-direction: row;
		grid-gap: 10px;
	}
	.menu-links .e-n-menu-heading .e-n-menu-title{
		justify-content:space-between !important;
		padding: 10px 0px !important;
	}
	.head-submenu-list .elementor-icon-list-items{
		background: #37422f !important;
		border-bottom: 1px solid #ffffff80;
	}
	.head-submenu-list .elementor-icon-list-text{
		color: #fff !important;
	}
	.head-submenu-list li.elementor-icon-list-item{
		border:0px;
	}
	.menu-links .e-n-menu-title:has(button[aria-expanded="true"]){
		border-bottom: 0px;
	}
	.head-submenu-list .elementor-icon-list-items {
	    padding: 0px 0px 20px !important;
	}
	.menu-links li.e-n-menu-title{
		display:flex;
	}
	.menu-links li.e-n-menu-title > a{
		width: 100%;
		display: flex;
		justify-content: space-between !important;
	}
	.head-submenu-list li.elementor-icon-list-item a {
		padding: 0px 30px !important;
	}
}
@media screen and (max-width:767px){
	.head-submenu-list li.elementor-icon-list-item {
		padding: 10px 30px !important;
	}
}
