Address autocomplete hides input on add listing form
When address autocomplete is on, the suggestions dropdown blocks the address street input.
CSS;
#geodirectory-add-postdiv[data-argument="address_street"] .input-group .dropdown-menu {
top: 50px;
}