.reda-header-top-new
    {
    text-transform: uppercase;
    color: #ac8b51;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    line-height: 1;
    }
    
    .heading-underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
    z-index: 2;
    transition: transform .4s, background .4s;
    background: #e54a64;
}

#nav-helper .row {
    max-width:100rem;
}

.no-horiz-padding {
    padding-left:0px;
    padding-right:0px;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-tab>a {
    color:#b68e58;
}

.btn-accent {
    background: #5c090f;
    color: #fff;
    border-color: #5c090f;
}