/*
additionalcss.css -
questo file l'ho creato seguendo il tutorial dell'autere di NovelLite per creare un child theme:
http://www.themehunk.com/how-to-create-a-child-theme-using-themehunk-themes/
conslude il tutorial dicendo: Now, Create a file named additional-style.css in the child theme folder, and add your CSS code there. It make easier to handle CSS code in separate file.
*/

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
color: #444444;
font-size: 16px;
line-height: 1.5em;
}
strong {
font-weight: 600;
}

big {
font-size: 130%;
}

ul li {
    margin-top: 10px;    
}

ol {
  list-style: none;
      counter-reset: my-awesome-counter;
}
ol li {
    counter-increment: my-awesome-counter;
    
}
ol li::before {
    margin-right: 7px;
  content: counter(my-awesome-counter) "  ";
  color: red;
  font-weight: bold;
  font-size: 125%;
}

.space-top{
padding-top:1em;
}

.clearfix-margin {
clear: both;
 padding-bottom:1em;  
}

.content blockquote {
font-size: 1.2em;
line-height: 1.5em;
}

.btn-primary,
.contact input[type="submit"],
#mc-embedded-subscribe-form .button,
.ctct-embed-signup .ctct-button {
    background: #fff;
    border-color: #78a206;
}

/* Sections: backgrounds, headings and icons */
#about, #team, #insieme {
    padding-bottom: 66px !important;
    }

.heading .subtitle {
    font-size: 1.6em;
    opacity: 1;
    line-height: 1.2em;
}


.col-md-12 .fa {
    font-size: 24px;
    }

.dark {
    background-color: #dec93d;
    color: #523c32;
}

.dark .heading .fa {
    color: #fff;
}

#team{ 
background-color: #f25e40;
}
.grey{ 
background-color: #F3F3F3;
}

h3.smalltitle {	
    font-weight: 600;
  line-height: 1.2em;
    position: relative;
    text-align: center;
    font-size: 36px;
}

h3.smalltitle span {
    background:  #dec93d;  
	 display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 30%;
}

h3.smalltitle:before {
    left: 0;
}

h2.bigtitle_genitori {
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 64px;
    text-transform: uppercase;
    margin-bottom: 40px;
	color: #c3b7b7;
}

#testimonials h2.smalltitle span {
   background: #ffff;
    width: 22%;
}

.bannerStyle{
font-size: 0.7em;
}
#recapiti p{
background-color: #523c32;
padding:6px 10px 3px 10px;
margin: 0;
}

#recapiti p i{
font-size: 150%;
color: #a6ce39;
margin-right: 8px;
transition:all 0.9s ease; 
}
#recapiti p i:hover{
 -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);   
}

#recapiti a{
color:#e0e0e0;
text-decoration: none;
margin-right: 5%;
}

#recapiti p a:hover{
text-decoration: underline;
}

.navbar-default  {
height: 110px;
}
.navbar-brand {
padding-top:5px;}

.navbar-default .navbar-nav {
    padding-top: 2.7em; 
	float: none !important;
}
.navbar-default .navbar-nav > li {
    margin-left: 30px;
	position: relative; 
	bottom: 11px;
}
.navbar-default li a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a {   
font-size: 0.9em;
color: #523c32;
text-decoration: none;  
}

.navbar-default li a:hover,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.active a {
    border-bottom-color: #a6ce39;
}

.toggle {
position: fixed;
top: 120px;
cursor: pointer;
clear: both;
background-color: #78a206;
color: #fff;
font-size: 0.9em;
font-weight: bold;
padding: 4px;
border-radius: 5px;
z-index: 100;
}
.home-menu-content {
background-color:  #f25e40;
padding:10px 0;
position: fixed;
z-index: 5;
top: 120px; left: 0px;
overflow: auto;
-webkit-overflow-scrolling: touch;
border: 1px solid black;
min-width: 50px;
  min-height: 50px;
  text-align: center;

}
.home-menu-content ul {
list-style-type: none;
margin-left: -20px;
}
.home-menu-content ul li {

margin: 0 10px 20px 0;
}

.home-menu-content ul li a {
text-decoration: none;
color: #ffffff;	
font-weight: bold;
}
.home-menu-content ul li a:focus {
color: #555;	
font-weight: bold;
}
/* welcome */

