/*!
Theme Name: Beclinic-child
Template: beclinic
Theme URI:
Author: Zemez
Author URI:
Description: Beclinic - truely multipurpose WordPress theme for real life projects. Built with love and care by Zemez.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beclinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Beclinic is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*viene specificato che per ogni id del form .form-cv (messo a codice del form) viene usato il css sotto*/
.wpcf7 .form-cv input[type="text"], 
.wpcf7 .form-cv input[type="email"], 
.wpcf7 .form-cv input[type="url"], 
.wpcf7 .form-cv input[type="password"], 
.wpcf7 .form-cv input[type="search"], 
.wpcf7 .form-cv input[type="tel"], 
.wpcf7 .form-cv textarea, 
.wpcf7 .form-cv .wpcf7-form-control{
    padding: 10px 15px 10px 15px;
    /*margin: -20px 0px -5px 0px;*/
    background-color: rgba(30,36,40,0.2);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #c5cbcf;
	color: #FFF; /*colore del testo*/
	margin-bottom: 15px; /*spazio fra i bottoni*/
}

.wpcf7 .form-cv label /*tutte le label all interno di wpcf7 sono bianche*/
{
	color: #FFF;
	}