/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
body,html {
	font-family: 'Manrope', sans-serif;
	font-weight:400;
	font-size:20px;
}
/* Telos Fonts */

/* Site Presets */
:root {
	--theme_primary:#468884;
	--theme_secondary:#fff;
}
html {
	overflow-x:hidden;
}
img {
	max-width:100%;
}
ul {
	list-style:inside;
}
html, body {
	scroll-behavior:smooth;
	color:var(--theme_secondary);
}
a {
	text-decoration:none;
}
a:hover {
	color:inherit;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
}
h1, h2.section-title, .section-title {
	font-family: 'Open Sans', sans-serif;
	font-size:45px;								/* allagi apo praktikarious */
	font-weight:600;
}
h2 {
	font-size:35px;								/* allagi apo praktikarious */
	font-weight:600;
}
p {
	line-height:1.3;
}
.header-logo{
	/*content:url(https://myrto.net22.gr/wp-content/uploads/2022/06/footer-logo.svg);*/
}
.popup-visible {
	overflow-y:hidden;
}
.inline-block {
	display:inline-block;
}
.inlined-a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.scale {
	transition:all ease-in-out 150ms;
}
.scale:hover {
	transform:scale(1.15);
}
.lg-icon {
	font-family:inherit!important;
}
.lg-next::before {
	font-family:  "Font Awesome 5 Free" !important;
	content: '\f054';
	opacity: 0.8;
	color: white;
	font-weight:900;
} 
.lg-prev::after {
	font-family:  "Font Awesome 5 Free" !important;
	content: '\f053';
	opacity: 0.8;
	color: white;
	font-weight:900;
}
.lg-toolbar .lg-close::after {
	font-family:  "Font Awesome 5 Free" !important;
	content: '\f00d';
	opacity: 0.85;
	color: white;
	font-weight:900;
}
#lg-download-1,
.lg-download {
	display: none;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: var(--theme_primary);
}
.section-title {
	color:var(--theme_secondary);
/* 	font-size:80px; */
	font-size: 60px;
}
/* .owl-center .owl-prev, .owl-center .owl-next {
position:absolute;
top:50%;
transform:translateY(-50%);
width:40px;
cursor:pointer;
z-index:4;
}
.owl-center .owl-prev {
left:25px;
}
.owl-center .owl-next {
right:25px;
} */
.owl-next, .owl-prev {
	transition:all ease-in-out 200ms;
}
.owl-dots{
	display: none;
}
.owl-next:hover {
	transition:all ease-in-out 200ms;
	margin-right:-5px;
}
.owl-prev:hover {
	transition:all ease-in-out 200ms;
	margin-left:-5px;
}
.section-title_underline {
	position:relative;
	padding-bottom:33px;
	max-width:max-content;
}
.section-title_underline::before, .section-title_underline::after {
	content:'';
	position:absolute;
	bottom:0;
	left:-3px;
	background:Var(--theme_secondary);
}
.section-title_underline::before {
	width:580px;
	height:1px;
}
.section-title_underline::after {
	height:5px;
	width:90px;
}
.section-title_underline.small::before {
	width:486px;
}
.section-title_underline.small::after {
	width:90px;
}
/* Telos Site Presets */


