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

/* CONTENT - START */

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

/* DESKTOP FIRST - GENERAL - START */

form.survey-form {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    color: #595959;
    line-height: 24px;
    margin: 0 0 55px;
}

form.survey-form p {
    margin: 0;
}

form.survey-form h1 {
    font-family: "Italianno", Arial, sans-serif;
    color: #4f4229;
    font-size: 35px; text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

form.survey-form .survey ol.survey-content li p.question {
    color: black;
    font-size: 17px;
    margin: 0 0 20px;
}

form.survey-form .survey ol.survey-content li .radio-item {
    position: relative;
}

form.survey-form .survey ol.survey-content li .radio-item input[type="radio"] {
    float: none;
    position: absolute;
    top: 7px;
}

form.survey-form .survey ol.survey-content li .radio-item label {
    float: none;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
}

form.survey-form .survey ol.survey-content li textarea {
    width: 100%;
}

form.survey-form .survey .button-container {
    text-align: right;
}

form.survey-form .survey .button-container input[type="submit"] {
    text-transform: uppercase;
    background: rgb(201, 166, 98) none;
    color: white;
    padding: 6px 12px;
    text-shadow: none;
    border-radius: 0;
    display: inline-block;
}

/* DESKTOP FIRST - GENERAL - END */

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

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    form.survey-form {
        line-height: 22px;
        margin: 0 0 30px;
    }

    form.survey-form h1 {
        font-size: 30px;
        margin: 20px 0;
    }

    form.survey-form .survey ol.survey-content {
        padding-left: 20px;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

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

/* CONTENT - END */

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