.img-caption{
    color: gray;
    clear: both;
}

.img-caption a {
    color: #608cba;
    text-decoration: underline;
}

.content a {
    color: #608cba;
    text-decoration: underline;
}

.post-content-wrap blockquote {
    position: relative;
    margin: auto;
    padding: 0 20px;
}

.post-content-wrap blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 6px solid #515151;
}

.content .quote-wrap a {
    text-decoration: none;
}


@media screen and (max-width: 768px) {
    .post-title-wrap {
        margin-bottom: 40px;
    }

    .post-title {
        font-size: 22px;
    }

    .post-thumbnail {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    /*.post-title-wrap {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    max-width: 1200px;*/
    /*    margin: 20px auto 60px;*/
    /*    border: 1px solid #eee;*/
    /*    flex-direction: row-reverse;*/
    /*}*/

    .post-title-wrap {
        max-width: 700px;
        margin: 0 auto 40px;
    }

    /*.post-title {*/
    /*    flex: 2;*/
    /*}*/

    /*.post-title-wrap div {*/
    /*    flex: 1;*/
    /*    object-fit: fill;*/
    /*}*/

    /*.post-thumbnail {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*    display: block;*/
    /*}*/

    .post-thumbnail {
        width: 100%;
    }

}
