
.page-template-template-formulario main,
.page-template-template-formulario article {
  max-width: 600px;
  margin: auto;
}

@media (max-width: 679px) {
	.page-template-template-formulario main {
  		padding-right: 10px;
		padding-left: 10px;
	}
}

/********/
/* FORM */
/********/

.form__section {
  background-color: #fff;
  margin-bottom: 50px;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 20px;
}

.form__section.form__section--noborder {
  border-bottom: none;
}

.form__title {
  color: #172331;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 1em;
}

.form__title__normal {
  margin-top: 2em;
  color: #303133;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}

.form__subtitle__red {
  color: #D61916;
  font-size: 13px;
  line-height: 20px;
}

.form__subtitle {
  color: #000;
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.form__cell {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px 10px 10px;
  position: relative;
}

.form__cell input[type=text],
.form__cell input[type=email],
.form__cell input[type=tel],
.form__cell input[type=number],
.form__cell input[type=date],
.form__cell textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;

  color: dimgray;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
  resize: none;
  font-weight: inherit;
  font-family: inherit;
}

.form__cell input[type=text],
.form__cell input[type=email],
.form__cell input[type=tel],
.form__cell input[type=number],
.form__cell input[type=date] {
  height: 52px;
  font-weight: inherit;
  font-family: inherit;
}

.form__full__radio .wpcf7-list-item {
  border: 1px black solid;
  border-radius: 5px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
}

.form__full__radio .wpcf7-list-item input {
  /*display:none;*/
}

article .wpcf7-submit {
     margin-top: 20px;
    padding: 10px 80px;

  border-radius: 50px;
  border: 1px solid var(--red);
  color: white;
  font-weight: 900;
  background-color: var(--red);
  outline: none;
  cursor: pointer;
	font-size: 1.5rem;
}
article .wpcf7-submit:hover {
  background-color: var(--red);
	opacity: 0.7;
}

.form__cell.form__fileinput input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form__cell.form__fileinput label {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  box-sizing: border-box;
  padding: 15px 32px 15px 15px;
 
  color: dimgray;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
  line-height: normal;
  pointer-events: none;
  background-image: url("img/clip.png");
  background-repeat: no-repeat;
  background-position: right;
}

.form__cell select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  
  color: dimgray;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
  background-image: url("../img/landing/selectarrow.svg");
  background-repeat: no-repeat;
  background-position: 99% 50%;
  font-weight: inherit;
  font-family: inherit;
}

.bookme-pro-form-group select {
  font-size: 16px;
  font-size: 1rem;
}

.form__cell.form__cell-address {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
}

.radio-howinow .wpcf7-radio span,
.checkbox-howinow .wpcf7-checkbox span{
  width: 28%;
  margin-bottom: 8px;
}