/* Burger */
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}
.line {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 2;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 2;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
/* TELOS BURGER */

/* Navigation */

/*Allagi nav praktiki*/

.header-wrapper {
	position: fixed;
	top: 0;
	z-index: 10;
	/*background: var(--theme_primary);*/
	background: rgba(70,136,132, 0.7);
	transition: all ease-in-out 300ms;
	width: 100%;
}
.header-inner{
	display: flex;
	border-bottom: 1px solid var(--theme_secondary);
	align-items: center;
}
.logo-wrapper {
	padding: 5px 50px 0px;
	width: 300px;
}
.header-logo {
	/*content: url(https://myrto.net22.gr/wp-content/uploads/2022/06/footer-logo.svg);*/
	max-width:200px;
}
.nav-right{
	display: flex;
	margin-right: 0;
	margin-left: auto;
}
.lang-wrapper {
	border-left: 1px solid var(--theme_secondary);
	border-right: 1px solid var(--theme_secondary);
	display: flex;
	justify-content: center;
	gap: 7px;
	text-align: center;
	/* 	padding: 25px 50px 0px; */
	padding: 20px 50px 0px;
}
.next-lang:hover {
	text-decoration:underline;	
}
.header__contact-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -50px;
	left: 10px;
	width: 200%;
	height: 0;
	border-radius: 70%;
	transform: rotate(45deg) translateX(-50%);
	transform-origin: bottom left;
	background: var(--theme_secondary);
	z-index: -1;
	transition: height 0.50s ease;
}
.header__contact-wrapper:before {
	content:'';
	display:block;
}
.header__contact-wrapper {
	/* 	padding: 12px 50px 0px; */
	padding: 8px 50px 0px;
	display: flex;
	position: relative;
	justify-content: center;
	border-right: 1px solid var(--theme_secondary);
	cursor: pointer;
	overflow:hidden;
	color: var(--theme_secondary);
	transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
.header__contact-wrapper:hover {
	background-color: #fff;
	color: var(--theme_primary);
}
.header__contact-wrapper:hover svg path{
	fill: var(--theme_primary) !important;
}
.header__contact-wrapper:hover::after {
	height: 400%;
	transform: rotate(45deg) translateX(-50%);
}
.header__book-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -50px;
	left: 10px;
	width: 200%;
	height: 0;
	border-radius: 70%;
	transform: rotate(45deg) translateX(-50%);
	transform-origin: bottom left;
	background: var(--theme_secondary);
	z-index: -1;
	transition: height 0.50s ease;
}
.header__book-wrapper:before {
	content:'';
	display:block;
}
.header__book-wrapper {
	/* 	font-size: 30px; */
	font-size:25px;
	color: var(--theme_secondary);
	font-weight: 700;
	text-align: center;
	/* 	padding: 18px 50px 0px; */
	padding: 16px 50px 0px;	
	cursor: pointer;
	position: relative;
	overflow:hidden;
	color: var(--theme_secondary);
	transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
.header__book-wrapper:hover {
	background-color: #fff;
	color: var(--theme_primary) !important;
}

.header__book-wrapper:hover::after {
	height: 400%;
	transform: rotate(45deg) translateX(-50%);
}
/*Telos allagis nav*/

/* .header-wrapper {
position: fixed;
top: 0;
left: 0;
z-index: 10;
background: var(--theme_primary);
max-width:145px;
transition: all ease-in-out 300ms;
} */
.header-wrapper.header-scrolled {
	border-right: 1px solid var(--theme_secondary);
	border-bottom: 1px solid var(--theme_secondary);
}
/* .logo-wrapper {
padding: 20px;
} */
/* .lang-wrapper {
border-top: 1px solid var(--theme_secondary);
border-bottom: 1px solid var(--theme_secondary);
display: flex;
justify-content: center;
gap:7px;
text-align: center;
padding: 24px 0 28px;
} */
.lang-wrapper * {
	color: var(--theme_secondary);
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
}
/* .header__contact-wrapper {
padding: 12px 0 14px;
display: flex;
justify-content: center;
border-bottom: 1px solid var(--theme_secondary);
cursor:pointer;
} */
/* .header__book-wrapper {
font-size: 28px;
color: var(--theme_secondary);
font-weight: 700;
text-align: center;
padding: 14px 0 12px;
cursor:pointer;
} */
/* End Navigation */

/* Homepage Top */
.homepage__top-slider .owl-nav{
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: space-between;
	width: 85%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.homepage__top-slider .owl-prev{
	position: relative;
	left: -80px;
	transition: all ease-in-out 250ms;
}
.homepage__top-slider .owl-next{
	position: relative;
	right: -80px;
	transition: all ease-in-out 250ms;
}
/* .homepage__top-wrapper  {
position:relative;
height:100%;
display: block;
} */
.homepage__hero-image__wrapper {
	height: 100%;				
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition:all ease-in-out 250ms;
}
.homepage__hero-image__wrapper img {
	height: 100vh;
	object-fit: cover;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #858B90;
	opacity:10%;
	z-index:1;
	pointer-events:none;
}
.homepage__hero-content-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
	width: 100%;
	text-align: center;
	color:var(--theme_secondary);
}
.homepage__top-subtitle {
	margin: 25px;
	font-size: 30px;
}
.type-link {
	color: #fff;
	font-size: 50px;
}
/* End Homepage Top */

/* Homepage About */
.homepage__about-wrapper {
	padding:69px 25px 69px;	/* allagi apo praktikarious */
	background: var(--theme_primary);
	overflow: hidden;
	position:relative;
}
.homepage__top-icon {
	position: absolute;
	bottom: -209px;
	right: -272px;
}
.homepage__about-title, .homepage__about-text, .homepage__about-text p {
	color: var(--theme_secondary);
}
.homepage__about-text {
	max-width: 700px;
	margin: 40px auto 0;	/* allagi apo praktikarious */
	text-align: justify;	/* allagi apo praktikarious */
	font-size: 15px;		/* allagi apo praktikarious */
}
.homepage__about-title.section-title_underline {
	margin-left:unset;
}
.homepage__about-inner {
	max-width: max-content;
	margin: auto;
}
/* End About */

/* Homepage Parallax */
.homepage__parallax-inner {
	min-height: 550px;				/* allagi apo praktikarious */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-flow: column;
	position: relative;
}
.homepage__parallax-section-content {
	margin-inline: 0;
	max-width: 1000px;
	position: relative;
	z-index: 1;
	color: #000;
	padding: 50px 0 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	margin: auto;
}
.parallax_title {
	z-index: 1;
	color: #000;
}
.parallax_text {
	margin: 40px auto 0;
	text-align: justify;
/* 	font-size: 18px; */
	font-size: 17px;
	z-index: 1;
}
.parallax_title.section-title_underline::before, .parallax_title.section-title_underline::after {
	background: Var(--theme_primary);
}
/* End Parallax */

/* Homepage Amenities */
.homepage__amenities-inner {
	display: flex;
}
.homepage__amenities-inner > div {
	flex:1;
}
.homepage__amenities-image {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.homepage__amenities-content {
	background: var(--theme_primary);
	padding: 70px 20px 70px 200px;			/* allagi apo praktikarious */
	max-width: 50%;
}
.homepage__amenity-title, .homepage__amenity-single-item {
	color: var(--theme_secondary);
}
.homepage__amenity-title {
/* 	font-size: 30px; */
	font-size: 25px;
}
.homepage__amenities-list {		/* allagi apo praktikarious */
	margin-top: 40px;
	display: flex;
	flex-flow: wrap;
	row-gap: 20px;
	column-gap: 25px;
	list-style: "-";
	max-width: 660px;
	font-size: 15px;
}
.homepage__amenity-single-item {
	flex-basis:calc(33% - 53px);
	font-weight:600;
	padding-left:5px;
}
.homepage__amenities-inner.reverse {
	flex-direction:row-reverse;
}
.homepage__amenity-section-content {
	display: flex;
	position: relative;
	color: #000;
	justify-content: center;
	margin: auto;
	padding: 25px 0;
}
.homepage__amenity-section-title.section-title_underline::before, .homepage__amenity-section-title.section-title_underline::after {
	background: Var(--theme_primary);
}
/* End Amenities */

/* Homepage Gallery */
.homepage__gallery-image {
	height: 750px;				/* allagi apo praktikarious */
	object-fit: cover;
}
.homepage__gallery-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.homepage__gallery-title {
	text-align:center;
}
.open-image {
	opacity:0;
	transition:all ease-in-out 250ms;
}
.homepage__gallery-item:hover .open-image {
	opacity:1;
}
.homepage__gallery-item {
	cursor:pointer;
	position:relative;
}
.owl-prev{
	position:absolute;
	left:25px;
	font-size: 50px;
	z-index: 10px;
	top: 50%;
}
.owl-next{
	position:absolute;
	right:25px;
	font-size: 50px;
	z-index: 10px;
	top: 50%;
}

/* End Gallery */

/* Homepage Testimonials */
.homepage__testimonials-wrapper {
	background: var(--theme_primary);
}
.homepage__testimonials-inner {
	padding: 69px;		/* allagi apo praktikarious */
	position:relative;
}
.homepage__testimonials-title {
	font-weight:600;
	margin: auto;					/* allagi apo praktikarious */
}
.homepage__testimonial-single_title {
	font-weight: 600;
	font-size: 25px;
}
.homepage-testimonials {
	margin-top: 110px;
}
.homepage__testimonial-single_text {
	margin-top: 30px;
	text-align: justify;			/* allagi apo praktikarious */
	font-size: 15px;				/* allagi apo praktikarious */
}
.homepage__testimonial-single {
	max-width: 475px;
	margin: auto;
}
.homepage-testimonials .owl-dot {
	background: var(--theme_secondary);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	transition:all ease-in-out 300ms;
	position:relative;
}
.homepage-testimonials .owl-dot::after {
	content: '';
	opacity: 0;
	height: 39px;
	width: 39px;
	background: rgba(255,255,255,.42);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease-in-out 300ms;
}
.homepage-testimonials .owl-dot.active::after, .homepage-testimonials .owl-dot:hover::after {
	opacity:1;
}
.homepage-testimonials .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 50px;
	z-index: 8;
}
/* End Testimonials */

/* Homepage Location */
.homepage__location-wrapper {
	margin:60px 0 60px;
}
.homepage__location-text, .homepage__location-text p, .homepage__location-title {
	color:black;
}
.homepage__location-title.section-title_underline::before, .homepage__location-title.section-title_underline::after {
	background:Var(--theme_primary);
}
.homepage__location-inner {
	display: flex;
	justify-content: center;
	gap: 90px;
	width: 1365px;
	margin: auto;
}
.homepage__location-content {
	flex:1;
	padding-top:8px;
}
.homepage__location-image {
	width:575px;
	height:100%;
	object-fit:cover;
}
.homepage__location-text {
	margin-top: 25px;
	text-align: justify;
	font-size: 18px;
}
.homepage__location-text p {
	line-height:1.5;
}
/* End Location */

/* Homepage Map */
.homepage__map-wrapper {
	position:relative;
}
#location-map {
	min-height:915px;
}
.homepage__directions-wrapper {
	position: absolute;
	top: 15%;
	right: 0;
	/*bottom: 95px;*/						/* allagi apo praktikarious */
	background: var(--theme_primary);
	opacity: 0.65;							/* allagi apo praktikarious */
	overflow:hidden;
}
.homepage__directions-inner {
	padding:50px 40px 80px;
	min-width: 400px;
}
.homepage__direction-actions_title.section-title_underline::before, .homepage__direction-link_title.section-title_underline::before {
	width:441px;
}
.homepage__directions-wrapper * {
	text-transform:uppercase;
	color:var(--theme_secondary);
}
.homepage__directions-get, .homepage__directions-show {
	font-size: 17px;		/* allagi apo praktikarious */
	font-weight: 600;		/* allagi apo praktikarious */
	transition:all ease-in-out 200ms;
}
.homepage__directions-get:hover, .homepage__directions-show:hover {
	opacity:.7;
}
.homepage__directions-title {
	font-size: 22px;		/* allagi apo praktikarious */
	font-weight: 600;		/* allagi apo praktikarious */
}
.homepage__directions-list {
	margin-top: 45px;
	list-style: none;
}
.homepage__directions-item {
	margin-bottom: 27px;
}
.homepage__directions-link {
	margin-top: 65px;
}
.homepage__directions-show {
	display: block;
	margin-top: 55px;
}
.diretions__icon {
	position: absolute;
	bottom: -128px;
	right: -160px;
	pointer-events:none;
}
.diretions__icon svg {
	height: 370px;
	width: 360px;
}
/* End Map */

