/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body{
	overflow-y:scroll;
}

#go-to-top{
	display:none;
}

/*progress bar*/
#dkr-progress-bar {
	width:100vw;
	position:fixed;
	top:0;
	height:5px;
	background:#000000;
	z-index:100;
}

/*sticky header*/
#dkr-stickyheaders{
	-webkit-transition: transform 0.34s ease;
	transition : transform 0.34s ease;
}
.dkr-headerup{
	transform: translateY(-130px);
}

/*transparent header*/
header .q-zar-header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

/*stilizza il form di contatto*/
.contact-form {
	text-align:center;
	color: #ffffff;	
}

.contact-form input, .contact-form textarea{
	margin-top:20px;
}

.contact-form input[type="checkbox"] {
    margin-bottom: 20px;
    padding: 15px;
    width: 25px;
    height: 25px;
}

.contact-form input[type="submit"] {
    margin: 50px auto 20px auto;
    display:block;
}

.contact-form .wpcf7-list-item {
	margin:0;
}

/*nascondi recaptcha*/
.grecaptcha-badge { visibility: hidden; }

/*stilizza cornetta nel menu*/
header i.fas.fa-phone {
    position: relative;
    top: 3px;
}