#sp-top-bar {
    background: transparent;
}

#sp-top-bar .container-inner {
    background: #0345bf;
}

#sp-header {
    background: transparent;
}

#sp-header .container-inner {
    background: #0345bf;
}

#sp-header .container-inner {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 0 30px;
    border-radius: 0 0 5px 5px;
}

.header-wrapper {
    position: relative;
}


@media only screen and (min-width: 769px){
    #offcanvas-toggler {
        display: none;
    }
}