/* =========================================================
   LAYP WEBSITE
   CLEANUP + PROFESSIONAL FOOTER
   ========================================================= */


/* =========================================================
   1. REMOVE WORDPRESS.COM FOOTER CREDIT
   "Powered by WordPress.com"
   ========================================================= */

.site-info {
    display: none !important;
}


/* =========================================================
   2. REMOVE SHARE / LIKE / REBLOG
   Share this:
   Facebook / X
   Customize buttons
   Like this:
   Like button
   Reblog
   ========================================================= */

.sharedaddy,
.sd-sharing-enabled,
.sd-sharing,
.sd-social,
.sd-title,
.wpl-likebox,
.wpl-button,
.post-likes-widget,
.reblog-from,
.reblogger-note,
#jp-post-flair {
    display: none !important;
}


/* =========================================================
   3. REMOVE COMMENTS
   Leave a comment
   Write a comment...
   Comment form
   ========================================================= */

#comments,
.comments-area,
.comment-respond,
#respond,
#commentform,
.comment-form,
.entry-comments,
.comments-link {
    display: none !important;
}


/* =========================================================
   4. PROFESSIONAL DARK FOOTER
   ========================================================= */


/* Main Footer Background */

.site-footer,
.footer-widgets,
.footer-widget-area,
.widget-area.footer-widgets,
#footer-widgets,
#footer-widget-area,
.site-footer .widget-area {
    background-color: #1f2d3d !important;
    color: #ffffff !important;
}


/* Remove white backgrounds from individual widgets */

.site-footer .widget,
.footer-widgets .widget,
.footer-widget-area .widget,
#footer-widgets .widget,
#footer-widget-area .widget {
    background: transparent !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
}


/* LAYP Footer Columns */

.layp-footer-column {
    padding: 35px 25px;
}


/* Footer Headings
   ABOUT / PROGRAMS / CONNECT
   ========================================================= */

.layp-footer-column h4 {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}


/* Footer Links */

.layp-footer-column a {
    display: block !important;
    color: #d7dde4 !important;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    text-decoration: none !important;
}


/* Footer Link Hover */

.layp-footer-column a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


/* Remove extra paragraph spacing inside footer */

.layp-footer-column p {
    margin: 0 !important;
}


/* =========================================================
   5. MOBILE FOOTER
   ========================================================= */

@media screen and (max-width: 768px) {

    .layp-footer-column {
        padding: 25px 15px;
    }

}
/* =========================================================
   LAYP BUTTON COLOR
   Unified Deep Navy
   ========================================================= */

/* All Buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.wp-block-button__link {
    background-color: #1f3568 !important;
    border-color: #1f3568 !important;
    color: #ffffff !important;
}

/* Button Hover */
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
.wp-block-button__link:hover {
    background-color: #29447f !important;
    border-color: #29447f !important;
    color: #ffffff !important;
}
.menu-toggle,
button.menu-toggle,
.main-navigation .menu-toggle {
    background: transparent !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
}