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

.location--map-panel__body.relative {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.location--map-panel__body a {
	justify-content:flex-start;
}
.take--me-there svg {
	width: 16px;
	height: 16px;
	display:block;
}
.take--me-there {
	z-index: 1;
	display: flex;
	font-size:65% !important;
	column-gap:6px;
	line-height: 1;
	align-items: center;
	font-weight: 400;
	transition:all ease-in-out 250ms;
}
.take--me-there:hover {
	color:var(--heading_color);
}
#header.style_2 {
    background-color: #fbefdf;
}

@media(max-width:767px) {
	#footer.style_3 .footer--cols .col--top .col--middle {
		justify-content:center;
	}
	.owl-dots {
		display:none !important;
	}
}
@media(min-width:992px) {
	#footer.style_3 {
		padding-block:60px 25px;
	}
}
@media(min-width:768px) {
	#footer.style_3 .footer--content.container--full {
		max-width: 1700px;
	}
}
.contact--list li {
	flex-direction: column;
	row-gap: 5px;
}
.left--right-wrapper .cols > div.col--right {
	min-width: calc(50vw - 15px);
}
.d--block {
	display:block;
}
.languages--wrapper.dropdown:not(:hover) .languages--next {
	pointer-events:none;
}
@media(max-width:767px) {
	.sub-footer.style_2 {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	.footer--logo {
		width: 180px;
		height: auto;
	}
	#footer .contact--list li a {
		text-align: center;
	}
}

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