.postfooter-component-bg {
    background-color: #1c2733;
}
.postfooter-component-wrap p {
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: 'Josefin Sans';
}
.postfooter-component-wrap {
    margin: 0 auto;
    padding-top: 1.2em;
    padding-bottom: 1em;
}
.postfooter-component-links {
    margin: 0.8em auto;
    text-align: right;
}
.postfooter-component-links a {
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: 'Josefin Sans';
    color: white;
    transition: opacity 0.3s ease 0s;
}
.postfooter-component-links a:hover {
    text-decoration: none;
    opacity: 0.5;
    color: white;
}
.postfooter-component-links a:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid white;
}

@media screen and (max-width: 800px) {
    .postfooter-component-links a {
        display: block;
        text-align: left;
        margin-right: 0 !important;
        padding-right: 0 !important;
        border: 0 !important;
    }
}
