/**
 * Single Post Styles
 * 
 * @package DucPhat
 * @version 1.0.0
 */

/* ==========================================================================
   Single Post Styles
   ========================================================================== */

.single-post .entry-header-text-top {
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-post .entry-content {
    padding-top: 15px;
}

.single-post .entry-meta {
    margin-bottom: 12px;
}

.single-post .posted-on {
    margin-right: 10px;
}

/* ==========================================================================
   Comments Styles
   ========================================================================== */

#comments .comment-respond {
    background-color: rgb(5 161 168 / 4%);
    border-radius: 8px;
    padding: 15px 0 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="number"],
.comment-respond input[type="search"],
.comment-respond input[type="tel"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}

.article-inner.has-shadow .entry-header-text-top {
    padding-top: 0;
}

#comments {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ==========================================================================
   Navigation Styles
   ========================================================================== */

.single-post .slider-nav-outside .flickity-prev-next-button.previous {
    right: 97%;
}

.single-post .slider-nav-outside .flickity-prev-next-button.next {
    left: 97%;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 1px solid #37b3b914;
}

.icon-box-img+.icon-box-text {
    padding-left: 0.5em;
}

.badge-circle .badge-inner {
    background: transparent;
}

/* ==========================================================================
   Author Box Styles
   ========================================================================== */

.single-post .author-box {
    border-radius: 12px;
    border: 1px solid #ccc;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 6px;
    padding: 10px;
    border-bottom: none;
}

/* ==========================================================================
   Breadcrumb Styles
   ========================================================================== */

.single-post #page-breadcrumbs {
    padding-left: 0 !important;
}
