/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* MENU IN BASSO - SOLO DESKTOP */
@media only screen and (min-width: 768px) {
	#header {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100vh;
		position: fixed !important;
	}

	#header_main {
		display: flex !important;
		flex-direction: column!important;
		justify-content: space-between!important;
		height: inherit!important;
	}
	
	#header_main .av-logo-container {
		height: inherit!important;
	}
	
	#header_main .inner-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: inherit!important;
	}
	
	.main_menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin-bottom: 20px;
	}
	
	/*
	.header_bg {
		background-color: orange !important;
	}
	
	#header_main {	
    	overflow: hidden !important;
    	height: 100vh!important;
	}
	
	.html_header_sidebar #header .container {
		height: 100vh !important;
	}
	
	.html_header_sidebar #header .inner-container {
		display: flex!important;
		flex-direction: column!important;
		justify-content: space-between!important;
	}
	
	.html_header_sidebar #header .inner-container .main_menu {
		height: auto!important;
		bottom: 40px !important;
	}
	
	.html_header_sidebar .logo {
		border-bottom-width: 0 !important;
	}
	
	.html_header_left #main {
		border-left-width: 0 !important;
	}
	*/

	
	li#menu-item-636 {
		background-image: url(https://www.guidoparigi.it/wp-content/uploads/2024/03/contatti.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 70% !important;
		height: 40px !important;
	}
	li#menu-item-636 a {
		opacity: 0;
	}
	
	
	li#menu-item-679 {
		background-image: url(https://www.guidoparigi.it/wp-content/uploads/2024/03/progetti.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 70% !important;
		height: 40px !important;
	}
	li#menu-item-679 a {
		opacity: 0;
	}
	
	.html_header_sidebar .logo img {
		width: 70% !important;
		margin: auto !important;
	}
}


/* MENU IN BASSO - SOLO DESKTOP */
