/****************************
 * Gravity Form
****************************/
.twc-gforms .easy-select {
    --es-select-w:100%;
    --es-dropdown-w:100%;
}
.twc-gforms .easy-select-current {border:none;}
.twc-gforms .gform_wrapper .easy-select-current .easy-select-option {display:flex;}
.twc-gforms .easy-select-current .easy-select-option:after {right:20px;}

/****************************
 * Gravity Form Responsive
****************************/
@media only screen and (max-width:1024px) {
    .twc-gforms .easy-select {
        --gf-field-height:54px;
        --es-option-h:50px;
    }
}
@media only screen and (max-width:767px) {
    .twc-gforms .easy-select {--gf-field-height:50px;}
}