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


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html[lang='el'] h1,
html[lang='el'] h2,
html[lang='el'] h3,
html[lang='el'] h4,
html[lang='el'] h5,
html[lang='el'] h6,
html[lang='el'] p,
html[lang='el'] a,
html[lang='el'] span {
    font-family: "Noto Serif" !important;
}

.wpml-ls-legacy-list-horizontal {
    border: 0px !important;
    padding: 0px !important;
    clear: both;
}

/* σε κάθε κειμενάκι να μην αφήνει τα 20px στο τέλος */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Discover Vamos Arrows  */
.elementor-8 .elementor-element.elementor-element-857e4d5 .elementor-swiper-button {
    padding: 10px;
    background: #FFFFFF94;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	top:auto;
	bottom:0px;
	}
.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    left: 90px;
    right: auto !important;
}
/* Discover Vamos Arrows  */

/* Header Start */
@media (min-width:768px) {
	.lang-switcer .wpml-ls-legacy-dropdown a {
		padding: 8px 12px 10px 8px !important;
		border: 1px solid #32343B;
		width: 60px;
		font-weight: 700;
		font-size:18px;
	}
	.lang-switcer .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
		width: auto;
	}
}
@media (max-width:767px) {
	.lang-switcer .wpml-ls-legacy-dropdown a {
		padding: 3px 3px 5px 3px !important;
		border: 1px solid #32343B;
		width: 45px;
		font-weight: 700;
		font-size: 13px;
	}
	.lang-switcer .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
		width: auto;
	}
}

.header_sticky {
	opacity: 0 !important;
	transition: all ease-in-out 500ms;
	height: 0 !important;
}
.header_sticky.elementor-sticky--effects {
	opacity: 1 !important;
	transition: all ease-in-out 500ms;
	height: 70px !important;
	background-color:#fff;
	
}
/* Header End */

form.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode
 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

/* ACF Bullet */

/* single room styling - 3 Columns & Custom Bullets */
@media (min-width: 768px) {
    .singleroom-amenities {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; 
        grid-gap: 15px 25px;
        text-transform: capitalize;
    }
}

/* Styling για το κείμενο */
.singleroom-amenities .amenity-item {
    /*font-family: 'Gilda Display', sans-serif;*/
    font-size: 18px;
    list-style: none; /* Κρύβουμε την προεπιλογή για να βάλουμε τη δική μας τέλεια τελεία */
    position: relative;
    padding-left: 20px; /* Χώρος για την τελεία */
}

/* Επαναφορά της "τελείας" (bullet) */
.singleroom-amenities .amenity-item::before {
    content: "○"; /* Η τελεία σου */
    color: #2144B8; /* Άλλαξε το χρώμα εδώ αν θέλεις (π.χ. #bc9355 για χρυσό) */
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: 0px;
    position: absolute;
    left: 0px;
}

/* Καθαρισμός των λιστών */
.singleroom-amenities ul.room-amen {
    margin: 0;
    padding: 0;
}
/* ACF Bullet END */


/* Location Start */
.carousel-location img {
    height: 400px !important;
    width: 100%;
    object-fit: cover !important;
}

.vv-travelbtns {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    grid-column-gap: 25px !important;
}

.vv-travelbtns > a {
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    
    /* Αλλαγές που ζήτησες */
    background-color: transparent;      /* Διάφανο φόντο */
    color: #2144B8;                     /* Μπλε γράμματα */
    border: 1px solid #2144B8;          /* Μπλε περίγραμμα */
    padding: 15px 25px;
    border-radius: 0px 20px 0px 20px;   /* Custom γωνίες */
    text-decoration: none;
    display: inline-block;
}

/* Hover Κατάσταση */
.vv-travelbtns > a:hover {
    background-color: #2144B8;          /* Γεμίζει με μπλε */
    color: #ffffff;                     /* Τα γράμματα γίνονται λευκά */
}

/* Responsive για κινητά */
@media (max-width: 767px) {
    .vv-travelbtns {
        flex-direction: column !important;
        gap: 10px 0 !important;
    }
    .vv-travelbtns > a {
        width: 100% !important;
        text-align: center !important;
    }
}
/* Location End */

/* Flip Box */
.elementor-flip-box { border-radius: 0px 40px; }