.post {
    padding: 30px;
    background: var(--pirs-bg3);
    border-radius: 4px;
}

.post-sidebar {
    padding: 30px;
    background: var(--pirs-bg3);
    border-radius: 4px;
}

.post-image {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 4px;
}

.post img {
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 4px;
    height: 383px;
    max-width: 100%;
    object-fit: cover;
}

.post-meta ul {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    -webkit-align-content: center;
    justify-content: flex-start;
    font-size: 16px;
    margin: 0 0 35px;
    line-height: 17px;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}

.post-meta ul li {
    padding: 0 15px;
    border-right: 1px solid var(--pirs-gray);
    width: auto;
    float: left;
    text-align: center;
    line-height: inherit;
    list-style-type: none;
}

.post-meta ul li:first-child {
    min-width: 137px;
    padding-left: 0;
}

.post-meta ul li:last-child {
    border-right: 0;
}

.post-title h1 {
    color: var(--pirs-white);
}

.post-sidebar {
    float: left;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.post-sidebar .container {
    margin: 0;
    padding: 30px;
    background: var(--pirs-bg3);
    border-radius: 0;
    float: left;
    width: 100%;
}

.post-sidebar .post-tags {
    padding-top: 10px;
    border-top: 1px solid var(--pirs-gray);
    font-size: 14px;
}

.post-sidebar .post-tags > ul {
    margin: 0;
    float: left;
    padding: 0;
    width: 100%;
    list-style: none;
}

.post-sidebar .post-tags > ul > li {
    width: 100%;
    float: left;
    text-align: right;
    line-height: inherit;
    padding-top: 10px;
}

.post-sidebar .post-tags > ul > li a {
    float: left;
    line-height: inherit;
}

article {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.publish {
    display: inline-block;
}
