/*Header*/
#pbr-breadscrumb {
    background-size:cover !important;
}
/*Javi CSS*/
#pbr-breadscrumb > div > ol > li:nth-child(1) > a{
    display:none;
}
/*Mobile Header*/
@media screen and (max-width: 1023px) {
    #wpo-masthead .header-main {
        background: WHITE;
    }
}
/*Footer Latest News*/
.widget.widget_recent_entries ul > li a {
    color: white;
}
.widget.widget_recent_entries ul, .widget.widget_recent_entries ol {
    width: 72%;
    padding-left: 50px;
}
#recent-posts-3 > h2{
    display:none;
}
/*Searchbox*/
.menu-search-box .wpo-mini-searchbox {
    right: -10px!important;
    text-align: center!important;
    background: #cd2227!important;
    width: 2%!important;
    margin-top: -15px;
    padding-top: 13px;
    padding-bottom: -9px;
    height: 60px;
    width: 60px!important;
}

/*menu opacity and position*/
.navbar-collapse.collapse {
    background: rgba(0, 0, 0, 0.4) !important;
    position: relative;
    left: -30px;
}
/*footer column1 padding*/
#text-5{
    padding-right:50px;
    padding-left:50px;
    padding-bottom:10%;
}
/*Danger button (visit web in product pages)*/
.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    background-color: #CB2227!important;
}

/*End of Javi's CSS*/
/* Dee - Adding the red to site items */
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li.vc_active > a i {
    color: #cb2227 !important;
}

.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li::after {
        background: #cb2227 !important;
}

.heading.heading-v1 .heading-inner::before {
    background: #cb2227 !important;
}

.wpo-inforbox .inforbox-left .inforbox-inner::after {
    background: #cb2227 !important;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #cb2227 !important;
}