/*
Theme Name: MiDAs Kadence Client
Author: Michael D'Avis
Author URI: https://midas-it.de
Description: A child theme for Kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
Template: kadence
*/

/* 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);
}