@charset "UTF-8";
/* CSS Document */

/*import google fonts*/
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700|Voces&subset=latin-ext,latin);

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


body{
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Maven Pro', Helvetica, sans-serif;
	color:#616161;
	background:url(../images/bkgPattern.gif) top left repeat #cad29e;
	min-width:320px;
		
}
#wrapper{
	width:100%;
	background:#fff;
	position:relative;
	font-size:0.93em;
	/*padding-bottom:1em;*/
	line-height:1.5;
}

p{
	margin-bottom:0.5em;
}
a{
	display:block;
}
img{
	max-width:100%;
}
b{
	font-weight: bold;
	font-style: italic;
}
i{
color:#07a3a9;
}
strong{
	font-weight: bold;
}

/*any list coming after a p*/
p + ul{
margin:0.5em 0 0.5em 0;
}

li{
	list-style:none;
	padding:0.6em 0 0 0.7em;
	text-indent:-0.7em;
	
}
header nav li{
	padding:0;
	text-indent:0;
}

#feature_area article p span,
#feature_area article h2,
#info h2,
h2{
	font-size:2em;
	font-weight:700;
	color:#07a3a9;
	letter-spacing:-0.02em;
	line-height:1;
	margin-bottom:0.75em;
}

h3{
	color:#07a3a9;
	font-size:1.1em;
	font-weight:700;
	margin-bottom:0.5em;
}

#feature_area article h4,
h4{
	color:#07a3a9;
	font-weight:700;
	margin:1em 0;
}

/* bullets inside any lists*/
li span{
	color:#07a3a9;
}

i{
	font-style: italic;
	color:#07a3a9;;
}


/* making header the positioning contxt for logo and tagline*/
header{
	position:relative;
	height:114px;
	padding:1px;
	overflow:hidden;
}
header section#hometitle,
#title{ /* you can also write this selector as header section#title*/
	
	padding:0;
	margin:1em auto;
	background:url(../images/logo.gif) center #fff no-repeat;
}
#hometitle h1,
#hometitle h2,
#title h1,
#title h2,
#title a{
	text-indent:-99999px;
}

/* --- MAIN NAVIGATION---*/

header nav{
	position:absolute;
	right:0px;
	bottom:-1px; /* to go behind paper, but needs top make a png*/
}
header nav li {  
	float:left; /* makes menu horizontal */
	list-style-type:none; /* removes default bullets off lists */
	
	}
	
header nav li a {   
	display:block; /* makes link fill li */
	padding:.25em .8em;
	font-style: normal;
	font-size:1em;
	text-align:left;  
	color:#fff;
	text-decoration:none;
	
	border-radius:8px 8px 0 0;
	background:#40c8ce;
	margin:0 2px 0 3px;
	
	}
header nav li a:hover { 
	background:#a1d077;
	
}
.slctLink a{
	background:#a1d077;
}
	



/* --- main display area styling HOME PAGE----- */

#display_area{
	/* position:relative;z-index:2; to make paper on top on nav. make paper png*/
	background:url(../images/paperBkg.jpg) top left repeat-x #dfd7a6;
	height:370px;
		
}

#display_area p{
	padding-bottom:0.5em;
}

#display_area img{
	display:none;
	/*background-color: red;*/
}


#display_area blockquote{
	color: #555555;
    font-family: 'Voces',sans-serif;
    font-size: 1.5em;
	text-align: center;
    padding: 2em 2em 0 2em;
    
}
	
/* --LARGE CONTATTAMI BUTTON --*/

div.btnContact a{
	background:url(../images/loriBtnspriteNop.png) top left no-repeat ;
	height: 55px;
    margin: 0.75em 0;
    width: 198px;
	display:block;
	clear:both;
}

div.btnContact a:hover{
	background:url(../images/loriBtnspriteNop.png) 0px -61px no-repeat ;
}

div.btnContact a p{
	display:none;
}

#display_area .inner div a{
    margin: 2em auto;
}

/* -- END BUTTON --*/


