.post--share {
    text-align: center;
}

.post--share ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.post--share ul li {
    margin: 0 15px;
}

.post--share ul li a {
    display: block;
    width: 24px;
    height: 24px;
}

.post--share ul li svg {
    width: 24px;
    height: 24px;
}

.post--wrapper {
    max-width: 950px;
    margin: 60px auto;
}

.post--title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.post--meta {
    text-align: center;
}

.post--content {
    margin-bottom: 60px;
}

.related--posts {
    background-color: #F8F8F8;
    padding: 60px 0;
}
.related--posts h5 {
    margin-bottom: 0;
}
.related--posts h2 {
    margin-bottom: 30px;
}
.homepage--post--card-wrapper {
    width: 33.3333%;
    max-width: 33.3333%;
}
.homepage--post-card {
    padding: 0 30px 0 0;
}
.homepage--post-card-image a {
    display: block;
}

.homepage--post-card-image {
    height: 280px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    margin-bottom: 30px;
    background-color: #777;
}

.homepage--post-card-image img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.homepage--post-card-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    display: block;
}

.homepage--post-card-excerpt {
    font-size: 14px;
}

.homepage--post-card-meta {
    margin-bottom: 30px;
    font-size: 16px;
}

.homepage--post-card-meta .posted-on:after {
    content: "|";
    padding: 0 5px;
    display: inline-block;
    font-size: 14px;
}

.homepage--post-card-meta .byline {
    text-transform: capitalize;
}

.homepage--post-card-meta .byline .author:before {
    content: ":";
    padding-right: 4px;
    position: relative;
    left: -2px;
}

.homepage--post-card-readmore a {
    font-weight: 700;
    border-bottom: 3px solid var(--primary-color);
}

.blog--post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.blog--post-footer .categories--list {
    max-width: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.categories--list span {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-right: 15px;
}
.categories--list select {
    max-width: 300px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1;
}
.post--content * {
    margin-bottom: 20px;
}
.post--content h2, .post--content h3, .post--content h4, .post--content h5, .post--content h6 {
    font-size: 22px;
}
@media (max-width: 767px) {
    .homepage--post--card-wrapper {
        width: 90%;
        max-width: 90%;
    }
    .homepage--post-card {
        padding: 0 15px 0 0;
    }
    .blog--post-footer {
        display: block;
    }
    .blog--post-footer h3 {
        margin-bottom: 30px;
    }
    .blog--post-footer .categories--list {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    
    .blog--post-footer {
        padding: 40px 15px;
    }
    .post--wrapper {
        padding: 0 15px;
    }
}