/* ============================================================
   POSTS — Single Post, Post List, Tags, Comments, Pager
   ============================================================ */

/* --- Content Typography --- */

.content-stlye, .page-global {
    font-size: 1.125rem;
    line-height: 1.8;
}

    .content-stlye h1, .content-stlye h2, .content-stlye h3, .content-stlye h4, .content-stlye h5,
    .page-global h1, .page-global h2, .page-global h3, .page-global h4, .page-global h5 {
        font-weight: 600;
        font-family: "Titillium Web", sans-serif;
        color: #000;
    }

    .content-stlye h1, .page-global h1 {
        font-size: 2.25rem;
        letter-spacing: -1px;
    }

    .content-stlye h2, .page-global h2 {
        font-size: 2rem;
        letter-spacing: -1px;
    }

    .content-stlye h3, .content-stlye h4,
    .page-global h3, .page-global h4 {
        font-size: 1.5rem;
    }

    .content-stlye .syntaxhighlighter, .page-global .syntaxhighlighter {
        font-size: 0.875rem !important;
        margin-bottom: 2rem !important;
        padding: 2rem 2rem 2rem 1rem !important;
        background: #fafafa !important;
    }

        .content-stlye .syntaxhighlighter .line.alt1,
        .content-stlye .syntaxhighlighter .line.alt2,
        .page-global .syntaxhighlighter .line.alt1,
        .page-global .syntaxhighlighter .line.alt2 {
            background: #fafafa !important;
        }

    .content-stlye pre, .page-global pre {
        background: #111;
        color: #fff;
        padding: 2rem;
        border-radius: 0.5rem;
    }

    .content-stlye blockquote, .content-stlye figure, .content-stlye ol, .content-stlye p, .content-stlye table, .content-stlye ul,
    .page-global blockquote, .page-global figure, .page-global ol, .page-global p, .page-global table, .page-global ul {
        margin-bottom: 2rem;
    }

    .content-stlye img, .page-global img {
        height: auto;
        border-radius: 0.5rem;
    }

    .content-stlye b, .content-stlye strong,
    .page-global b, .page-global strong {
        font-weight: 700;
    }

    .content-stlye blockquote, .page-global blockquote {
        background: none;
        padding: 3rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        margin: 3rem 0;
        border: 2px solid #000;
        position: relative;
        font-size: 1.125rem;
        color: #000;
        border-radius: .25rem;
    }

        .content-stlye blockquote::after,
        .content-stlye blockquote::before,
        .page-global blockquote::after,
        .page-global blockquote::before {
            content: "";
            position: absolute;
            background-color: #fff;
            width: 4rem;
            height: 4rem;
            background-repeat: no-repeat;
            background-size: 2rem;
            background-position: center;
        }

        .content-stlye blockquote::after, .page-global blockquote::after {
            background-image: url("../icons/quote-right.svg");
            bottom: -1.5rem;
            right: -1.5rem;
        }

        .content-stlye blockquote::before, .page-global blockquote::before {
            background-image: url("../icons/quote-left.svg");
            top: -1.5rem;
            left: -1.5rem;
        }

        .content-stlye blockquote p:last-child, .page-global blockquote p:last-child {
            margin: 0;
        }

@media screen and (max-width: 991px) {
    .content-stlye blockquote, .page-global blockquote {
        padding: 2rem;
    }

        .content-stlye blockquote::after,
        .content-stlye blockquote::before,
        .page-global blockquote::after,
        .page-global blockquote::before {
            height: 3rem;
            width: 3rem;
        }

        .content-stlye blockquote::after, .page-global blockquote::after {
            bottom: -1.25rem;
            right: 0;
        }

        .content-stlye blockquote::before, .page-global blockquote::before {
            top: -1.25rem;
            left: 0;
        }
}

.content-stlye table, .page-global table {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    border: none;
}

    .content-stlye table td, .content-stlye table th,
    .page-global table td, .page-global table th {
        padding: 0.75rem;
        vertical-align: top;
        border: none;
    }

    .content-stlye table thead th, .page-global table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #666;
    }

