/**
 * Theme Name:     Hello Elementor Child
 * Author:         Giulio Blasi
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A child theme of Hello Elementor
 */

/* HEADER */

header.sticky {
    background-color: #1b1b1b;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}

/*  REVIEWS */
.rpi-content .rpi-card-inner{
    background-color: #fff !important;
    border-radius: 8px !important;
}
.rpi-name {
    color: #000000 !important;
}
.wpcf7 label{
    width:100%;
    margin-bottom: 20px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px!important;
    border: 0px!important;
    width:100%;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin:0px!important;
}
.wpcf7-submit{
    color: #fff !important;
    background-color: #1eb35a !important;
    border: 0px !important;
    font-weight: 600 !important;
}
@media (max-width: 767px){

}