/*
Theme Name: Sad Crab Company
Template: alante
Description: Child theme of Alante for teamsadcrab.com
Author: Sad Crab Company
Version: 2.0.0
*/

/* ---- Layout ---- */

#content {
    padding: 0;
}

/* ---- Slider text legibility ---- */

#slider .featured-title span,
.thinkupslider-sc .featured-title span {
    text-shadow: 0 0 6px #000;
}

#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
    text-shadow: 0 0 6px #000;
}

/* ---- Sub-footer ---- */

#sub-footer {
    text-align: center;
    background: #000;
    border-top: 1px solid #444;
    padding: 20px 0;
}

.copyright {
    float: none;
    font-size: 15px;
    color: #fff;
}

/* ---- Login page ---- */

.login .custom-message {
    border-left: none;
    background-color: #fff;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* ---- Mobile: keep .meta-author visible ---- */

@media only screen and (max-width: 767px) {
    .meta-author {
        display: block !important;
    }
}

/* ---- Hide duplicate page title ---- */
#intro {
    display: none;
}
