#header {
    min-height:auto;
    box-shadow: none;
}

.header3 + #sub-header {
    margin-top: 80px;
}

@media (max-width: 1200px) {
    #logo {
        width: auto !important;
    }
    .header-breadcrumb {
        margin-bottom: 0 !important;
    }
    .blog-post:first-child {
        margin-top: 40px;
    }
    .timeline-date {
        display: none !important;
    }
}