/*
Theme Name: Niagara College Departments V2 Basic
Template: niagara-college-departments-v2
Author: Courtney Thaggard (Niagara College)
Description: A child theme of the Departments V2 theme to be used for sites which should not use the NC footer. Footer has been removed. As this is a child theme, further customizations per site should be done in a plugin.
Version: 1.0.1685370026
Updated: 2023-05-29 10:20:26

*/

/* Footer - Modifications to Existing */
footer #footer-land-acknowledgement {
    padding: 40px 0;
}
footer #footer-land-acknowledgement p {
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: 0.03rem;
    font-style: normal;
}

/* V2 Basic Footer */

/* If there are 2 sidebars active, make sure the logo area is wider */
footer #footer-upper .col-1-1-1 {
    grid-template-columns: 1fr 1fr 2fr;
}

/* -> Set headings */
.v2-basic-footer h1
.v2-basic-footer h2,
.v2-basic-footer h3,
.v2-basic-footer h4 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin: 25px 0 10px;
    font-weight: 500;
}
.v2-basic-footer h5 {
    color: rgba(255,255,255,0.7);
    line-height: 1.35em;
    font-size: 1.05em;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin: 25px 0 10px;
}
.v2-basic-footer h6 {
    color: rgba(255,255,255,0.55);
    line-height: 1.4em;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    margin: 25px 0 10px;
}

/* -> No widgets */
footer #footer-upper .no-widgets .about-nc-generic {
    grid-template-columns: 0.75fr 3.25fr;
    grid-column-gap: 50px;
}
footer #footer-upper .no-widgets .about-nc-generic .text {
    max-width: 600px;
}

/* Tidy margining of child items */
footer #footer-upper.v2-basic-footer .footer-widget-area .widget > *:first-child {
    margin-top: 0 !important;
}
footer #footer-upper.v2-basic-footer .footer-widget-area .widget > *:last-child,
footer #footer-upper.v2-basic-footer .footer-widget-area .widget > .textwidget:last-child > *:last-child {
    margin-bottom: 0 !important;
}

/* -> Default NC logo */
footer #footer-upper .about-nc-generic {
    display: grid;
    grid-template-columns: 1fr 2.15fr;
    grid-column-gap: 35px;
}
footer #footer-upper .about-nc-generic .text p {
    font-size: 0.95rem;
    line-height: 1.4rem;
    color: rgba(255,255,255,0.8);
}
footer #footer-upper .about-nc-generic .text a {
    color: rgba(255,255,255,0.8);
}
footer #footer-upper .about-nc-generic .text *:last-child {
    margin-bottom: 0;
}

/* Media Queries */

@media only screen and (max-width: 959px) {
    
    /* New Footer */
    footer #footer-upper .has-widgets {
        grid-row-gap: 30px;
    }
    footer #footer-upper .about-nc-generic {
        grid-template-columns: 1fr 3.5fr;
        grid-column-gap: 30px;
    }
    footer #footer-upper .has-widgets .about-nc-generic {
        border-top: solid 1px rgba(255,255,255,0.1);
        padding: 25px 0 0 0;
        margin: 15px 0 0 0;
    }
    footer #footer-upper .col-1-1-1 {
        grid-template-columns: 1fr;
    }
    footer #footer-upper .no-widgets .about-nc-generic {
        grid-template-columns: 1fr 3fr;
        grid-column-gap: 40px;
    }
    
}
@media only screen and (max-width: 650px) {
    
    /* New Footer */
    footer #footer-upper .about-nc-generic {
        grid-template-columns: 1fr;
    }
    footer #footer-upper .about-nc-generic .logo {
        width: 150px;
        margin: 0 0 10px 0;
    }
    footer #footer-upper .no-widgets .about-nc-generic {
        grid-template-columns: 1fr;
    }
    
}

/*
.page-template-featured-page #feature-page-banner > .r h2 {
    margin: 0;
}
.page-template-featured-page #feature-page-banner > .r {
    justify-content: center;
}
*/