.posts-item-content h1 {
    color: #f1f1f1;
    margin-top: 0;
}

.posts-item-content .s-content__author {
    text-align: center;
    padding-left: 0%;
}

.posts-item-content .s-content__author img {
    position: relative;
}

.posts-item.active a {
    background-color: #0054a5 !important;
}

.posts-item-action-attr {
    cursor: pointer;
    font-size: 1.5rem;
}

.posts-item-content .featured .entry__meta {
    margin: 0;
}

.posts-item-content .featured h2 {
    margin-bottom: 0;
}

.posts-item-content .featured p {
    color: #f1f1f1
}

.interactions li svg {
    vertical-align: middle;
}

/* Compose Post CSS */
.compose-posts-item-wrapper {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .compose-posts-item {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 700px) {
    .compose-posts-item {
        max-width: unset;
        margin: unset;
    }
}

/* Custom File Pond Css */
.filepond--root {
    max-width: 800px;
    font-size: unset !important;
    margin: auto auto 1em auto;
}

.filepond--item {
    width: calc(50% - 0.5em);
}

@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}