/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.1.0
Text Domain:  Avada
*/
.hidden {
  display: none;
}

html body .nav-container .awb-menu__main-ul {
  align-items: center;
}

html body .nav-container .fusion-menu.awb-menu__main-ul .awb-menu__main-a {
  padding: 0 !important;
}

html body .nav-container .awb-menu_row .menu-text {
  font-size: 18px;
}

html body .awb-menu__main-li:last-child {
  background: #fff !important;
  margin-left: 0 !important;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown {
  position: relative;
  display: block;
  padding: 1rem 0 0 0.7em !important;
  z-index: 20012;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown .dropbtn {
  background-color: #fff !important;
	border-radius: 10px;
  color: #003a91 !important;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 30px !important;
  width: 100%;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown .dropdown-content {
  background-color: #fff !important;
  border: 1px solid #bebdbd;
  border-radius: 15px;
  display: none;
  min-width: 160px;
  overflow: hidden;
  width: 100%;
  z-index: 20013;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown .dropdown-content a {
  background-color: #fff !important;
  color: #003a91 !important;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px !important;
  min-height: auto;
  text-align: center;
  text-decoration: none;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown .dropdown-content a:hover {
  color: #63a0d6 !important;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown:hover .dropdown-content,
html body .fusion-tb-header .fusion-column-wrapper .dropdown:focus .dropdown-content,
html body .fusion-tb-header .fusion-column-wrapper .dropdown:focus-within .dropdown-content {
  display: block;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown:hover .dropbtn {
  background-color: #fff;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown .fusion-button-default-size .fusion-button-text-left {
  margin-left: 22px;
}

html body .fusion-tb-header .fusion-column-wrapper .dropdown .fusion-button-icon-divider.button-icon-divider-left {
  width: 33px;
}


#content .fusion-menu > .menu-item,
#content .fusion-menu > .menu-item:hover,
#content .fusion-menu > .menu-item:active {
  background-color: transparent !important;
}

#content .fusion-menu > .menu-item:hover > span[class^="awb-menu__main-background"], 
#content .fusion-menu > .menu-item:active > span[class^="awb-menu__main-background"] {
  display: none !important;
}

@media screen and (min-width: 800px) {
  html body .fusion-tb-header .fusion-column-wrapper .dropdown {
    display: inline-block;
    padding: 0 !important;
  }

  html body .fusion-tb-header .fusion-column-wrapper .dropdown .dropdown-content {
    position: absolute;
    right: 0;
    z-index: 20013;
  }

  html body .fusion-tb-header .fusion-column-wrapper .dropdown .dropdown-content a {
    padding: 8px 16px !important;
  }
}


/* Language Modal */
.LanguageModal .modal-body a {
  text-decoration: underline;
}

.LanguageModal .modal-body .icon-wrap {
  margin-right: 10px;
  float: left;
  padding-bottom: 50px;
}

.LanguageModal .modal-body .icon {
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}