/*
 Theme Name:   Bimbieviaggi Goodnews
 Theme URI:    
 Description:  Goodnews Child Theme
 Author:       
 Author URI:   
 Template:     goodnews
 Version:      1.0.0
 License:      
 License URI:  
 Tags:
 Text Domain:  
*/

/* privacy policy inizio */
#privacy {
	float:right;
}
/* privacy policy fine */

/*scritta sotto logo header*/
#scritta{
	margin: auto;
	width: 70%;
}

#scritta h2 {
	color: #09C;
	text-transform: lowercase;
	text-align: center;
	font-size: 2.7rem;
	font-family: "Aller",Arial,Helvetica,sans-serif;
	line-height: 1.3;
	margin-top: 0.7em;
}
/*scritta sotto logo header*/

/*parrallax single post*/
/*
.block-cover-parallax.standard-post {
    background-attachment: scroll !important;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center top;
    height: 470px;
}
*/
/*parrallax single post*/

/*slider home*/
.group{
	/* width: 65% !important;
	height: 85%; 
	width:100%;
	position: relative !important;*/
  
    padding: 31px !important;
    background-color: rgba(42, 42, 42, 0.62) !important;
}

.group .teaser{
/*	line-height: 1.27em;*/
}


.block-postgrid .title:not(.group) {
    background-color: rgba(42, 42, 42, 0.62);
}

.group .title {
    background-color: rgba(255, 0, 0, 0) !important;
    
}

/*slider home*/

/*griglia home*/
.testo-grid-bimbieviaggi{
	line-height: 1.6em;
}
.testo-grid-bimbieviaggi p{
}
/*griglia home*/






@media only screen and (max-width : 1200px){
 
}
 
@media only screen and (max-width : 979px){
 
}
 
@media only screen and (max-width : 767px){
 
}
 
@media only screen and (max-width : 480px){
  #scritta{
	margin: auto;
	width: 90%;
}
#scritta h2 {
	font-size: 1.7rem;
}
}
 
@media only screen and (max-width : 320px){
 #scritta{
	margin: auto;
	width: 90%;
}
#scritta h2 {
	font-size: 1.7rem;
}
}