.hverdagshaven-menu-search .search-form-submit{
    display: none;
}

.hverdagshaven-menu-search input.search-form-input{
    background: transparent;
    border: transparent;
    color: white;
    padding: 15px 20px;
    box-shadow: none;
    font-family: "Alegreya Sans", sans-serif;
}

.hverdagshaven-menu-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-family: "Alegreya Sans", sans-serif;
    opacity: 1; /* Firefox */
}

.hverdagshaven-menu-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    font-family: "Alegreya Sans", sans-serif;
}

.hverdagshaven-menu-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
    font-family: "Alegreya Sans", sans-serif;
}

@media screen and (min-width: 1024px) {
    .hverdagshaven-menu-search.menu-item{
        display: none;
    }
}
@media screen and (max-width: 460px) {
    .site-title a{
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    .menu-toggle{
        width: 18px;
        height: 18px;
    }
}


@media only screen and (max-width: 1023px) {
    .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        color: white;
        outline: none;
    }
}