@media (min-width: 992px) {
    .max-content-lg {
        width: max-content;
    }
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 25px;
    display: none;
}

.footer {
    box-shadow: 0 50vh 0 50vh #f8f9fa;
    background-color: #f8f9fa;
}

.post {
    color: #4f4f4f;
    font-size: 1.1rem;
}

.post a {
    text-decoration: none !important;
}

.post a:hover {
    text-decoration: underline !important;
}

.post-category a {
    color: #999;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

.post-nav a {
    border: 1px solid #eee;
    border-radius: .25rem !important;
    color: #6c757d !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-decoration: none !important;
}

.post-nav a:hover {
    border-color: inherit;
    color: #343a40 !important;
}

.post-title a:hover {
    color: #0056b3 !important;
}

#search-overlay {
    display: none
}

#search-close-btn {
    color: rgba(255, 255, 255, .5);
    position: fixed;
    right: 1em;
    top: 1em;
}

#search-close-btn:hover {
    color: lightgray;
    cursor: pointer;
}

.search {
    background: rgba(0, 0, 0, 0.9);
    border: #a0a0a0 solid 1px;
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
}

.search:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}

.search-centered {
    background: transparent;
    border: none;
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
    width: 40%;
}

.social-list a {
    color: #343a40;
}

.social-list li.list-inline-item:not(:last-child) {
    margin-right: .2rem;
}

/* Post */

.post-nav {
    margin-bottom: 0.75rem !important;
    margin-top: 1.2rem !important;
}

.post-tags a {
    display: inline-block;
}

.post-tags .tag {
    border-radius: 50px;
    border: 1px solid #ddd;
    color: #777;
    font-size: 0.75em;
    font-weight: 600;
    margin: 0 2px 2px 0;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.post-tags .tag:hover {
    background: #999;
    border-color: #999;
    color: #fff;
}

.post-thumb {
    width: 140px;
    max-width: 140px;
    padding-top: 2px;
}

.post-title a span {
    opacity: 0;
}

.post-title a:hover span {
    color: gray;
    opacity: 1;
}

/* Pulse */

#pulse .blurb {
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

#pulse .boldBlurb {
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 1rem !important;
}

#pulse .describe {
    color: #039;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: 400;
}

#pulse .header {
    background-color: #000;
    color: #FFF;
    font: bold 15px Verdana, Arial, sans-serif;
    padding: 2px;
}

#pulse .list {
    color: #000;
    font: normal 14px Verdana, Arial, sans-serif;
    margin: 0 0 0 30px;
    padding: 0;
}

#pulse .notable {
    font: normal 14px Verdana, Arial, sans-serif;
}

#pulse .notable td {
    font: normal 13px Verdana, Arial, sans-serif;
    vertical-align: top;
    width: 33%;
}

#pulse .section {
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: 1rem !important;
}

#pulse .tip {
    color: #000;
    font: normal 14px Verdana, Arial, sans-serif;
}