/* Header */
.wt-header-content {
    justify-content: space-between;
}

/* No logo*/
.wt-site-logo {
    display: none;
}

/* Title */
.wt-site-title {
    font-weight: bold;
    font-size: 40px;
    color: #007bff;
    flex-basis: 0;
    order: 4;
}

/* Navigation */
[dir] .wt-secondary-navigation {
    margin-bottom: 0;
    flex-basis: 100%;
}

/* Search */
.wt-header-search {
    top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    flex-basis: 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .wt-header-content {
        flex-direction: row-reverse;
    }

    .wt-site-title {
        order: 3;
        flex-basis: 50%;
    }

    [dir] .wt-secondary-navigation {
        flex-basis: 50%;
    }

    /* Search */
    .wt-header-search {
        flex-basis: 250px;
        top: -10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


/* Mensie taby*/
[dir] .nav-link {
    padding: .5rem 0.8rem;
}

/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/