/*
Theme Name: Divi Child
Version: 2.0
Description: Divi Child Theme for connecttoyourhealing.com
Author: Deborah Tiffany
Template: Divi
Author URL: https://soloandco.com
*/
 
@import url("../Divi/style.css");
 
/*-------My Theme Customizations------- */

/*------Menu CTA Button book now------*/

	
.menu-cta {
  border: 2px solid #ffaa89;
  height: 42px;
  padding: 12px !important;
  border-radius: 20px;
  text-align: center;
  background-color: #ffaa89;
  color: white!important;
	
}
.menu-cta a:hover {
      color: white!important;
}