/* xl - DESKTOP STYLES */ 
html,body{
	overflow-x:hidden !important;
}

@media screen and (max-width:600px){
	.wp-block-site-logo img

 {
    height: auto;
        max-width: unset !important;
        margin: -30px !important;
        position: relative;
        right: 60px;
}
	.footer_logo {
    position: relative;
    top: 20px;
}
}



