@CHARSET "UTF-8";
/*
Theme Name: Splash Page
Author: Enrico Nardo
Author URI: http://www.sinfonialab.it
Description: Just a splash page / landing page
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	font-family: 'Helvetica', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0e9cdb;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Helvetica', Arial, sans-serif;
}
p {
	line-height: 1.5;
}
.row {
	max-width: 60em; 
}
.screen-reader-text,
.screen-reader-response {
	position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.red {
	color: #ff0000 !important;
}
.yellow {
	color: #feef4d !important;
}
.no-list {
	list-style: none;
	margin-left: 0;
}
#header {
	padding: 40px 0 40px 0;
	color: white;
	
	background: rgb(227,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,252,252,1) 0%, rgba(14,156,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,252,252,1)), color-stop(100%,rgba(14,156,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(227,252,252,1) 0%,rgba(14,156,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(227,252,252,1) 0%,rgba(14,156,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(227,252,252,1) 0%,rgba(14,156,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(227,252,252,1) 0%,rgba(14,156,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3fcfc', endColorstr='#0e9cdb',GradientType=0 ); /* IE6-9 */
}
@media only screen and (min-width: 40.063em) { 
	#header {
		padding: 100px 0 40px 0;
	}
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
	color: white;
}
#header .tagline {
	color: #0e9cdb;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25em;
}
#header .logo-wrapper:last-of-type {
	text-align: right;
}
@media only screen and (min-width: 40.063em) { 
	#header .logo-wrapper:last-of-type img {
		position: relative;
		bottom: -27px;
	}
}
#header .logos-wrapper {
	margin-bottom: 40px;
}
#subheader {
	padding-top: 40px;
}
@media only screen and (min-width: 64.063em) { 
	#subheader {
		padding-top: 70px;
	}	
}
#subheader strong {
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.3em;
}
#subheader p:last-of-type {
	line-height: 1.2em;
	font-size: 1.25em;
}
#orari ul {
	font-size: 1.1em;
}
#footer {
	background-color: #0e9cdb;
	color: white;
	padding-top: 30px;
}
#footer a {
	color: white;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: white;
}
#footer h4 {
	text-transform: uppercase;
	font-weight: bold;
}
#copyright {
	background-color: #0178ad;
}
@media only screen and (min-width: 64.063em) { 
	#copyright > .columns:not(:first-of-type) {
		padding-top: 38px;
	}
}
@media only screen and (max-width: 64em) { 
	#copyright > .columns:nth-child(3) {
		padding-bottom: 5px;
	}
	#copyright > .columns:nth-child(4) {
		padding-top: 0;
	}
}
#copyright .columns {
	padding-top: 20px;
	padding-bottom: 20px;
}


.content {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 35px;
}
.content h2 {
	color: #db480e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.8em;
	margin-bottom: 30px;
}
#come-funziona-list li {
	padding-left: 150px;
	padding-top: 10px;
	background-repeat: no-repeat;
	min-height: 90px;
	margin-bottom: 30px;
}
#come-funziona-list li:nth-child(1) {
	background-image: url('img/icona-1.png');
}
#come-funziona-list li:nth-child(2) {
	background-image: url('img/icona-2.png');
}
#come-funziona-list li:nth-child(3) {
	background-image: url('img/icona-3.png');
}
#come-funziona-list li:nth-child(4) {
	background-image: url('img/icona-4.png');
}

#contact-form-wrapper label {
	font-size: 1.25em;
	color: #0e9cdb;
	font-weight: bold;
	margin-bottom: 3px;
}
#contact-form-wrapper label a {
	text-decoration: underline;
}
#contact-form-wrapper label[for="contact-consenso"] {
	font-size: 0.9rem;
	font-weight: normal;
}
#contact-form-wrapper label[for="contact-name-surname"],
#contact-form-wrapper label[for="contact-email"] {
	text-transform: uppercase;
} 
#contact-form-wrapper input[type="text"],
#contact-form-wrapper input[type="email"],
#contact-form-wrapper input[type="number"],
#contact-form-wrapper select {
	border: 3px solid red;
	border-radius: 10px;
	box-shadow: none;	
}
#contact-form-wrapper select {
	width: 200px;
}
#contact-form-wrapper input[type="number"] {
	width: 55px;
}
#contact-form-wrapper input[type="submit"] {
	text-transform: uppercase;
	font-weight: bold;
	background-color: red;
	border-radius: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#contact-form-wrapper input[type="submit"]:hover,
#contact-form-wrapper input[type="submit"]:focus {
	background-color: #fb7a7a;
}
#contact-form-wrapper .wpcf7-list-item {
	margin-right: 10px;
}
#contact-form-wrapper .wpcf7-list-item-label {
	font-size: 1.2em;
	color: red;
	font-weight: bold;
}
#contact-form-wrapper .wpcf7-response-output.wpcf7-display-none {
	padding: 0 !important;
}
#contact-form-wrapper .wpcf7-response-output {
	padding: 10px 20px;
	color: white;
	border-radius: 10px;
	background-color: rgb(155, 155, 128);
}
#contact-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: rgb(35, 182, 35);
}
#contact-form-wrapper .wpcf7-response-output.wpcf7-validation-errors {
	background-color: rgb(235, 82, 82);
}
#contact-form-wrapper .wpcf7-not-valid-tip {
	display: block;
	font-size: 0.9em;
	margin-top: -10px;
	margin-bottom: 10px;
	color: rgb(235, 82, 82);;
}
