body .main-navigation, body .main-navigation ul {
    background: #1b2f5d;
}

@media all and (max-width: 768px) {
body header .inside-header {
    padding: 0px!important;
    height: 160px!important;
    background-size: contain;
    background-repeat: no-repeat;
background-position: center;
}
}

.widget h2 {
    font-weight: 600;
}

#text-2 a {
    font-size: 13px;
}

body a, body a:visited {
    color: #fbba17;
}

header .inside-header {
    max-width: 100%!important;
    height:375px!important;
}

body {
    max-width: 1700px;
    margin: 0px auto;
}
.main-navigation a:hover {
    color: #ffffff;
    background-color: #fbba17!important;
}

.sidebar .widget a, .sidebar .widget a:visited {
    font-size: 14px;
}
.sidebar .widget a:hover {
    color: #fbba17;
}

header .inside-header {
    height: 500px;
}
.site-branding {
    display: none;
}

.comments-area {
    display: none;
}
.entry-title a, .entry-title a:visited {
    color: #fbba17!important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: #fbba17;
}
.footer-widgets {
    display: none;
}
.page-header-image {
    display: none;
}