/*
 Theme Name:   DecideWise
 Theme URI:    https://www.kadencewp.com/
 Description:  Child theme based on the Kadence theme
 Author:       STAGE 2
 Author URI:   https://stage2dm.io
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/

@import url("../kadence/style.css");

/*CUSTOM CSS CODE*/
/*Main Navigation*/
/**Remove drop shadow from buttons**/
.elementor-kit-16 button:hover, .elementor-kit-16 button:focus, .elementor-kit-16 input[type="button"]:hover, .elementor-kit-16 input[type="button"]:focus, .elementor-kit-16 input[type="submit"]:hover, .elementor-kit-16 input[type="submit"]:focus, .elementor-kit-16 .elementor-button:hover, .elementor-kit-16 .elementor-button:focus {
	box-shadow:none !important;
}
/*Typography*/
html {
  font-size: 18px; /* base font size for the site */
}
.elementor-widget-text-editor ul li {
  padding: 0.4rem 0.1rem !important; /* adjusts spacing betweein bullet points in textboxes */
}
/*Bio CSS*/
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-text {
	display:none !important; /* hides bio button from team member bios - unhide once bios are collected and published */
}