/*
Theme Name: net22
Theme URI: 
Author: Net22
Author URI: https://www.net22.gr/
Description: Net22
Version: 1.1
*/

img.footer-logo {
	padding-bottom: 50px;
}

.mobile-menu__overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	background-color:rgba(0,0,0,.25);
	display:none;
}
.error__page-wrapper h1, .error__page-wrapper a.error__page-cta{
	color: var(--third);
}
.error404 .header-inner{
	background-color: var(--third);
	margin: 0px 15px;
	border-bottom: 0px solid var(--first);
	padding: 20px;
}
a.dropdown-langs.el {
	font-family: 'Manrope', sans-serif;
}
.gallery-tabs {
	display: flex;
	list-style: none;
	column-gap: 20px;
	margin-top: 60px;
}
.gallery-tabs > li {
	border:1px solid var(--third);
	cursor:pointer;
	text-transform:uppercase;
	transition:all ease-in-out 250ms;
	padding:10px 15px;
}
.gallery-tabs > li:hover,
.gallery-tabs > li.active {
	background-color:var(--third);
	color:#fff;
}
#full-screen-gallery-2 a {
	display:none;
}
#full-screen-gallery-2 a:nth-child(1),
#full-screen-gallery-2 a:nth-child(2),
#full-screen-gallery-2 a:nth-child(3),
#full-screen-gallery-2 a:nth-child(4),
#full-screen-gallery-2 a:nth-child(5),
#full-screen-gallery-2 a:nth-child(6),
#full-screen-gallery a:nth-child(1),
#full-screen-gallery a:nth-child(2),
#full-screen-gallery a:nth-child(3),
#full-screen-gallery a:nth-child(4),
#full-screen-gallery a:nth-child(5),
#full-screen-gallery a:nth-child(6) {
	display:block!important;
}
@media(max-width:767px) {
	.section-top-info,
	.section-top-background {
		height:100vh;
	}
}

.footer__content-inner__item {
	display:flex;
	flex-direction:column;
	row-gap:20px;
}
.location-single-content {
	height:unset;
	padding-block:20px;
	width: 960px;
	margin-right: 0;
}
.location-single-text {
	width:95%;
}

.location-grid {
	display: flex;
	justify-content: center;
	column-gap:30px;
}
.location-section-content {
	grid-template-columns:1fr;
}
.location-single-text {
	width: 90%;
}
.location-grid:not(:last-child) {
	margin-bottom:30px;
}
.location-grid:nth-child(even) {
	flex-direction:row-reverse;
}
@media(max-width:1450px) {
	.location-single-content {
		width:650px;
	}
}


@media(max-width:1280px){
	.location-grid {
		display:flex;
		flex-direction:column;
		row-gap:20px;
	}
	.location-single-content {
		width:100%;
	}
	.location-grid:nth-child(even) {
		flex-direction:column;
	}
	.location-single-image {
		margin:auto;
	}
}
.location-single-image img {
	height:100%;
}
.contact-map.container {
	height: 100%;
	position: relative;
	display: block;
	z-index: 0;
}
#location-map {
	height: 100%;
	position: relative;
	min-width: 600px;
	display: block;
}
@media(min-width:1025px) and (max-width:1680px) {
	.villa-amenities {
		padding-inline:20px;
	}
}

.show--bigger-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 200px;
	cursor: pointer;
	color: var(--third);
	transition: all ease-in-out 250ms;
	margin-block:40px 50px;
}
#location .show--bigger-text {
	color:var(--third);
}
.hide-text {
	height:390px;
	overflow:hidden;
}
.more_btn{
	background-color: var(--third);
	color: #fff;
	border: 1px solid var(--third);
	cursor: pointer;
	text-transform: uppercase;
	transition: all ease-in-out 250ms;
	padding: 10px 15px;
	max-width:max-content;
	margin:auto;
	display:block;
	margin-top:45px;
}
.more_btn:hover{
	background-color: #fff;
	color: var(--third);
}
@media (min-width:1460px) and (max-width: 1650px) {
	#full-screen-gallery,
	#full-screen-gallery-2 {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		row-gap: 25px;
		column-gap: 25px;
	}
	.page__gallery-item {
		width: 100%;
		height: 450px;
		position: relative;
		cursor: pointer;
	}
	img.page__gallery-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page__gallery-item:hover::after {
		opacity: 0.8;
		visibility: visible;
		width: 95%;
		height: 430px;
	}
}
.flex_thumb {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.flex_thumb img {
	margin: auto;
	object-fit: contain;
	margin-top: 10px;
}
.flex_thumb h3{
	font-size:1em;
	text-align:center;
	max-width:max-content;
	margin:auto;
}
@media (min-width:1650px) and (max-width:1920px){
	.page__gallery-item:hover::after {
		width: 90%;
	}
	.page__gallery-item {
		width: auto;
	}
}
@media(max-width:1280px){
	#location-map {

		min-width: unset;
		display: block;
		width: 100svw;
	}
}
@media (max-width: 767px) {
	img.footer-logo {
		padding: 60px 0px 60px;
	}
	.sub-footer-item{
		color:#000;	
	}
}


#contact .mobile-social > .rbnb img {
	filter: invert(1);
}
.instagram--svg {
	display: block;
	width: 40px;
	height: 40px;
}