.site-header {
    line-height: 75px;
    position: relative;
    width: 100%;
    background: #3d3d3d;
    z-index: 1000;
    -webkit-transition: all 1s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.bpress-page-header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 100px 25px 60px;
    background-color: #6f6f6f !important;
    background-size: cover;
    background-position: center;
}
.bpress-crumbs-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    padding: 1em 10px;
    font-size: 0.9em;
    list-style-type: none;
    background-color: #e3e3e3 !important;
}
.bpress-section-boxed .bpress-section-icon {
    color: #616161 !important;
}
.bpress-sidebar .widget {
    margin-bottom: 2em !important;
    padding: 25px !important;
    border: 1px solid #3d3d3d !important;
    border-radius: 3px;
    font-size: 1em;
    background-color: #3d3d3d !important;
    color: #fff !important;
}
.bpress-nav-section.active > .bpress-nav-item, .bpress-nav-section .bpress-nav-item:hover, .bpress-nav-article.active > .bpress-nav-item, .bpress-nav-article .bpress-nav-item:hover {
    background: #616161;
}
.bpress-heading span[class^="bp-"].colored, .bpress-heading .bpress-heading-icon.colored {
    color: #616161;
}
.bpress-search-submit input[type="submit"]:hover {
    color: #fff;
    background-color: #3d3d3d;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=submit]:hover, .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
    opacity: 0.8;
    background: #616161;
    border: none;
}
.bpress-search-submit input[type="submit"] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50px;
    background-color: #3d3d3d;
    background-image: none !important;
    color: #fff;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
.bpress-search-suggest ul li b {
    color: #9e1b1e;
}