body{ font-family: Varela Round; }

.papelsulweb {margin-top:-15px;}
.navigation-wrapper {background-color:#efefef !important;}
.search-wrapper {
		background-color:#FAAC58 !important;
	background: url('../../themes/modernize/images/icon/dark/find-17px.png') no-repeat center center;
}
#searchsubmit {
		background: url('https://spaziopapel.net/it/wp-content/themes/modernize/images/icon/dark/find-17px.png') no-repeat center center;
}

.footercontatto a{ color: #ef7f2c !important; } 
.footer-wrapper a:hover{ color: #cfcfcf !important; } 
div.footercontatto {
    color: #cfcfcf !important;
}


@media (max-width: 960px) {
		.cercanelsito {display:none;}
}

/* Fix scroll orizzontale per viewport 960-996px */
@media all and (min-width:960px) and (max-width: 999px) {
    .container { 
        width: 100% !important; 
        max-width: 960px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .container-wrapper, 
    .all-container-wrapper.boxed-layout { 
        width: 100% !important;
        max-width: 980px;
        box-sizing: border-box;
    }
    
    div.top-navigation-wrapper { 
        min-width: 100% !important; 
    }
    
    div.header-wrapper { 
        margin: 0px 5px !important; 
    }
    
    div.boxed-layout div.slider-wrapper.fullwidth { 
        width: calc(100% + 10px) !important; 
        margin-left: -5px !important; 
    }
    
    /* Assicura che il menu non causi overflow */
    ul.sf-menu li a { 
        padding: 0px 12px !important; 
    }
}

@media (max-width:768px) {
		.papelsulweb {margin-top:20px;}
}

/* Fix Firefox - Sostituisce CSS obsoleto del tema Modernize */
.wp-mobile-menu-trigger,
.wp-mobile-menu .wp-mobile-menu-item {
    /* Sostituisce -moz-box-shadow obsoleto */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    
    /* Sostituisce -moz-border-radius obsoleto */
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

/* Force menu mobile visibility su Firefox */
@media (max-width: 768px) {
    .wp-mobile-menu-trigger {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        z-index: 999999 !important;
    }
    
    .wp-mobile-menu {
        display: block !important;
        visibility: visible !important;
    }
}

@media (max-width:480px) {
		.papelsulweb {margin-top:-25px;}
}