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

/* =Theme customization starts here
------------------------------------------------------- */
.et_fixed_nav .dig-child-theme#et-top-navigation {
  display: flex;
}

.dig-child-theme#et-top-navigation #top-menu-nav-2 #top-menu-2.nav {
  display: flex;
  line-height: 0;
}
.dig-child-theme#et-top-navigation #top-menu-nav-2 {
  padding-left: 30px;
}

.dig-child-theme#et-top-navigation #top-menu-nav-2.nav .menu-item {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

/* Mobile menu is being duplicated in  */
#mobile_menu + #mobile_menu {
  display: none !important;
}

.et_search_form_container {
  margin-right: 288px;
  margin-left: 477px;
  width: auto;
}

.et_search_form_container .et-search-form {
  width: 100%;
  max-width: unset !important; /* Overrides inline style */
}

#top-menu a:after {
  display: none;
}

@media (max-width: 980px) {
  .dig-child-theme#et-top-navigation #top-menu-nav-2.nav .menu-item {
    display: none;
  }
}