/* --- HOME PAGE text area #feature_area ---*/
#feature_area{
	overflow:hidden;
	margin: 2em;
	
}

#feature_area article{
	margin-bottom:2em;
	
}


#feature_area article li a, 
a{
	display:block;
	text-decoration:none;
	color:#616161;
	
}
#feature_area article li a:hover{
	color:#07a3a9;
}


/* -- basic settings for secondary pages main section --*/
#main_contact,
#servizi,
#about_me,
#faq,
#error404
{
	background:#fff;
	border-top:solid 6px #cad29e;
	overflow:hidden;
	padding:2em 1.5em;
	
}



/* ---CHI SONO PAGE ---*/

/* -- main section for about me --*/

#about_me article
{
	padding:0 0 2em 0;	
}

#about_me article h2{
	padding-bottom:0;
	font-size:2em;
}
article#lori{
	background:transparent;
	padding:0;
	margin:0;
}

#about_me #lori h3{
	font-size:1.5em;
	
}

#about_me li {
    padding-bottom: 1em;
    padding-top: 0;
}


#about_me #lori img,
#servizi article img
{
	background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 4px 3px #aaa;
    margin: 0 0 1em;
    padding: 0.5em;
/*    max-width:100%;*/

}
#about_me #lori img{
	width:95%;
	max-width: 350px;

}
#about_me img#fnnhp{
	float:left;
	margin: 0.4em 0.7em 0 0;
    padding: 0;
}
#about_me section{
	 
	margin-bottom:3.5em;
}
#about_me section p{
	margin-bottom:1em;
}


/*-- SERVIZI and FAQ--*/

#servizi a:hover,
#faq a:hover{
	color:#40c8ce;
}
ul#serviceNav{
	margin-bottom:2.5em;
}
ul#serviceNav li:first-child{
	padding-top:0;
}
ul+p{
	padding-top:0.6em;
}

#servizi article h3{
	margin:0;
}
#servizi article h3 + em{
	display:block;
	font-size:0.85em;
	font-style:italic;
	padding-bottom:0.75em;
}

#servizi article h4{
	margin:0;
}
#servizi article img{
	float:left;
	max-width: 40%;
	margin: 0 0.75em 0.2em 0;
}

div.toTop
{
    font-size: 0.8em;
    font-style: italic;
    height: 29px;
    margin: 0 1em 1.3em 0;
    text-align: right;
	
}

div.toTop a{
	background: url("../images/arrow.png") no-repeat scroll right center transparent;
	padding:1em 3em 1em 0;
	color:#999;
}

#servizi aside img,
#faq aside img{
	display:none;
}

#servizi aside div,
#faq aside div{
	margin-left:3.5em;
}

#servizi aside blockquote{
	clear: both;
    color: #5CA3A9;
    font-size: 0.85em;
    font-style: italic;
    margin-top: 2em;
    padding: 0.5em 0 0.75em 2em;
    text-align: left;
    padding-right:1em;
}

#servizi aside blockquote cite{
	 display: block;
    font-size: 0.9em;
    margin-right: 2em;
    text-align: right;
}

#faq ul{
	margin-bottom:1.5em;
}

#servizi div.btnContact,
#faq div.btnContact{
	padding:1em 0 0 1em;
	margin:0 auto;

}


/*--------------------------------------------
CONTACT PAGE 
---------------------------------------------*/

/* --- main section for contact page ---*/


#main_contact{
	/*background:url(../images/naturalMedicineLg.jpg) 18% bottom no-repeat #fff;*/
}

#info{
	/*float:left;
	width:50%;
	padding-left:1em;*/
		
}

#info p{
	/*padding-left:2em;*/
	margin-bottom:1em;
	
}

#main_contact aside{
	/*float:right;*/
	
}


/* --------------------------------------------------------- 
form styling 
---------------------------------------------------*/
form.loriContact{
	width:100%;
	border:solid 1px #999;
	padding:2em 1em 1.5em;
	margin-top:1em;
	background:#fff;
	box-shadow:8px 8px 6px -7px #888;
}
.loriContact fieldset{
	padding:0 0  0.2em 0;
	width:100%;
	border:0;
}

