/*BBC BLOCK A*/

.bbc_right_A {
    display: inline-block;
}
.bbc_right_A .title, .bbc_right_B .title {
    font-size: 20px;
    font-weight: normal;
    border-left: solid 2px red;
    padding: 0 5px;
    margin: 10px 0;
}
.bbc_right_A .lead {
    width: 100%;
    overflow: hidden;
    height: 155px;
    float: left;
    position: relative;
    background: #1b1b1b;
}
.bbc_right_A .lead .image {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.bbc_right_A .lead .position {
    position: relative;
}
#inner-left-col img {
    width: 100%;
}
.bbc_right_A .lead .info {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    padding: 15px 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgb(31, 31, 31));
    background-image: linear-gradient(transparent,rgb(31, 31, 31));
    background-position-y: -1px;
    bottom: -1px;
}
.bbc_right_A .lead .info h2 {
    color: #fff;
    font-size: 19px;
    margin: 20px 0;
    font-weight: normal;
    line-height: 22px;
}
.bbc_right_A .lead .bar {
    width: 30%;
    height: 5px;
    background: red;
    display: block;
    margin: 0 0 10px;
}
.bbc_right_A .list {
    display: inline-block;
}
.bbc_right_A .list .item {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #efefef;
}
.bbc_right_A .list .image {
    overflow: hidden;
    width: 130px;
    height: 75px;
    float: left;
    margin: 0 10px 0 0;
}
.bbc_right_A .list .info {
    width: 52%;
    float: left;
}
.bbc_right_A .list .text {
    width: auto;
    float: left;
    clear: inherit;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 9px;
    line-height: 15px;
    color: #262626;
    height: 47px;
    overflow: hidden;
}
.bbc_right_A .list .mini {
    width: 100%;
    display: inline-block;
    color: #c7c7c7;
}
.bbc_right_A .list .category {
    border-left: solid 2px red;
    padding: 0 5px;
    /*line-height: 0;*/
}
.bbc_right_A .list .date {
    float: right;
}
.bbc_right_A .see_more, .bbc_right_B .see_more {
    color: #fbfbfb !important;
    width: 100% !important;
    padding: 5px 0;
    background: #252524;
    font-size: 13px;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 10px !important;
}

/*BBC BLOCK B*/

.bbc_right_B .list {
    display: inline-block;
}
.bbc_right_B .list .item {
    float: left;
    width: 48%;
    margin: 0 10px 10px 0;
    height: auto;
}
.bbc_right_B .list .item:nth-child(2n+0) {
    margin-right: 0;
}
.bbc_right_B .list .item .image {
    overflow: hidden;
    width: auto;
    height: 135px;
    background: #ded9d9;
}
.bbc_right_B .list .item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bbc_right_B .list .item .info {
    height: 68px;
    padding: 5px 0 0;
    overflow: hidden;
}
.bbc_right_B .list .item .info .text {
    font-size: 15px;
    color: #000;
    height: 35px;
    overflow: hidden;
}
.bbc_right_B .list .item .info p {
    height: 32px;
    /* overflow: hidden; */
    margin: 0;
    color: #868686;
    padding: 0 !important;
}

.copyright_300 {
    margin: 15px 0;
}

.bbc_tab_wrap .tab_item {
    background: #c1c1c1;
    padding: 8px 10px;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}
.bbc_tab_wrap {
  display: flex;
}
.bbc_tab_wrap .tab_item {
  flex-basis: 100%;
  text-align: center;
  /*border: 1px solid black;*/
}
.bbc_tab_wrap .tab_item.active {
  background: #ececec;
  border-top: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
}
.bbc_tab_wrap .tab_item:nth-child(1), .bbc_tab_wrap .tab_item:nth-child(2), .bbc_tab_wrap .tab_item:nth-child(3) {
    margin: 0 2px 0 0; 
}
.bbc_tab_wrap .tab_item:last-child {
    margin-right: 0;
}
.bbc_heading {
    width: 100%;
    display: inline-block;
    /*margin: 15px 0;*/
}
.bbc_heading h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.flexsearch--wrapper {
    float: right;
}
.flexsearch--input-wrapper {
    background: #ececec;
    width: 160px;
}
.flexsearch--submit-wrap {
    background: #fff;
    background: #ececec;
    color: #888;
    float: left;
    margin: 0;
}

