/*
Theme Name: Scaperrotta
Description: Version: 1.0
Author: Adriano Leo
Template: enfold
Author URI: http://www.adrianoleo.com

*/


/*gallery animation*/
.avia_transform .avia-gallery-thumb img{
opacity: 1;
-webkit-transform:	scale(1);
transform:			scale(1);
}
.avia_transform .avia-gallery-thumb  img.avia_start_animation{
-webkit-animation: none;
animation:         none;
opacity: 1;
-webkit-transform:	scale(1);
transform:			scale(1);
}




/* EXPORT CSS Hero */





	html #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a:hover {
	       opacity: 1; 
	    }
		
	
	
	
	
	
	
	
	
	
	
	#top.single-portfolio #main > div.container_wrap:nth-child(2) .avia-gallery .avia-gallery-thumb img {
	       border-width: 0px; 
	       opacity: 1!important; 
	    } 
	
	#top.single-portfolio #main > div.container_wrap:nth-child(2) .avia-gallery .avia-gallery-thumb img:hover {
	       opacity: 1!important; 
	       transform: none!important; 
	       transition: 0!important; 
	    } 
	



#footer .widgettitle {
	
       letter-spacing: 0px; 
       line-height: 68px; 
       text-transform: none !important;
	font-size: 20px;
	color: #4f5458;
} 


html  #top .alternate_color.title_container .main-title a {
       display: block; 
       font-size: 22px; 
       font-weight: bold; 
       line-height: 76px; 
       text-align: center;
    } 


	body#top.single.single-portfolio #main div.main_color.container_wrap_first.container_wrap.fullsize div.container main.template-page.content.av-content-full.alpha.units {
		padding-top: 10px;
	}
	

#white_bg, #white_bg div#av-masonry-1 {
	background: white !important;
}



#top .av_inherit_color a{
	text-decoration: none;
}

#top .av_inherit_color a:hover{
	text-decoration: underline;
}



.avia_transform .avia_start_delayed_animation.pop-up{

	-webkit-animation: avia_image_appear 2s 1;

	animation: avia_image_appear 1s 1;
}


.avia_transform .avia_start_delayed_animation.bottom-to-top{
	
	-webkit-animation: avia-btt 1s 1;
	
	
}



