Currently exhibiting at the “States of Being” show at Five Deuces Galleria in St. Petersburg, FL. Come join us for several enlightening art events.
2101 3rd Ave South, St. Petersburg, FL 33712
- Opening Reception on January 4th – 6:00-9:00PM
- St. Pete Art Walk on January 11th – 5:00-9:00PM
- Wine Tasting Event on January 18th – 6:00-9:00PM
- AND by Appointment (206) 465-2777
/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
display: none;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
background: #eee;
border: none;
border-radius: 0;
color: #999 !important;
padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
float: right;
background: transparent;
border: 2px solid #2ea3f2;
font-size: 22px;
color: #2ea3f2;
padding: 12px 23px;
border-radius: 5px;
letter-spacing: 2px;
cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
background: rgba(0, 0, 0, 0.05);
border: 2px solid transparent;
}