/*--- title breadcrumb ---*/
.currentitle {
	color: #000;
	padding: 0 8px;
	border-radius: 4px;
	line-height: 150%;
}

.currentitle.orange {
	background: #f7941d;
}

/*--- global ---*/

#student-form-box1, #student-form-box2, #student-form-box3, #student-form-box4, #student-form-box5, #student-form-box6 {
  background: #eef1f7;
  border-radius: 8px;
	  padding-top: 2rem;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}


/*--- legendtitle ---*/
.legendtitle {
  color: #000 !important;
  width: auto;
  margin: 0;
  top: 2.5rem;
  font-size: 2.5rem;
  border-bottom: none !important;
  position: relative;
  left: 2%;
  padding: 6px 0 0;
}

@media (max-width: 480px) {
	.legendtitle {
		font-size: 1.5rem !important;
		line-height: 1.5;
		letter-spacing: .1px;
		width: 92%;
		margin-left: 4%;
		left: unset;
	}
}

@media (max-width: 768px) {
	.legendtitle {
		font-size: 2rem;
		line-height: 1.2;
		letter-spacing: .1px;
		width: 92%;
		margin-left: 4%;
		left: unset;
	}
}

	.titlepermanenza {
  font-weight: 600;
  margin-bottom: 0.5rem !important;
}

/*--- label ---*/

fieldset input {
  background-color: #fff !important;
border: 1px solid #f7941d !important;
}

fieldset select {
  background-color: #fff;
border: 1px solid #f7941d !important;
}

fieldset textarea {
  display: block;
  width: 100% !important;
  height: 100% !important;
  background-color: #fff !important;
  border: 1px solid #f7941d !important;
  border-radius: 4px;
}


/*--- righe - colonne ---*/

.two-col, .three-col {
  width: 96%;
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
}


.first-half {
  float: left;
  width: 49.5%;
  margin-right: 1%;
}

.second-half {
  float: left;
  width: 49.5%;
}

.\31 col, .\32 col {
  float: left;
  width: 32.6667%;
  margin-right: 1%;
}

.\33 col {
  float: left;
  width: 32.6667%;
}

.fullrow {
  width: 96%;
  margin: 0 auto;
  display: block;
}

/*--- student-form-box2 ---*/

#student-form-box2 .second-half {
  float: left;
  width: 49.5%;
  margin-top: -24px;
}


/*--- validation ---*/

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
 top: 2rem;
  left: 8px;
  z-index: 0;
  border: unset !important;
  background: transparent !important;
  padding: 0;
  /*width: fit-content !important;*/
  height: max-content !important;
	color: red !important;
}

.wpcf7-response-output {
  width: 100%;
  display: block;
  margin: 0 !important;
  border: solid 2px red !important;
  padding: 0.5rem !important;
  color: #000;
  border-radius: 4px;
  top: -2.5rem !important;
  position: relative;
}

 .wpcf7-spinner {
  background-color: transparent !important;
}

@media (max-width: 768px) {
	
	.two-col, .three-col {
		  width: 100% !important;
}
	
.first-half, .second-half {
  width: 96% !important;
  display: block;
  margin: 0 2%;
  float: unset;
}

label {
  left: 2%;
  position: relative;
}
	
	.\31 col, .\32 col, .\33 col {
float: unset;
width: 92%;
display: block;
margin: 0 4%;
}
}

/*--- focus ---*/
input:focus {
  border-color: #f7941d !important;
  outline: solid 2px #f7941d !important;
}

select:focus {
  border-color: #f7941d !important;
  outline: solid 2px #f7941d !important;
}

fieldset p span textarea:focus {
  border-color: #f7941d !important;
  outline: solid 2px #f7941d !important;
}

p input#inviabtn:focus {
  outline: solid 2px #f7941d !important;
  background-color: #fff !important;
}

p input#submit {
  display: block !important;
  width: 6rem !important;
  height: 3rem !important;
  border-radius: 4px !important;
  font-size: 1rem;
  color: #000;
  background: #f7941d !important;
  margin: 1rem 0;
}

p input#submit:hover {
  background: #fff !important;
  outline: solid 1px #f7941d;
}

p input#submit:focus {
  outline: solid 2px #f7941d !important;
  background-color: #fff !important;
}