.blacklayer {
    background: rgba(0, 0, 0, 0.25) url('images/bg-strip.png') repeat scroll 0 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.hero .row{
position: relative;
top: 75px;
}
.hero .lead  {
position: relative;
top: 20px;
width:98%;}

.hero .lead p { 
text-align: left;    
color: #f1f1f1;
 font-family: 'Open Sans', sans-serif; 

}
.hero .lead p span {
font-size: 0.7em;
font-weight: 700;
}
.hero h1 {
	font-weight: 700;
	color: #f1f1f1;
 	font-family: 'Open Sans', sans-serif;  
    line-height: 36px !important;
    text-align: left;
    letter-spacing: 1.25px;
}

.btn-lg {
font-size: 14px;
}
#welcome .btn-primary {
background-color: #fff;
}

.text-left {
margin-left: 40px;
}


.text-right .btn span{
    color: red;
    text-transform: lowercase;
    font-weight: 600;
}



/* il centro */

#about i{ 
color: #78a206;}

/* cosa facciamo */

.dark h2.bigtitle_dark span {
    background: #dec93d;  
}
h2.bigtitle_dark:before, h2.bigtitle_dark:after {
    background: #fff;    
}
#services i{ 
color: #78a206;}


#services img, #insieme img{ 
height: auto;
 margin-bottom:10px;/* per modificare stile orig */
}

#services blockquote, #insieme blockquote {
	text-align: left;
	 margin-top: 20px;
	border-left: none !important;
}

.specialistiche p::before {
 content:  "\2713 ";
font-size: 1.5em;
}

.specialistiche p {
  text-shadow: 1px 1px 1px #a6ce39;
line-height: 1.5em;
font-weight: 400;
padding-right: 2%;
padding-left: 4%;
}
#features h4{ 
font-size: 1.2em;
}
#features h2, #features h4{ 
color: #747373;
}
#features .feature{ 
padding-right: 30px;
}

#features .feature a{ 
display: block;
text-transform:uppercase;
letter-spacing:1px;
font-size: 0.8em;
font-weight: 900;
margin-top: 0.5em;
}

#features a::after{ 
content:' \25BA'}

/* L'equipe */

.lite h2.bigtitle_dark span {
    background: #f25e40;  
}
#team .col-md-12 i{ /* l'icona in testa alla sezione */
color: #a6ce39;
margin: 0 50%;
}

#team .col-md-12 { 
margin-bottom: 5%;
}

#team .col-md-12 img{ /* l'immagine del team */
padding-top: 1em;
}

#team .btn { 
margin-top: 2%;
}

.widget-prof .t-name  {
	color: #fff;
    font-size: 1em;  
    padding: 20px 0 10px;
}
.widget-prof .t-name-bottom  { /* per predisporre allineamento in basso */
	position: relative;
  	top: 1em;	
	color: #fff;
	 }

.team .t-name-bottom:before {
	margin-right: 1em;
    font-family:  "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f0e0";
}
.team .t-name-bottom:before:hover {
text-decoration: none;}

.team .t-type {
	display: none; /* quando abbiamo deciso di cambiare equipe luglio/18 */
    font-size: 1em;
    color: #fff;
	font-weight: 100;
 	font-style: normal; 
	border: 1px solid #fff;
	border-radius: 5px;
 	height: 55px;
	padding: 0 5px;
}

.widget-prof p{  /* pewr predisporre allineamento in basso di .t-name-bottom */
padding-right: 30px;
}

.team-reveal { position:relative; bottom: 400px;}

.apparizione { 
text-align:center;
color: #fff;
margin-bottom: 10px;
}


#prof-ref{ 
padding: 2px 6px;
background-color: #fff;
border-radius: 5px;
text-align: center;
font-size: 0.75em;
line-height:1.75em;
}
#sab{ 
padding-top: 5%;
text-align: left;
}
#sab span{ 
padding-bottom: 10em;
}
.sabatini-title { 
font-size: 1em;
font-weight: 600;
color: #fff;
text-transform: uppercase;
}

#sab p{ 
font-size: 115%;
line-height: 1.5em;
text-align: left;
}
/* Testimonianze */

.testimonials { padding-top: 0; }

.testimonials .col-md-7 {
padding: 5% 2% 2% 2%;
}

.testimonials h4{
font-size: 1.2em;
line-height: 1.5em;}

.testimonials ul{
margin-bottom: 20px;}

