/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.fteval-journal-meta {
    font-size: 13px;
}

.fteval-journal-entry {
    margin-bottom: 10px;
}

.fteval_member_contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fteval_member_contact a {
    font-weight: bold;
    color: #706d1c;
}

.fteval_member_contact a:hover {
    color: #938f2a;
}


input#fteval_searchfilter_postcards {
    border-color: #ddd;
    max-width: 360px;
}

.fteval_postcard_filter_wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.fteval_postcard_filter_block {
    font-weight:bold;
    display: block;
    margin-bottom: 5px;
}

input#fteval_searchfilter_postcards::placeholder {
    color: #959595;
}