/**
 * Archive Page Styles
 * 
 * @package DucPhat
 * @version 1.0.0
 */

/* ==========================================================================
   Archive Styles
   ========================================================================== */

.archive .page-title {
    text-align: left;
    padding-left: 1%;
}

.category .large-8 {
    padding: 0 43px 30px;
}

.archive .text-center {
    margin-bottom: 0;
    padding-bottom: 15px;
}

/* ==========================================================================
   Blog Post Styles
   ========================================================================== */

.box.box-normal.box-text-bottom.box-blog-post.has-hover {
    background: #ffffff;
    box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3),
        0px 6px 12px -2px rgba(50, 50, 93, 0.25);
    border-radius: 6px;
    overflow: hidden;
}

.post-item .box-text {
    padding: 10px 10px 10px 10px;
}

/* ==========================================================================
   Blog Meta Styles
   ========================================================================== */

.home .blog-post-inner .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home .blog-post-inner .post-title {
    min-height: 44px;
}

.time-post {
    margin-bottom: 5px;
}

.xo {
    padding: 0 6px;
    color: rgba(215, 210, 210, .75);
    height: 5px;
    position: relative;
}

/* ==========================================================================
   Section Title Styles
   ========================================================================== */

.section-title-normal span {
    border-bottom: none;
    padding: 3px;
    margin-right: 0;
    padding-left: 0;    font-size: 1.75rem;
    font-weight: 700;    padding-bottom: 0.5rem;
}

.section-title-normal {
    border-bottom: none;
    width: auto;
    padding: 3px 10px;
    position: relative;
    margin: 0;
    float: left;    padding-left: 0;    font-size: 1.75rem;
    font-weight: 700;
}

.section-title a {
    display: block;
    font-size: 0.66em;
    margin-left: auto;
    padding-left: 15px;
    font-family: sans-serif;
    font-weight: normal;
}

.title-wrapper {
    font-size: 16px;
}
