/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.custom-cta .sppb-btn {
    background: rgba(0,0,0,0);
    border: 1px solid #fff!important;
    color: #fff!important;
    margin-top: 20px;
}
.response, .highlight {
    color: #a4a4a4!important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #fff!important;
}
.sp-megamenu-parent > li > a::before {
    border: 1px solid #fff!important;
        border-top-width: 1px;
        border-right-width: 0px!important;
        border-bottom-width: 0px!important;
        border-left-width: 1px;
    border-width: 1px 0 0 1px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

}
.sp-megamenu-parent > li > a::after {

    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    width: 80px;
    height: 80px;
    border: 1px solid #fff!important;
        border-top-width: 0px!important;
        border-right-width: 1px!important;
        border-bottom-width: 1px!important;
        border-left-width: 0px!important;
    border-width: 1px 0 0 1px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

}
#sp-header, #sp-header-2 {
    z-index: 1000!important;
}
.sp-megamenu-parent > li > a {
    color: #909090!important;
}