/*
Theme Name:     Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         Marj Esch
Author URI:     n/a
Description:    Child Theme to extend Functions and CSS to Kadence Theme
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* GRAVITY FORMS */

.gform_wrapper .gform_heading {
	margin-top: 0px !important;
	margin-bottom: 20px !important;

}

.gform_wrapper .gform_heading h2,
.gform_wrapper .gform_heading h3,
.gform_wrapper .gform_heading h4 {
	margin-top: 0 !important;
}

.gform_wrapper h2.gform_title {
	font-size: 36px !important;
}

.gform_wrapper h3.gsection_title {
	font-size: 28px !important;
}

.gfield--type-section {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
}

.ginput_container.ginput_container_turnstile {
	margin-top: 20px !important;
}

.gfield_label {
	font-weight: 700 !important;
}


/* Ordered and Unordered Lists
--------------------------------------------- */

ul.wp-block-list li {
	list-style-type: disc;
}
ul.wp-block-list li li {
	list-style-type: circle;
}
ul.wp-block-list li li li {
	list-style-type: square;
}
ul.wp-block-list li li li li {
	list-style-type: disc;
}
ul.wp-block-list li li li li li {
	list-style-type: circle;
}
ul.wp-block-list li li li li li li {
	list-style-type: square;
}

ol.wp-block-list li {
	list-style-type: decimal;
}
ol.wp-block-list li li {
	list-style-type: lower-alpha;
}
ol.wp-block-list li li li {
	list-style-type: lower-roman;
}
ol.wp-block-list li li li li {
	list-style-type: decimal;
}
ol.wp-block-list li li li li li {
	list-style-type:  lower-alpha;
}
ol.wp-block-list li li li li li li {
	list-style-type:  lower-roman;
}

ol.wp-block-list.alpha-upper li {
	list-style-type: upper-alpha;
}
ol.wp-block-list.alpha-upper li li {
	list-style-type: decimal;
}
ol.wp-block-list.alpha-upper li li li {
	list-style-type: lower-alpha;
}
ol.wp-block-list.alpha-upper li li li li {
	list-style-type: lower-roman;
}
ol.wp-block-list.alpha-upper li li li li li {
	list-style-type: decimal;
}
ol.wp-block-list.alpha-upper li li li li li li {
	list-style-type: lower-alpha;
}

ol.wp-block-list.roman li {
	list-style-type: upper-roman;
}
ol.wp-block-list.roman li li {
	list-style-type: upper-alpha;
}
ol.wp-block-list.roman li li li {
	list-style-type: decimal;
}
ol.wp-block-list.roman li li li li {
	list-style-type: lower-alpha;
}
ol.wp-block-list.roman li li li li li {
	list-style-type: lower-roman;
}
ol.wp-block-list.roman li li li li li li {
	list-style-type: decimal;
}

.no-margin {
	margin-bottom: 0;
}



