/* Themify Customize Styling */
body {	background: none;
	background-color: #000000;
	font-family: "Raleway";	font-weight:500;
	font-size:24px;

	color: #bbbbbb; 
}
a {	
	color: #ffffff; 
}
input[type=reset], input[type=submit], button, button[type=submit] {	background: none;
	background-color: #ffffff;
	color: #000000; 
}
body #site-logo a img {		width: 140px; 
}
#site-logo {		position:relative;

	top: 40px;
	left: 20px; 
}
#footer-logo a img {		width: 100px; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #444444; 
}
#footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {	
	color: #ffffff; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 140px; 
}
#footer-logo a img {		width: 100px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 140px; 
}
#footer-logo a img {		width: 100px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 140px; 
}
#footer-logo a img {		width: 100px; 
}
 }
/* Themify Custom CSS */
@media screen and (max-width: 1100px) {
    #site-logo {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        float: none !important;
        margin-left: 0 !important;
        z-index: 100;
    }
    
    /* Assicura che l'header faccia da contenitore corretto per il posizionamento */
    #header {
        position: relative !important;
        display: flex;
        align-items: center;
    }
}