/* theme header */
header#masthead {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-header);
    background: rgba(253, 252, 248, 0.80);
    backdrop-filter: blur(6px);
    padding: 1.25rem 0;
    transition: padding .3s
}
header#masthead.fixed {
    padding: .5rem 0
}
@media screen and (min-width: 783px) {
    .admin-bar header#masthead {
        top:32px
    }
}
@media screen and (max-width: 782px) {
    /* .admin-bar header#masthead {
        top:46px
    } */
}
header#masthead > .container {
    position: relative;
    z-index: 99999;
}
header#masthead .navbar-brand {
    padding: 0;
    position: relative;
    margin: 0;
}
header#masthead .navbar-brand a {
    display:block;
}
header#masthead a:visited, header#masthead a:hover {
  text-decoration: none;
}
.header-menus-block > * {
    margin-left: 1rem
}
@media only screen and (max-width: 1199px) {

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }
    header#masthead {
        padding: 0.75rem 0;
    }
    /* .pushy-open-left header#masthead {
        background-color: #fff!important;
    } */
}
@media only screen and (max-width: 767px) {
    header#masthead .navbar-brand {
        flex-basis: 9rem;
    }
    .header-button.button {
        font-size: .75rem !important;
        height: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    header#masthead .navbar-brand {
        flex-basis: 12rem;
    }
    .header-button.button {
        font-size: 1rem!important;
        height: 2.75rem
    }
}
