/*
Theme Name: Efiga 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.4.9.1780557017
Updated: 2026-06-04 10:10:17

*/


.elementskit-menu-hamburger{
	height: 40px !important;
}
.elementskit-menu-hamburger svg{
	width: 40px !important;
	height: 40px !important;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li:last-child a{
	padding-right: 0!important;
}
.no_underline a{
	text-decoration: none;
	padding-left: 25px;
}

@media only screen and (max-width: 1024px) {
	.middle-sector::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background: #FF0016;
		left: unset;
		top: -60px;
	}
	.middle-sector::after{
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background: #FF0016;
		right: unset;
		bottom: -60px;
	}
	button.elementskit-menu-close{
		font-size: 0 !important;
		position: relative;
	}
	button.elementskit-menu-close:before{
		position: absolute;
		content: "";
		background: url('/wp-content/uploads/2026/06/close_menu_button.svg');
		width: 40px;
		height: 40px;
		right: 20px;
		top: 20px;
	}
	.elementskit-menu-hamburger.elementskit-menu-toggler svg{
		width: 40px;
		height: 40px;
	}
	.elementskit-menu-overlay.elementskit-menu-toggler{
		display: none !important;
	}
	.elementskit-nav-identity-panel {
		padding: 34px 0px 10px 0px !important;
	}
	.elementskit-navbar-nav > li > a {
		padding: 0 !important;
		font-weight: 500 !important;
		font-size: 40px !important;
		line-height: 100% !important;
		color: #fff !important;
	}
	#menu-main-menu{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 32px;
		padding: 20px;
	}
	.elementskit-menu-close.elementskit-menu-toggler:hover{
		background: transparent !important;
		color: #4290FF !important;
	}
	
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
        width: 100% !important;
        position: fixed !important;
        top: 0 !important;
        
        /* Μετακίνηση στα δεξιά και ακύρωση του left */
        right: -100vw !important; 
        left: auto !important; 
        
        height: 100% !important;
        -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
        box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        display: flex !important;
        flex-direction: column-reverse;
        justify-content: flex-end;
        -webkit-transition: right .6s cubic-bezier(.6, .1, .68, .53) !important;
        transition: right .6s cubic-bezier(.6, .1, .68, .53) !important;
    }
	.elementskit-menu-offcanvas-elements.active {
        right: 0 !important;
        left: auto !important; 
    }
}