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

/* --------------------------------------------------------------------------
  GLOBAL
   -------------------------------------------------------------------------- */

html {
   overflow-x: hidden !important;
   scroll-behavior: smooth;
}

/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */
.main-header {
   width: 100% !important;
   transition: 0.4s ease-in-out !important;
}

.main-header.elementor-sticky--effects {
   padding-top: 0px;
   padding-bottom: 0px;
}

/*COOKIE BANNER*/
.gdpr_lightbox dialog#moove_gdpr_cookie_modal {
    font-family: 'futura-100-greek' !important;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
    font-family: 'futura-100-greek'!important;
	font: unset;
}


/* --------------------------------------------------------------------------
   SERVICES
   -------------------------------------------------------------------------- */

/*Services Single*/
.sitemap-single-srv .elementor-sitemap-section {
   flex-basis: auto !important;
}

.sitemap-single-srv ul.elementor-sitemap-list.elementor-sitemap-ypiresia-list {
   padding: 0px;
   gap: 12px;
   display: flex;
   flex-direction: column;
}

.sitemap-single-srv li.elementor-sitemap-item.elementor-sitemap-item-ypiresia {
   padding: 8px;
   border-radius: 8px;
   transition: 0.4s ease-in-out !important;
}

li.elementor-sitemap-item:hover {
   background: #ddb98a1f;
   border: 1px solid #03675f2e;
}

.sitemap-single-srv .elementor-sitemap-item a:hover {
   color: var(--e-global-color-primary) !important;
}

.elementor-sitemap-item.active-sitemap-item {
   background: #ddb98a1f;
   border: 1px solid #03675f2e;
   padding: 8px;
   border-radius: 8px;
}

.elementor-sitemap-item.active-sitemap-item {
   position: relative;
}