.post, .page {
    margin: 0px;
    margin-bottom: -20px;
}

.ontur-post {
    padding: 50px 10px 40px 10px;
}

.entry-meta {
    padding: 10px 0px 10px 0px;
}


span.nav-title {
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    color: white;
    background: #194b5a;
    padding: 10px;
    display:none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #221d1d;
    color: white;
    line-height: 1;
    font-size: 18px;
    padding: 15px 25px;
}

.comment-form-comment{
    font-size: 16px;
    font-weight: 600;
}


.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
    text-align: justify;
}


[class*=fmp-layout-free] .fmp-food-item, [class*=grid-by-cat-free] .fmp-food-item {
    border-radius: 10px;
    background: black;
}

.fmp-wrapper[id*=fmp-container-] h3>a {
    display: inline;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), color-stop(98%, currentcolor));
    background-image: -o-linear-gradient(top, currentcolor 0%, currentcolor 98%);
    background-image: linear-gradient(to bottom, currentcolor 0%, currentcolor 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    color: white;
    -webkit-transition: background-size .5s;
    -o-transition: background-size .5s;
    transition: background-size .5s;
}


.fmp-wrapper[id*=fmp-container-] h3>a:hover {
    background-size: 100% 2px;
    color: #c6a87d;
}

[class*=fmp-layout-free] .fmp-food-item .fmp-body p, [class*=grid-by-cat-free] .fmp-food-item .fmp-body p {
    font-size: 16px;
    line-height: 1.5;
    color: wheat;
}