/*
Theme Name: Divi Child Theme
Theme URI: https://aapimemphis.org
Description: Child Theme For Divi
Author: EC Digital Services
Author URI: https://ec-digital.com
Template: Divi
*/

.menu-cta1 {
  color : #fff!important;
  border: 1px solid #2254CF;
  border-radius: 5px;
  background: #2254CF;
  transition: all .3s 0s;
  position: relative !important;
  top: -14px !important;
  padding: 8px 20px !important;
}

.cta-button a {
  padding: 18px !important;
  color: white !important;
}

.cta-button:hover {
  transform: scale(1.1);
  transition: all .2s 0s;
}