.loriContact legend{
	width:100%;
	padding:0.3em 0;
	background:#07a3a9;
}

.loriContact legend span{
	display:block;
	font-size:1em;
	line-height:1.1em;
	padding:0 0 0 0.4em;
	font-weight:bold;
	color:#fff;
}

.loriContact section{
	overflow:hidden;
	padding:0.2em 0 0.4em 0;
	
}

.loriContact label:last-child {
	clear: none;
    float: left;
    margin: 0 0 0.7em 0;
	color:#616161;
	
}

.loriContact label,
.loriContact h4{
	display:block;
	clear:both;
	margin:0.3em 0.3em 0 0;
	padding-bottom:0.1em;
	font-size:0.8em;
	font-weight:400;
	line-height:1.1em;
	color:#07a3a9;
}
/* asterisk style */
.loriContact label span,
.loriContact h4 span{
	font-size:1.5em;
	vertical-align:text-top;
	color:#07a3a9;
}

.loriContact fieldset p.note{
	color:#07a3a9;
	font-size:0.75em;
	padding:0.3em 0 0.3em 0;
	
}

.loriContact p{
	font-size:0.7em;
	line-height:1.1.em;
	text-align:right;
	font-style:italic;
	color:#616161;
	margin:0.3em 2em 0;
	clear:both;
	
}

.loriContact input,
.loriContact textarea,
.loriContact select{
	margin:0.2em 0.5em 0.2em 0;
	padding:0.2em 0.4em;
	color:#000;
	line-height:1.3;

	/* necessary for Firefox or it will show courier*/
	font-family:inherit;
	font-size:0.9em;
	/* to remove default blue outline use:
	outline:none;*/
	box-shadow:1px 1px 3px #ccc;
}

.loriContact input,
.loriContact textarea{
	width:95%;

	/*width:18 em;
	add a darker gray top border and corner. No more blue outline
	border1px solid #bbb7ab;
	border-radius:3px;*/
}
#general input{
	height:3em;
}

/* reduce size of radio button*/
.loriContact input[type="radio"]{
	width:auto;
	float:left;
	margin-bottom:1em;
	
}
.loriContact input[type="radio"]+label{
	margin-bottom:0;
	margin-top:0;
}
.loriContact input#clientType{
	margin-top:-1em;
}

.loriContact textarea{
	height:7em;
	margin-top:0.3em;
	/*line-height:1.1em;*/
}


fieldset#interests{
	overflow:hidden;
	margin:0.2em 0 0.3em 0;
	/*padding:0 0 0.1em 0;*/
}

.loriContact fieldset#interests input{
	float:left;
	clear:both;
	width:auto;
	padding-top:0.5em;
	margin: 0.8em 0.5em 0 0;
	background:#ccc;
	
}


/* make the label for checkmark float next to the control*/
.loriContact fieldset#interests label{
	clear:none;
	padding-top: 0.5em;
	color:#616161;
}

/* Not working yet*/
.loriContact fieldset#interests label:last-child{
	padding-top:0.5em;
	color:#07a3a9;
}

.loriContact input[type="submit"]{
	font-size:1em;
	font-weight:700;
	color:#fff;
	background-color:#07a3a9;
	cursor:pointer;
	padding:0.5em;
	margin-bottom:0.5em;
	width:auto;
}

/* align the submit button
.loriContact > section:last-child{*/
.loriContact div{
	text-align:center;
}


/*feedback messages*/
.error, .success{
	/*height: 5em;*/
    /*left: 3.125em;*/
    padding: 2em;
    position: absolute;
    top: 515px;
    width: 86%;
		
}

