@media all and (max-width: 768px) {
body header .inside-header {
    height: 40px!important;
    background-size: contain!important;
}
}

body a, body a:visited {
    color: #1d439a;
}

header .inside-header {
    max-width: 100%!important;
    height: 340px!important;
}

.main-navigation a:hover {
    color: #ffffff;
    background-color: #1d439a!important;
}

.sidebar .widget a, .sidebar .widget a:visited {
    font-size: 14px;
}
.sidebar .widget a:hover {
    color: #1d439a;
}

header .inside-header {
    height: 500px;
}
.site-branding {
    display: none;
}

.comments-area {
    display: none;
}
.entry-title a, .entry-title a:visited {
    color: #1d439a!important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: #1d439a;
}
.footer-widgets {
    display: none;
}
.page-header-image {
    display: none;
}