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

.fancyline:after {
    background-color: #5a5b5e !important;
    width: 90px !important;
    height: 1px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}


/*--------- Form contatti---------*/

.row2{
	display: grid;
    grid-template-columns: 49% 50%;
    gap: 10px;
	margin-top: 10px;
}
	
input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], textarea {
	width: 100% !important;
}

.row1{
    display: grid;
    grid-template-columns: 100%;
	margin-top: 10px;
}
.wpcf7 .wpcf7-submit {
    width: auto !important;
    margin-top: 20px !important;
    align-items: center !important;
    border-radius: 5px !important;
    border-color: #736357!important;
    color: #736357!important;
    justify-content: center !important;
    padding: 15px 33px !important;
    text-align: center !important;
    transition: .8s !important;
}
  
#field1, #field2, #field2, #field3, #field4, #field5, #field6, #field7, #field8, #field9, #field10, #field11, #field12,  #field20{
	background: #f7f7f7;
    border-radius: 4px;
    padding: 20px;
    border: 0px;
}

#field30, #field31, #field32, #field33{
	background: #fff;
    border-radius: 4px;
    padding: 20px;
    border: 0px;
}



.wpcf7 .wpcf7-submit {
    width: auto !important;
    margin-top: 20px !important;
    align-items: center !important;
    border-radius: 5px !important;
    border-color: #736357 !important;
    color: #736357 !important;
    justify-content: center !important;
    padding: 15px 33px !important;
    text-align: center !important;
    transition: .8s !important;
}


.wpcf7 .wpcf7-submit:hover {
    width: auto !important;
    margin-top: 20px !important;
    align-items: center !important;
    border-radius: 5px !important;
  background-color: #EECE38 !important;
    color: #fff !important;
    justify-content: center !important;
    padding: 15px 33px !important;
    text-align: center !important;
    transition: .8s !important;
}



.site-header {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    background: #fffffff5;
    margin-bottom: -14%;
    z-index: 9999999;
    background: #ffff;
    height: auto;
    z-index: 999;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.site-header .header-inner .site-branding .site-logo img {
    display: block;
    width: 100px;
}


.site-navigation {
    display: flex;
    align-items: center;
    margin-top: 1%;
}



.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
    color: #736357;
}


.site-navigation ul.menu li a:hover {
    display: block;
    padding: 8px 15px;
    color:#EECE38; 
}


 a:hover {
    color:#EECE38; 
}


 a{
 color:#EECE38;  
}

.site-header .header-inner .site-branding .site-logo img {
    display: block;
    width: 130px!important;
	margin-top: 5px;
	margin-bottom:5px;
}