/* blog */
#blog-main-container {
    margin-top: 20px;
}

.post-card {
    border-radius: 3px;
    box-shadow: 2px 5px 8px #80808052;
    height: 420px;
    margin: 15px 0;
}

.post-card * {
    color: #666666;
}

.post-thumbnail {
    background-color: #eeeeee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-thumbnail img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 100%;
}

.post-date {
    padding: 10px 10px 0 10px;
}

.post-title {
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    max-height: 64px;
    text-overflow: ellipsis;
    /*white-space: nowrap; */
    overflow: hidden;
}

.post-title a {
    font-size: 1.5em;
}

.post-box-description {
    padding: 10px 10px 0 10px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-posts {
    margin: 15px 0;
}

.popular-posts-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-post-container {
    padding: 0 100px 0 40px;
    overflow-wrap: break-word;
}

.single-post-title {
    margin: 20px 0 15px 0;
    color: #252525;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
}

.single-post-container .single-post-date {
    margin-bottom: 15px;
}

.media-object {
    max-width: 100px;
    border-radius: 50px;
}

.single-post-author {
    border: 1px solid #ebebeb;
    margin: 30px 0;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 1px 2px 6px #e0e0e0;
}

.media-body {
    padding-left: 15px;
}

.gcolorbg {
    padding: 5px;
    margin: 5px;
}

.single-post-comments {
    border: 1px solid #ebebeb;
    padding: 20px;
    box-shadow: 1px 2px 6px #e0e0e0;
}

.post-comment-media-object {
    max-width: 50px;
    border-radius: 50px;
}

.single-post-preview-image {
    margin-bottom: 25px;
}

.single-post-content img{
    width: 100% !important;
    height: auto !important;
}

@media only screen and (max-width: 767px), only screen and (max-width: 479px) and (orientation: portrait), only screen and (max-width: 639px) and (orientation: landscape) {

    .single-post-container {
        padding: 0px;
    }

}
