/*
Theme Name:     Warming Trends
Theme URI:      n/a
Template:       kadence
Author:         Bytes.co
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.yoast-breadcrumbs * {
	color: #FFF !important;
	font-size: 15px !important;
}

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

.yoast-breadcrumbs a:hover {
	text-decoration: underline !important;
}

.yoast-breadcrumbs .breadcrumb_last {
	font-weight: 600 !important;
}

.gfield_required, .gform-field-label {
	color: #111111 !important;
}

.gform_wrapper a {
	color: #111111 !important;
}

.gform_button {
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	line-height: 1 !important;
	font-family: var(--global-body-font-family, inherit) !important;
	text-transform: uppercase !important;
	border-radius: 0px !important;
	padding: 17px 34px 17px 34px !important;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0) !important;
	background: var(--global-palette-btn-bg) !important;
	color: var(--global-palette-btn) !important;
	transition: all 0.2s ease !important;
}

.gform_button:hover {
	box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1) !important;
	color: var(--global-palette-btn-hover) !important;
	background: var(--global-palette-btn-bg-hover) !important;
}
