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

/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */
.right-header {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: transparent;
    padding: 0px;
    transition: transform 0.3s ease;
}

.right-header .elementor-button {
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 12px;
    font-size: 16px;
    text-align: center;
}

.sticky .right-header {
    transform: translateY(-80%);
}

.elementor-sticky--effects .hamburger-menu {
    display: block !important;
}

.sidemenu-item {
    transition: 0.4s ease-in-out !important
}

.sidemenu-item:hover {
    width: 250px !important;
}


/*SIDE RIGHT MENU*/

.hamburger-menu {
    display: none;
    transition: all 0.3s ease;
}

.hamburger-menu.show {
    display: block;
}

.elementor-sticky--effects .right-header {
    display: none;
}

/* Hide timeline navigation arrows */
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-nav-prev,
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-nav-next {
    display: none !important;
}

@media (max-width:1499px) {
	.hamburger-menu {
		display: block!important;
		transition: all 0.3s ease;
	}
}

/* --------------------------------------------------------------------------
   HOME
   -------------------------------------------------------------------------- */
.ti-review-text-container.ti-review-content {
    display: none !important;
}

/* --------------------------------------------------------------------------
   ΝΕΑ PAGE
   -------------------------------------------------------------------------- */

/**ARCHIVE NEWS**/
.categories-filter {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
}


.categories-filter ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.categories-filter a {
    color: #1a1818;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

/*HEADER*/
@media (max-width:990px) {
    .elementor-element.elementor-element-3f13c21.e-con-full.e-flex.e-con.e-child {
        padding: 0px;
        display: flex !important;
        flex-direction: row;
        width: 100% !important;
        gap: 10px;
        max-width: 100%;
        flex-wrap: nowrap !important;
    }


    /*TESTIMONIALS PAGE*/
    .elementor-testimonial--layout-image_left .elementor-testimonial {
        flex-direction: column;
        gap: 30px;
    }
	
	.award-main-title li.elementor-icon-list-item {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
}

