/*
Theme Name:     Spacious Child
Theme URI:      http://terracotta.abcdbook.org
Description:    Tema Child per il tema Spacious
Author:         ppd
Author URI:     http://example.com/about/
Template:       spacious
Version:        0.1.0
*/


/* =CONTACT FORM7 plugin
----------------------------------------------- */
.wpcf7 {
  background-color: #fff;
  width: 300px;
	}



/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #666666;
	font: 16px 'Lato', sans-serif;
	line-height: 20px;
	word-wrap: break-word;
}
body {
	background: #dd9933;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 18px;
	color: #222222;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}
h1 { font-size: 26px; line-height: 36px; }
h2 { font-size: 24px; line-height: 34px; }
h3 { font-size: 22px; line-height: 32px; }
h4 { font-size: 20px; line-height: 30px; }
h5 { font-size: 18px; line-height: 28px; }
h6 { font-size: 15px; line-height: 25px; }
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}


/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	line-height: 24px;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

/* =HEADER
----------------------------------------------- */
#site-title a {
	color: #444444;
	font-size: 20px;
}

#site-description {
	line-height: 18px;
	font-size: 16px;
	padding-bottom: 0;
	color: #666666;
}

/* =NAVIGATION
----------------------------------------------- */
.main-navigation ul li a {
	font-size: 14px;
}