.testimonials .btn {
background-color: red;
float: right;
margin: 20px 0 0;
padding: 5px 10px;
white-space: normal;
}
.testimonials img {
width: 20%}


/* fare insieme */

.project-single h2.bigtitle_dark span {
   background: #fff;  
}

#insieme i{ 
color: #78a206;}

#insieme .col-md-6{ 
text-align:center;
margin: 20px 0 5% 0;}

#insieme h3{ /* per renderlo = a services (valutazione,terapie) */
text-transform: uppercase;
font-size: 24px;
padding-bottom: 20px;}

.lab a{ 
font-weight: 600;
text-transform: uppercase;}

.lab-title{ 
color: #f25e40;
font-weight: bold;
text-transform: uppercase;}

.project-single .description .details p{ 
margin-bottom: 5px;}
.project-single .description .details a span{ 
font-weight: 600;
}




/* blog */

.blog h2.bigtitle span {
   background: #f3f3f3;  
}


#blog i{ 
color: #78a206;
margin: 0 50%;
}

#blog img{
  display: block;
  max-width: 95%;
  height: 225px;
}

.home-blog-entry-text header {
	
	padding: 1em 0 0.5em 0;
}
.home-blog-entry-text h4 {
		margin-bottom: 0.3em;
	letter-spacing: 0.25px;
}

.home-blog-entry-text header a {
	color: #1b1b1b;

}

.read-more {
    margin-left: 10px;
}


.blog-item .pagemeta {
    font-size: 75%;
}

#blog .btn {
margin: 0 45%;
}

/* Contatti */

#contact i{ 
color: #78a206;
}

#contact .subtitle {
 text-transform: none;
}
#contact .subtitle span {

 text-transform: uppercase;
margin-bottom: 10px;
}
.contact ul.socials li a i {    
    
position: relative; bottom: 4px;
font-size: 1.5em;
}

.contact ul.socials li a {    
    width: 100%;
	position: relative; 
	bottom: 15px;
}
.grecaptcha-badge { visibility: hidden; }

.copyrightinfo p {    
    color: #fff;
	font-size: small;
}

#footer .widget { 
	margin-bottom: 0.7em;
    color: #fff;
list-style: none;
}
#footer .widget a { 
	text-decoration: none;
}

#footer img { 
	width: 40px;
	height: auto;
}


/* Inner Page Content
================================================== */

.container .alignleft, .container .aligncenter, .container .alignright {
border: 2px #eeeeee solid;
}

.content .size-full {
    width: 100%;
	margin: 2em 0;
}

.size-thumbnail, .size-medium {
margin: 0 2em 1em 0;
}


.content {
    padding: 140px 0 50px 0;
}

.content .entry-title {
    font-size: 1.75em;
    line-height: 1.25em;
	padding: 0px;
	margin: 0; 
}



.subtitle {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0.5em; 
}

.share img {
	margin-left: 10px;
	width: 18px;
	height: 18px;
}


.content .entry-title:after { 
 background: #a6ce39 none repeat scroll 0 0;
    
    height: 4px;
    margin-top: 5px;
    width: 100%;
}

.page-template-area {
   background-color: #e1efef;
}
.page-template-area .content {
  padding-top: 145px;
}

#area .content  { 
padding-top:132px;
}

#area .content .entry-title:after { 
display: none;
}

#area .content .entry-title { 
font-size: 1em;
position: relative; top: 3px;
text-transform: uppercase;
font-weight: 900;
}


#boxed  img{ 
border: 0; 
height: 140px; 
width: 100px; }

#boxed  { 
border: 2px solid #ccc;
border-radius: 5px;
padding: 10px 20px;
font-size: 110%; 
font-style: italic;
margin-bottom: 3%;
}

#boxed  span{ 
font-weight: 600;
line-height: 30px;}


.awesome-list {
  list-style-type: none; 
}

.awesome-list li{
margin-bottom: 20px;   
}

.awesome-list li::before {
font-family: FontAwesome;
    content: "\f00c";
font-size: 1.2em;
color: #78a206;
margin-right: 20px;
}

#area h2 { 
color: #f25e40;

}

.accordion h2 { 
cursor: pointer;
}

#area h2:after { 
 background: #a6ce39 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 5px;
    width: 100%;
}

