/* ============================================================
   PAGES — Page Global, Archive, Search, Contact
   ============================================================ */

.page-global h2, h3 {
    margin-bottom: 1.1em;
}

    .page-global h2 a {
        text-decoration: none;
        color: black;
    }

        .page-global h2 a:hover {
            text-decoration: none;
            color: #3040ee;
        }

.page-global div#admin {
    font-size: 0;
}

    .page-global div#admin 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;
    }

        .page-global div#admin a:first-child {
            background-color: #000;
        }

        .page-global div#admin a:last-child {
            background-color: #000;
        }

.page-global {
    margin-bottom: 2rem;
}

    .page-global .page-global-title {
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: -1px;
        margin: 0 0 2rem;
    }

@media screen and (max-width: 63.9375rem) {
    .page-global .page-global-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
}

.well-global {
    margin-bottom: 4rem;
}

    .well-global .well-global-title {
        margin: 0;
        font-size: 1rem;
        margin-bottom: 2rem;
        text-transform: uppercase;
        font-weight: 300;
        color: #a2aab5;
        line-height: 1;
        letter-spacing: 2px;
    }

#trackbacks {
    display: none;
}

/* --- Archive Page --- */

.archive-page {
    font-size: 1rem;
}

.archive-page-total {
    display: none;
}

.archive-page-content h2 {
    font-size: 1.25rem !important;
    letter-spacing: 0 !important;
    height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
    line-height: 2rem;
}

    .archive-page-content h2 a {
        display: none;
    }

.archive-page-content img {
    display: none;
}

.archive-page ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .archive-page ul::after {
        content: "";
        display: table;
        clear: both;
    }

    .archive-page ul li {
        float: left;
        width: 33%;
        list-style: disc inside;
    }

.archive-page table {
    width: 100%;
    border-collapse: collapse;
    border: 0 !important;
}

    .archive-page table th {
        display: none;
        border: 0 !important;
    }

    .archive-page table td {
        vertical-align: top;
        border: 0 !important;
        font-size: 1rem;
        padding: 0.25rem 0 !important;
        color: #444;
    }

    .archive-page table a {
        display: block;
        color: #000;
    }

        .archive-page table a:hover {
            color: #4353ff;
        }

.archive-page .date {
    width: 6rem;
    min-width: 6rem;
    color: #aaa;
}

.archive-page .comments,
.archive-page .rating {
    display: none !important;
}

@media screen and (max-width: 63.9375rem) {
    .archive-page ul li {
        float: none;
        width: 100%;
    }

    .archive-page .date {
        display: none;
    }

    .archive-page table tr {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
        display: block;
        border-bottom: 1px solid #ddd;
    }
}

/* --- Search Page --- */

.search-page .search-page-searchbox {
    border: 1px solid #000;
    border-radius: .25rem;
    position: relative;
    height: 2.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

    .search-page .search-page-searchbox input[type=button] {
        width: 7rem;
        border: none;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0;
    }

    .search-page .search-page-searchbox input[type=text] {
        border: none;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        padding: 0 8rem 0 1rem;
        outline: none !important;
    }

.search-page .searchresult {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

    .search-page .searchresult a {
        font-size: 1.125rem;
    }

    .search-page .searchresult span.text {
        clear: both;
        display: block;
        font-size: .875rem;
        color: #666;
    }

    .search-page .searchresult span.type,
    .search-page .searchresult span.url {
        display: none;
    }

.search-page .searchpage ul.paging {
    list-style-type: none;
    margin: 20px auto;
    padding: 0px;
    text-align: center;
    display: block;
}

    .search-page .searchpage ul.paging li {
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        border: 1px solid #CCC;
        background: #FFF;
        margin-right: 2px;
    }

        .search-page .searchpage ul.paging li a {
            display: block;
            height: 100%;
            line-height: 30px;
        }

        .search-page .searchpage ul.paging li.active {
            border-width: 1px;
            border-style: solid;
        }

            .search-page .searchpage ul.paging li.active A {
                color: #FFF;
            }

/* --- Contact Page --- */

.contact-page .btn-primary {
    padding: 0.75rem 2rem;
}
