.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.oceanwp-mobile-menu-icon a,
.oceanwp-navigation li a {
  position: relative;
}

.oceanwp-navigation li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #FF0055;
  transition: width 0.3s ease;
}

.oceanwp-navigation li a:hover::after,
.oceanwp-navigation .current-menu-item > a::after {
  width: 100%;
}/* End custom CSS */