/*!
Theme Name: Kadence Client
Theme URI: https://www.goodman-graphics.com/
Template: kadence
Author: Goodman Graphics
Author URI: https://www.goodman-graphics.com/
Description: A customized child theme for Kadence created by Goodman Graphics.
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
*/

/* Links and Buttons */

a, a:hover, 
input[type="submit"],
input[type="submit"]:hover {
	transition: all .15s linear;
}

/* Typography */

.highlight {
	background: #a5bf39;
	padding: 0px 6px 0px 6px;
	margin: 0px -5px 0px -5px;
	border-radius: 2px;
}

.underline {
	border-bottom: 2px #3c3f42 solid;
	padding: 0px 2px 0px 2px;
	margin: 0px -5px 0px -5px;
}

.pop {
	color: #a5bf39;
}

.shadow1 {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.75), 
				       1px 1px 5px rgba(0,0,0,0.5);
}