.pfinder-form-section h4 {
    font-weight: bold;    
}

div#cerco {
    display: none;
}

div#offro>h1 {
    display: none;
}
div#offro p {
    display: none;
}
.descrizione p {
    font-size: 10px;
}

.descrizione {
    height: 100px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #ddd;
}
.descrizione p {
    display: block !important;
}
#offro > form > label:nth-child(17) {
    display: block;
    width: 100%;
    overflow: hidden;
}
#offro > form > div:nth-child(9) > label:nth-child(3) {
    display: none;
}

textarea#descrizione {
    width: 100%;
    padding: 12px;
}

#offro > form > div:nth-child(18) {
    width: 100% !important;
}

input.btn-invia {
    width: auto;
    padding: 11px 53px;
    color: #FFF;
    background-color: #baa461;
    border-color: #baa461;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: none;
}

input.btn-invia:hover {
    background-color: #1f1f2c;
    border-color: #1f1f2c;
    color: #fff;
}

div#offro form label {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 15px;
    margin: 0 !important;
}


div#offro form label input[type="text"],
div#offro form label select{
    width: 100%;
    padding: 12px;
    display: block;
    overflow: hidden;
    height: 50px;
}


div#offro form label>label {
    padding: 0;
    font-weight: normal;
    width: 100%;
}

#offro > form > div:nth-child(18) > label {
    width: auto;
}


@media (max-width:769px)
{
div#offro form label {
    width: 100%;
}
}