@media screen and (max-width: 63.9375rem) {
    .content-stlye, .page-global {
        font-size: 1rem;
    }

        .content-stlye h1, .content-stlye h2,
        .page-global h1, .page-global h2 {
            font-size: 1.5rem;
        }

        .content-stlye h3, .content-stlye h4,
        .page-global h3, .page-global h4 {
            font-size: 1.25rem;
        }
}

/* --- Single Post --- */

.post-single {
    margin-bottom: 4rem;
    margin-top: 8rem;
}

.post-single-meta {
    margin-bottom: 1.5rem;
    color: #aaa;
    display: block;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
}

.post-single-date {
    margin-right: 0.5rem;
}

.post-single-category a {
    margin-right: 0.5rem;
    color: #aaa;
}

    .post-single-category a:hover {
        color: #4353ff;
    }

    .post-single-category a::before {
        content: "#";
    }

.post-single-title {
    margin-bottom: 1rem;
    letter-spacing: -1px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    display: inline-block;
}

    .post-single-title:hover {
        color: #333;
    }

.post-single-body {
    line-height: 1.9;
    color: #000;
    margin-bottom: 4rem;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
}

    .post-single-body p {
        margin-bottom: 1rem;
    }

    .post-single-body h1, h2, h3, h4 {
        margin-bottom: 1rem;
    }

.post-single-header {
    margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
    #SupportIcon_PostView img {
        display: block !important;
        margin: 0 auto 1.0rem;
    }

    .post-single {
        margin-top: 0;
    }

    .post-single-header {
        margin-bottom: 1rem;
    }

    .post-single-title {
        font-size: 2rem;
    }
}

/* --- Post Home (List View) --- */

.post-home {
    margin-bottom: 3rem;
    position: relative;
    background: #fff;
    padding: .25rem 0;
    padding-left: 20rem;
    overflow: hidden;
    transition: all ease .25s;
}

    .post-home:hover .post-link {
        color: #4353ff;
    }

    .post-home:hover .post-cover img {
        opacity: .75;
    }

    .post-home:hover .post-body {
        color: #111;
    }

    .post-home:hover .post-date {
        color: #888;
    }

    .post-home.no-thumbnail {
        min-height: 0;
        padding-left: 2rem;
    }

    .post-home .post-title {
        font-size: 1.625rem;
        margin-bottom: 1rem;
    }

        .post-home .post-title a {
            text-decoration: none;
        }

    .post-home .post-date {
        font-size: .875rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
        display: block;
        color: #a2aab5;
    }

    .post-home .post-link {
        color: #000;
        font-weight: 700;
    }

        .post-home .post-link:hover {
            color: #4353ff;
        }

    .post-home .post-more {
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
    }

    .post-home .post-body {
        font-size: .875rem;
        margin-bottom: 0;
        color: #636d79;
        text-align: justify;
    }

        .post-home .post-body p {
            margin-bottom: 0;
        }

@media screen and (min-width: 992px) {
    .post-home .post-cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 18rem;
        height: 100%;
        overflow: hidden;
        border-radius: .5rem;
        display: block;
        background: #000;
    }

        .post-home .post-cover img {
            width: auto;
            min-height: 100%;
            min-width: 100%;
            max-width: 150%;
            max-height: none;
            position: absolute;
            left: 50%;
            top: 50%;
            display: block;
            transform: translate(-50%, -50%);
            transition: all ease .25s;
        }
}

@media screen and (max-width: 991px) {
    .post-home {
        padding: 0;
        min-height: 0;
    }

        .post-home .post-cover {
            overflow: hidden;
            max-height: 20rem;
            margin-bottom: 1rem;
            display: block;
            border-radius: .5rem;
        }

        .post-home .post-category {
            display: none;
        }
}

/* --- Post Tags --- */

.post-tags {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-right: auto;
}

    .post-tags a {
        margin-right: 0.5rem;
        font-size: .875rem;
        color: #aaa;
        font-weight: 700;
    }

        .post-tags a:hover {
            color: #4353ff;
        }

        .post-tags a::before {
            content: "#";
        }

/* --- Post Admin Links --- */

