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

#header.style_2 {
    background-color: var(--body_bg);
}

.leaflet-popup-content img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 8px;
	display: none;
}

.cta--border.active {
	background-color: var(--body_bg);
	color: var(--cta_bg);
}

.cta--border.reverse {
	color: var(--cta_bg);
	background-color: var(--body_bg);
}

.cta--border.reverse:hover {
	background-color: var(--footer_bg);
	color: var(--cta_color);
}

.cta--border:hover {
	color: var(--cta_bg);
	border-color: var(--cta_bg);
	background-color: var(--footer_bg);
}

.template--the-villa__amenities .section--title {
	margin-bottom: 80px;
	color: #000;
}

.template--the-villa__amenities {
	margin-top: 140px;
	background-color: var(--footer_bg);
	padding-bottom: 75px;
	padding-top: 75px;
}


.template--the-villa__amenities .content .text.editor ul li {
	line-height: 1;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	color: #000;
}


#header.style_3 .col--right .cta--arrow > .icon svg path {
	stroke: currentColor;
}
.contact--form input, .contact--form textarea {
	background-color:transparent;
}
.contact--list.style_1 li .inner--flex > div {
	margin-left:auto;
}
#contact--hero .menu--contact.contact--list .contact--item.tel-item  .inner--flex > div {
	margin-right:auto;
}
.languages--current > .icon:first-child {
	min-width: 13px;
}
@media(max-width:767px) {
	#homepage--location-parallax, .oel--wrapper .owl-carousel .image {
		height: 360px;
	}
	.page--header-wrapper.row .cols {
		flex-direction: column;
		row-gap: 20px;
		align-items:flex-start;
	}
	.sub-footer.style_2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#header.style_4 .header--logo {
		transform: unset;
		left: 25px;
	}
}

@media(min-width:992px) {
	.oel-3columns--wrapper .loop[data-count="5"] > article:nth-child(4) { 
		min-width: calc(100% + calc(50% + 10px));
	}
	.oel-3columns--wrapper .loop[data-count="5"] > article:nth-child(5) {
		min-width: calc(100% + calc(50% + 10px));
		margin-left:calc(50% + 10px);
	}
}

.floating--tels {
	display: flex;
	align-items: center;
	column-gap: 5px;
	transform: translateY(-5px);
	/* 	position: absolute;
	z-index: 1;
	left: calc(100% + 15px);
	top: 50%;
	transform: translateY(calc(-50% - 5px)); */
}
.floating--tels a {
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	font-size: unset !important;
	max-width: unset !important;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1 !important;
	background-color: #fff;
	border-radius: 50%;
}
.floating--tels a::after {
	display:none !important;
}
.floating--tels a:first-child:not(only-child) {
	width: 21px;
	height: 21px;
	min-width: 21px;
	min-height: 21px;
}
.floating--tels a:last-child:not(only-child) {
	padding:2px 0 2px 1px !important;
}
.floating--tels a svg {
	height: 100%;
	width: 100%;
}
#footer .contact--list.style_1 li {
	border-color: var(--footer_color);
}
@media (max-width: 767px) {
	#footer.style_1 .footer--cols .col--right {
		max-width: 100%;
		min-width: unset;
	}
	.page--header-wrapper.row .cols {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
}


/*
* Testimonials Style 3
*/
#testimonials.style_3 .cols {
	max-width: 100%;
	display:block;
	width: 100%;
}
#testimonials.style_3 .cols .section--title {
	text-align: center;
	margin-bottom: 60px;
}
#testimonials.style_3 .cols .col--right {
	max-width:100%;
	width:100%;
}
#testimonials.style_3 .testimonials--actions .slider--controls {
	justify-content:space-between;
	width:100%;
	max-width:100%;
}
#testimonials.style_3 .testimonials--actions {
	position:relative;
}
#testimonials.style_3 .testimonials--actions .cta--arrow {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
#testimonials.style_3 > .container {
	max-width: 1680px;
}
.testimonial--card .icons {
	margin-bottom:4px;
}
.testimonial--card .icons .icon {
	max-width:15px;
}
#testimonials .testimonials--actions .cta--arrow svg path {
	stroke:currentcolor;
}
#testimonials.style_3 .owl-stage-outer::before,
#testimonials.style_3 .owl-stage-outer::after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	display:block;
	z-index:1;
	pointer-events:none;
	width: 320px;
	background: linear-gradient(to right, var(--body_bg) 0%, transparent 100%);
}
#testimonials.style_3 .owl-stage-outer::before {
	left:0;
}
#testimonials.style_3 .owl-stage-outer::after {
	right:0;
	background: linear-gradient(to left, var(--body_bg) 0%, transparent 100%);
}
.testimonial--card .icons .icon {
	max-width: 25px;
	width: 100%;
}
#testimonials.style_4 .owl-stage-outer::before, 
#testimonials.style_4 .owl-stage-outer::after {
	display:none;
}
@media(max-width:1550px) {
	#testimonials.style_3 .owl-stage-outer::before, 
	#testimonials.style_3 .owl-stage-outer::after {
		width:280px;
	}
}
@media(max-width:991px) {
	#testimonials.style_3 .owl-stage-outer::before, 
	#testimonials.style_3 .owl-stage-outer::after {
		display:none;
	}
	.testimonial--card {
		text-align:left;
	}
}
@media (max-width: 767px) {
	#testimonials.style_3 .col--left {
		display: block;
	}
	#testimonials.style_3 .cols .section--title {
		margin-bottom:30px;
	}
	#testimonials.style_3 .cols > div {
		margin:0 !important;
	}
}
/*
* End Testimonials Style 3
*/



.text-readmore {
	--collapsed-height: 320px;
	--fade-color: var(--body_bg);
}

.text-readmore .js-readmore-content {
	position: relative;
	overflow: hidden;
	height: auto;
	transition: height 800ms cubic-bezier(0.4, 0, 0.2, 1);
	will-change: height;
	transform: translateZ(0);
	backface-visibility: hidden;
}

.text-readmore.is-collapsed .js-readmore-content::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(249, 244, 239, 0) 0%, var(--fade-color) 100%);
	opacity: 1;
	transition: opacity 0.25s ease;
}

.text-readmore.is-expanded .js-readmore-content::after {
	opacity: 0;
}

.text-readmore .read-more-toggle {
	margin-top: 24px;
}

.text-readmore:not(.is-collapsible) .read-more-toggle {
	display: none;
}
@media(max-width:767px) {
	.text-readmore .read-more-toggle {
		width: 100%;
		max-width: 100%;
	}
}