/*
Theme Name:   Flatsome Child
Theme URI:    http://flatsome.uxthemes.com
Description:  Child theme for Flatsome
Author:       UX-Themes
Author URI:   https://uxthemes.com
Template:     flatsome
Version:      3.18.6
*/

/* Your custom CSS goes here */
.menu-item-image-wrap {
  display: none;
}

.header-bottom .nav .sub-menu {
  display: flex;
  gap: 20px;
  min-width: 920px;
  padding: 20px;
}

.header-bottom .nav .sub-menu .child-div {
  width: 33%;
}

.header-bottom .nav li.menu-item {
  margin: 0 0px 0 0;
  display: block;
  height: auto;
}
.header-bottom .nav li.menu-item > a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  outline: none;
}
.header-bottom .nav .menu-item.active > a,
.header-bottom .nav li.menu-item:hover > a {
    color: #6cbb5a !important;
}
.menu-items-div > li {
  padding: 10px 0;
}
.header-bottom .nav li.menu-item .menu-items-div > li a {
  line-height: 1rem;
  height: auto;
  color: #222;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

.child-div li.img {
  max-width: 250px;
  margin-bottom: 10px;
}

.child-div li.content {
  color: #333;
}

.header-bottom .nav-divided>li+li>a:after {
  border: none;
}