div.pea_cook_wrapper.pea_cook_bottomcenter {
    width: 100%;
    bottom: 0;
    margin: 0 0;
    border-radius: 0;
    min-height: 80px;
    left: 0;
    right: 0;
}

div.pea_cook_wrapper.pea_cook_bottomcenter p {
    font-family: Arial, sans-serif;
    font-weight: Normal;
    font-size: 14px;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

div.pea_cook_wrapper.pea_cook_topcenter {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 0;
    border-radius: 0;
    font-size: 16px;
}

div.pea_cook_wrapper.pea_cook_topcenter p {
    font-family: Arial, sans-serif;
    font-weight: Normal;
    font-size: 14px;
    color: #ffffff;
}

.navbar-brand:hover i {
    color: #F1F3F5;
}

#PageTranslateWidget {
    padding: 15px;
}

/*
.navbar .brand {
    font-family: Arial, sans-serif;
    font-weight: Normal;
    font-size: 16px;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif;
    font-weight: Normal;
    color: #333333;
}

body,
p {
    font-family: Arial, sans-serif;
    font-weight: Normal;
    font-size: 14px;
    color: #333333;
}

.posttitle {
    font-family: Arial, sans-serif;
    font-weight: Normal;
    font-size: 16px;
    color: #333333;
}

.widget-title {
    font-family: Arial, sans-serif;
    font-weight: Normal;
    font-size: 16px;
}
*/

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    padding: 5px;
}

.frontpage-article-list-divider {
    margin-top: 0px;
    margin-bottom: 5px;
}

.frontpage-search-form {
    margin-bottom: 20px;
}

.frontpage-featured-post-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.frontpage-featured-post-image {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.frontpage-sticky-post-row {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

@media only screen and (min-width:1329px) {
    .frontpage-featured-post-wrapper {
        border-right: 1px solid #eee;
        padding-right: 5px;
    }

    .frontpage-category-title {
        margin-top: 2em;
    }

}