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

/* in every text remove 20px from the bottom */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Hero Text Lines */

#contlines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#contlines::before,
#contlines::after {
  content: "";
  display: block;
  width: 100px;        
  height: 2px;
  background: #fff;      
} /* Εδώ έλειπε ή ήταν λάθος η αγκύλη πριν */

/* mobile */
@media (max-width: 768px) {
  #contlines::before,
  #contlines::after {
    width: 40px;
  }
}
/* Hero Text Lines END */


/* Experience Text Lines */
#textonomlines {
  position: relative;
  display: inline-block;
}

/* Κάτω γραμμή */
#textonomlines::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #FFB501;
}

/* Κάθετη γραμμή πάνω από το κείμενο, στο κέντρο */
#textonomlines::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 30px);
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: #FFB501;
}

@media (max-width: 768px) {
  #textonomlines::before {
    height: 30px;
	bottom: calc(100% + 5px);
  }
}
/* Experience Text Lines 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 .5s ease-in-out;
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	background-color: #738264;
	padding: 8px 15px;
	color: #fff;
	border-radius: 3px;
}
.vv-travelbtns > a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    height: 1px;
    background: #FFB501;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.vv-travelbtns > a:hover::after {
    transition: all .5s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

@media (max-width:767px) {
	.vv-travelbtns  {
		flex-direction: column!important;
		gap:5px 0!important;
	}
	.vv-travelbtns > a {
		width: 100%!important;
		text-align: center!important;
	}
}

/* Location End */

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