/* Footer */
.footer-wrapper {
	padding: 80px 0;
	background: var(--theme_primary);
	/*margin-top: 20px;*/		/* allagi apo praktikarious */
}
.footer-inner {
	display: flex;
	justify-content:center;
	align-items:center;
	gap:100px;
}
.footer__content-inner {
	display: flex;				
	gap: 120px;
}
.footer-logo {
	display: block;				/* allagi apo praktikarious */
	margin: auto;				/* allagi apo praktikarious */
	max-width:100%;
}

.footer-title {
	/* 	font-size: 24px; */
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 40px 0 27px;
}
.footer-link {
	display:block;
	margin-bottom: 14px;
	padding-bottom:3px;
	position:relative;
	transition:all ease-in-out 200ms;
	color:var(--theme_secondary);
	font-size: 17px;	
	max-width: max-content;
}
.footer-link::after {
	content:'';
	height:1px;
	width:0;
	background:var(--theme_secondary);
	position:absolute;
	bottom:0;
	left:0;
	transition:all ease-in-out 200ms;
}
.footer-link:hover::after {
	width:100%;
}
.footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--theme_secondary);
}
.footer__address .footer-link {
	line-height: 2;
	margin-top: -9px;
}
.footer__socials .footer-title {
	margin-bottom:17px;
}
/* End Footer */

