/*
Theme Name:  Divi Child Theme
Author:      Michele Torre
Description: Tema child di Divi di base. Questo tema child contiene le personalizzazioni dedicate al sito Scuola Nautica Ciampino.
Template:    Divi
Version:     2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*- Add any CSS custom code for this child theme below this line -*/

/*=== CF7 ===*/
.wpcf7 .wpcf7-form-control.wpcf7-submit {
	color: #ffffff !important;
    background-color: #009ee0;
	display: inline-block;
	font-size: 17px !important;
    font-weight: 500;
    padding: .4em 1.5em;
    line-height: 1.7em !important;
	border-radius: 5px !important;
	border-width: 0 !important;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #062e74;
}
.wpcf7 .form-row-two {
	padding-top: 0 !important;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	padding: 17px !important;
	border-radius: 5px !important;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
/*=== landing page ===*/
#oltre12miglia .tabella-prezzi .et_pb_pricing_heading {
	background: #009DE3;
}
.tabella-prezzi.tabella-gold .et_pb_pricing_heading {
	background: #C9980B !important;
}
/* fix missing scrollbar in theme builder */
.et-fb-root-ancestor body {
	overflow: auto !important;
}
