  /* -----------------------------------------------------------------------------
* $BRAND                                                Links, hover, background
* -------------------------------------------------------------------------- */
/* Brand color () */
.pagination span, .pagination a {
      background-color: #231F20;
}

#wpb_masthead {
      background-color: #30588C;
}

#wpb_navigation {
      background-color: #333333;
}

.widget_rss {
    padding: 15px;
    background: #afafaf;
}


.host_info h3 {
    color: #fff;
}

.widget .widget-title,
#row_show .widget .widget-title{
    color: #231F20;
    border-color: #30588C;
}

.border-brand,
.title-wrapper h3,
.page-header{
    border-color: #30588C;
}

a:hover,
.posts-list h2 a:hover,
.blog-three-col .entry-title a:hover,
.footer-nav li a:hover,
.entry-meta .category a{
    color: #30588C;
}

.read-more a{
    color: #231F20;
    border-color: #30588C;
}

#row_c .read-more a{
    color: #fff;
    border-color: #30588C;
}

.read-more a:hover,
.widget .widget-title a:hover{
    border-left: 2px solid #30588C;
    color: #fdb233;
}

#row_show.bg-brand {
  background-color: #fff;
}

.widget_rss .title-wrapper h3{
  border: none;
}

.widget_rss .widget-title a:hover {
    border: none;
    color: #30588C;
}

.pagination .current,
.pagination a:hover{
  background: #30588C;
  color: #fff;
}

@media (min-width: 768px){
  #row_b, #row_b .bg-secondary {
      background: #052C5B;
  }

  #row_b .widget .widget-title {
      color: #fff;
  }
  
  #row_c,
  #row_c .bg-secondary{
      background: #232323;
  }
  
  
  #row_c h2 a,
  #row_c .widget .widget-title{
    color: #fff;
  }
  
  #row_c h2 a:hover,
  #row_c .widget .widget-title:hover{
    color: #30578B;
  }
  
  #row_c .widget .entry-summary {
    color: #aaaaaa;
  }
  
}

footer.bg-dark {
  background-color: #E9E9E9;
}

footer .title-wrapper h3 {
    border-color: #30588C;
}

.widget-footer p,
footer .widget-footer  a {
    color: #052C5B;
    text-align: left;
  }


.widget-footer p,
footer .widget-footer  a:link {
    color: #a2a2a2 ;
    text-align: left;
  }

footer .widget .widget-title{
    color: #232323;
}

.copyright,
.copyright a{
    color: #fff;
}

#copyright-wrapper{
  background-color: #052C5B;
}

.sprite.rss {
    display: none;
}

.super_title {text-align:center; padding:2px; font-size:14px!important; color:#30578B }
.super_title:hover {color:#30578B !important}
.super_excerpt {text-align:center;padding:0px; font-size:12px;color:#30578B }
.super_excerpt.superelement2 {color: #30578B !important;
}

.textwidget {color:#A2A2A2 }

.blog-three-col .article-wrapper {
        max-height: none;
      }