/*
	Theme Name: JuntechTheme1
	Theme URI: 
	Description: 
	Version: 1
	Author: 
	Author URI: 
*/

/* Default: For Smart Phone */
.article-count{
    text-align: center;
}

.post-summary {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: auto;
}
.post-summary:hover {
    opacity: 0.75;
}

.post-summary .thumbnail-wrapper {
    display: flex;
    align-items: center;
    height: 200px;
}
.post-summary li {
    font-size: 1rem;
    float: right;
}

.post-summary p {
    display: none;
    font-size: 0.5rem;
}

/* For Desktop */
@media screen and (min-width: 768px) {
    .article-count{
        text-align: left;
    }
    .post-summary .thumbnail-wrapper {
        display: flex;
        align-items: center;
        height: 150px;
    }
    .post-summary p {
        display: block;
        font-size: 0.9rem;
    }
}
