/*---------------------------------------------------------------------------------

 Theme Name:   One Up Custom
 Theme URI:    https://oneupdigitalmarketing.com/
 Description:  Custom Theme Created By One Up Webmasters
 Author:       One Up Webmasters
 Author URI:   https://oneupdigitalmarketing.com
 Template:     Divi
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*Gravity Forms 8 */
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-color: #ffffff;
  border-radius:15px;
    background: #52102c;
}

.gform_wrapper.gravity-theme .gform_page_footer input {
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
	border-color: #52102c;
	border-style: hidden;
    border-radius:20px;
    background: #52102c;
}
.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 3px!important;
}