/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 14:09:02 */
/* comment out post meta and leaves just date */

div > div.post-meta.muted > i.font-icon-post.fa.fa-user, i.font-icon-post.fa.fa-folder-o, i.font-icon-post.fa.fa-comment-o {
    display: none;
}

div > div.post-meta.muted > a:nth-child(2) {
    display: none;
}

div > div.post-meta.muted > a:nth-child(4) {
    display: none;
}

div > div.post-meta.muted > span:nth-child(8) {
    display: none;
}

/* remove gap above school name and address footer box */
.footer-bg-accent {
align-items: start;
}

.cn-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -10px 0 0 0;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    border: none;
    outline: 0;
    background: 0 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
}