.error, input.error, textarea.error{
	border:solid 1px #903;
	background: #EA7C7E; /* old browsers */

background: -moz-linear-gradient(top, #EA7C7E 0%, #EFACB3 38%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EA7C7E), color-stop(38%,#EFACB3)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA7C7E', endColorstr='#EFACB3',GradientType=0 ); /* ie */
}

.success, input.success, textarea.error{
	border:solid 1px #693;
	background: #C6E043; /* old browsers */

background: -moz-linear-gradient(top, #C6E043 0%, #DAF27D 38%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C6E043), color-stop(38%,#DAF27D)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6E043', endColorstr='#DAF27D',GradientType=0 ); /* ie */
	
}

/* normativa styling */

.legal h3 span{
	color:#616161;;
	display:block;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal
		

}
.legal h3{
	margin-bottom:1.5em;
}
.legal section.answer p
{
	text-align: left;
	font-style: normal;
	font-size:0.8em;
}
.legal .answer ol{
margin: 0.3em 2em 0;
font-size:0.8em;

}
.legal h3 {
	background: url(../images/open.png) no-repeat 0 15px;
	padding: 10px 0 0 25px;
	cursor: pointer;
	font-size: 0.95em;
	
}
.legal h3.open{
	background-image: url(../images/close.png);
}
div.agree p {
	text-align: left;
	margin-bottom:1em;
}




/* --- footer section ---*/
footer{
	
	/*width:100%;*/
	background:#849837;
	text-align:center;
	font-size:0.9em;
	line-height:1;
	color:#999;
	border-top: 5px solid #CAD29E;
	padding:1.5em 0;
	margin:0;

}


footer .inner{
	
	/*width:50%;*/
	margin:auto;
	overflow:hidden;

}

footer p{
	/*float:left;*/
	/*margin-right:4em;*/
	color:#cad29e;
}

footer p a{
	color:#cad29e;
	font-weight:bold;
	display:inline;
	
	
}

footer p a:hover{
	color:#fff;
}

/* 
============================ custom errors ==================================
*/
#error404 h1{
	/*background:url(../images/aromaterapiaFlip.jpg) right #fff no-repeat;*/	
	color:#A1D077;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	
}
#error404 section:nth-of-type(2){
	padding-top:1em;
}


#error404 img{
	width:100%;
	
}
#error404 a{
	display:inline-block;
	color:#00A3A9;
	font-weight: bold;
	padding:0 0.75em;
}
#error404 a:hover{
	color:#A1D077;
}


/* MEDIA QUERIES */
@media only screen and (min-width 400px){
	/* navigation becomes tabs, and bring back bamboo bkg*/
	#display_area blockquote{
		font-size: 2em;
	}
	/*feedback messages*/
.error, .success{
	/*height: 5em;*/
    /*left: 3.125em;*/
    top: 490px;
    width: 90%;
		
}


	
}

/* MEDIUM SIZE */
@media only screen and (min-width: 480px){

 	header section#hometitle, #title{ 
	padding:0;
	background:url(../images/logo.gif) left #fff no-repeat;
}
 	#display_area .inner{
	background:url(../images/rightBamboo.png) right center no-repeat;
	height:inherit;

	}
	#display_area blockquote{
		font-size: 1.6em;
		padding: 2em 7em 0 2em;

	}
	#feature_area article.list{
		background:url(../images/limeFlowerVert2.png) right bottom no-repeat;
		/*background:url(../images/peppers.png) right top no-repeat;*/
	}
	#display_area .inner div a{
    margin: 2% 0% 0 20%;
	}
	/*feedback messages*/
.error, .success{
    top: 470px;
    width: 92%;
		
}


}
	
/* large SIZE */
@media only screen and (min-width: 600px){
	
	#wrapper{
	max-width:1000px;
	margin:0 auto 1.25em;
	}
	

	#display_area blockquote{
    font-size: 1.7em;
	text-align: center;
    /*padding: 2.6em 8em 0 11em;*/
    
}
	#feature_area article{
	float:left;
	width:63%;
}

#feature_area article.list{
	width:30%;
	float:right;
	background:transparent;
}

