/*

created and optimized by

 *     #####                                                  #    ######  #     # 
 *    #     # #    # #####   ####  #    # #    #   ##        # #   #     # #     # 
 *    #       #    # #    # #    # #    # ##  ##  #  #      #   #  #     # #     # 
 *    #       #    # #    # #      #    # # ## # #    #    #     # #     # #     # 
 *    #       #    # #####  #      #    # #    # ######    ####### #     #  #   #  
 *    #     # #    # #   #  #    # #    # #    # #    #    #     # #     #   # #   
 *     #####   ####  #    #  ####   ####  #    # #    #    #     # ######     #    

Theme Name: Lorenzi Benati
Version: 1.0
Author: Curcuma
Theme URI: https://www.curcuma-adv.com
Author URI: https://www.curcuma-adv.com
Template: Impreza
*/

/* Fix testo cmplz */
#cmplz-document {
    max-width: 100%!important;
}

/* Fix logo curcuma */
.curcuma {
    filter: grayscale(100%);
    transform: scale(0.8);
    transition: filter 0.8s ease, transform 0.3s ease; /* Aggiungi una transizione morbida */
  }

.curcuma:hover {
    filter: grayscale(0%);
    transform: scale(1);
  }

/* Fix bandiere lingue */
a.glink img {
    margin-right: 5px!important;
}

/* Fix "Torna all'inizio" */
.w-toplink {
    bottom: 65px;
    transform: translate3d(0,300%,0)!important;
	border-radius: 50%!important;
}

.w-toplink.pos_right {
    margin-right: 0px !important;
    width: 40px !important;
    height: 40px !important;
	line-height: 40px;
}

/* Fix icona onetap */
.onetap-container-toggle .onetap-toggle img.design-size1 {
    box-shadow: 0 3px 12px #0003;
    width: 40px!important;
    height: 40px!important;
	margin-left: -2px!important;
}