/*
Theme Name: BeTheme Child
Template: betheme
Version: 1.0
*/

.mfn-toggle{
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
  margin: auto;
}
.mfn-toggle .mfn-toggle-item{
  height: 30px !important;
  width: 30px !important;

  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfn-toggle .toggle-heading {
  /* padding: 5px;
  height: 30px;
  width: 30px; */
}
.opacity-true{
  /* display: none; */
  opacity:0;
  visibility: hidden;
  height: 0;
}

#form-prenotazione .blocco-periodo-alternativo{
  display: none;
}
#form-prenotazione .blocco-periodo-alternativo p{
  font-size: 14px;
  color: black;
}
#form-prenotazione label {
   font-size: 18px;
   color: #3f3e3e;
   text-align: left;
}
:is(.wpcf7[data-wpcf7-id="1835"], .wpcf7[data-wpcf7-id="1842"]) .wpcf7-response-output{
   font-size: 18px;
   padding: 0;
   color: #a39154;
   font-weight: bold;
}
#form-prenotazione :is(.add-periodo-alternativo, .remove-periodo-alternativo){
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #a39154;
  color: white;
  padding: 10px;
  margin-top: 20px !important;
}