/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*.gfield_label{
	display:none!important;
}
.ginput_container input[type="text"], .ginput_container input[type="email"]{
	width:100%!important;
}
.gform-theme--foundation .gform_fields {
	grid-row-gap: 20px;
	row-gap: 20px;
}*/
.gform_required_legend {
    display: none;
}
.small-text{
	font-size:12px;
	line-height:12px;
}
.gform_button{
	width: 100%!important;
	font-weight: bold!important;
	border-radius: 100px!important;
	background: var(--global-palette-btn-bg)!important;
	color: var(--global-palette-btn)!important;
	padding: 0.4em 1em!important;
	border: 0!important;
	font-size: 1.125rem!important;
	line-height: 1.6!important;
	display: inline-block!important;
	font-family: inherit!important;
	cursor: pointer!important;
	text-decoration: none!important;
	transition: all 0.2s ease!important;
	box-shadow: 0px 0px 0px -7px rgba(0,0,0,0)!important;
}
.header-text-small{
	font-size:15px;
	line-height:12px;
	display:block;
	font-weight: normal;
	text-align: right;
}
.gform-theme--foundation {--gf-form-gap-y: 20px !important;}
@media only screen and (min-width: 600px) {
  .header-text-small {
    font-size:18px;
  }
}
@media only screen and (max-width: 767px) {
	.d-none-m {display:none}
}