/* main padding for all secondary pages */
#main_contact,
#servizi,
#about_me,
#faq{
	
	padding:2.5em 1.75em;
	
}

/* ------ about me page -----*/
#about_me{

}
#about_me article#lori{
	float:left;
	width:45%;
	background:transparent;
	/*padding-bottom:0;*/
	background:url(../images/aromaterapia2_sm.jpg) no-repeat center bottom #fff;
	padding:0 0 22em 0;


}
#about_me article
{
	float:right;
	width:45%;
	
	
}
#about_me section{
	margin:0 0 2em 1em;

	float:right;
	width:45%;


}

#about_me div.btnContact{
	width:200px;

	
}

/* ----- servizi and FAQ ----- */
#servizi section,
#faq section{
	float:left;
	width:60%;
}
#servizi aside,
#faq aside{
	float:right;
	width:35%;
}

#servizi aside img,
#faq aside img{
	align: center;
	margin:0 0 1em 1em;
	display:block;
}

#servizi aside div,
#faq aside div{
	margin-left:3.5em;
}
#servizi div.btnContact{
	margin:0;
	padding:0 0 0 1em;

}

/* end servizi and FAQ --- */

/*---- contact page -----*/
#info{
	background:url(../images/naturalMedicine_xs.jpg) right center no-repeat #fff;
}
#info p{
	padding-right:5em;
	width:70%;
}

/*feedback messages*/
.error, .success{
    top: 500px;
    width: 92%;
		
}



/* end contact ---*/

footer .inner{
	overflow:hidden;
	width:80%;
	margin:auto;
	padding:1em 1.5em 1.5em;
}

footer p{
	/*float:left;*/
	display:inline-block;
	/*margin-right:4em;*/
	color:#cad29e;
	padding-right:1.5em;
}



}
@media only screen and (min-width: 800px){

	header section#hometitle{ /* you can also write this selector as header section#title*/
	position:absolute;
	width:281px;
	height:82px;
	left:160px;
	top:30px;
	background:url(../images/logo.gif) left #fff no-repeat;
}

	#title{
	height:82px;
	margin:2em 0 1em 5em;
	background:url(../images/logo.gif) left #fff no-repeat;
	}


#display_area img{
 	display:block;
 	position:absolute;
	top:0;
	left:0;
	

 }
 #display_area blockquote{
    font-size: 1.7em;
	text-align: center;
    padding: 2.6em 8em 0 11em;
}
#display_area .inner div a{
    margin: 2em 40%;
	}

/* main padding for all secondary pages */
#main_contact,
#servizi,
#about_me,
#faq{
	
	padding:2.5em 2.5em 2.5em 50px;
	
}

#servizi div.btnContact a{
	margin:0 auto;	
}

/* end servizi and FAQ --- */

/* chi sono*/

#about_me article#lori{
	width:35%;
	background:white;
	padding-bottom:0;

	

}
#about_me article
{
	
	width:60%;
	/**/
	background:url(../images/aromaterapia2.jpg) no-repeat left bottom #fff;
	padding:0 0 27em 0;
	
}
#about_me section{
	margin:0 0 2em 0;
	width:60%;


}
#about_me #lori img{
	width:90%;
}


/*---- contact page -----*/
#info{
	background:transparent;
}

#main_contact{
	background:url(../images/naturalMedicineLg.jpg) 8% bottom no-repeat #fff;
	padding-bottom: 0;
}

#info{
	float:left;
	width:40%;
	padding-left:1em;
	
	
}
#info p{
	margin-bottom:1em;
	width:100%;
	padding-right:0;
	
	
	
}

#info .btnContact{
	padding:1em 0;
}

#main_contact aside{
	float:right;
	padding:0 1em 2em 0;
	width:50%;
	
}
/*feedback messages*/
.error, .success{
    top: 170px;
    width: 44%;
		
}
/* end contact ---*/

/* custom errors*/
#error404 section{
	width:50%;
	float:left;
}
#error404 section:nth-of-type(2){
	padding-left:2em;
}
