/* 
Theme Name: Hello Elementor Child
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
*/

/* Add your custom styles here */

#video_home {
	width: 300px;
  position: fixed; /* o absolute */
  top: 0;
  left: 0;
  pointer-events: none; /* evita problemi col mouse */
  will-change: transform;
  transform-origin: center center;
}


.btn {
    text-transform: uppercase;
    border-radius: 30px;
    padding: 9px 20px;
    font-size:13px;
	background: none;
	font-weight: bold;
}


.btn.btn-primary{
    background:#fff;
    border: none;
	border-radius: 50px;
	padding:10px 50px;
    color: #1A1A1A;
	
}

.btn.btn-primary:hover{
	background:#fff;
    color: #6A6A6A;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6A6A6A !important;
    border-color: #6A6A6A !important;
}


form.wpcf7-form input,
form.wpcf7-form textarea{
	background: none;
    border: none;
    border-bottom: 1px solid #6A6A6A;
    padding: 10px;
    color: #fff;
	font-size: 13px;
	width: 100%;
	outline: none;
	border-radius: 0;
}
form.wpcf7-form textarea{
	height: 100px;
}
form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus{
	border-bottom: 1px solid #fff;		
}

form.wpcf7-form input.wpcf7-submit {
    width: auto;
    float: none;
    margin-top: 30px;
}
form.wpcf7-form input[type=checkbox]{
	width: auto;
}

form.wpcf7-form input[type=checkbox] {
    width: auto;
}


form.wpcf7-form span.wpcf7-list-item-label {
    color: #6A6A6A;
}



form.wpcf7-form input:-webkit-autofill,
form.wpcf7-form input:-webkit-autofill:hover, 
form.wpcf7-form input:-webkit-autofill:focus, 
form.wpcf7-form input:-webkit-autofill:active{
     -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #6A6A6A;
}