.wpcf7-form-control-wrap.radio-day .wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-form-control.wpcf7-radio::after {
  content: "";
  flex-basis: calc(33.333% - 10px);
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item {
  margin: 0;
  flex-basis: calc(33.333% - 10px);
  height: 100%;
  border: none;
  padding: 0;
}
@media (max-width: 679px) {
  .wpcf7-form-control-wrap.radio-day .wpcf7-list-item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label input {
  position: absolute;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  border: solid 1px #333;
  border-radius: 6px;
  font-weight: 600;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  background-color: #172331;
  color: #fff;
}

/*
.form__text {
	font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    color: rgb(105, 105, 105);
}
.form__divider {
	height: 1px;
	background-color: #333;
	margin: 1em 0 1.2em 0;
}
*/
@media (max-width: 679px) {
  .page-template-template-formulario main {
    width: 100%;
  }

  /********/
  /* FORM */
  /********/
  .form__section {
    margin-bottom: 25px;
  }

  .form__title {
    font-size: 26px;
  }

  .form__title__normal {
    font-size: 18px;
    line-height: 23px;
  }

  .form__subtitle__red,
.form__subtitle {
    font-size: 15px;
    line-height: 20px;
  }

  .form__row {
    display: block;
  }

  .radio-howinow .wpcf7-radio span,
  .checkbox-howinow .wpcf7-checkbox span{
    width: 100%;
  }

  .form__cell input[type=text],
.form__cell input[type=email],
.form__cell input[type=tel],
.form__cell input[type=number],
.form__cell input[type=date],
.form__cell textarea {
    font-size: 16px;
    font-size: 1rem;
    height: 52px;
  }

  .form__cell textarea {
    height: 120px;
  }

  .form__full__radio .wpcf7-list-item {
    padding: 20px 40px;
  }

  article .wpcf7-submit {
    margin-top: 15px;
    padding: 20px 80px;
  }
}

/*# sourceMappingURL=formulario.css%253fver=1.0.2.map */

.radio-day .wpcf7-list-item-label:hover {
	text-decoration: underline;
}

.wpcf7-acceptance {
  text-align: left;
}

.menu-mettlink {
  display: none;
}


.page-template-template-formulario .bookme-pro-steps {
  margin-bottom: 40px !important;
}

/*
[data-id="92105"], [data-id="83404"], [data-id="44334"] {
  border-top: solid 1px silver; /*WAS #777* /
  margin-top: 3em !important;
  padding-top: 2em;
}
*/



[data-id="59532"], [data-id="23613"], [data-id="54604"], [data-id="31395"] {
  border-bottom: solid 1px #D7D7D7;
  margin-bottom: 40px !important;
  padding-bottom: 30px;
}


[data-id="82453"] > .bookme-pro-form-group > label {
  display: none;
}

.bookme-pro-form {
	margin-top: 3vw !important;
}

.bookme-pro-label-error {
	color: #901210 !important;
    font-size: 16px !important;
}

.bookme-pro-js-select-service-error.bookme-pro-label-error {
	margin-top: 15px !important;
}

.bookme-pro-columnizer .bookme-pro-hour .ladda-label {
	border-color: #901210 !important;
	background-color: #901210 !important;
}


@media (max-width: 679px) {
	#bookme-pro-service-part1 .bookme-pro-box .bookme-pro-form-group label {
		display:none;
	}
	
	.bookme-pro-bold {
		margin-bottom: 0 !important;
	}
	
	.page-template-template-formulario .bookme-pro-steps {
  		margin-bottom: 0px !important;
	}
	
	[data-id="59532"], [data-id="54604"] {
  		border-bottom: none;
		margin-bottom: 20px !important;
		padding-bottom:0;
	}
	/*
	[data-id="23613"], [data-id="31395"] {
  		border-bottom: solid 1px #1d2f52;
  		padding-bottom: 10px;
	}*/
}


/*

.bookme-pro-select-mobile.bookme-pro-js-select-service option:nth-child(3)  {
	display: none;
}

*/


.bookme-pro-form-group > label, .bookme-pro-steps > li, .bookme-pro-form .picker__nav--next, .bookme-pro-form .pickadate__nav--prev, .bookme-pro-form .picker__day:hover, .bookme-pro-form .picker__day--selected:hover, .bookme-pro-form .picker--opened .picker__day--selected, .bookme-pro-form .picker__button--clear, .bookme-pro-form .picker__button--today, .bookme-pro-form .picker__day:hover span, .bookme-pro-form .picker__day--selected span, .page-id-439 .bookme-pro-form-group > div > label {
    color: #1d2f52 !important;
}

.bookme-pro-form .bookme-pro-box .red {
	color: #901210;
}

.page-id-439 .bookme-pro-form-group input, 
.page-id-439 .bookme-pro-form-group select,
.page-id-439 .bookme-pro-form-group textarea {
	border: 0.5px solid silver;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-id-439 .bookme-pro-form-group select {
	width: 104%;
}


.page-id-439 .bookme-pro-form-group input {
	height: 20px;
}



.page-id-439 hr {
	display: block;
	margin: 50px 15px 50px 0;
}

.page-id-439 .wpcf7-radio .wpcf7-list-item,
.page-id-439 .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	flex: none;
}

.page-id-439 .wpcf7-radio .wpcf7-list-item label,
.page-id-439 .wpcf7-checkbox .wpcf7-list-item label {
	display: inline-block;
	font-weight: normal;
}

.page-id-439 .wpcf7-radio .wpcf7-list-item label input,
.page-id-439 .wpcf7-checkbox .wpcf7-list-item label input {
	width: auto;
	height: auto;
}


.color-red p {
    color: #E61822 !important;
	font-weight: bold;
	font-size: 2rem;
    margin:0px 10px 50px 0px
}



/*---------------------------------------------------------------*/

.box-form {
	padding-top: 50px;
}

.form-richiesta {
	color: var(--purple);
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
}


.form-comunicazione {
	font-size: 14px;
}

.form-obbligatorio {
	font-size: 12px;
    margin-top: 10px;
	color: var(--red);
	font-weight: 300;
	margin-bottom: 15px;
}


.wpcf7-checkbox .wpcf7-list-item-label {
	font-weight: 200;
	font-size: 13px;
}

.al-email input {
	width: 90% !important;
}

.al-who .wpcf7-checkbox {
	display: flex;
    justify-content: space-between;
}

.text-center {
	text-align: center;
}

.wpcf7-spinner {
	display: block !important;
}



input::placeholder,
textarea::placeholder,
select,
option {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 12px;
}



.color-red {
	color: var(--red);
}


.bookme-pro-fomr-group label {
	color: var(--purple);
}


@media (max-width: 767px) {
	.al-email input {
    	width: 100% !important;
	}
	
	.icon-main-right {
    	right: 10px;
	}
}




@media (max-width: 679px) {
	.form-richiesta {
    	margin-top: 90px;
    	font-size: 28px;
	}
	
	.page-id-439 .bookme-pro-form-group input, .page-id-439 .bookme-pro-form-group select, .page-id-439 .bookme-pro-form-group textarea {
    	width: 90%;
	}
	
	.al-email input {
        width: 90% !important;
    }
	
	.page-id-439 .bookme-pro-form-group select {
    	width: 97%;
	}
	
	.icon-main-right {
        right: 0px;
    }
	
	.header-icon {
    	width: 130px;
	}
	
	.bookme-pro-form-group p {
		margin-bottom: 0;
	}
	
	.wpcf7-list-item {
    	display: block !important;
    	text-align: left;
	}
	
	.al-who .wpcf7-checkbox {
    	display: block;
	}
}

