/*
Theme Name: net22
Theme URI: 
Author: Net22
Author URI: https://www.net22.gr/
Description: Net22
Version: 1.0
*/
.be--on-holidays {
	color: var(--footer_color);
	display: block;
	font-size: 13px;
	max-width: 165px;
}

.contact--form input, .contact--form textarea{
	padding: 15px;
	border-radius: 10px;
}
/*.wpcf7-response-output{
display:block!important;
}*/

@media(max-width:767px) {
	.header--logo.header--logo-scrolled,
	.header--logo:not(.header--logo-scrolled) {
		top: 18px;
		left: 25px;
		transform: unset;
		width: 100px;
		height: 45px;
	}
	.triple--image-wrapper .grid {
		grid-template-columns: 1fr;
	}
	.triple--image-wrapper .grid .image:not(:nth-child(2)) {
		margin-top: 0;
	}
	.triple--image-wrapper .grid .image {
		height: 360px;
	}
	.triple--image-wrapper .content {
		margin-bottom:50px;
	}
	.triple--image-wrapper {
		margin-top: 60px;
	}
	.left--right-wrapper.with--space {
		margin-top: 60px;
	}
	#hero.style_3 .content {
		width:90%;
	}
}