/*
Theme Name: Argu Child
Theme URI: http://useful-pixels.com/
Description: Creative Theme
Version: 1.0
Author: Useful Pixels
Author URI: http://useful-pixels.com/
Template: argu
*/

@import url("../argu/style.css");

#nav-main,
.search_menu,
.shop_icon,
.popup_menuo {
    margin-top: 20px !important;
}

.topclass.topclass-shrink #logo #uplogo img {
    margin-top: 18px !important;
}

.logged-in .normal.light,
.logged-in .topclass.topclass-shrink {
    margin-top: 15px !important;
}

/* Marquee */

/* Container styles */
.scrolling-text-container {
    background-color: #323030;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

/* Inner container */
.scrolling-text-inner {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    will-change: transform;
    animation: scroll-left 30s linear infinite;
}

/* Aggiungere spazio extra alla fine */
.scrolling-text-inner::after {
    /*content: "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀";*/
    /* Spazio vuoto */
    display: inline-block;
    width: 100vw;
    /* Larghezza pari alla viewport */
}

/* Pausa animazione al passaggio del mouse */
.scrolling-text-container:hover .scrolling-text-inner {
    animation-play-state: paused;
}

/* Animazione fluida */
@keyframes scroll-left {
    from {
        transform: translateX(100vw);
        /* Parte completamente fuori */
    }

    to {
        transform: translateX(-100%);
        /* Esce completamente a sinistra */
    }
}

/* Velocità maggiore su mobile */
@media (max-width: 768px) {
    .scrolling-text-inner {
        animation-duration: 30s;
        /* Più veloce */
    }
}

.gold-silver-box {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Arial, sans-serif;
}

.metal {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
    background: white;
}

.metal.gold {
    border: 2px solid gold;
}

.metal.silver {
    border: 2px solid silver;
}

.metal h3 {
    margin: 5px 0;
    font-size: 18px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* Media Query per smartphone */
@media (max-width: 600px) {
    .metal-container {
        flex-direction: column;
        align-items: center;
    }

    .metal-box {
        width: 90%;
        /* Occupa quasi tutta la larghezza dello schermo */
        max-width: 300px;
        /* Limita la dimensione massima */
        margin-bottom: 10px;
        /* Aggiunge spazio tra i blocchi */
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 17px;
        padding-right: 15px;
        text-align: center !important;
    }
}


/* Totale oro */
.cp_cff_11 #fbuilder .fields:not(.cff-container-field) {
    padding: 13px !important;
}


/* Quotazioni Oro e Argento */

.metal-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.metal-box {
    width: 300px;
    height: 380px;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
    font-weight: bold;
}

.metal-box-gold{
    width: 510px;
    height: 220px;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
    font-weight: bold;
    background: linear-gradient(145deg, #FFD700, #B8860B);
    border: 3px solid #DAA520;

}

.metal-box:hover {
    transform: scale(1.05);
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

/* Sfondo dorato per l'oro */
.metal.gold {
    background: linear-gradient(145deg, #FFD700, #B8860B);
    border: 3px solid #DAA520;
}

/* Sfondo argentato per l'argento */
.metal.silver {
    background: linear-gradient(145deg, #C0C0C0, #808080);
    border: 3px solid #A9A9A9;
}

/* Titolo */
.metal-box h3 {
    font-size: 30px;
    margin: 10px 0;
}

/* Prezzo principale (24K o argento) */
.price-time {
    font-size: 95px;
    font-weight: bold;
    color: #fff;
    margin: 50px 0;
}


.price-time-gold {
    margin: 40px 0;
    font-size: 95px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: -20px;
}

/* Contenitore per le altre carature */
.gold-rates {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    /* background: rgba(255, 215, 0, 0.2); */
    background: #f4f4f4;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
}

.gold-rate {
    display: flex;
    justify-content: space-between;
    width: 21%;
    font-size: 19px;
    background: rgba(255, 215, 0, 0.2);
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
}
/* Stile per i prezzi delle altre carature */
.gold-karats, .silver-purity {


    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    width: 100%;
    font-size: 19px;
    /* background: rgb(94 94 90 / 20%); */
    background: #f4f4f4;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
}

.silver-purity-2{

    display: flex;
    justify-content: space-between;
    width: 26%;
    font-size: 19px;
    background: rgb(94 94 90 / 20%);
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
}

.gold-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

/* .gold-item {
    background: #ffd700;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    min-width: 100px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
} */

.gold-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    background: #fff6e6;
    padding: 0px;
    border-radius: 10px;
}

/* Stile dei singoli blocchi */
.gold-item {
    background: #ffd700;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    min-width: 120px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
}

/* Effetto hover per desktop */
.gold-item:hover {
    transform: scale(1.1);
}

/* Tablet e mobile */
@media (max-width: 768px) {
    .gold-prices {
        flex-direction: column;
        align-items: center;
        width: 100%; /* Assicura che il contenitore si adatti */
    }
    
    .gold-item {
        width: 100%; /* Occupa tutta la larghezza disponibile */
        max-width: 400px; /* Limita la larghezza massima per leggibilità */
        font-size: 18px;
        padding: 15px;
    }
}

/* Smartphone */
@media (max-width: 480px) {
    .gold-item {
        width: 100%;
        max-width: 350px;
        font-size: 16px;
        padding: 12px;
    }

    .last-update-sell-buy{

        font-size: 15px !important;
    }

    .line{

        display: none;
    }
}


/* Adatta il design per schermi piccoli */
@media screen and (max-width: 600px) {
    .metal-container {
        flex-direction: column;
        align-items: center;
    }

    .metal-box {
        width: 90%;
        height: auto;
    }

    .price-time {
        font-size: 50px;
    }

    .price-time-gold {
        font-size: 60px;
    }

    .gold-rates {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .gold-rate {
        display: flex;
        justify-content: space-between;
        width: 35%;
        font-size: 16px;
        background: rgba(255, 215, 0, 0.2);
        /* background: #fff; */
        padding: 8px;
        border-radius: 8px;
        text-align: center;
        margin-top: 15px;
    }

    .silver-purity-2{

        display: flex;
        justify-content: space-between;
        width: 44%;
        font-size: 16px;
        background: rgb(94 94 90 / 20%);
        padding: 8px;
        border-radius: 8px;
        text-align: center;
        margin-top: 15px;
    }


    .vc_custom_heading{


        text-align: center !important;
    }

    .text-holder {
        padding: 0 0 0 0px !important;
        position: relative; 
        text-align: center !important;
    }
    
    .icon-holder {
        float: none !important;
        display: inline-block;
        position: relative;
        z-index: 9;
    }

    .metal-box-gold {
        width: 342px;
        height: 210px;
        border-radius: 15px;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        font-family: 'Arial', sans-serif;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        color: white;
        font-weight: bold;
        background: linear-gradient(145deg, #FFD700, #B8860B);
        border: 3px solid #DAA520;
    }

    .row .main {
        margin-top: 100px !important;
    }

}

@media (max-width: 900px) {
    a.up-button {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 8px !important;
        min-height: 30px;
        line-height: 30px;
    }
}

/* Rimuovo l'anchor tag dal Porfolio immagini HOMEPAGE */
.port_slide a {
    pointer-events: none;
    cursor: default;
}

.snip1556{

    pointer-events: none;
    cursor: default;
}

.fa.fa-map-marker{

    color:#B8860B !important;
}

.fa.fa-phone{

    color:#B8860B !important;

}

.fa.fa-envelope{

    color:#B8860B !important;
}

.fa.fa-clock-o{
    color:#ffffff !important;

}

.row {
   
    margin-top: -5px !important;
}

.services:hover {

color:#fff !important;

}

.quotes:hover {

    color:#fff !important;
    
    }

#nav-main ul.sf-menu a {
        font-family: Heebo;
        font-weight: 700;
        font-style: normal;
        color: #212121;
        font-size: 12px !important;
    }


  /* background field form CALCULATED FIELD FORM */  
.cp_cff_11 #fbuilder .fields.cff-highlight {
        background: #3a3a3a !important;
    }



.up_logo_b{

    pointer-events: none !important;
    


}

.up_logo_b img {

    filter: none !important;
}

/* Grafico Oro Bulliot*/

#embed {
    width: 100% !important;
    max-width: 1140px !important;
    height: 50vh !important; /* Altezza relativa allo schermo */
    min-height: 300px !important; /* Altezza minima per evitare problemi su schermi piccoli */
}

.bullionvaultchart #jschart_currency {
    margin-left: 8px !important;
    width: 10% !important;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: block !important;
    flex-wrap: wrap;
}

.bullionvaultchart #jschart_creditLogo {
    display: none !important;
    
}

.bullionvaultchart #jschart_timestamp {

    display: none !important;
}



