/*
Theme Name: InCucinetta
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/





/* 1. Mulish Normale (Regular) */
@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: 400 500;
    font-style: normal;
}

/* 2. Mulish Grassetto (Bold) */
@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: 600 700;
    font-style: normal;
}


/* 1. Inter Normale (Regular) */
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_24pt-Regular.ttf') format('truetype');
    font-weight: 400 500;
    font-style: normal;
}

/* 2. Inter Grassetto (Bold) */
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 600 700;
    font-style: normal;
}



.text-color-xsdn-color strong {color: #FFF !important;}


blockquote {
  margin: 10px 0px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 90%;
}
blockquote {
  margin: 0 0 1rem;
}


.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #422918;
  padding: 5px;
  background: #422918;
}

@media (min-width: 961px) {
.aaamenu-container .row::before {
    content: "";
    position: fixed;     /* La mantiene fissa anche se si scorre la pagina */
    left: 0px;              /* Parte esattamente dall'alto */
    right: 5px;           /* Applica il margine di 5px da sinistra */
    width: 30px;          /* Larghezza della fascia (modifica in 5pc se necessario) */
    height: 100vh;       /* Alta esattamente il 100% della finestra (Viewport Height) */

    background: linear-gradient(to bottom, rgba(70, 141, 152, 0) 0%, rgba(70, 141, 152, 0.6) 100%);    
    z-index: 9999;       /* La mantiene in primo piano sopra gli altri elementi */
    pointer-events: none; /* Evita che la fascia blocchi i clic sugli elementi sottostanti */
}}

.uncode-custom-cursor {
    display: none !important;
}

.indirizzo2 {display: none;}
.vmenu-footer .indirizzo {display: none;}
.vmenu-footer .indirizzo2 {display: inline;}

#conteggio .uncode-owl-nav-in {color: #468d98;}

.no-touch .onepage-pagination a.is-selected .cd-dot {
  background-color: #468d98;
  transform: scale(1.8);
}