article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    color: #000;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.35em;
    padding-top: 15px;
}

#masthead .hgroup .logo img {
    vertical-align: bottom;
    width: 550px;
    height: 138px;
}
#colophon .widget_nav_menu .menu-item a {
    color: #fff;
}
#main {
    background: #fcfcfc;
    padding: 0px;
}
#masthead {
    background: #0a8abb;
    padding: 0 35px 0 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}
#colophon {
    margin-bottom: 20px;
    background: #;
    padding: 30px;
    background: #04688e;
}
.main-navigation {
    margin: 0 -35px;
    background: #e31402;
    position: relative;
    font-size: 0;
    z-index: 9999;
}
#search-icon #search-icon-icon, #search-icon #search-icon-icon .icon-search {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
}