/** GRAN CEREALE CUSTOM GRAPHIC **/
html.grancereale-sticky-footer, .grancereale-sticky-footer body {
    height: 100%;
}
.grancereale-sticky-footer body {
    display: flex;
    flex-direction: column;
}
.grancereale-sticky-footer .footer {
    flex-shrink: 0;
}
.blocco-altezza { height: 0; }

.grancereale {
    padding-top: 105px;
    flex: 1 0 auto;
    background-image: url(https://www.grancereale.com/it-it/wp-content/themes/grancereale/resources/images/fondo-juta.jpg);
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
}
.grancereale .backward:not([disabled]) {
    margin: 0 auto;
    display: block;
}
.grancereale .btn {
    background: #163D35 !important;
    border-color: #163D35 !important;
    color: #fff !important;
}
.grancereale .question_title h3 {
    color: #163D35;
    font-family: 'MontserratBold';
    letter-spacing: 2px;
}
.grancereale .item label {
    background: rgba(255,255,255,0.7) !important;
    color: #163D35 !important;
    border-color: #163D35 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.grancereale .item label strong { color: #163D35 !important; }
.grancereale #thankyou h2 {
    font-family: 'MontserratBold';
}
.grancereale .box_general {
    background: rgba(255,255,255,0.7) !important;
}
.grancereale .form-group.file-wrapper .fake-input-file {
    border: 2px dashed #163d35;
}
.grancereale input.form-control, select.form-control, textarea.form-control {
    border: 2px solid #163d35;
}
.grancereale .styled-select {
    border: 2px solid #163d35;
}
.grancereale #end .form-group.with-button button {
    border-width: 2px;
    border-right: 0px;
}

.d-none {
    display:none;
}

.g-recaptcha {
    display: inline-block;
}

#re-captcha-error {
    display:none;
}
#re-captcha-error span {
    color: #ff0000 !important;
}

#final_form_terms-error {
    width: 140px;
}


.question_title p {
    color: #163D35;
}