/*
Theme Name: Karo WPBakery Child
Theme URI: https://karo.themeftc.com/wpbakery/
Author: ThemeFTC
Author URI: https://themeforest.net/user/themeftc
Description: Child theme for Karo WPBakery theme
Version: 2.4.8
Template: karo-wpbakery
Text Domain: karo
*/

/* ---HOME: impostare logo non cropped generato automaticamente dal tema */
.home .logo img.normal-logo {
    content: url('/wp-content/uploads/2026/03/aurumWhite-e1774953387858.png');
    width: auto;
    height: auto;
}

/*---HOME: rendi la voce Shop in grassetto e color oro */
.menu-shop-custom > a {
    font-weight: bold !important;
    color: #a07936 !important;
}


/*---HOME: link sopra hover card servizi */
.border-img-h11 .ftc-smooth-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.border-img-h11 .ftc-smooth-image,
.border-img-h11 .ftc-smooth-image a {
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
}
.border-img-h11 .ftc-smooth-image img {
    opacity: 0.5;
    transition: opacity 2s;
}
.border-img-h11 .ftc-smooth-image:hover img {
    opacity: 1;
}


/*---HOME: mostra tutti i testimonial affiancati */
.ftc-sb-testimonial.no-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.ftc-sb-testimonial.no-slider .item {
    flex: 0 1 calc(33.333% - 30px);
    box-sizing: border-box;
}
.ftc-sb-testimonial.no-slider .info {
    color: #999;
}
.ftc-sb-testimonial.no-slider .item .name a {
    pointer-events: none;
    text-decoration: none;
}

/* ---CONTATTI: cambia colore contact form */
.wpcf7-form label {
    color: #999
}