/*
    BBC Brand Color CSS
*/
.navbar-fixed.header_section,
#scroll-to-top,
.subscribe_section,
.download_section,
.mid_table,
.video_section:before,
.shot_item .screen_thumb figcaption a,
.owl-nav div,
.feature_list .list_item i,
.app_btn,
.hero_section:before {
    background: #00247D;
    background: -moz-linear-gradient(-45deg, #00247D 0%, #1B1F30 100%);
    background: -webkit-linear-gradient(-45deg, #00247D 0%, #1B1F30 100%);
    background: linear-gradient(135deg, #00247D 0%, #1B1F30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00247D', endColorstr='#1B1F30', GradientType=1);
}

.testimonial_items .owl-dots .owl-dot.active {
    background-color: #00247D;
}

.post_thumb .blog_title,
.post_thumb .span {
    background-color: rgba(0, 36, 125, 0.8); /* BBC blue with opacity */
}

.footer_menu li a,
.social_link li a,
.subscribe_form .submit,
.post_content .read_more_btn:hover,
.testimonial_item h4,
.download_content li a,
.list_check li:before,
.promo_items .promo_item i {
    color: #00247D;
}
