span.badge.bg-danger.featured-article-badge {
    display: none;
}

#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: white;
}

.burger-icon { width: 28px; } 

 .burger-icon > span { height: 4px; }

.burger-icon > span {background-color: #00AEEF !important;}


.article-list .article .readmore a{
    display: inline-block;
    border-radius: 25px;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 12px;
    text-transform: lowercase;
    color: #ffffff;   
    background: #00AEEF;
}

