/* 
 *@Description: Plugins style-sheet for BlueWindLab Ticker.
 *@Created By: Mahbub Alam Khan
 *@URI: http://www.bluewindlab.net
 */
.bwl_breaking_news_ticker_sc,
.bwl_breaking_news_ticker {

    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    /*width: 100%;*/
    height: 250px;
    text-align: left;
        
}

div.bnm_dn,
span.bnm_dn{
    display: none;
}

.bwl_breaking_news_ticker_sc{
    height: 32px;
}

.bwl_breaking_news_ticker_sc li{
   list-style-type: none;
}

.bwl_breaking_news_ticker li {    
  height: 250px;  
  background: transparent;    
  list-style-type: none;
  margin: 6px 0;
  line-height: 1.5em;
  padding: 0 5px;
  /*overflow: hidden;*/
}

.bwl_breaking_news_ticker li a.bnm-post-title{
    padding: 0;
    margin: 0;
    display: block;
    
}

.bwl_breaking_news_ticker li p.bnm-post-details{
    padding: 0;
    margin: 0;
    clear: both;
}

.bwl_breaking_news_ticker li p.bnm-post-details a.read-more-link{
    float: right;
    
}

.bwl_breaking_news_ticker li em.bnm-post-date{
    clear: both;
    padding: 0;
    margin: 11px 0 0 0;
    display: block;
}

.no-border {
  border-bottom: none !important;
}

.bnm-align-left{
    text-align: left;
}

.bnm-align-center{
    text-align: center;
}

.bnm-align-right{
    text-align: right;
}

.bnm-fr{
    float: right;
}

.bnm-clearfix {
  *zoom: 1;
}

.bnm-clearfix:before,
.bnm-clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.bnm-clearfix:after {
  clear: both;
}

/*------------------------------ Sticky Header ---------------------------------*/
 
/* Make Header Sticky */

#bwl_breaking_news_header_container {
    background:#FFFFFF; 
    color: #2C2C2C;
    border-bottom:3px solid #333333; 
    width:100%; 
    height:32px;     
    position:fixed;     
    top:0;  
    left:0; 
    z-index: 2000;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

/*------------------------------ Add A Show/Hide Button(Introduced Version 1.0.4) ---------------------------------*/
.bwl_breaking_news_header_ctrl_btn{
    width: 24px;
    height: 24px;
    position: fixed;
    right: 5px;
    top: 32px;
    background:#FFFFFF; 
    color: #2C2C2C;
    display: inline-block;
    z-index: 2001;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    font-size: 15px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

 

#bwl_breaking_news_header_container #header{
    width: 100%; 
    margin:0 auto; 
    text-align:center; 
    line-height:32px; 
    clear: both;
}
#bwl_breaking_news_header_container #header a{
    text-decoration: none;
    font-size: 12px;
}

#bwl_breaking_news_header_container #header em{
    font-size: 11px;
}

#bwl_breaking_news_header_container #header span{
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0 21px;
    color: #FFFFFF;
    margin: 0 11px 0 0px;
    background: #3c3c3c;
        
}
  
body.admin-bar #bwl_breaking_news_header_container {
    top: 28px /* Make this 32px if MP6 is installed */        
}


/*------------------------------ Sticky Footer ---------------------------------*/

/* Make Footer Sticky */
/* Make Header Sticky */

#bwl_breaking_news_footer_container { 
    background:#F9F9F9; 
    border-top:3px solid #333333; 
    width:100%; 
    height:32px;     
    position:fixed;     
    bottom:0;  
    left:0; 
    z-index: 2000;
    -webkit-box-shadow: 0px -1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -1px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0px -1px 5px rgba(0,0,0,0.3);
    box-shadow: 0px -1px 5px rgba(0,0,0,0.3);
}

.bwl_breaking_news_footer_ctrl_btn{
    width: 24px;
    height: 24px;
    position: fixed;
    right: 5px;
    bottom: 32px;
    background:#FFFFFF; 
    color: #2C2C2C;
    display: inline-block;
    z-index: 2001;
    cursor: pointer;
    -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 15px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


#bwl_breaking_news_footer_container #footer{ 
    width: 100%; 
    margin:0 auto; 
    text-align:center; 
    line-height:32px; 
    clear: both;
    position: relative;
}

#bwl_breaking_news_footer_container #footer .close-btn{ 
    
    position: absolute;
    top: -28px;
    right: 11px;
    vertical-align: middle;    
    background: #F9F9F9;    
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border-radius: 100%;
    
}

#bwl_breaking_news_footer_container #footer a{
    text-decoration: none;
    font-size: 12px;
}


#bwl_breaking_news_footer_container #footer em{
    font-size: 11px;
}


#bwl_breaking_news_footer_container #footer span{
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0 21px;
    color: #FFFFFF;
    margin: 0 11px 0 0px;
    background: #3c3c3c;
        
}


/*------------------------------ Inline Ticker ---------------------------------*/

#bwl_breaking_news_inline_container {
    background:#F9F9F9; 
    color: #2C2C2C;
    width:100%; 
    /*height:32px;*/
    z-index: 2000;
    clear: both;
}

#bwl_breaking_news_inline_container #inline{
    width: 100%; 
    margin:0 auto; 
    text-align:center; 
    line-height:32px; 
    clear: both;
}

#bwl_breaking_news_inline_container #inline .bwl_breaking_news_ticker_sc {
    width: 100%;
}

#bwl_breaking_news_inline_container #inline .bwl_breaking_news_ticker_sc li{
    margin: 0;
    padding: 0;
    line-height:32px; 
    
}

#bwl_breaking_news_inline_container #inline a{
    text-decoration: none;
    font-size: 12px;
    /*white-space: nowrap;*/
}

#bwl_breaking_news_inline_container #inline em{
    font-size: 11px;
}

#bwl_breaking_news_inline_container #inline span{
   
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0 21px;
    color: #FFFFFF;
    margin: 0 11px 0 0px;
    background: #3c3c3c;
        
}
   


/*------------------------------ Responsive Media Query  ---------------------------------*/

/* Smaller than 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
     
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    
     
    
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    
    
    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
     
    
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    #bwl_breaking_news_inline_container #inline span
    #bwl_breaking_news_header_container #header span,
     #bwl_breaking_news_footer_container #footer span{
         display: none;
     }
     .bwl_breaking_news_ticker_sc{
         margin-left: 11px;
     }
    
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
     #bwl_breaking_news_inline_container #inline span,
     #bwl_breaking_news_header_container #header span,
     #bwl_breaking_news_footer_container #footer span{
         display: none;
     }
     .bwl_breaking_news_ticker_sc{
         margin-left: 11px;
     }
    
}
 