#wpadminbar {
    top: -100%;
    transition: 0.5s;
}

#wpadminbar.show {
    top: 0;
}
.adminbar-toggle {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    width: 30px;
    background: #23282d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    cursor: pointer;
    transition: 0.5s;
}

.adminbar-toggle span {
    width: 65%;
    height: 2px;
    margin: 2px auto;
    background: white;
    display: block;
}




.custom-block .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-block .row .col-sm-3 {
    width: 33.3%;
    padding: 0;
}

.custom-block .row .col-sm-3 a {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
}

.custom-block .row .col-sm-3 a :nth-child(2) {
    margin-top: auto;
}

.custom-block .row .col-sm-3 a img {
    max-width: 100%;
    object-fit: scale-down;
    margin-bottom: auto;
    margin-top: auto;
}