.fas.fa-external-link-alt{

display: none !important;


}

.bullionvaultchart .jschart_export {
 top: -4px !important;
}

/* Nascondo icona Captcha */
.grecaptcha-badge{
    visibility: hidden !important;
    opacity:0 !important;
}

.row .main {
    margin-top: 230px;
}


@media screen and (max-width: 750px) {
    #uplogo img {
        height: 60px !important;
        margin-top: 8px !important;
    }
}

/* IUBENDA */


#iubenda-cs-banner .iubenda-cs-brand-badge>span {
    border-right: 1px solid rgba(0, 0, 0, .1) !important;
    padding-right: 12px !important;
    display: none !important;
  }
  
  .a.iubenda-cs-brand-badge{
  
    display: none !important;
  
  
  }
  
  .iubenda-cs-brand-badge{
  
    display: none !important;
  
  }
  
  
  .iubenda-tp-btn {
    right: auto !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  
  button.iubenda-tp-btn.iubenda-cs-preferences-link[data-tp-float="bottom-right"] {
    right: auto !important;
    left: 0 !important;
    bottom: 0 !important;
  }

  .arrow {
    display: flex;
    align-items: center;
    font-family: system-ui, sans-serif;
    gap: 10px;
  }

  .arrow span {
    background: #f3f4f6;
    border: 1px solid #ddd;
    padding: 8px 14px;
    border-radius: 6px;
  }

  .arrow::after {
    content: "➜"; /* freccia unicode semplice */
    font-size: 20px;
    color: #0ea5a4;
    margin-left: 5px;
  }

 