/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.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
-------------------------------------------------------------- */
body .header-signup-btn {
  color: #000;
	background: rgba(146,167,131,1);
	padding: 7px 16px 7px 16px;
	border-radius: 5px;
	border: solid 2px;
	border-color: rgba(146,167,131,1)
}

.nav-bar {
	box-shadow: 0 4px 8px -4px rgba(0,0,0,0.15);
}

.order-summary {
	background-color: #f3ebd9; 
}