/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.overlay-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-bg--dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.hp-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 239, 255, 0.72);
}

.pg-title-bar {
  background-position: center !important;
}
.pg-title-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-id-34 .pg-title-bar {
  background-position-y: 30% !important;
}
.page-id-34 .pg-title-bar::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-id-48 .pg-title-bar {
  background-position-y: 71% !important;
}
.page-id-48 .pg-title-bar::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.fusion-footer .fusion-column-wrapper:first-child > .fusion-menu-element-wrapper > a {
  display: none;
}
.fusion-footer .fusion-column-wrapper:first-child > .fusion-menu-element-wrapper .fusion-menu > .menu-item a:first-child {
  display: none;
}
.fusion-footer .fusion-column-wrapper [class*=title-heading] a {
  color: #3d66ae;
}

.fusion-body.home .fusion-menu-element-wrapper[data-count="0"]:not(.collapse-enabled) .fusion-menu-element-list > li {
  margin-right: 10px;
}
.fusion-body.home .fusion-menu-element-wrapper[data-count="0"]:not(.collapse-enabled) .fusion-menu-element-list > li:not(.fusion-menu-item-button) > a {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 18px;
  color: #000 !important;
  border-radius: 6px;
}
.fusion-body.home .fusion-menu-element-wrapper[data-count="0"]:not(.collapse-enabled) .fusion-menu-element-list > li:not(.fusion-menu-item-button).current-menu-item > a {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.7);
}
.fusion-body.home .fusion-menu-element-wrapper[data-count="0"]:not(.collapse-enabled) .fusion-menu-element-list > li:not(.fusion-menu-item-button):not(.custom-menu-search-overlay):hover > a {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.7);
}
.fusion-body.home .fusion-menu-element-list {
  min-height: 3.3em;
}
/*# sourceMappingURL=style.css.map */
