#main-menu .mega-menu > li.menu-item.active > a, #main-menu .mega-menu > li.menu-item.active > h5 {
    background: transparent;
    color: #bb2042;
}


#main-menu .mega-menu > li.menu-item.active > a:before, #main-menu .mega-menu > li.menu-item.active > h5:before, #main-menu .mega-menu > li.current-menu-item > a:before {
    border-bottom: 3px solid #bc2042;
    bottom: -16px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 150px;
}