/*
 Theme Name:   Livesay Child
 Theme URI:    http://themeforest.net/user/VictorThemes
 Description:  Livesay Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     livesay
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  livesay-child
*/

.shopping-handbag { display: none; }

/* Write Custom CSS */
.lvsy-footer {
	padding: 50px 0;
}
.lvsy-widget {
	padding-bottom: 0px;
    margin-bottom: 0px;
}

.lvsy-logo img { max-width: 350px !important; }

/* Contenitore accettazione GDPR */
.wpcf7-acceptance .wpcf7-list-item {
  display: flex;              /* mette checkbox e testo sulla stessa riga */
  align-items: center;        /* allinea verticalmente */
  gap: 8px;                   /* spazio tra checkbox e testo */
  line-height: 1.4;           /* migliora leggibilità */
}

/* Checkbox */
.wpcf7-acceptance input[type="checkbox"] {
  margin: 0;                  /* elimina margini extra */
  width: 18px;
  height: 18px;
  cursor: pointer;
}


.newsletterHome .mc4wp-alert, .newsletterHome .mc4wp-alert p { padding: 2rem; color:#ffffff }
