/* 
Theme Name: Visioon
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



:root {
	--blu:#27488d;
	--blu-chiaro:#315faf;
}
/* FORM */


.wpcf7 .inline-form {
    display: flex;
    grid-column-gap: 15px;
}


.wpcf7 .inline-form .keydesign-label {
    width: 100%;
}


.wpcf7  .keydesign-label label {
    display: flex;
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
    position: absolute;
    align-items: center;
    cursor: text;
    margin-bottom: 0;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 10;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);;
}

.wpcf7  .keydesign-label:focus-within label,
.wpcf7 .keydesign-label.keydesign-not-empty label {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(20px, 0, 0);
}

.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
}

.wpcf7 .privacy .wpcf7-list-item-label {
	font-size: 12px; 
	line-height: 18px;
}


.wpcf7 label {
    white-space: break-spaces !important;
}

.wpcf7 textarea {
    padding-top: 25px;
    height: 70px;
}


.wpcf7 .privacy {
	font-size: 13px;
}

.wpcf7 input[type=submit] {
	color: var(--blu);
	background: white;
}

.wpcf7 input[type=submit]:hover {
	color: var(--blu-chiaro);
	background: white;
}

.wpcf7 a {
	color: white;
}


@media (max-width: 766px) {
	.wpcf7 .inline-form {
    	display: block;
	}

}

