/*
 Theme Name:   Benjamin Asphalt Child
 Description: Child theme for Divi 4.27.5+ (Divi 5 Ready)
 Author:       Mpower Web Solutions
 Template:     Divi
 Version:      1.0.0
*/

/* Adjusts the BAI logo closer to left edge */
#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 5px 10px!important;
}

/* Constrain the logo container */
#shiftnav-toggle-main .shiftnav-main-toggle-content {
  max-height: 40px!important;
  display: flex!important;
  align-items: left!important;
}

/* Constrain the logo image itself */
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar
  .shiftnav-main-toggle-content img {
  max-height: 40px!important;
}

/* OVERRIDE ShiftNav 1.8.2 hamburger glyph */
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
  content: "☰" !important;
  font-family: inherit !important;
}

/* Divi sub-menu font size – all menus */
.et_pb_menu ul.sub-menu li a {
    font-size: clamp(0.825rem, 0.78rem + 0.12vw, 0.925rem)!important;
}

