/*
Theme Name: Greenfield Cooperative Bank
Author: Pannos Marketing
Author URI: https://www.pannosmarketing.com/
Description: A customized WordPress theme for Greenfield Cooperative Bank.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.2.2
*/

/* FDIC Bar Addition */

.fdic-banner.static {
    z-index: 999;
}

.fdic-bar:not(.footer-fdic) {
    background: white;
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    z-index: 999;
}

.fdic-banner hr {
    display: none;
}

.fdic-bar:not(.footer-fdic):after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 10px solid white;
    bottom: 0;
}

.fdic-bar:not(.footer-fdic).mobile-only {
    display: none;
}
/*
.fdic-bar.desktop-only {
    display: block;
}


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

    .fdic-bar.mobile-only {
        display: block;
    }

    .fdic-bar.desktop-only {
        display: none;
    }

    div#fdic-top-part {
        display: flex;
    }

    div#fdic-top-part p.fdic-header-text {
        color: #000;
        font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 14px;
        line-height: 1;
        visibility: visible
    }

    div#fdic-top-part svg#fdic-icon {
        width: 37px;
        height: 14px;
        fill: #003256;
    }
}*/


/* Footer Version */

.fdic-bar.footer-fdic:after {
    content: '';
    width: 100%;
    border-top: 10px solid #164074;
    display: block;
    margin-top: -10px;
}

.fdic-bar.footer-fdic {
    max-width: fit-content;
    margin: 0 auto;
}


@media only screen and (min-width: 900px) {

    .fdic-bar.footer-fdic:after {
        border-top: 10px solid #204d86;
    }

}

@media only screen and (min-width: 1400px) {

    .bugs-wrap {
        display: flex;
        gap: 10px;
    }

    .fdic-bar.footer-fdic {
        width: 600px;
        max-width: 600px;
        margin: 0 0;
    }

}

footer#footer-standard .footer-nav-compliance .bugs-wrap ul li {
    padding: 6px;
}