/* Popups */
.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--theme_primary);
	z-index:15;
	padding: 20px 0 100px;
	display:none;
}
.contact__form-content {
	display: flex;
	gap: 30px;
}
.contact__form-right, .contact__form-left {
	flex:1;
}
.popup-close {
	display: block;
	margin: auto;
	max-width: max-content;
	margin-bottom:30px;
	cursor:pointer;
	position:relative;
}
.popup-close svg {
	transition:all ease-in-out 250ms;
}
.popup-close:hover svg {
	transform:rotate(180deg);
}
.popup-title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 80px;
}
.contact__form-seperator {
	width: 1px;
	background: var(--theme_secondary);
	margin-right: 85px;
}
.contact__form-left {
	position: relative;
}
.contact__form-left-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	pointer-events:none;
	opacity: .6;
}
.contact__form-left-content {
	max-width: max-content;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding-top: 25px;
}
.popup-link {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 50px;
	color: var(--theme_secondary);
	position:relative;
	max-width:max-content;
}
.popup-link::after {
	content:'';
	height:1px;
	width:0;
	background:var(--theme_secondary);
	position:absolute;
	bottom:0;
	left:0;
	transition:all ease-in-out 200ms;
}
.popup-link:hover::after {
	width:100%;
}
.contact__form-left-icon, .contact__form-left-icon svg {
	width:527px;
	height:510px;
}
.contact__form-right form {
	width: 490px;
}
.form__items-wrapper {
	display: flex;
	flex-flow: wrap;
	column-gap:22px;
	row-gap:50px;
	width: 100%;
}
.form__item-single {
	flex-basis: calc(50% - 11px);
}
.form__item-single input, .form__item-textarea textarea {
	width:100%;
	background:transparent;
	border:none;
	border-bottom:1px solid var(--theme_secondary);
	color: var(--theme_secondary);
	padding-bottom: 30px;
	outline:none;
}
.form__item-textarea textarea {
	height:140px;
	resize:none;
	font-size:25px;
	font-weight:600;
}
.form__item-single input::placeholder, .form__item-textarea textarea::placeholder {
	color:var(--theme_secondary);
	opacity:1;
	font-size:25px;
	font-weight:600;
}
.form__item-textarea, .form__item-submit {
	flex-basis:100%;
}
.reservation-form form {
	width:1100px;
	margin:auto;
}
.reservation-form__items-wrapper {
	display: flex;
	flex-flow: wrap;
	column-gap: 150px;
	row-gap: 40px;
}
.reservation-form__item-single {
	padding-bottom: 30px;
	border-bottom:1px solid var(--theme_secondary);
	flex-basis:calc(50% - 80px);
	display: flex;
	justify-content: space-between;
	align-items:center;
	gap:10px;
	position:relative;
}
.reservation-form__item-single input {
	width:100%;
	background:transparent;
	border:none;
	color: var(--theme_secondary);
	outline:none;
}
.reservation-form__item-single input::placeholder, .reservation__label-text {
	opacity:1;
	color:var(--theme_secondary);
	font-size:25px;
	font-weight:600;
}
#reservation-checkin, #reservation-checkout {
	text-transform: uppercase;
	text-align:right;
	font-size: 30px;
	font-weight: 600;
	cursor:pointer;
	min-width:300px;
}
.reservation__label-text {
	cursor:pointer;
}
.reservation-form__item-single > span {
	flex:1;
}
.reservation-form__item-single .wpcf7-form-control-wrap {
	position:static;
}
.reservation-form__item-single .picker {
	left:50%;
	transform:translateX(-50%);
}
#reservation-checkin_root .picker__holder, #reservation-checkout_root .picker__holder {
	max-width: unset;
	min-width: 400px;
}
#reservation-adults, #reservation-children {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	text-align:center;
	font-size: 40px;
	font-weight: 600;
	height: 35px;
}
.reservation-form__item-single .minus, .reservation-form__item-single .plus {
	background:transparent;
	outline:none;
	border:none;
	cursor:pointer;
}
.input__number-icon {
	min-width: 28px;
}
.reservation__number-content {
	display: flex;
	align-items: center;
	width: 100px;
}
.input__number-icon {
	transition:all ease-in-out 200ms;
}
.reservation__number-content .plus:hover .input__number-icon {
	transform:translateX(5px);
}
.reservation__number-content .minus:hover .input__number-icon {
	transform:translateX(-5px);
}
.popup-submit button {
	background: transparent;
	border: 1px solid var(--theme_secondary);
	outline: none;
	color: var(--theme_secondary);
	font-size: 16px;
	transition:all 350ms cubic-bezier(0.42, 0, 0.58, 1);
	cursor:pointer;
	position:relative;
	outline: none;
	padding:15px;
	min-width:150px;
	overflow:hidden;
}
.popup-submit button::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 20px;
	width: 142%;
	height: 0;
	border-radius:50%;
	transform: rotate(45deg) translateX(-50%);
	transform-origin: bottom left;
	background: var(--theme_secondary);
	z-index: -1;
	transition: height 0.25s ease;
}
.form__item-submit.popup-submit button::after {
	left:0;
}
.popup-submit button:hover::after {
	height: 400%;
	transform: rotate(45deg) translateX(-50%);
}
.popup-submit button:hover {
	color:var(--theme_primary);
}
/* .popup-submit button:hover span {
display:none;
} */
/* html[lang="en-GB"] .popup-submit button:hover::before {
content:'BOOK NOW';
}
html[lang="el"] .popup-submit button:hover::before {
content:'ΚΡΑΤΗΣΗ';
} */
.reservation-form__item-submit {
	display: flex;
	justify-content: center;
	flex-basis: 100%;
	margin-top: 40px;
}
.reservation__form-icon {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0,-50%);
	pointer-events: none;
	opacity: .6;
}
.popup-title.reservation-title {
	margin-bottom:100px;
}
/* End Popups */
.grecaptcha-badge{
	visibility:hidden;
}