/*
Theme Name:  Nectarblocks Child Theme
Version:     1.0.0
Template:    nectar-blocks-theme
Description: Child theme for Nectarblocks.
Theme URI:   https://nectarblocks.com
Author:      NectarBlocks
Author URI:  https://nectarblocks.com
License:     Custom license
License URI: https://nectarblocks.com/license
Text Domain: nectar-blocks-theme
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

.no-text-decoration a {
	text-decoration: none !important;
}

body .gform_wrapper .top_label .gfield_label {
    margin-block: 8px
}

body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
    font-size: 16px;
}

body .gform-theme--foundation .gform_fields {
    row-gap: 24px;
}

.gform-theme--framework {
	--gf-form-validation-summary-color: #ecdf0d;
	--gf-form-validation-heading-color: #ecdf0d;
	--gf-ctrl-label-color-req: #ecdf0d;
	--gf-ctrl-desc-color-error: #ecdf0d;
	--gf-ctrl-border-color-error: #ecdf0d;
	--gf-form-validation-outline-color-focus: #ecdf0d; 
	--gf-color-danger: #ecdf0d;
}

table {
	td, th {
    	vertical-align: top;
    	padding: 0.75rem;
	}
}