/*
Theme Name: SREL
Description: A child theme of Base (Bridge)
Author: Research Communications
Template: base
*/
@import url("../base-css/style.css");

/* TablePress tables */
.tablepress-table-name { margin-bottom: 10px; }
.tablepress tfoot th, .tablepress thead th { background: #ddd; }
.menu-item a[title=donate] span:first-of-type {
    padding: 5px;
    color: #fff;
    background-color: #ba0c2f;
}
.breadcrumb .current {
    color: #ba0c2f;
}

h2, h4, h6 {

 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #ba0c2f;
 bottom-margin: 10;
 padding: 0.5em 0 0.5em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0187d4;
}
.content .container .container_inner.page_container_inner {
    padding: 30px 0px 60px 0px;
}
.content li {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 7px;
}
body {
    background-color: #000;
    color: #333;
}
#nav-menu-item-228 > a:hover,
 #nav-menu-item-50 > a:hover { 
    color: #333 !important;
}
.blog_holder article .post_info, .blog_holder article .post_info a {
    color: #fff;
}

.container_inner .post .post_text .post_text_inner > h3 a {
    display: none;
}

.wpb_widgetised_column .widget a {
    color: #0187d4;
}
.q_accordion_holder.accordion .ui-accordion-header {
    font-size: 20px;
    padding-top: 9px;
    text-transform: none;
}
.footer_top a {
    color: #eee;
    font-size: 16px;
}