/*
 Theme Name: Twenty Fifteen Child
 Theme URI: https://wordpress.org/themes/twentyfifteen/
 Description: Child theme for Twenty Fifteen (AlmaQC customizations)
 Author: AlmaQC
 Template: twentyfifteen
 Version: 1.0
*/

/* ================================
   AlmaQC custom CSS starts here
   ================================ */

/* Your footer CSS goes here */
/* ==========================================================
   ALMAQC FOOTER
   Clean Grid Layout for Twenty Fifteen
   ========================================================== */

/* Hide Twenty Fifteen default footer text */
.site-info .imprint,
.site-info > span {
    display: none;
}

/* Main footer spacing */
.site-info {
    padding: 30px 20px;
}

/* ===========================================
   TWO COLUMN GRID
   =========================================== */

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 900px;
    margin: 0 auto;
    align-items: start;
}

.footer-col {
    text-align: center;
}

/* Typography */

.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-tagline {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.footer-message {
    font-size: 15px;
    color: #666;
    margin-bottom: 6px;
}

.footer-phone {
    font-size: 18px;
    font-weight: 600;
}

/* Legal */

.footer-legal {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
}

.footer-legal a {
    color: #666;
    text-decoration: none;
}

.footer-legal a:hover {
    text-decoration: underline;
}

.footer-legal .sep {
    color: #999;
    margin: 0 8px;
}

/* Copyright */

.footer-copy {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

/* ===========================================
   MOBILE
   =========================================== */

@media (max-width:700px) {

    .footer-columns {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-title {
        margin-bottom: 5px;
    }

    .footer-tagline {
        margin: 0;
    }

    .footer-message {
        margin-bottom: 3px;
    }

    .footer-phone {
        margin: 0;
    }

    .footer-legal {
        margin-top: 22px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .footer-legal .sep {
        display: none;
    }

    .footer-copy {
        margin-top: 18px;
    }

}
/* ==========================================================
   SHAREAHOLIC MOBILE BAR SPACING
   ========================================================== */

@media (max-width:700px) {

    body {
        padding-bottom: 90px;
    }

}
/* ==========================================================
   FINAL ALMAQC FOOTER POLISH
   ========================================================== */

/* Subtle divider above footer */
.site-footer {
    border-top: 1px solid #ececec;
}

/* Slightly more breathing room */
.site-info {
    padding-top: 36px;
    padding-bottom: 36px;
}

/* Mission statement */
.footer-tagline {
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

/* Contact section */
.footer-message {
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-phone {
    margin-bottom: 6px;
}

.footer-phone a,
.footer-email a {
    color: inherit;
    text-decoration: none;
}

.footer-phone a:hover,
.footer-email a:hover {
    text-decoration: underline;
}

/* Email */
.footer-email {
    font-size: 15px;
    color: #666;
}

/* Legal links */
.footer-legal {
    margin-top: 34px;
}

/* Copyright */
.footer-copy {
    margin-top: 18px;
    color: #777;
    letter-spacing: .2px;
}