/*
Theme Name:     Georgia Broncos
Theme URI:
Description:    Generatepress child theme.
Author:         Octane Marketing
Author URI:     https://www.theoctaneagency.com
Template:       generatepress
Version:        0.1.0
*/

/**
 * Type
 **/

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

/**
 * Forms
 **/

.gform_body .gfield--type-product {
	border: 1px solid black;
	padding: 1rem;
	border-radius: 0.25rem;
}

.gform_body .gfield--type-product .gfield_description ul {
	list-style-type: circle;
}
