
:root {
    --gf-local-bg-color: #f15a29;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quattrocento", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 35px;
}


/*footer*/
footer ol {
    counter-reset: my-list-counter;
    text-align: center;
}
footer li {
    counter-increment: my-list-counter;
    list-style: none;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
    display: inline-block;
}
footer li::before {
    content: counter(my-list-counter);
    font-size: 9px;
    position: absolute;
    left: 0;
    top: 2px;
}
.gform_wrapper .gform_required_legend {
    display: none !important;
}
.gform_body .gfield textarea,
.gform_body .gfield input {
    background-color: #ff924b4d !important;
    border-color: #ff924b4d !important;
}
.gform_footer input[type=submit] {
    background-color: #f15a29 !important;
}
.gform_footer input[type=submit]:hover {
    background-color: #e93900 !important;
}
.gform_body label {
    font-weight: bold !important;
}

.gform-theme--foundation .gform_footer{
    justify-content: center;
}