.page-item .berck-article-item .section-title h1{
    color: #000;
    text-transform: initial;
}
.berck-article-item-header{
    position: relative;
    background: #ff9300;
    margin-bottom: 30px;
}
.berck-article-item-thumb{
    position: relative;
}
.berck-article-item-thumb .berck-article-item-thumb-arrow{
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 2em;
    box-shadow: 0 3px 10px -5px #000;
}
.berck-article-item-thumb img,
.berck-article-item-cover img{
    width: 100%;
}
.berck-article-item-extract{
    padding: 30px;
}
.berck-article-item-extract-container{
}
.article-content .berck-article-item-date{
    font-size: 0.8em;
    padding: 30px 0;
    color: #1E99BD;
}
.article-content .berck-article-item-extract{
    padding: 30px 0;
    font-weight: bold;
}
.berck-article-item-extract-content{
    font-size: 1.5em;
    color: #fff;
}
.page-item .berck-article-item .widget-article-item .article-preview.article-item-preview .article-body{
    padding: 0 30px 0 0;
}
.berck-article-item .article-date-title{
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
}
.berck-article-item .article-date-value{
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
}