.post-adminlinks {
    text-align: center;
    font-size: 0;
    margin-bottom: 4rem;
}

    .post-adminlinks a {
        color: #fff;
        font-size: 0.75rem;
        margin-right: 0.5rem;
        display: inline-block;
        padding: 0.25rem 1rem;
        text-align: center;
        text-transform: uppercase;
        background-color: #ddd;
    }

        .post-adminlinks a:first-child {
            background-color: #000;
        }

        .post-adminlinks a:last-child {
            background-color: #000;
        }

/* --- Post Navigation --- */

.navigation-posts a {
    text-decoration: none;
    outline: none;
}

.prev-post,
.prev-post span,
.prev-post label {
    float: left;
}

    .prev-post span {
        margin-right: 15px;
    }

    .prev-post a,
    .next-post a {
        display: block;
        margin-bottom: 15px;
    }

        .prev-post a:hover,
        .next-post a:hover {
            color: #4353ff;
        }

.next-post,
.next-post span,
.next-post label {
    float: right;
    text-align: right;
}

    .next-post span {
        margin-left: 15px;
    }

    .prev-post p,
    .next-post p {
        font-weight: bold;
    }

    .prev-post label a,
    .next-post label a {
        color: #384e62;
        font-size: 1.3em;
    }

.post-link-blog {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

    .alignright,
    .post-link-blog .next {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .post-link-blog .prev {
        float: left;
        margin-right: 20px;
    }

@media screen and (max-width: 725px) {
    .next-post,
    .next-post span,
    .next-post label {
        float: none;
        text-align: start;
    }
}

/* --- Pager --- */

#PostPager {
    padding: 0;
    margin: 0;
    text-align: left;
}

    #PostPager li {
        border: 0;
        display: inline-block !important;
        margin: 1px;
        padding: 0;
        height: 100%;
        font-size: .75rem;
        font-weight: 500;
        background: none;
        border-radius: 0;
        text-transform: uppercase;
        overflow: hidden;
    }

    #PostPager .PagerEllipses {
        border: 0;
        border-bottom: 2px solid #fff;
        padding: 0.5rem 0.5rem !important;
    }

    #PostPager .PagerEllipses,
    #PostPager .PagerFirstLink,
    #PostPager .PagerLink {
        border-bottom: 2px solid #aaa;
    }

        #PostPager .PagerEllipses:hover,
        #PostPager .PagerFirstLink:hover,
        #PostPager .PagerLink:hover {
            border-bottom: 2px solid #4353ff;
        }

    #PostPager a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 0.5rem 0.5rem !important;
        font-weight: 500 !important;
        font-size: .75rem;
    }

        #PostPager a:hover {
            color: #4353ff;
        }

    #PostPager .PagerLinkCurrent {
        background: none;
        padding: 0.5rem 0.5rem !important;
        font-weight: 500;
        color: #000;
        border: 0;
        border-bottom: 2px solid #000;
    }

    #PostPager .PagerLinkDisabled {
        display: none !important;
    }

/* --- Related Posts --- */

#relatedPosts {
    padding: 4rem;
    border-radius: 0.5rem;
    display: none;
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.075);
}

.related-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .related-posts .related-posts-item {
        margin-bottom: 1rem;
    }

        .related-posts .related-posts-item a {
            font-size: 1rem;
            font-weight: 700;
            color: #000;
        }

        .related-posts .related-posts-item:last-child {
            margin: 0;
        }

        .related-posts .related-posts-item span {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #666;
            font-size: 0.875rem;
        }

@media screen and (max-width: 64rem) {
    .related-posts {
        display: none;
    }
}

/* --- Comments --- */

.lbl-CommentsDisabled {
    color: #666;
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    text-align: center;
}

#commentlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#commentlist .comment-item {
    position: relative;
}

    #commentlist .comment-item .comment-text {
        font-size: 1rem;
    }

    #commentlist .comment-item .comment-item {
        margin-left: 4rem;
    }

    #commentlist .comment-item #status {
        margin-left: 4rem;
    }

#commentlist .comment-content {
    position: relative;
    min-height: 3rem;
    margin-bottom: 1.5rem;
    margin-left: 4rem;
    color: #111;
    font-family: "Open Sans", sans-serif;
}

    #commentlist .comment-content img {
        position: absolute;
        left: -4rem;
        top: 0;
        width: 3rem;
        height: 3rem;
        border-radius: 0.25rem;
    }