#area h2:hover:after { 
    height: 3px;
}
.areaimg { 
position: relative; bottom: 15px;
width: 100%;
height: auto;  }


.content hr {
    position: relative; bottom: 30px;
	border: none; 
	background-color: #a6ce39;
	height: 4px;
}

.arrowright{
   font-size: 70%;
font-weight: 600;
text-shadow: 1px 1px 1px #ccc;
letter-spacing:2px;
color: #f25e40;
float: right; 
padding-right: 0px;
}

.arrowright:hover{

}
.content p {
   text-align: justify;
}
.intro-articolo {
font-size: 120%;
font-weight: 600;
padding-bottom: 3%;
}

.imgquestion{margin-left: 20px;
}

#sidecontent, #sidecontent-user {
   margin-bottom: 2em;
}

#sidecontent-user i {
    padding-right: 10px;
}

#sidecontent p, #sidecontent-user p, #sidecontent-cat p {   
font-size: 0.85em;
margin: 0 0 5px 0;
}

#sidecontent a {
    color: #666;
    font-weight:900;
    font-size: 14px;
}
#sidecontent a:hover {
    color: #333;
}
.user-bio { 
 font-size: 0.75em;
line-height: 1.5em;
}
.user-bio a {
 font-weight: 400;
 font-size: 110%;
}
 .user-bio img {
float: left;  
    height: 120px;
    width: 120px;
border-radius: 5px;
margin-right: 10px;
}

.user-name {
   font-weight: 600;
   margin-top: 20px;
}
.sidebar {
color:  #777;
margin-top: 140px !important;
}
.sidebar li ul li, .sidebar ul {
    padding: 0;
}

.sidebar ul li {
margin-bottom: 10px;
line-height: 16px;
}


.sidebar ul li a {
    font-weight:900;
    color: #666;
    font-size: 14px;
}

.sidebar h2 {
    line-height: 1.25em;
	text-transform: uppercase;
	font-size: 14px !important;
}
.sidebar h2::after {
  width: 100% !important;
}
.sidebar .size-post-thumbnail {
   
width: 100%; height:100%;   
}

.sidebar .widget{
   margin: 2em 0;}

.sidebar .btn{
font-size: 12px;
    color: #111;
   background-color: red;
width: 100%;
}
.testimonials .btn:hover, .sidebar .btn:hover{
   background-color: #CCC;
}



.sidebar form {
    margin-bottom: 10%; 
}

.post .entry h2{
   font-style: italic;
}



/*qui diamo le regole alla classe che si crea facendo sroll */	


.terapie{ 	
	opacity: 0;
	}
.terapie-animated{ 
	opacity: 1;	
	position: relative;
	}
.inevidenza{ 	
	opacity: 0;
	}
.inevidenza-animated{ 
	opacity: 1;	
	position: relative;
	}

.metod{ 	
	opacity: 0;
	}
.metod-animated{ 
	opacity: 1;	
	position: relative;
	}
.ilcentro{ 	
	opacity: 0;
	}
.ilcentro-animated{ 
	opacity: 1;	
	position: relative;
	}
.widget-prof{ 	
	opacity: 0;
	}
.widget-prof-animated{ 
	opacity: 1;	
	position: relative;
	}

.lab{ 	
	opacity: 0;
	}
.lab-animated{ 
	opacity: 1;	
	position: relative;
	}

.project{ 	
	opacity: 0;
	}
.project-animated{ 
	opacity: 1;	
	position: relative;
	}
.blog-item{ 
	opacity: 0;
	}
.blog-item-animated{ 
	opacity: 1;	
	position: relative;
	}
.contatto{ 
	opacity: 0;
	}
.contatto-animated{ 
	opacity: 1;	
	position: relative;
	}

/*qui diamo l'animazione */


.inevidenza-animated {
	animation: opacity 5s;	
   }
.ilcentro-animated {
	animation: opacity 10s;	
   }
@keyframes opacity {
   0% {  opacity: 0; }
   100%  {  opacity:1; }
}


@keyframes slideleft {
   0% {  opacity: 0; left: -40px;}
   100%  {  opacity:1; left: 0;}
}
@keyframes slideright {
  0% {  opacity: 0; right: -40px;}
   100%  {  opacity:1; right: 0;}
}
.terapie-animated div:nth-of-type(1) {
            animation: slideleft 0.5s;		
   }
