@media(min-width:768px){.elementor-1469 .elementor-element.elementor-element-3c6aa18b{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1bc59ee8 */.form-table{
    display: flex;
    padding: 0;
    justify-content: center;
    list-style-type: none;
}
.input-container > .btn_prev{
    position: absolute;
    bottom: 54.5%;
    z-index: 5;
    right: 15px;
    width: 23px;
    height: 24px;
}
.input-container > .btn_next{
    position: absolute;
    bottom: 30%;
    z-index: 5;
    right: 15px;
    width: 23px;
    height: 24px;
}
.input-container > .btn_adulti_prev, .btn_bambini_prev{
    position: absolute;
    bottom: 30%;
    z-index: 5;
    right: 15px;
    width: 23px;
    height: 24px;
}
.input-container > .btn_adulti_next, .btn_bambini_next{
     position: absolute;
    bottom: 54.5%;
    z-index: 5;
    right: 15px;
    width: 23px;
    height: 24px;
}
.input-container{
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    position: relative;
    width: 180px !important;
    min-width: 100% !important;
    width: 100%;
}
.input-container:before{
    border-bottom: 11px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    left: 22px;
    position: absolute;
    top: -10px;
    width: 0;
}
.giorno{
    display: inline-block;
    font-size: 74px !important;
    font-weight: 600;
    vertical-align: top;
    margin-top: 2px;
    padding: 5px;
    padding-right: 4rem;
}
.n-valore{
    display: inline-block;
    font-size: 74px !important;
    font-weight: 600;
    vertical-align: top;
    margin-top: 2px;
    padding: 5px;
    padding-right: 2rem;
}
.mese{
    font-weight: 600;
    text-transform: uppercase;
    color: #c6c6c6;
    letter-spacing: 1px;
    padding-right: 21px;
    padding-right: 14px;
    position: absolute;
    top: 10px;
}
.testata-input{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.etaBambini{
    position: absolute;
    bottom: 24%;
    right: 20px;
    min-height: 215px;
    background-color: white;
    box-shadow: 4px 2px 5px 0px rgb(0 0 0 / 30%);
    opacity: 0;
}
.etaBambini > .input-container:before{
    border-bottom: 11px solid #FFF;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    transform: rotate(-90deg);
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    top: 10px;
    width: 0;
}
.background-tosc{
    background-image: url('http://hn.arrowpress.net/solaz/wp-content/uploads/2019/08/home2_img2.png?id=1538'), linear-gradient(to right, #1776A2 10%, #E3040F 30%, #38AB34 60%,#FCCC00 80%);
    background-size: contain;
    background-repeat: no-repeat !important;
    padding: 50px;
}
.input-li{
    margin: 2px;
}
.input-number{
    position: relative !important;
    height: 40px!important;
    padding: 5px 10px !important;
    width: 60px !important;
    margin: 5px !important;
    color: black !important;
    border: 1px solid black !important;
    font-size: 24px;
    font-family: 'Amaranth';
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  margin-right: -10px;
  background-color: transparent !important;
  opacity: 1;
}
.fadeIn {
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-duration: 0.2s;
}

.fadeOut {
    opacity: 0;
	animation-name: fadeOutOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-duration: 0.2s;
}

@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
input[type="text"]{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    border: none !important;
    color: transparent;
    text-indent: -9999em;
    color: transparent !important;
    height: 100%;
}


.search-type-form{
    text-align: center;
}

.search-type{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-content: center;
}

.search-type > li{
    text-align: center;
    color: white;
    margin: 0 10px;
    
}

.search-type > li > label{
    border: 1px solid black;
    background-color: grey;
    font-family: 'Amaranth';
    font-size: 20px;
    border-radius: 5px;
    padding: 10px;
    min-width: 100px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search-radio{
    appearance: none;
    position: absolute;
}
.search-radio:checked + label{
    background-color: yellow;
    color: black;
    transition: all 0.3s ease-in-out;
}/* End custom CSS */