.bbc_listing {
    width: 100%;
    display: inline-block;
}
.bbc_listing .item {
    float: left;
    width: 48%;
    margin: 0 10px 10px 0;
    height: auto;
    list-style: none;
}
.bbc_listing .item:nth-child(2n+0) {
    margin-right: 0;
}
.bbc_listing .item .image {
    overflow: hidden;
    width: auto;
    height: 140px;
    background: #ded9d9;
}
.bbc_listing .item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bbc_listing .item .info {
    max-height: 82px;
    padding: 5px 0 0;
    overflow: hidden;
}
.bbc_listing .item .info .text {
    font-size: 15px;
    color: #000;
    max-height: 39px;
    overflow: hidden;
    margin-bottom: 0;
    margin: 0;
}
.bbc_listing .item .info p {
    max-height: 37px;
    margin: 0;
    color: #868686;
    padding: 0 !important;
    font-size: 13px;
}
.bbc_listing .item .mini {
    width: 100%;
    display: inline-block;
    color: #b1b1b1;
    text-align: right;
    font-size: 12px;
}

/*INNER*/

.floatLeft {
    float: left;
    margin: 0 6px 0 0;
    font-size: 13px;
}
.floatRight {
    clear: none;
    float: right;
    margin: 0 0 0 6px;
    font-size: 13px;
}
.copyright_mob {
    margin: 15px 0;
    display: inline-block;
}
.bbc_inner_wrapper h1 {
    float: left;
    font-size: 27px;
    margin: 10px 0 15px 0;
    width: 100%;
}
.flexsearch--wrapper {
    height: auto;
    width: auto;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
}
.flexsearch--form {
    overflow: hidden;
    position: relative;
}
.flexsearch--input-wrapper {
    width: 160px;
    height: 24px;
    overflow: hidden;
    float: left;
    border-radius: 10px 0 0 10px;
}
.flexsearch--input {
    height: 23px;
    padding: 0 0 0 10px;
    border-color: #888;
    border-radius: 35px;
    border-style: solid;
    border-width: 0;
    color: #333;
    font-size: 12px;
    width: 204px;
    background: #ececec;
}
.flexsearch--submit-wrap {
    background: #ececec;
    color: #888;
    float: left;
    margin: 0;
    right: 155px;
    display: block;
    width: 26px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 0 50% 50% 0;
}
.flexsearch--submit {
    background-image: url(https://cdn.ghanaweb.com/design/top_sprite.png);
    background-color: transparent;
    background-size: 185px;
    background-position: -220px -11px;
    width: 19px;
    height: 23px;
    border: none;
}

::placeholder
/*:-ms-input-placeholder,*/
/*::-ms-input-placeholder */
{
  color: #888;
  opacity: 1;
}

.panelbox .lead {
    height: 190px;
    float: left;
}
.panelbox .lead a {
    display: block;
    height: 190px;
    overflow: hidden;
}
.bbc_header {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #b80000;
    padding: 5px 10px;
    margin: 15px 0 0 0;
}
.bbc_header .bbc_logo_insert {
    width: 55px;
    float: left;
    display: inline-block;
    line-height: 10px;
}
.bbc_logo_insert img {
    width: 100%;
}
.bbc_header p, .bbc_footer p {
    width: auto;
    float: left;
    clear: inherit;
    color: #fff;
    text-transform: uppercase;
    margin: 0;    
    letter-spacing: 1px;
    line-height: 15px;
}
.bbc_header span {
    padding: 0 10px;
}
.bbc_header .general {
    font-size: 18px;
    border-right: solid 1px #fff;
    margin: 1px 0 0;
    display: inline-block;
    line-height: 14px;
}
.bbc_header .category {
    font-size: 13px;
    display: initial;
    position: absolute;
    padding: 1px 10px;
}

.bbc_footer {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #b80000;
    padding: 5px 10px;
    margin: 0 0 15px 0;
}
.bbc_footer .bbc_logo_insert {
    width: 55px;
    float: left;
    display: inline-block;
    line-height: 12px;
}
.bbc_logo_insert img {
    width: 100%;
}
.bbc_footer .copy {
    font-size: 20px;
    padding-right: 5px;
}

@media screen and (max-width: 320px) {

.panelbox .lead a {
    display: block;
    height: 168px;
    overflow: hidden;
}
.panelbox .lead {
    height: 170px;
    float: left;
}

}

.podcast_wrap {
    padding: 10px 10px 20px;
    background: #ececec;
}
audio.podcast {
    width: 100%;
    background: #ececec;
    padding: 5px 10px;
    margin-top: 10px;
    max-width: 685px;
}