/* 
Theme Name: Spadewerk 2023
Theme URI: https://spadewerk.com
Description: Created by Spadewerk
Author: Spadewerk
Author URI: https://spadewerk.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
	
/* Gravity Forms */

body .gform_wrapper .gform_body .gform_fields .gfield {padding: 15px 0px 15px 0px}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {border: 1px solid red}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {padding: 20px 0px 20px 0px}
body .gform_wrapper .gform_body .gform_fields .gfield_html {} /* html text */


body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_number input {border: none; background-color:#f4f4f4; padding: 15px; border-radius: 5px}

body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield .address_country select,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state input {border: none; background-color:#f4f4f4; padding: 15px; border-radius: 5px}

body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 input, 
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_city input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_zip input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_country select {border: none; background-color:#f4f4f4; padding: 15px; border-radius: 5px}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
	font-size: 1.1em;
	color: #ffffff;
	padding-top: 12px;
	padding: 12px 20px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d92827;}