#commentlist .comment-author {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

    #commentlist .comment-author a {
        color: #000;
    }

#commentlist .comment-replylink {
    color: #aaa;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
}

    #commentlist .comment-replylink a {
        color: #aaa;
    }

        #commentlist .comment-replylink a:hover {
            color: #000;
        }

#commentlist .comment-adminlinks {
    font-size: 0;
    margin-top: 0.875rem;
}

    #commentlist .comment-adminlinks a {
        color: #fff;
        font-size: 0.875rem;
        background-color: #ff044a;
        margin-right: 0.5rem;
        display: inline-block;
        padding: 0.25rem 1rem;
        border-radius: 10rem;
        font-weight: 700;
    }

        #commentlist .comment-adminlinks a:nth-child(1),
        #commentlist .comment-adminlinks a:nth-child(2) {
            display: none;
        }

        #commentlist .comment-adminlinks a[href^="?approvecomment"] {
            background-color: #28a745;
            color: #fff;
        }

#commentlist .comment-form {
    padding: 0;
    margin-left: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

#commentlist p#cancelReply {
    text-align: right;
    margin-top: 1rem;
}

    #commentlist p#cancelReply a {
        color: #fff;
        font-size: 0.875rem;
        background-color: #666;
        display: inline-block;
        padding: 0.5rem 1rem;
        margin-left: 3.5rem;
        border-radius: 0.25rem;
        font-weight: 700;
    }

        #commentlist p#cancelReply a:hover {
            background: #000;
        }

@media screen and (max-width: 48rem) {
    #commentlist .comment-content {
        margin-left: 0;
        padding: 0 0 0.5rem;
        background: none;
        margin-bottom: 2rem;
    }

        #commentlist .comment-content img {
            display: none;
        }

    #commentlist .comment-item .comment-item {
        margin: 0;
    }

    #commentlist .comment-item #status {
        margin-left: 0;
    }

    #commentlist .comment-adminlinks {
        display: none;
    }

    #commentlist .comment-form,
    #commentlist p#cancelReply a {
        margin-left: 0;
    }
}

#commenttoggle {
    display: none;
}

.comment-form {
    margin: 0 !important;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.075);
}

.comment-form-body .comment-form-control:not(:last-child) {
    border-bottom: 1px dashed #f5f5f5;
}

.comment-form .form-control {
    border: 0;
    background: none;
    border-radius: 0;
    padding: 1rem 1.5rem;
    height: auto;
    outline: none !important;
    font-size: 0.875rem;
}

    .comment-form .form-control:focus {
        background: #fcfcfc;
        box-shadow: none;
    }

.comment-form .comment-preview {
    display: none;
}

.comment-form .btn {
    padding: 1rem 1.5rem;
    height: auto;
    border-radius: 0;
    border: 0 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
}

#status {
    margin-bottom: 2rem;
}

    #status.warning {
        background-color: red;
        display: block;
        padding: 1rem;
        color: #fff;
        margin-bottom: 1rem;
        border-radius: 0.25rem;
        font-size: 0.875rem;
    }

    #status.success {
        background-color: #000;
        display: block;
        padding: 1rem;
        color: #fff;
        margin-bottom: 1rem;
        margin-left: 4rem;
        border-radius: 0.25rem;
        font-size: 0.875rem;
    }

@media screen and (max-width: 48rem) {
    #status.success {
        margin-left: 0;
    }
}

#commentCaptcha {
    position: relative;
    display: table;
    width: 100%;
}

    #commentCaptcha #simpleCaptchaValue,
    #commentCaptcha label {
        display: table-cell;
        vertical-align: top;
    }

    #commentCaptcha > label {
        width: 3rem;
        padding: 1rem 1.5rem;
        max-width: 100%;
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        margin: 0 !important;
        color: #666;
        font-weight: normal;
    }

    #commentCaptcha #simpleCaptchaValue {
        outline: none !important;
        width: 100%;
        min-width: 100%;
        border: 0;
        background-color: #fff;
        color: #000;
        padding: 1rem 0;
    }

    #commentCaptcha #spnSimpleCaptchaIncorrect {
        position: absolute;
        bottom: 0;
        left: 5rem;
        font-size: 0.75rem;
    }
