/*
 Theme Name:   gustapedia
 Description:  Child Theme per gustapedia
 Author:       Luigi Guaitoli	
 Author URI:   https://www.gustaweb.it
 Template:     Extra
 Version:      1.0.0
 Text Domain:  Extra

*/

.clearfix {
    overflow: auto;
}

#et-navigation li li{padding-top:4px;text-align:center;line-height:2px}

#menu-item-3349 {line-height:20px!important;}

#pre-header{
	width: 100%;
	margin: 0 auto;	
}


#logo{ 
	float: left; 
	width: 200px;
}
#banner{
	float: left;
}
/*
#main-header{clear:both}
#main-content{padding-top:7%;}
*/




/* varianti in base alla risoluzione */
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
	#logo{ 
 		margin-left: 140px;
 		margin-right: 50px;
 		margin-top: 20px;
 		margin-bottom:20px;
	}
	#banner{ 
 		width: 900px;
 		margin-top: 20px;
 		margin-bottom:20px;
	}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
	#logo{ 
 		margin-left: 15px;
	}
	#banner{ 
 		width: 800px;
	}  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
	#logo{ 
 		margin-left: 5px;
	}
	#banner{ 
 		width: 490px;
	}  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  //CSS
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  //CSS
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  //CSS
  
}