
body .top-bar-section {
    background: #1e1e1e;
}
body .site-description {
    color: #000;
}
body .site-title a {
    color: #996695;
}
.main-container {
    background: url("https://www.primee.eu/wp-content/uploads/2020/04/vague-bg-opacity.png");
    background-repeat: repeat-x;
    background-attachment: fixed;
	background-position:center;
}
.page-area {
    background: #ffffffd6;
}
.article-details {
    margin:10px 0 30px 0;
	color:#000;
}
.article-details > .date {
    color: #00000069;
}
#breadcrumbs {
    padding: 20px;
}

#breadcrumbs > span > span > a::before {
    content: "\f015";
    font-family: "FontAwesome";
    margin-right: 7px;
    font-size: 14px;
}
#breadcrumbs a {
    margin: 0 5px;
}
.full-head-img h1.single-title, .single-subtitle {
    color: #000;
    background-color: #b38db0c4;
    padding: 10px;
}
body .full-head-img::after {
    background-color: transparent;
}
body .full-head-img {
    padding-bottom: 30px;
    padding-top: 40px;
	background-color: #f2f2f2;
}
body #site-navigation.shrink, body #futurio-floating.floating-element {
    position: absolute;
}
.page article, .single article {
    min-height: 600px;
}
.blog .page-area .row {
    margin-top:20px;
}
.container-fluid.head-bread {
    background-color:transparent;
}
#cookies_footer {
    background-color: #1e1e1e;
    clear: both;
}