/* Post */

.post-images {
    margin-bottom: 40px;
}

.post-images.slider .slick-list {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.post-content figure, .post-content figure + p {
    margin-top: 32px;
}

.post-content figure.aligncenter {
    text-align: center;
}

.post-content img.aligncenter {
    display: block;
    margin: auto;
}

.post-content figure {
    width: 100% !important;
}

.post-content img {
    width: auto;
    height: auto;
}

.post-content figcaption:last-child {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #231F14;
}

.post-content strong {
    color: #231F14;
}

/* Blog Post */

.blog-post-share {
    text-align: center;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #000;
}

.blog-post .social-list {
    justify-content: center;
    margin-top: 18px;
}

.blog-post .social-item {
    width: auto;
}

.blog-post .social-item:first-child {
    margin-left: 0;
}

.blog-post .social-item .icon {
    font-size: 36px;
    color: #887559;
}

/* Post Extra */

.post-extra-section {
    text-align: center;
}

@media (min-width: 768px) {
    .post-extra-section {
        margin-top: 32px;
    }

    .post-extra-section:first-child {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .post-extra-section {
        margin-top: 24px;
    }
}

.post-extra-title {
    font-size: 14px;
    margin-top: 16px;
}

.post-extra-section .extra-img {
    height: 200px;
}

@media (max-width: 768px) {
    .post-extra {
        text-align: center;
		margin-top: 32px;
    }

    .post-extra-header {
        margin-top: 24px;
    }

    .post-extra img {
        margin: auto;
    }

    .post-extra .extra-text {
        margin-top: 8px;
    }
}