.terapie-animated div:nth-of-type(2) {
            animation: slideright 0.5s;		
   }

.metod-animated div:nth-child(odd) {
            animation: slideleft 0.5s;		
   }
.metod-animated div:nth-child(even) {
            animation: slideright 1s;		
   }

.widget-prof-animated div:nth-of-type(1) {
            animation: slideleft 0.5s;		
   }
.widget-prof-animated div:nth-of-type(2) {
            animation: slideright 1s;		
   }
.lab-animated div:nth-of-type(1) {
            animation: slideleft 0.5s;		
   }
.lab-animated div:nth-of-type(2) {
            animation: slideright 0.5s;		
   }
.blog-item-animated {
            animation: slideleft 1.5s;		
   }
.contatto-animated {
            animation: slideleft 1.5s;		
   }



@media (min-width: 1024px) {

#area h2 { font-size: 1.25em;}

}  

@media (min-width: 768px) {
#recapiti p .face{ }
#recapiti p {font-size: 0.9em;}
.hero h1 { font-size: 1.8em !important; }
.hero p { font-size: 1em; }
.toggle, home-menu-content {display:none;}
h3.smalltitle {	margin-bottom: 50px;}
.testimonials .col-md-7 {color: #fff; background-color: rgba(0,0,0,0.6);}
.services blockquote {width: 100%;}
#services img,  #insieme img{ width: 80%;}
#contact iframe{ width: 90%;}
#disturbo .btn{display: none;}
.gallery-item img{width:98%;height: 98%;}
#sab img{ float: left;margin-right: 1%;}
.subtitle img{ width: 85%;height: 75%;}

}

@media (max-width: 1024px) {

.navbar-default .navbar-nav {float:right;}
.navbar-default .navbar-nav > li {margin-left: 10px;}
.navbar-default li a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a {font-size: 12px;letter-spacing: 0px;}
.navbar-default .navbar-nav { padding: 2.1em 0 30px 0;}
.hero .text-left, .hero .text-right {float: left;}
.hero .text-right {margin-left: 40px;}
h3.smalltitle {	margin-bottom: 50px;}
.team .t-type { height: auto;}
.widget-prof p{ height: auto;}
#area h2 { font-size: 0.9em;}
.testimonials .col-md-7 {color: #fff; background-color: rgba(0,0,0,0.6);}
}

@media (max-width: 767px) {

#recapiti p {font-size: 0.6em;}
.hero h1 { width: 100%; font-size: 1em; }
.hero p { font-size: 1em; }
h3.smalltitle {	margin-bottom: 50px;}
.testimonials .col-md-7 {color: #fff; background-color: rgba(0,0,0,0.6);}
.services blockquote {width: 90%; }
#services img, #services h3, #insieme img, #insieme h3{ width: 90%;}
.gallery-item{width: 100% !important; clear: both;}
#sab { padding: 5% 5% 0;}
#sab img{ float: none; width: 100%;height: auto;}
.subtitle img{ width: 100%;height: 100%;}

}

@media (max-width: 700px) {
.face{ right: 5px; padding: 0;}
.wa{ display: inline-block; }
#recapiti p .face{float: none;}
.navbar-brand img { width: 75%;}
.navbar-default .navbar-nav { padding: 2.1em 0 30px 0;}
.hero {padding: 60px 0 170px ;}
.hero .lead { width: 100%;}
.hero h1 { width: 100%; font-size: 1.5em !important; }
.hero p { font-size: 0.9em; }
.hero .col-md-3 {float: none;}
.text-left {margin-left: 0;}
#about img {width: 400px; height: 300px;}
h3.smalltitle {	margin-bottom: 0px;}
.testimonials .col-md-7 {color: #523c32; font-size: 80%; width: 75%; background-color: rgba(0,0,0,0);}
.map   { display: block; }
.face  { float: right; }
h2.bigtitle_dark:before, h2.bigtitle_dark:after, h2.bigtitle:before, h2.bigtitle:after, h2.bigtitle_grey:before, h2.bigtitle_grey:after {display: none;    }
#gallery-insieme {width: 100%;float: none;}
#contact .subtitle {margin-top: 50px;}
#contact iframe{ width: 100%;}
.container {padding:0 5%;}
#disturbo .btn{background-color: red; margin-bottom: 20px; display: block; }
#disturbo .btn-lg {font-size: 12px; }
}



