/*
Theme Name: Finch Financial - Broker Sites
Template: finch
*/

@import url("../finch/style.css");

/* Sub-site specific overrides here */
:root {
    --primary-color: #123456;
    --secondary-color: #abcdef;
}

/* or just override specific selectors */

/*div {
    border: solid 1px red;
}*/

/* Header Area */

.site-header .close-bttn,
.site-header .search-bttn {
    color: var(--blue-1) !important;
}

.site-header .close-bttn:hover,
.site-header .search-bttn:hover {
    background: var(--blue-1);
}

/* List Blocks */

.list-content p {
    margin-top: 0.5em;
}

/* MEDIA QUERIES */

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

    .mwa-search-form .search-submit {
        color: var(--blue-1);
    }

}