/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.search-desktop {display:block}
.search-mobile {display:none}
.theme-pagechild {width:68%;float:left; padding:30px 20px;}
.theme-catricerca {width:73%; float:left; padding:30px 20px;}
#ric-sidebar {float:right; width:27%;}
#ric-sidebar .sidebar-wrapper {padding:30px 20px 30px}
.button-ricerca {width:99%; margin-bottom:20px;}


.box-documenti {border-top:2px solid #f8ab5d; padding-top:50px; padding-bottom:20px;}
.box-news-osservatorio {border-top:2px solid #f8ab5d; padding-top:20px; padding-bottom:20px; margin-top:20px}
.box-news-osservatorio h2 { margin-bottom:1.5em;}
.box-documenti-wrapper { background-color:#f8f8f8; padding:40px 2% 40px 2%;}

@media handheld, only screen and (max-width: 768px) {
	.search-advanced {width:100%; float:none; background-color:#fff; margin:0; padding:20px 0 0 0}
	.search-advanced div[id*='ajaxsearchlite'].wpdreams_asl_container {margin:auto; width:80%;}
	
	#ric-sidebar {width:100%;}
	
	.search-desktop {display:none}
	.search-mobile {display:block}
	.news-eurispes-content {float: none}
	
}




/** This class will hide all the body by default **/
#accordion .acc-body{
   display : none;
}
/** This class will show the body if it has "active" parent class. "active" class will be added to panel div **/
#accordion .active .acc-body {
   display : block;
}