#colophon #theme-attribution,
#colophon #site-info {
  text-align: center;
  margin-top: 25px;
  color: #aaaaaa;
  font-size: 11.5px;
    display: none;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: normal;
}

#colophon .widget_nav_menu .menu-item a {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 0px solid #b9b9b9;
}

.panel-row-style-wide-grey, .wide-grey.panel-row-style {
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 {
    text-align: left;
}

.vantage-carousel-title a.next, .vantage-carousel-title a.previous {
    background: #0188fe;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    float: right;
    overflow: hidden;
    background-position: center center;
    margin-left: 2px;
    padding: 4px 4px 5px 4px;
}
.vantage-carousel-title {
    font-size: 22px;
    font-weight: normal;
    color: #005fb2;
    text-transform: none;
    line-height: 1em;
}

#secondary .widget .widget-title, #footer-widgets .widget .widget-title, #masthead-widgets .widget .widget-title {
    font-size: 15px;
    color: #005fb2;
    font-weight: bold;
    margin-bottom: 15px;
}

.post-navigation a, #image-navigation a {
     font-size: 11px;
    font-weight: normal;
}
a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    
    font-size: 12px;
    font-weight: normal;
    
}
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #3858e9;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}