/* Topbar CSS */

#topbar {
    background-color: #4e204e;
}

/* - */

.topbar-element {
    justify-content: center;
    display: grid;
}

.topbar-element p,
.topbar-element a {
    overflow-wrap: anywhere;
}

@media(min-width:768px) {
    .topbar-element {
        /* - justify-content: start; */
    }
}

@media(min-width:992px) {
    .topbar-element {
        justify-content: start;
    }
}

/* - */

.topbar-gap {
    margin-right: 8px;
}

/* - */

.topbar-item {
    align-self: center;
    line-height: 50px;
    padding: 0 16px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #fff;

    justify-self: center;
}

@media(min-width:768px) {
    .topbar-item {
        border-top: none;
    }
}

@media(min-width:768px) {
    .topbar-item {
        grid-row: 1;
        border-right: 1px solid #fff;
    }
}

.topbar-item:first-of-type {
    border-top: none;
}

@media(min-width:768px) {
    .topbar-item:first-of-type {
        border-left: 1px solid #fff;
    }
}

.topbar-item *,
.topbar-item {
    color: #fff !important;
    text-decoration: none;
}

/* - */



/* - */

#topbar-socials {
    display: grid;

    justify-content: center;
    padding: 16px 0;
    height: 32px;
}

.topbar-social:last-of-type {
    border: none;
}

/* - */

@media(min-width:768px) {
    #topbar-socials {
        grid-row: 1;
        padding: 0;
        height: auto;
        justify-content: start;
    }

    .topbar-social:last-of-type {
        border: none;
        border-right: 1px solid #fff;
    }
}




.topbar-social {
    grid-row: 1;
    border-right: 1px solid #fff;
    align-content: center;
    display: grid;
    padding: 0 16px;
    color: #fff;
}

/* - */


/* - */
