/* theme header */
header#masthead {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    padding-top: .625rem;
    border-bottom: 5px solid #4bb5c2;
    background: white;
}
@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;
    gap: 2rem;
}
header#masthead .navbar-brand {
    padding: 0;
    position: relative;
    margin: 0;
    flex-basis:13.75rem;
    flex-shrink: 0
}
header#masthead .navbar-brand a {
    display:block;
    width: 13.75rem;
    z-index:2;
}
header#masthead a:visited, header#masthead a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 574px) {
    /* header#masthead {
        padding: .75rem 0!important
    }
    header#masthead > .container {
        padding-bottom: 3.75rem;
        height: auto;
    } */
}
@media only screen and (max-width: 1199px) {

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }
    /* header#masthead, header#masthead.fixed {
        padding: 0;
    } */
    header#masthead {
        /* background: transparent; */
        /* transition: background-color .5s */
    }
    /* .pushy-open-left header#masthead {
        background-color: #fff!important;
    } */
    /* header#masthead.fixed {
        background-color: rgba(252, 251, 247, .75);
        backdrop-filter: blur(10px);
    } */
}
@media only screen and (min-width: 1200px) {
    header#masthead, header#masthead.fixed {
    }
}
@media only screen and (min-width: 1440px) {
}
