/*
Theme Name:   Stimulus Instruments Child
Theme URI:    https://stimulusinstruments.com
Description:  Child theme for Divi. Adds the Stimulus Instruments home page template
              and site styling. All customisation lives here so Divi updates never
              overwrite it.
Author:       Stimulus Instruments
Template:     Divi
Version:      1.3.0
Text Domain:  stimulus-child
*/

/* Divi's own stylesheet loads first via functions.php.
   Page specific styles live in assets/home.css and load only on the home template.
   Site wide overrides go below. */


/* ---------------------------------------------------------------------------
   Solid brand colour menu bar

   Your logo is untouched. This only changes the bar behind it.
   To revert to Divi's default bar, delete this block.
   --------------------------------------------------------------------------- */

#main-header,
#main-header.et-fixed-header {
  background-color: #0f4b64 !important;
  box-shadow: none;
}

#top-menu li a,
#et_top_search .et-search-form input,
#et_mobile_nav_menu .mobile_nav .select_page {
  color: #ffffff !important;
}

#top-menu li a:hover {
  color: #ffffff !important;
  opacity: 1;
}

#top-menu li.current-menu-item > a {
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff;
}

#et_top_search .et-search-field,
#et_search_icon::before,
#et_top_search .et-search-form .et-search-submit::before {
  color: #ffffff !important;
}

#et_mobile_nav_menu .mobile_menu_bar::before {
  color: #ffffff !important;
}

.et_mobile_menu {
  background-color: #0f4b64;
  border-top-color: #ffffff;
}

.et_mobile_menu li a {
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

/* Cart icon in the header */
#et-secondary-menu .et-cart-info,
#top-menu .et-cart-info {
  color: #ffffff !important;
}
