/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */



.menu-button a {
  background: #ad3114; /* updated color */
  color: #fff !important;
  padding: 12px 28px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-flex;          /* use flex for centering */
  align-items: center;           /* vertical centering */
  justify-content: center;       /* horizontal centering */
  height: 100%;                  /* makes sure it fills evenly */
  line-height: 1.4;              /* avoids text being squashed */
  border-radius: 0;              /* removed border radius */
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #ad3114;
}

.nav li ul, .et_mobile_menu {
    border-color: #ad3114;
}