/*
Theme Name:     Bellevue - Child Theme
Theme URI:      https://bellevuetheme.com
Template:       bellevuex
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    bellevue
Domain Path:    /languages/
*/


.th-tour-nav-items {
    text-align: left !important;
}

/* Contenitore del form con sfondo */
.wpcf7-form {
  background-color: #fdfdfd; /* Cambia qui il colore se vuoi */
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 2rem auto;
  box-sizing: border-box;
}

/* Impostazioni layout a due colonne */
.form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 48%;
}

.form-full {
  width: 100%;
  margin-bottom: 1.2rem;
}

/* Stile campi */
.form-col input,
.form-col textarea,
.form-full textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  box-sizing: border-box;
  background: #fff;
}

/* CREDIT */
.credit { width: 100%; position: relative; float: left; overflow: hidden; height: 13px; margin: 15px 0; padding:0 15px}
.credit a{ width: 52px; height: 13px; float: right; position: relative;}
.credit a img { position: absolute; top: -26px; right: 0; width:52px}
.credit a:hover img { top: -13px; right: 0; } 
