﻿a { color: #5731b3 }

    a:focus,
    a:hover {
        color: #704acd;
        text-decoration: none
    }

img { max-width: 100% }

label {
    font-weight: 400;
    white-space: nowrap
}

hr {
    border-color: #eee;
    margin: 2rem 0
}

form {
    margin: 0
}

/*h1,
h2,
h3,
h4 {
    font-weight: 700
}*/

iframe {
    width: 100%;
    border: none
}

/*button {
    font-family: inherit;
    cursor: pointer
}

    button:focus {
        outline: none !important
    }

pre {
    font-size: 1rem
}*/

.progress {
    margin-bottom: 1rem
}

blockquote {
    background: #eee;
    padding: 2rem;
    border-radius: 3px
}

    blockquote p:last-child {
        margin-bottom: 0 !important
    }

/*body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    cursor: default;
}*/

.page-content {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media screen and (min-width: 992px) {
    .page-content {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.container {
    max-width: 56rem;
    padding-right: 1rem;
    padding-left: 1rem
}

.overlay {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .85;
    z-index: 999;
    display: none
}

.blog-header {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    height: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

    .blog-header .container {
        height: 100%
    }

.blog-logo {
    display: block;
    color: #fff !important
}

    .blog-logo img {
        max-height: 2rem;
        font-size: 0
    }

    .blog-logo span {
        display: block;
        margin-left: .75rem;
        font-size: 1.25rem;
        font-family: "Merriweather";
        font-weight: 700
    }

.blog-title {
    font-family: "Merriweather";
    font-size: 2.625rem;
    margin-bottom: 1rem
}

    .blog-title a {
        color: #fff
    }

.blog-social-item {
    margin-right: 1.25rem
}

    .blog-social-item:last-child {
        margin-right: 0
    }

.blog-social-link {
    color: #fff;
    display: block
}

    .blog-social-link:hover {
        color: #fff;
        opacity: .5
    }

.blog-social-icon {
    display: block;
    font-size: 1.25rem
}

    .blog-social-icon.fa-twitter {
        font-size: 1.25rem
    }

.blog-search .form-control {
    border: 0
}

@media screen and (min-width: 576px) {
    .blog-search .modal-dialog {
        margin-top: 5rem
    }
}

.blog-search-toggle {
    color: #fff;
    margin-left: 1.25rem;
    padding-left: 1.125rem;
    position: relative
}

    .blog-search-toggle:hover .fa {
        opacity: .5
    }

    .blog-search-toggle::before {
        content: "";
        display: block;
        width: 1px;
        height: 1.5rem;
        background-color: rgba(255, 255, 255, 0.25);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

.blog-footer {
    border-top: 1px solid #fafafa;
    color: #000;
    font-size: .75rem;
    padding: 3rem 0;
    text-transform: uppercase
}

    .blog-footer a {
        color: #000
    }

        .blog-footer a:hover {
            color: #5731b3
        }

    .blog-footer p {
        margin: 0
    }

.page-cover {
    padding-top: 9.5rem;
    padding-bottom: 5rem;
    position: relative;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .page-cover::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        background: #000;
        z-index: 700;
        opacity: .5;
        z-index: 0
    }

    .page-cover-desc,
    .page-cover-title,
    .page-cover .container {
        position: relative;
        z-index: 1
    }

.page-cover-title {
    font-family: "Merriweather";
    font-size: 2.625rem;
    margin-bottom: 1rem
}

    .page-cover-title a {
        color: #fff
    }

.page-cover-desc {
    text-align:center;
    font-size: 110%;
    font-weight: bold;
    color:rgba(0,0,0,0.65);
    max-width: 30rem;
    margin: 2rem auto
}

@media screen and (max-width: 991px) {
    .page-cover {
        padding: 6rem 1rem 3rem
    }

        .page-cover .page-cover-title {
            /*font-size: 1.5rem;*/
            margin-bottom: .25rem
        }
}

@media screen and (max-width: 800px) {
    .page-cover {
        text-align: left
    }

        .page-cover .page-cover-desc {
            font-size: .87rem;
            max-width: none;
            margin: 0
        }
}

.btn {
    border-width: 2px
}

.btn-rounded {
    border-radius: 5rem
}

.btn-unstyled {
    background: none;
    border: 0
}

.pagination {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #f8f8f8
}

    .pagination .item {
        margin: 4rem 0
    }

    .pagination .item-link {
        border: 2px solid #9c9c9c;
        border-radius: 50%;
        display: inline-block;
        width: 2.75rem;
        height: 2.75rem;
        text-align: center;
        text-transform: uppercase;
        color: #888;
        font-weight: 700
    }

        .pagination .item-link:hover {
            border-color: #5731b3;
            color: #5731b3
        }

    .pagination .item-icon {
        display: block;
        height: 100%;
        line-height: 2.5rem;
        font-size: 1.5rem
    }

    .pagination .item-prev {
        margin-right: .5rem
    }

@media screen and (max-width: 57rem) {
    .pagination .item {
        margin: 1.5rem .25rem
    }
}

.tooltip-inner {
    text-transform: uppercase;
    font-size: .625rem;
    padding: .1875rem .625rem .1875rem;
    letter-spacing: .0625rem;
    border-radius: .125rem
}

.browserupgrade {
    font-family: Arial, sans-serif;
    font-size: 16px;
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center
}

    .browserupgrade a {
        color: aqua
    }

.modal-backdrop.show {
    opacity: .75
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.post {
    position: relative
}

    .post:last-child {
        margin-bottom: 0
    }

    .post-single .post-cover-img {
        position: fixed;
        top: 0px;
        z-index:-1;
        width:100%;
    }
    .post .post-cover {
        position: relative;
        margin-bottom: 1rem
    }

        .post .post-cover img {
            font-size: 0;
            max-height:300px;
            overflow-y:hidden;
        }

        .post .post-cover .post-featured-label {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            z-index: 1;
            background-color: gold;
            display: block;
            padding: .25rem .5rem;
            font-size: .75rem;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: .25rem
        }

@media screen and (min-width: 992px) {
    .post .post-cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 18rem;
        height: 12.5rem;
        overflow: hidden;
        border-radius: .25rem
    }

        .post .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%)
        }
}

.post .post-meta {
    margin-bottom: 1rem;
    display: block;
    font-size: .75rem;
    text-transform: uppercase;
    color: #aaa
}

    .post .post-meta a {
        color: #aaa
    }

        .post .post-meta a:hover {
            color: #000
        }

.post .post-meta-category a::after {
    content: ","
}

.post .post-meta-category a:last-child::after {
    display: none
}

.post .post-description {
    font-size: .875rem;
    margin-bottom: 1rem;
    color: #000
}

    .post .post-description p {
        margin-bottom: .25rem
    }

.post .post-title {
    font-family: "Merriweather";
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.3
}

    .post .post-title a {
        color: #000
    }

        .post .post-title a:hover {
            color: #666
        }

.post .post-more {
    font-size: .875rem;
    font-weight: 700;
    padding: 0;
    height: 2rem;
    line-height: 1.875rem;
    width: 6rem;
    text-transform: uppercase;
    border-color: #000;
    background-color: #000
}

    .post .post-more:hover {
        border-color: #444;
        background-color: #444
    }

@media screen and (min-width: 992px) {
    .post {
        min-height: 12.5rem;
        padding-left: 20rem;
        margin-bottom: 5rem
    }
}

@media screen and (max-width: 991px) {
    .post {
        border-bottom: 1px solid #eee;
        padding-bottom: 2rem;
        margin-bottom: 2rem
    }

        .post:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0
        }
}

.post-single {
    margin-bottom: 5rem
}

    .post-single .post-cover {
        height: 30rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .post-single .post-body {
        background-color:rgba(255,255,255,0.85);
        box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
        margin-top: -12rem;
        padding: 5.5rem;
        border-radius: 1rem
    }

    .post-single .post-title {
        font-family: "Merriweather";
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 2.5rem
    }

    .post-single .post-meta {
        padding-left: 3.25rem;
        min-height: 2.5rem;
        position: relative;
        font-size: .75rem;
        color: #888;
        line-height: 1.25;
        margin-bottom: 2.5rem
    }

        .post-single .post-meta a {
            color: #888
        }

            .post-single .post-meta a:hover {
                color: #000
            }

    .post-single .post-meta-author {
        font-weight: 700;
        color: #444;
        padding-top: .25rem;
        display: block;
        font-size: .875rem;
        margin-bottom: .125rem
    }

    .post-single .post-meta-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%
    }

    .post-single .post-meta-time {
        text-transform: uppercase
    }

        .post-single .post-meta-time::before {
            content: "";
            display: block;
            height: 0;
            line-height: 0;
            font-size: 0
        }

    .post-single .post-meta-category {
        text-transform: uppercase
    }

        .post-single .post-meta-category::before {
            content: "/";
            margin: 0 .125rem
        }

        .post-single .post-meta-category a::after {
            content: ", "
        }

        .post-single .post-meta-category a:last-child::after {
            display: none
        }

    .post-single .post-content p {
        margin-bottom: 1.5rem
    }

    .post-single .post-content a:hover {
        text-decoration: underline
    }

    .post-single .post-content h1,
    .post-single .post-content h2,
    .post-single .post-content h3,
    .post-single .post-content h4 {
        margin-bottom: 0;
        margin-top: 2rem
    }

    .post-single .post-content figure {
        margin: 2rem 0
    }

        .post-single .post-content figure figcaption {
            font-size: .75rem;
            color: #666
        }

@media screen and (max-width: 991px) {
    .post-single {
        margin-bottom: 1rem
    }

        .post-single .post-cover {
            height: 20rem
        }

        .post-single .post-body {
            padding: 2rem;
            margin-top: -5rem
        }

        .post-single .post-title {
            font-size: 1.75rem;
            margin-bottom: 1.5rem
        }

        .post-single .post-meta {
            margin-bottom: 1.5rem
        }
}

@media screen and (max-width: 479px) {
    .post-single .post-cover {
        height: 16rem
    }

    .post-single .post-body {
        margin-top: 1rem;
        box-shadow: none;
        padding: 0
    }
}

.author-info {
    text-align: center
}

    .author-info .author-avatar {
        border-radius: 50%;
        width: 6rem;
        height: 6rem;
        margin-bottom: 1rem
    }

    .author-info .author-social {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 3rem
    }

        .author-info .author-social li {
            display: inline-block
        }

        .author-info .author-social a {
            display: block;
            background: none;
            border-radius: 50%;
            color: #fff;
            text-align: center
        }

            .author-info .author-social a:hover {
                background-color: #000
            }

        .author-info .author-social i {
            display: block;
            line-height: 2rem;
            width: 2rem
        }

@media screen and (max-width: 57rem) {
    .author-info .author-title {
        font-size: 2rem
    }

    .author-info .author-description {
        font-size: .875rem;
        font-weight: 400
    }
}

.page-error {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 100%
}

    .page-error::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0
    }

    .page-error .page-content {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        z-index: 1;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .0625rem
    }

    .page-error h1 {
        font-size: 5rem
    }

    .page-error p {
        font-size: 1rem;
        font-weight: 300
    }

@media screen and (max-width: 22.5rem) {
    .page-error h1 {
        font-size: 3rem
    }
}
