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


	/* Form button */
	
	.form_element input.button{
		float: right;
	}
	
	/* effetto zoom hover masonry */
	.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	}
	
	
	/* Counter */
	
	span.avia-no-number{
	font-weight: bolder;
	}
	
	.avia-no-number {
	  opacity: 1;
	}


	a.avia-button{
		font-weight: bolder;
	}
	
	
	
	/* Change effect slide mobile Menu to right to left*/
	
		html body#top #mobile-advanced {
		    top: 0;
		    left: auto;
		    right: -100%;
		    -moz-transform: none;
		    -ms-transform: none;
		    -webkit-transform: none;
		    transform: none;
		    transition: right 0.6s;
		}
		
		html body#top .show_mobile_menu #mobile-advanced {
		    -moz-transform: none;
		    -ms-transform: none;
		    -webkit-transform: none;
		    transform: none;
		    right: 0;
		}




/* MILGIORA LA VISUALIZZAZIONE DEL MENU SU MOBILE*/

	#mobile-advanced li a {
	font-size: 25px !important;
	list-style-type: none !important;
	list-style: none !important;
	}

	#mobile-advanced li.menu-item a{
		
		border-bottom: 1px solid #3a3a3a !important;
	}
	
	#mobile-advanced li.menu-item a:nth-child(1) {
		border-top: 1px solid #3a3a3a !important;
	}
	
	
	#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
	display: none;
	}
	
		


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

	@media only screen and (min-width: 768px) {
	  /* Add your Desktop Styles here */
	
	}
	
	@media only screen and (min-width: 1300px) {
	  /* Add your Desktop Styles here */
		/* distanzia le voci menu */
		
	}



/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 768px) and (max-width: 989px) {

}




/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

	@media only screen and (max-width: 767px) {
	  /* Add your Mobile Styles here */
	  
	  }