/*!
Theme Name: Kadence Child Client Site
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Mad Maud Design/Dev
Author URI: https://madmaud.com.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
-------------------------------------------------------------- */
/* Links and Buttons */

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

/* Typography */

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

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

.pop {
	color: #ffd204;
}

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